2023-11-08T22:55:15.616 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-08T22:55:15.617 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/classic task/test_rgw_multisite} --verbose --owner scheduled_adking@teuthology --name adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi --archive /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452169 -- /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452169/orig.config.yaml 2023-11-08T22:55:15.646 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T22:55:15.734 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452169 branch: wip-cv-revert-52429-main description: orch:cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/classic task/test_rgw_multisite} email: adking@redhat.com first_in_suite: false job_id: '7452169' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-cv-revert-52429-main 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\) sha1: c5dca1b39843ab5db10818164a43fe9d7a0543db ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c5dca1b39843ab5db10818164a43fe9d7a0543db selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-cv-revert-52429-main sha1: c5dca1b39843ab5db10818164a43fe9d7a0543db owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/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: 4894 sha1: c5dca1b39843ab5db10818164a43fe9d7a0543db sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-cv-revert-52429-main suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_c5dca1b39843ab5db10818164a43fe9d7a0543db/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: c5dca1b39843ab5db10818164a43fe9d7a0543db targets: smithi027.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBADxG8ESK0daRBRSOgxA/Hw8et8LlzNRFEAMWcuyTNo3ImGAtW7470J2flvUtaqcCikp85q1Lb2dgg3Ol0f7jyo= smithi078.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKs/fbQXSrG2pzMt94AE81zZLnRjVGAt0lYXfhPLg6+um78ZABYv1DQDjQe7hqx2x6QDe8zf6M1xQOgaKHgRPQM= smithi155.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIFk7dAUzff+WmaxOQg+yB0GiLygHAPo5+cegMjgsdZIZh2iKXrbNIS8aaxUhbQ4ng+7KkBXOBqgUMwQhyIl+ds= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - 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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-08_22:36:18 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3590714 2023-11-08T22:55:15.734 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_c5dca1b39843ab5db10818164a43fe9d7a0543db/qa; will attempt to use it 2023-11-08T22:55:15.735 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_c5dca1b39843ab5db10818164a43fe9d7a0543db/qa/tasks 2023-11-08T22:55:15.735 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-08T22:55:15.737 INFO:teuthology.task.internal:Checking packages... 2023-11-08T22:55:15.761 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'c5dca1b39843ab5db10818164a43fe9d7a0543db' 2023-11-08T22:55:15.762 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-08T22:55:15.762 INFO:teuthology.packaging:ref: None 2023-11-08T22:55:15.763 INFO:teuthology.packaging:tag: None 2023-11-08T22:55:15.763 INFO:teuthology.packaging:branch: wip-cv-revert-52429-main 2023-11-08T22:55:15.763 INFO:teuthology.packaging:sha1: c5dca1b39843ab5db10818164a43fe9d7a0543db 2023-11-08T22:55:15.764 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-cv-revert-52429-main 2023-11-08T22:55:15.903 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7194.gc5dca1b3 2023-11-08T22:55:15.904 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-08T22:55:15.910 INFO:teuthology.task.internal:no buildpackages task found 2023-11-08T22:55:15.910 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-08T22:55:15.919 INFO:teuthology.task.internal:Saving configuration 2023-11-08T22:55:15.931 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-08T22:55:15.940 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T22:55:15.966 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi027.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452169', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 22:48:42.086093', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBADxG8ESK0daRBRSOgxA/Hw8et8LlzNRFEAMWcuyTNo3ImGAtW7470J2flvUtaqcCikp85q1Lb2dgg3Ol0f7jyo='} 2023-11-08T22:55:15.991 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi078.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452169', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 22:48:42.087140', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKs/fbQXSrG2pzMt94AE81zZLnRjVGAt0lYXfhPLg6+um78ZABYv1DQDjQe7hqx2x6QDe8zf6M1xQOgaKHgRPQM='} 2023-11-08T22:55:16.011 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452169', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 22:48:42.084857', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIFk7dAUzff+WmaxOQg+yB0GiLygHAPo5+cegMjgsdZIZh2iKXrbNIS8aaxUhbQ4ng+7KkBXOBqgUMwQhyIl+ds='} 2023-11-08T22:55:16.012 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-08T22:55:16.023 INFO:teuthology.task.internal:roles: ubuntu@smithi027.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-11-08T22:55:16.023 INFO:teuthology.task.internal:roles: ubuntu@smithi078.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-11-08T22:55:16.023 INFO:teuthology.task.internal:roles: ubuntu@smithi155.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-11-08T22:55:16.024 INFO:teuthology.run_tasks:Running task console_log... 2023-11-08T22:55:16.133 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa8e7b10a60>, signals=[15]) 2023-11-08T22:55:16.134 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-08T22:55:16.143 INFO:teuthology.task.internal:Opening connections... 2023-11-08T22:55:16.143 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi027.front.sepia.ceph.com 2023-11-08T22:55:16.145 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T22:55:16.217 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi078.front.sepia.ceph.com 2023-11-08T22:55:16.219 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T22:55:16.285 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi155.front.sepia.ceph.com 2023-11-08T22:55:16.286 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T22:55:16.355 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-08T22:55:16.364 DEBUG:teuthology.orchestra.run.smithi027:> uname -m 2023-11-08T22:55:16.388 INFO:teuthology.orchestra.run.smithi027.stdout:x86_64 2023-11-08T22:55:16.389 DEBUG:teuthology.orchestra.run.smithi027:> cat /etc/os-release 2023-11-08T22:55:16.450 INFO:teuthology.orchestra.run.smithi027.stdout:NAME="CentOS Stream" 2023-11-08T22:55:16.451 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION="8" 2023-11-08T22:55:16.451 INFO:teuthology.orchestra.run.smithi027.stdout:ID="centos" 2023-11-08T22:55:16.451 INFO:teuthology.orchestra.run.smithi027.stdout:ID_LIKE="rhel fedora" 2023-11-08T22:55:16.451 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION_ID="8" 2023-11-08T22:55:16.452 INFO:teuthology.orchestra.run.smithi027.stdout:PLATFORM_ID="platform:el8" 2023-11-08T22:55:16.452 INFO:teuthology.orchestra.run.smithi027.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-08T22:55:16.452 INFO:teuthology.orchestra.run.smithi027.stdout:ANSI_COLOR="0;31" 2023-11-08T22:55:16.452 INFO:teuthology.orchestra.run.smithi027.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-08T22:55:16.452 INFO:teuthology.orchestra.run.smithi027.stdout:HOME_URL="https://centos.org/" 2023-11-08T22:55:16.453 INFO:teuthology.orchestra.run.smithi027.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-08T22:55:16.453 INFO:teuthology.orchestra.run.smithi027.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-08T22:55:16.453 INFO:teuthology.orchestra.run.smithi027.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-08T22:55:16.454 INFO:teuthology.lock.ops:Updating smithi027.front.sepia.ceph.com on lock server 2023-11-08T22:55:16.480 DEBUG:teuthology.orchestra.run.smithi078:> uname -m 2023-11-08T22:55:16.503 INFO:teuthology.orchestra.run.smithi078.stdout:x86_64 2023-11-08T22:55:16.503 DEBUG:teuthology.orchestra.run.smithi078:> cat /etc/os-release 2023-11-08T22:55:16.563 INFO:teuthology.orchestra.run.smithi078.stdout:NAME="CentOS Stream" 2023-11-08T22:55:16.564 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION="8" 2023-11-08T22:55:16.564 INFO:teuthology.orchestra.run.smithi078.stdout:ID="centos" 2023-11-08T22:55:16.564 INFO:teuthology.orchestra.run.smithi078.stdout:ID_LIKE="rhel fedora" 2023-11-08T22:55:16.564 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION_ID="8" 2023-11-08T22:55:16.564 INFO:teuthology.orchestra.run.smithi078.stdout:PLATFORM_ID="platform:el8" 2023-11-08T22:55:16.565 INFO:teuthology.orchestra.run.smithi078.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-08T22:55:16.565 INFO:teuthology.orchestra.run.smithi078.stdout:ANSI_COLOR="0;31" 2023-11-08T22:55:16.565 INFO:teuthology.orchestra.run.smithi078.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-08T22:55:16.565 INFO:teuthology.orchestra.run.smithi078.stdout:HOME_URL="https://centos.org/" 2023-11-08T22:55:16.565 INFO:teuthology.orchestra.run.smithi078.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-08T22:55:16.566 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-08T22:55:16.566 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-08T22:55:16.566 INFO:teuthology.lock.ops:Updating smithi078.front.sepia.ceph.com on lock server 2023-11-08T22:55:16.587 DEBUG:teuthology.orchestra.run.smithi155:> uname -m 2023-11-08T22:55:16.611 INFO:teuthology.orchestra.run.smithi155.stdout:x86_64 2023-11-08T22:55:16.611 DEBUG:teuthology.orchestra.run.smithi155:> cat /etc/os-release 2023-11-08T22:55:16.673 INFO:teuthology.orchestra.run.smithi155.stdout:NAME="CentOS Stream" 2023-11-08T22:55:16.673 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION="8" 2023-11-08T22:55:16.673 INFO:teuthology.orchestra.run.smithi155.stdout:ID="centos" 2023-11-08T22:55:16.673 INFO:teuthology.orchestra.run.smithi155.stdout:ID_LIKE="rhel fedora" 2023-11-08T22:55:16.674 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION_ID="8" 2023-11-08T22:55:16.674 INFO:teuthology.orchestra.run.smithi155.stdout:PLATFORM_ID="platform:el8" 2023-11-08T22:55:16.674 INFO:teuthology.orchestra.run.smithi155.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-08T22:55:16.674 INFO:teuthology.orchestra.run.smithi155.stdout:ANSI_COLOR="0;31" 2023-11-08T22:55:16.674 INFO:teuthology.orchestra.run.smithi155.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-08T22:55:16.675 INFO:teuthology.orchestra.run.smithi155.stdout:HOME_URL="https://centos.org/" 2023-11-08T22:55:16.675 INFO:teuthology.orchestra.run.smithi155.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-08T22:55:16.675 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-08T22:55:16.675 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-08T22:55:16.676 INFO:teuthology.lock.ops:Updating smithi155.front.sepia.ceph.com on lock server 2023-11-08T22:55:16.696 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-08T22:55:16.707 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-08T22:55:16.747 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-08T22:55:16.748 DEBUG:teuthology.orchestra.run.smithi027:> test '!' -e /home/ubuntu/cephtest 2023-11-08T22:55:16.751 DEBUG:teuthology.orchestra.run.smithi078:> test '!' -e /home/ubuntu/cephtest 2023-11-08T22:55:16.753 DEBUG:teuthology.orchestra.run.smithi155:> test '!' -e /home/ubuntu/cephtest 2023-11-08T22:55:16.773 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-08T22:55:16.782 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-08T22:55:16.782 DEBUG:teuthology.orchestra.run.smithi027:> test -z $(ls -A /var/lib/ceph) 2023-11-08T22:55:16.813 DEBUG:teuthology.orchestra.run.smithi078:> test -z $(ls -A /var/lib/ceph) 2023-11-08T22:55:16.816 DEBUG:teuthology.orchestra.run.smithi155:> test -z $(ls -A /var/lib/ceph) 2023-11-08T22:55:16.850 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-08T22:55:16.931 INFO:teuthology.run_tasks:Running task kernel... 2023-11-08T22:55:16.948 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-08T22:55:16.948 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-08T22:55:16.949 DEBUG:teuthology.orchestra.run.smithi027:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T22:55:16.950 DEBUG:teuthology.orchestra.run.smithi078:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T22:55:16.950 DEBUG:teuthology.orchestra.run.smithi155:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T22:55:16.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T22:55:16.972 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2023-11-08T22:55:16.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T22:55:16.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T22:55:16.974 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2023-11-08T22:55:16.975 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2023-11-08T22:55:17.033 INFO:teuthology.orchestra.run.smithi155.stdout:4.18.0-489.el8.x86_64 2023-11-08T22:55:17.033 INFO:teuthology.task.kernel:Running kernel on smithi155: 4.18.0-489.el8.x86_64 2023-11-08T22:55:17.033 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum install -y kernel 2023-11-08T22:55:17.037 INFO:teuthology.orchestra.run.smithi027.stdout:4.18.0-489.el8.x86_64 2023-11-08T22:55:17.037 INFO:teuthology.orchestra.run.smithi078.stdout:4.18.0-489.el8.x86_64 2023-11-08T22:55:17.038 INFO:teuthology.task.kernel:Running kernel on smithi027: 4.18.0-489.el8.x86_64 2023-11-08T22:55:17.038 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum install -y kernel 2023-11-08T22:55:17.038 INFO:teuthology.task.kernel:Running kernel on smithi078: 4.18.0-489.el8.x86_64 2023-11-08T22:55:17.039 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum install -y kernel 2023-11-08T23:30:02.727 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 8 - AppStream 17 kB/s | 34 MB 34:43 2023-11-08T23:30:10.869 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 8 - BaseOS 27 MB/s | 53 MB 00:01 2023-11-08T23:30:18.660 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 8 - Extras 72 kB/s | 18 kB 00:00 2023-11-08T23:30:19.111 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 8 - Extras common packages 26 kB/s | 6.9 kB 00:00 2023-11-08T23:30:19.404 INFO:teuthology.orchestra.run.smithi078.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-11-08T23:30:20.324 INFO:teuthology.orchestra.run.smithi078.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-11-08T23:30:23.741 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - AppStream 16 kB/s | 34 MB 35:04 2023-11-08T23:30:24.146 INFO:teuthology.orchestra.run.smithi078.stdout:lab-extras 417 kB/s | 24 kB 00:00 2023-11-08T23:30:26.108 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 8 - AppStream 16 kB/s | 34 MB 35:06 2023-11-08T23:30:27.721 INFO:teuthology.orchestra.run.smithi078.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-08T23:30:27.722 INFO:teuthology.orchestra.run.smithi078.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-08T23:30:27.995 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:30:27.996 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:30:27.996 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2023-11-08T23:30:27.996 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:30:27.997 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-08T23:30:27.997 INFO:teuthology.orchestra.run.smithi078.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-08T23:30:27.997 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-08T23:30:27.997 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-08T23:30:27.997 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-08T23:30:27.998 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:30:27.998 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-08T23:30:27.998 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:30:27.998 INFO:teuthology.orchestra.run.smithi078.stdout:Install 3 Packages 2023-11-08T23:30:27.998 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:30:27.999 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 89 M 2023-11-08T23:30:27.999 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 96 M 2023-11-08T23:30:27.999 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-08T23:30:28.740 INFO:teuthology.orchestra.run.smithi078.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 18 MB/s | 10 MB 00:00 2023-11-08T23:30:30.299 INFO:teuthology.orchestra.run.smithi078.stdout:(2/3): kernel-core-4.18.0-521.el8.x86_64.rpm 21 MB/s | 43 MB 00:02 2023-11-08T23:30:30.665 INFO:teuthology.orchestra.run.smithi078.stdout:(3/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2023-11-08T23:30:30.666 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:30:30.666 INFO:teuthology.orchestra.run.smithi078.stdout:Total 34 MB/s | 89 MB 00:02 2023-11-08T23:30:31.338 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-08T23:30:31.759 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-08T23:30:31.759 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-08T23:30:32.158 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - BaseOS 30 MB/s | 53 MB 00:01 2023-11-08T23:30:32.986 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-08T23:30:33.009 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-08T23:30:33.825 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 8 - BaseOS 34 MB/s | 53 MB 00:01 2023-11-08T23:30:35.739 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-08T23:30:36.234 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T23:30:39.827 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T23:30:40.217 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T23:30:40.416 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - Extras 72 kB/s | 18 kB 00:00 2023-11-08T23:30:40.867 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - Extras common packages 27 kB/s | 6.9 kB 00:00 2023-11-08T23:30:41.160 INFO:teuthology.orchestra.run.smithi027.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-11-08T23:30:42.007 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 8 - Extras 32 kB/s | 18 kB 00:00 2023-11-08T23:30:42.419 INFO:teuthology.orchestra.run.smithi027.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-11-08T23:30:42.450 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 8 - Extras common packages 26 kB/s | 6.9 kB 00:00 2023-11-08T23:30:42.751 INFO:teuthology.orchestra.run.smithi155.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-11-08T23:30:43.640 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T23:30:43.868 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:00 2023-11-08T23:30:43.939 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:30:46.444 INFO:teuthology.orchestra.run.smithi027.stdout:lab-extras 451 kB/s | 24 kB 00:00 2023-11-08T23:30:47.694 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 365 kB/s | 24 kB 00:00 2023-11-08T23:30:50.319 INFO:teuthology.orchestra.run.smithi027.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-08T23:30:50.319 INFO:teuthology.orchestra.run.smithi027.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-08T23:30:50.614 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:30:50.615 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:30:50.615 INFO:teuthology.orchestra.run.smithi027.stdout: Package Architecture Version Repository Size 2023-11-08T23:30:50.615 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:30:50.616 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-11-08T23:30:50.616 INFO:teuthology.orchestra.run.smithi027.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-08T23:30:50.616 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-11-08T23:30:50.616 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-08T23:30:50.616 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-08T23:30:50.617 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:30:50.617 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-11-08T23:30:50.617 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:30:50.617 INFO:teuthology.orchestra.run.smithi027.stdout:Install 3 Packages 2023-11-08T23:30:50.617 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:30:50.618 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 89 M 2023-11-08T23:30:50.618 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 96 M 2023-11-08T23:30:50.619 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-11-08T23:30:51.309 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-08T23:30:51.310 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-08T23:30:51.602 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:30:51.603 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:30:51.603 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2023-11-08T23:30:51.603 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:30:51.603 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-11-08T23:30:51.603 INFO:teuthology.orchestra.run.smithi155.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-08T23:30:51.604 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2023-11-08T23:30:51.604 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-08T23:30:51.604 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-08T23:30:51.604 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:30:51.605 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-08T23:30:51.605 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:30:51.605 INFO:teuthology.orchestra.run.smithi155.stdout:Install 3 Packages 2023-11-08T23:30:51.605 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:30:51.606 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 89 M 2023-11-08T23:30:51.606 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 96 M 2023-11-08T23:30:51.606 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-11-08T23:30:52.545 INFO:teuthology.orchestra.run.smithi155.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 14 MB/s | 10 MB 00:00 2023-11-08T23:30:53.004 INFO:teuthology.orchestra.run.smithi027.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 4.6 MB/s | 10 MB 00:02 2023-11-08T23:30:53.428 INFO:teuthology.orchestra.run.smithi155.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 22 MB/s | 36 MB 00:01 2023-11-08T23:30:54.170 INFO:teuthology.orchestra.run.smithi155.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 18 MB/s | 43 MB 00:02 2023-11-08T23:30:54.171 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:30:54.171 INFO:teuthology.orchestra.run.smithi155.stdout:Total 35 MB/s | 89 MB 00:02 2023-11-08T23:30:54.217 INFO:teuthology.orchestra.run.smithi027.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 11 MB/s | 36 MB 00:03 2023-11-08T23:30:54.846 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-11-08T23:30:55.285 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-11-08T23:30:55.286 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-11-08T23:30:55.429 INFO:teuthology.orchestra.run.smithi027.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 9.4 MB/s | 43 MB 00:04 2023-11-08T23:30:55.429 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:30:55.430 INFO:teuthology.orchestra.run.smithi027.stdout:Total 19 MB/s | 89 MB 00:04 2023-11-08T23:30:56.141 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-11-08T23:30:56.522 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-11-08T23:30:56.547 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-11-08T23:30:56.579 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-11-08T23:30:56.580 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-11-08T23:30:57.879 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-11-08T23:30:57.914 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-11-08T23:30:59.354 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-11-08T23:30:59.863 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T23:31:00.861 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-11-08T23:31:01.435 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T23:31:03.417 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T23:31:03.804 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T23:31:05.152 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T23:31:05.543 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T23:31:05.946 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:31:05.970 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:31:06.311 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:31:06.311 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-08T23:31:06.311 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-08T23:31:07.082 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:31:07.083 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:31:07.083 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-08T23:31:07.083 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-08T23:31:07.083 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-08T23:31:07.084 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:31:07.084 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:31:07.224 DEBUG:teuthology.orchestra.run.smithi078:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T23:31:07.239 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T23:31:07.447 INFO:teuthology.orchestra.run.smithi078.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T23:31:07.448 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T23:31:07.448 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-08T23:31:07.448 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T23:31:07.449 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T23:31:07.449 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-08T23:31:07.449 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi078.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T23:31:07.449 DEBUG:teuthology.orchestra.run.smithi078:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T23:31:07.517 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:31:07.657 INFO:teuthology.orchestra.run.smithi078.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T23:31:07.658 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T23:31:07.658 DEBUG:teuthology.orchestra.run.smithi078:> sudo rpm -qi grub2-tools 2023-11-08T23:31:07.692 INFO:teuthology.orchestra.run.smithi078.stdout:Name : grub2-tools 2023-11-08T23:31:07.693 INFO:teuthology.orchestra.run.smithi078.stdout:Epoch : 1 2023-11-08T23:31:07.693 INFO:teuthology.orchestra.run.smithi078.stdout:Version : 2.02 2023-11-08T23:31:07.693 INFO:teuthology.orchestra.run.smithi078.stdout:Release : 129.el8 2023-11-08T23:31:07.693 INFO:teuthology.orchestra.run.smithi078.stdout:Architecture: x86_64 2023-11-08T23:31:07.694 INFO:teuthology.orchestra.run.smithi078.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-08T23:31:07.694 INFO:teuthology.orchestra.run.smithi078.stdout:Group : System Environment/Base 2023-11-08T23:31:07.694 INFO:teuthology.orchestra.run.smithi078.stdout:Size : 9265586 2023-11-08T23:31:07.694 INFO:teuthology.orchestra.run.smithi078.stdout:License : GPLv3+ 2023-11-08T23:31:07.695 INFO:teuthology.orchestra.run.smithi078.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-08T23:31:07.695 INFO:teuthology.orchestra.run.smithi078.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-08T23:31:07.695 INFO:teuthology.orchestra.run.smithi078.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-08T23:31:07.695 INFO:teuthology.orchestra.run.smithi078.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-08T23:31:07.695 INFO:teuthology.orchestra.run.smithi078.stdout:Relocations : (not relocatable) 2023-11-08T23:31:07.696 INFO:teuthology.orchestra.run.smithi078.stdout:Packager : CentOS BuildSystem 2023-11-08T23:31:07.696 INFO:teuthology.orchestra.run.smithi078.stdout:Vendor : CentOS 2023-11-08T23:31:07.696 INFO:teuthology.orchestra.run.smithi078.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-08T23:31:07.696 INFO:teuthology.orchestra.run.smithi078.stdout:Summary : Support tools for GRUB. 2023-11-08T23:31:07.696 INFO:teuthology.orchestra.run.smithi078.stdout:Description : 2023-11-08T23:31:07.697 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:31:07.697 INFO:teuthology.orchestra.run.smithi078.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-08T23:31:07.697 INFO:teuthology.orchestra.run.smithi078.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-08T23:31:07.697 INFO:teuthology.orchestra.run.smithi078.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-08T23:31:07.697 INFO:teuthology.orchestra.run.smithi078.stdout:hardware devices. 2023-11-08T23:31:07.698 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:31:07.698 INFO:teuthology.orchestra.run.smithi078.stdout:This subpackage provides tools for support of all platforms. 2023-11-08T23:31:07.699 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-08T23:31:07.699 INFO:teuthology.task.kernel:Updating grub on smithi078 to boot 4.18.0-521.el8.x86_64 2023-11-08T23:31:07.700 DEBUG:teuthology.orchestra.run.smithi078:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-08T23:31:09.217 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T23:31:09.293 INFO:teuthology.orchestra.run.smithi078.stderr:Generating grub configuration file ... 2023-11-08T23:31:09.553 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:31:11.434 INFO:teuthology.orchestra.run.smithi078.stderr:done 2023-11-08T23:31:11.445 DEBUG:teuthology.orchestra.run.smithi078:> mktemp 2023-11-08T23:31:11.483 INFO:teuthology.orchestra.run.smithi078.stdout:/tmp/tmp.aE9Vjx9jPR 2023-11-08T23:31:11.483 DEBUG:teuthology.orchestra.run.smithi078:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.aE9Vjx9jPR 2023-11-08T23:31:11.557 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 0666 /tmp/tmp.aE9Vjx9jPR 2023-11-08T23:31:11.720 DEBUG:teuthology.orchestra.remote:smithi078:/tmp/tmp.aE9Vjx9jPR is 6KB 2023-11-08T23:31:11.768 DEBUG:teuthology.orchestra.run.smithi078:> rm -fr /tmp/tmp.aE9Vjx9jPR 2023-11-08T23:31:11.785 DEBUG:teuthology.orchestra.run.smithi078:> sudo /bin/ls /boot/loader/entries || true 2023-11-08T23:31:11.858 INFO:teuthology.orchestra.run.smithi078.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-08T23:31:11.858 INFO:teuthology.orchestra.run.smithi078.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-08T23:31:11.858 INFO:teuthology.orchestra.run.smithi078.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-08T23:31:11.859 INFO:teuthology.orchestra.run.smithi078.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-08T23:31:11.860 DEBUG:teuthology.orchestra.run.smithi078:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-08T23:31:12.024 DEBUG:teuthology.orchestra.run.smithi078:> sudo shutdown -r now 2023-11-08T23:31:29.477 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:31:29.502 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:31:29.867 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:31:29.868 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-08T23:31:29.868 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-08T23:31:30.628 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:31:30.628 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:31:30.629 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-11-08T23:31:30.629 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-08T23:31:30.629 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-08T23:31:30.629 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:31:30.629 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:31:30.772 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T23:31:30.989 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T23:31:30.990 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T23:31:30.990 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-08T23:31:30.991 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T23:31:30.991 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T23:31:30.991 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2023-11-08T23:31:30.991 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi155.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T23:31:30.992 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T23:31:31.201 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T23:31:31.201 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T23:31:31.201 DEBUG:teuthology.orchestra.run.smithi155:> sudo rpm -qi grub2-tools 2023-11-08T23:31:31.235 INFO:teuthology.orchestra.run.smithi155.stdout:Name : grub2-tools 2023-11-08T23:31:31.236 INFO:teuthology.orchestra.run.smithi155.stdout:Epoch : 1 2023-11-08T23:31:31.236 INFO:teuthology.orchestra.run.smithi155.stdout:Version : 2.02 2023-11-08T23:31:31.236 INFO:teuthology.orchestra.run.smithi155.stdout:Release : 129.el8 2023-11-08T23:31:31.236 INFO:teuthology.orchestra.run.smithi155.stdout:Architecture: x86_64 2023-11-08T23:31:31.236 INFO:teuthology.orchestra.run.smithi155.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-08T23:31:31.237 INFO:teuthology.orchestra.run.smithi155.stdout:Group : System Environment/Base 2023-11-08T23:31:31.237 INFO:teuthology.orchestra.run.smithi155.stdout:Size : 9265586 2023-11-08T23:31:31.237 INFO:teuthology.orchestra.run.smithi155.stdout:License : GPLv3+ 2023-11-08T23:31:31.237 INFO:teuthology.orchestra.run.smithi155.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-08T23:31:31.237 INFO:teuthology.orchestra.run.smithi155.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-08T23:31:31.238 INFO:teuthology.orchestra.run.smithi155.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-08T23:31:31.238 INFO:teuthology.orchestra.run.smithi155.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-08T23:31:31.238 INFO:teuthology.orchestra.run.smithi155.stdout:Relocations : (not relocatable) 2023-11-08T23:31:31.238 INFO:teuthology.orchestra.run.smithi155.stdout:Packager : CentOS BuildSystem 2023-11-08T23:31:31.238 INFO:teuthology.orchestra.run.smithi155.stdout:Vendor : CentOS 2023-11-08T23:31:31.239 INFO:teuthology.orchestra.run.smithi155.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-08T23:31:31.239 INFO:teuthology.orchestra.run.smithi155.stdout:Summary : Support tools for GRUB. 2023-11-08T23:31:31.239 INFO:teuthology.orchestra.run.smithi155.stdout:Description : 2023-11-08T23:31:31.239 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:31:31.239 INFO:teuthology.orchestra.run.smithi155.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-08T23:31:31.240 INFO:teuthology.orchestra.run.smithi155.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-08T23:31:31.240 INFO:teuthology.orchestra.run.smithi155.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-08T23:31:31.240 INFO:teuthology.orchestra.run.smithi155.stdout:hardware devices. 2023-11-08T23:31:31.240 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:31:31.240 INFO:teuthology.orchestra.run.smithi155.stdout:This subpackage provides tools for support of all platforms. 2023-11-08T23:31:31.241 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-08T23:31:31.242 INFO:teuthology.task.kernel:Updating grub on smithi155 to boot 4.18.0-521.el8.x86_64 2023-11-08T23:31:31.242 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-08T23:31:32.871 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:31:32.896 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:31:32.966 INFO:teuthology.orchestra.run.smithi155.stderr:Generating grub configuration file ... 2023-11-08T23:31:33.259 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:31:33.259 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-08T23:31:33.259 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-08T23:31:34.052 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:31:34.052 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:31:34.052 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-11-08T23:31:34.052 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-08T23:31:34.053 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-08T23:31:34.053 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:31:34.053 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:31:34.200 DEBUG:teuthology.orchestra.run.smithi027:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T23:31:34.425 INFO:teuthology.orchestra.run.smithi027.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T23:31:34.425 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T23:31:34.426 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-08T23:31:34.426 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T23:31:34.426 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T23:31:34.426 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-08T23:31:34.426 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi027.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T23:31:34.427 DEBUG:teuthology.orchestra.run.smithi027:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T23:31:34.647 INFO:teuthology.orchestra.run.smithi027.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T23:31:34.648 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T23:31:34.648 DEBUG:teuthology.orchestra.run.smithi027:> sudo rpm -qi grub2-tools 2023-11-08T23:31:34.683 INFO:teuthology.orchestra.run.smithi027.stdout:Name : grub2-tools 2023-11-08T23:31:34.683 INFO:teuthology.orchestra.run.smithi027.stdout:Epoch : 1 2023-11-08T23:31:34.683 INFO:teuthology.orchestra.run.smithi027.stdout:Version : 2.02 2023-11-08T23:31:34.684 INFO:teuthology.orchestra.run.smithi027.stdout:Release : 129.el8 2023-11-08T23:31:34.684 INFO:teuthology.orchestra.run.smithi027.stdout:Architecture: x86_64 2023-11-08T23:31:34.684 INFO:teuthology.orchestra.run.smithi027.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-08T23:31:34.684 INFO:teuthology.orchestra.run.smithi027.stdout:Group : System Environment/Base 2023-11-08T23:31:34.684 INFO:teuthology.orchestra.run.smithi027.stdout:Size : 9265586 2023-11-08T23:31:34.685 INFO:teuthology.orchestra.run.smithi027.stdout:License : GPLv3+ 2023-11-08T23:31:34.685 INFO:teuthology.orchestra.run.smithi027.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-08T23:31:34.685 INFO:teuthology.orchestra.run.smithi027.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-08T23:31:34.685 INFO:teuthology.orchestra.run.smithi027.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-08T23:31:34.685 INFO:teuthology.orchestra.run.smithi027.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-08T23:31:34.686 INFO:teuthology.orchestra.run.smithi027.stdout:Relocations : (not relocatable) 2023-11-08T23:31:34.686 INFO:teuthology.orchestra.run.smithi027.stdout:Packager : CentOS BuildSystem 2023-11-08T23:31:34.686 INFO:teuthology.orchestra.run.smithi027.stdout:Vendor : CentOS 2023-11-08T23:31:34.686 INFO:teuthology.orchestra.run.smithi027.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-08T23:31:34.686 INFO:teuthology.orchestra.run.smithi027.stdout:Summary : Support tools for GRUB. 2023-11-08T23:31:34.687 INFO:teuthology.orchestra.run.smithi027.stdout:Description : 2023-11-08T23:31:34.687 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:31:34.687 INFO:teuthology.orchestra.run.smithi027.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-08T23:31:34.687 INFO:teuthology.orchestra.run.smithi027.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-08T23:31:34.687 INFO:teuthology.orchestra.run.smithi027.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-08T23:31:34.688 INFO:teuthology.orchestra.run.smithi027.stdout:hardware devices. 2023-11-08T23:31:34.688 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:31:34.688 INFO:teuthology.orchestra.run.smithi027.stdout:This subpackage provides tools for support of all platforms. 2023-11-08T23:31:34.689 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-08T23:31:34.689 INFO:teuthology.task.kernel:Updating grub on smithi027 to boot 4.18.0-521.el8.x86_64 2023-11-08T23:31:34.689 DEBUG:teuthology.orchestra.run.smithi027:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-08T23:31:35.422 INFO:teuthology.orchestra.run.smithi155.stderr:done 2023-11-08T23:31:35.423 DEBUG:teuthology.orchestra.run.smithi155:> mktemp 2023-11-08T23:31:35.487 INFO:teuthology.orchestra.run.smithi155.stdout:/tmp/tmp.XAaywMS34n 2023-11-08T23:31:35.488 DEBUG:teuthology.orchestra.run.smithi155:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.XAaywMS34n 2023-11-08T23:31:35.563 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 0666 /tmp/tmp.XAaywMS34n 2023-11-08T23:31:35.731 DEBUG:teuthology.orchestra.remote:smithi155:/tmp/tmp.XAaywMS34n is 6KB 2023-11-08T23:31:35.778 DEBUG:teuthology.orchestra.run.smithi155:> rm -fr /tmp/tmp.XAaywMS34n 2023-11-08T23:31:35.796 DEBUG:teuthology.orchestra.run.smithi155:> sudo /bin/ls /boot/loader/entries || true 2023-11-08T23:31:35.867 INFO:teuthology.orchestra.run.smithi155.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-08T23:31:35.868 INFO:teuthology.orchestra.run.smithi155.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-08T23:31:35.868 INFO:teuthology.orchestra.run.smithi155.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-08T23:31:35.868 INFO:teuthology.orchestra.run.smithi155.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-08T23:31:35.869 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-08T23:31:36.051 DEBUG:teuthology.orchestra.run.smithi155:> sudo shutdown -r now 2023-11-08T23:31:36.138 INFO:teuthology.orchestra.run.smithi027.stderr:Generating grub configuration file ... 2023-11-08T23:31:38.382 INFO:teuthology.orchestra.run.smithi027.stderr:done 2023-11-08T23:31:38.384 DEBUG:teuthology.orchestra.run.smithi027:> mktemp 2023-11-08T23:31:38.415 INFO:teuthology.orchestra.run.smithi027.stdout:/tmp/tmp.89S8lFBajJ 2023-11-08T23:31:38.415 DEBUG:teuthology.orchestra.run.smithi027:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.89S8lFBajJ 2023-11-08T23:31:38.488 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 0666 /tmp/tmp.89S8lFBajJ 2023-11-08T23:31:38.653 DEBUG:teuthology.orchestra.remote:smithi027:/tmp/tmp.89S8lFBajJ is 6KB 2023-11-08T23:31:38.700 DEBUG:teuthology.orchestra.run.smithi027:> rm -fr /tmp/tmp.89S8lFBajJ 2023-11-08T23:31:38.718 DEBUG:teuthology.orchestra.run.smithi027:> sudo /bin/ls /boot/loader/entries || true 2023-11-08T23:31:38.784 INFO:teuthology.orchestra.run.smithi027.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-08T23:31:38.784 INFO:teuthology.orchestra.run.smithi027.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-08T23:31:38.785 INFO:teuthology.orchestra.run.smithi027.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-08T23:31:38.785 INFO:teuthology.orchestra.run.smithi027.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-08T23:31:38.786 DEBUG:teuthology.orchestra.run.smithi027:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-08T23:31:38.976 DEBUG:teuthology.orchestra.run.smithi027:> sudo shutdown -r now 2023-11-08T23:31:42.029 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-08T23:31:42.030 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-11-08T23:31:42.031 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:32:06.078 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2023-11-08T23:32:06.079 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-11-08T23:32:06.080 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:32:08.982 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-08T23:32:08.983 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-11-08T23:32:08.983 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:32:40.699 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2023-11-08T23:32:42.034 DEBUG:teuthology.orchestra.remote:timed out 2023-11-08T23:32:43.514 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-11-08T23:32:49.706 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-11-08T23:32:49.707 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:32:51.037 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-11-08T23:32:51.038 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:32:51.432 DEBUG:teuthology.orchestra.run.smithi078:> true 2023-11-08T23:32:51.734 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-11-08T23:32:51.734 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-08T23:32:51.735 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2023-11-08T23:32:51.751 INFO:teuthology.orchestra.run.smithi078.stdout:4.18.0-521.el8.x86_64 2023-11-08T23:32:51.752 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-08T23:32:51.752 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-08T23:32:51.752 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-08T23:32:52.516 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-11-08T23:32:52.516 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:32:52.754 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-08T23:32:52.754 DEBUG:teuthology.orchestra.run.smithi078:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-08T23:32:52.835 INFO:teuthology.orchestra.run.smithi078.stdout:ttyS1 2023-11-08T23:32:52.851 DEBUG:teuthology.parallel:result is None 2023-11-08T23:32:55.578 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-11-08T23:33:07.580 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-11-08T23:33:07.581 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:33:08.094 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2023-11-08T23:33:10.650 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-11-08T23:33:20.095 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-11-08T23:33:20.096 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:33:20.887 DEBUG:teuthology.orchestra.run.smithi155:> true 2023-11-08T23:33:21.305 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-11-08T23:33:21.306 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "4.18.0-521.el8.x86_64"... 2023-11-08T23:33:21.306 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2023-11-08T23:33:21.325 INFO:teuthology.orchestra.run.smithi155.stdout:4.18.0-521.el8.x86_64 2023-11-08T23:33:21.326 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-08T23:33:21.326 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-08T23:33:21.326 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-08T23:33:22.327 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-11-08T23:33:22.327 DEBUG:teuthology.orchestra.run.smithi155:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-08T23:33:22.415 INFO:teuthology.orchestra.run.smithi155.stdout:ttyS1 2023-11-08T23:33:22.426 DEBUG:teuthology.parallel:result is None 2023-11-08T23:33:25.651 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-11-08T23:33:25.652 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:34:25.654 DEBUG:teuthology.orchestra.remote:timed out 2023-11-08T23:34:43.656 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-11-08T23:34:43.657 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:34:43.923 DEBUG:teuthology.orchestra.run.smithi027:> true 2023-11-08T23:34:44.223 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-11-08T23:34:44.223 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-08T23:34:44.224 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2023-11-08T23:34:44.244 INFO:teuthology.orchestra.run.smithi027.stdout:4.18.0-521.el8.x86_64 2023-11-08T23:34:44.244 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-08T23:34:44.245 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-08T23:34:44.245 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-08T23:34:45.246 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-08T23:34:45.246 DEBUG:teuthology.orchestra.run.smithi027:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-08T23:34:45.347 INFO:teuthology.orchestra.run.smithi027.stdout:ttyS1 2023-11-08T23:34:45.359 DEBUG:teuthology.parallel:result is None 2023-11-08T23:34:45.359 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-08T23:34:45.367 INFO:teuthology.task.internal:Creating test directory... 2023-11-08T23:34:45.368 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-08T23:34:45.370 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-08T23:34:45.374 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-08T23:34:45.400 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-08T23:34:45.408 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-08T23:34:45.414 INFO:teuthology.task.internal:Creating archive directory... 2023-11-08T23:34:45.415 DEBUG:teuthology.orchestra.run.smithi027:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-08T23:34:45.433 DEBUG:teuthology.orchestra.run.smithi078:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-08T23:34:45.437 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-08T23:34:45.491 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-08T23:34:45.499 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-08T23:34:45.499 DEBUG:teuthology.orchestra.run.smithi027:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-08T23:34:45.507 DEBUG:teuthology.orchestra.run.smithi078:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-08T23:34:45.510 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-08T23:34:45.539 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T23:34:45.545 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T23:34:45.551 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T23:34:45.555 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T23:34:45.580 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T23:34:45.592 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T23:34:45.593 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-08T23:34:45.600 INFO:teuthology.task.internal:Configuring sudo... 2023-11-08T23:34:45.601 DEBUG:teuthology.orchestra.run.smithi027:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-08T23:34:45.603 DEBUG:teuthology.orchestra.run.smithi078:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-08T23:34:45.606 DEBUG:teuthology.orchestra.run.smithi155:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-08T23:34:45.635 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-08T23:34:45.645 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-08T23:34:45.646 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-08T23:34:45.674 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-08T23:34:45.677 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-08T23:34:45.695 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T23:34:45.779 DEBUG:teuthology.orchestra.run.smithi027:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T23:34:45.839 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T23:34:45.885 DEBUG:teuthology.orchestra.run.smithi027:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T23:34:45.928 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-11-08T23:34:45.929 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-08T23:34:45.997 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T23:34:46.045 DEBUG:teuthology.orchestra.run.smithi078:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T23:34:46.096 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T23:34:46.188 DEBUG:teuthology.orchestra.run.smithi078:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T23:34:46.226 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-08T23:34:46.226 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-08T23:34:46.293 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T23:34:46.347 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T23:34:46.402 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T23:34:46.447 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T23:34:46.494 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-08T23:34:46.495 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-08T23:34:46.563 DEBUG:teuthology.orchestra.run.smithi027:> sudo service rsyslog restart 2023-11-08T23:34:46.565 DEBUG:teuthology.orchestra.run.smithi078:> sudo service rsyslog restart 2023-11-08T23:34:46.567 DEBUG:teuthology.orchestra.run.smithi155:> sudo service rsyslog restart 2023-11-08T23:34:46.627 INFO:teuthology.orchestra.run.smithi027.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T23:34:46.633 INFO:teuthology.orchestra.run.smithi078.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T23:34:46.674 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T23:34:47.179 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-08T23:34:47.189 INFO:teuthology.task.internal:Starting timer... 2023-11-08T23:34:47.190 INFO:teuthology.run_tasks:Running task pcp... 2023-11-08T23:34:47.200 INFO:teuthology.run_tasks:Running task selinux... 2023-11-08T23:34:47.208 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-08T23:34:47.209 DEBUG:teuthology.orchestra.run.smithi027:> sudo service auditd rotate 2023-11-08T23:34:47.298 INFO:teuthology.orchestra.run.smithi027.stdout:Rotating logs: 2023-11-08T23:34:47.300 DEBUG:teuthology.orchestra.run.smithi078:> sudo service auditd rotate 2023-11-08T23:34:47.378 INFO:teuthology.orchestra.run.smithi078.stdout:Rotating logs: 2023-11-08T23:34:47.379 DEBUG:teuthology.orchestra.run.smithi155:> sudo service auditd rotate 2023-11-08T23:34:47.455 INFO:teuthology.orchestra.run.smithi155.stdout:Rotating logs: 2023-11-08T23:34:47.456 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-08T23:34:47.457 DEBUG:teuthology.orchestra.run.smithi027:> /usr/sbin/getenforce 2023-11-08T23:34:47.493 INFO:teuthology.orchestra.run.smithi027.stdout:Permissive 2023-11-08T23:34:47.494 DEBUG:teuthology.orchestra.run.smithi078:> /usr/sbin/getenforce 2023-11-08T23:34:47.569 INFO:teuthology.orchestra.run.smithi078.stdout:Permissive 2023-11-08T23:34:47.570 DEBUG:teuthology.orchestra.run.smithi155:> /usr/sbin/getenforce 2023-11-08T23:34:47.633 INFO:teuthology.orchestra.run.smithi155.stdout:Permissive 2023-11-08T23:34:47.634 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi027.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi078.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi155.front.sepia.ceph.com': 'permissive'} 2023-11-08T23:34:47.634 DEBUG:teuthology.orchestra.run.smithi027:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-08T23:34:47.666 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T23:34:47.667 DEBUG:teuthology.orchestra.run.smithi078:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-08T23:34:47.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T23:34:47.694 DEBUG:teuthology.orchestra.run.smithi155:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-08T23:34:47.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T23:34:47.723 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-08T23:34:47.723 DEBUG:teuthology.orchestra.run.smithi027:> sudo /usr/sbin/setenforce permissive 2023-11-08T23:34:47.763 DEBUG:teuthology.orchestra.run.smithi078:> sudo /usr/sbin/setenforce permissive 2023-11-08T23:34:47.792 DEBUG:teuthology.orchestra.run.smithi155:> sudo /usr/sbin/setenforce permissive 2023-11-08T23:34:47.823 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-08T23:34:47.833 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-08T23:34:47.833 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-08T23:34:47.851 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-08T23:34:47.852 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi027.front.sepia.ceph.com,smithi078.front.sepia.ceph.com,smithi155.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-08T23:42:23.751 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi027.front.sepia.ceph.com'), Remote(name='ubuntu@smithi078.front.sepia.ceph.com'), Remote(name='ubuntu@smithi155.front.sepia.ceph.com')] 2023-11-08T23:42:23.753 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-11-08T23:42:23.754 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:42:23.825 DEBUG:teuthology.orchestra.run.smithi027:> true 2023-11-08T23:42:23.893 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-11-08T23:42:23.894 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-11-08T23:42:23.894 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:42:23.966 DEBUG:teuthology.orchestra.run.smithi078:> true 2023-11-08T23:42:24.033 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-11-08T23:42:24.034 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-11-08T23:42:24.035 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:42:24.108 DEBUG:teuthology.orchestra.run.smithi155:> true 2023-11-08T23:42:24.177 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-11-08T23:42:24.179 INFO:teuthology.run_tasks:Running task clock... 2023-11-08T23:42:24.193 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-08T23:42:24.193 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-08T23:42:24.194 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T23:42:24.198 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-08T23:42:24.198 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T23:42:24.201 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-08T23:42:24.201 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T23:42:24.231 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-08T23:42:24.232 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-08T23:42:24.246 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-08T23:42:24.249 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-08T23:42:24.250 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-08T23:42:24.264 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-08T23:42:24.301 INFO:teuthology.orchestra.run.smithi078.stderr:sudo: ntpd: command not found 2023-11-08T23:42:24.313 INFO:teuthology.orchestra.run.smithi078.stdout:506 Cannot talk to daemon 2023-11-08T23:42:24.317 INFO:teuthology.orchestra.run.smithi027.stderr:sudo: ntpd: command not found 2023-11-08T23:42:24.326 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-08T23:42:24.329 INFO:teuthology.orchestra.run.smithi155.stderr:sudo: ntpd: command not found 2023-11-08T23:42:24.329 INFO:teuthology.orchestra.run.smithi027.stdout:506 Cannot talk to daemon 2023-11-08T23:42:24.339 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-08T23:42:24.340 INFO:teuthology.orchestra.run.smithi155.stdout:506 Cannot talk to daemon 2023-11-08T23:42:24.345 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-08T23:42:24.354 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-08T23:42:24.359 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-08T23:42:24.367 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-08T23:42:24.412 INFO:teuthology.orchestra.run.smithi078.stderr:bash: ntpq: command not found 2023-11-08T23:42:24.415 INFO:teuthology.orchestra.run.smithi078.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T23:42:24.416 INFO:teuthology.orchestra.run.smithi078.stdout:=============================================================================== 2023-11-08T23:42:24.416 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:42:24.416 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:42:24.416 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:42:24.417 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:42:24.436 INFO:teuthology.orchestra.run.smithi027.stderr:bash: ntpq: command not found 2023-11-08T23:42:24.437 INFO:teuthology.orchestra.run.smithi155.stderr:bash: ntpq: command not found 2023-11-08T23:42:24.437 INFO:teuthology.orchestra.run.smithi027.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T23:42:24.438 INFO:teuthology.orchestra.run.smithi027.stdout:=============================================================================== 2023-11-08T23:42:24.438 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:42:24.438 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:42:24.438 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:42:24.439 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:42:24.440 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T23:42:24.440 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2023-11-08T23:42:24.440 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:42:24.440 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:42:24.441 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:42:24.441 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:42:24.442 INFO:teuthology.run_tasks:Running task pexec... 2023-11-08T23:42:24.452 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-08T23:42:24.453 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi027.front.sepia.ceph.com 2023-11-08T23:42:24.453 DEBUG:teuthology.orchestra.run.smithi027:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-08T23:42:24.454 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi078.front.sepia.ceph.com 2023-11-08T23:42:24.454 DEBUG:teuthology.orchestra.run.smithi078:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-08T23:42:24.455 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi155.front.sepia.ceph.com 2023-11-08T23:42:24.455 DEBUG:teuthology.orchestra.run.smithi155:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-08T23:42:25.332 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:49 ago on Wed 08 Nov 2023 11:40:36 PM UTC. 2023-11-08T23:42:25.366 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:47 ago on Wed 08 Nov 2023 11:40:38 PM UTC. 2023-11-08T23:42:25.404 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:35 ago on Wed 08 Nov 2023 11:40:50 PM UTC. 2023-11-08T23:42:27.447 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:42:27.448 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:42:27.449 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2023-11-08T23:42:27.449 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:42:27.449 INFO:teuthology.orchestra.run.smithi078.stdout:Resetting modules: 2023-11-08T23:42:27.449 INFO:teuthology.orchestra.run.smithi078.stdout: container-tools 2023-11-08T23:42:27.450 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:42:27.450 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-08T23:42:27.450 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:42:27.451 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:42:27.471 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:42:27.472 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:42:27.472 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2023-11-08T23:42:27.472 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:42:27.472 INFO:teuthology.orchestra.run.smithi155.stdout:Resetting modules: 2023-11-08T23:42:27.473 INFO:teuthology.orchestra.run.smithi155.stdout: container-tools 2023-11-08T23:42:27.473 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:42:27.473 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-08T23:42:27.473 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:42:27.473 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:42:27.683 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:42:27.683 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:42:27.684 INFO:teuthology.orchestra.run.smithi027.stdout: Package Architecture Version Repository Size 2023-11-08T23:42:27.684 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:42:27.685 INFO:teuthology.orchestra.run.smithi027.stdout:Resetting modules: 2023-11-08T23:42:27.685 INFO:teuthology.orchestra.run.smithi027.stdout: container-tools 2023-11-08T23:42:27.685 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:42:27.686 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-11-08T23:42:27.686 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:42:27.686 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:42:27.705 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:42:27.730 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:42:27.930 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:42:28.637 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:52 ago on Wed 08 Nov 2023 11:40:36 PM UTC. 2023-11-08T23:42:28.693 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:50 ago on Wed 08 Nov 2023 11:40:38 PM UTC. 2023-11-08T23:42:28.898 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:38 ago on Wed 08 Nov 2023 11:40:50 PM UTC. 2023-11-08T23:42:30.716 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:42:30.754 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:42:30.887 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:42:30.888 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-08T23:42:30.888 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:42:30.888 INFO:teuthology.orchestra.run.smithi078.stdout:Installing group/module packages: 2023-11-08T23:42:30.888 INFO:teuthology.orchestra.run.smithi078.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-08T23:42:30.889 INFO:teuthology.orchestra.run.smithi078.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-08T23:42:30.889 INFO:teuthology.orchestra.run.smithi078.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-08T23:42:30.889 INFO:teuthology.orchestra.run.smithi078.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-08T23:42:30.889 INFO:teuthology.orchestra.run.smithi078.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-08T23:42:30.889 INFO:teuthology.orchestra.run.smithi078.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-08T23:42:30.890 INFO:teuthology.orchestra.run.smithi078.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-08T23:42:30.890 INFO:teuthology.orchestra.run.smithi078.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-08T23:42:30.890 INFO:teuthology.orchestra.run.smithi078.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-08T23:42:30.890 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-08T23:42:30.890 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-08T23:42:30.890 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-08T23:42:30.891 INFO:teuthology.orchestra.run.smithi078.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-08T23:42:30.891 INFO:teuthology.orchestra.run.smithi078.stdout:Installing weak dependencies: 2023-11-08T23:42:30.891 INFO:teuthology.orchestra.run.smithi078.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-08T23:42:30.891 INFO:teuthology.orchestra.run.smithi078.stdout:Installing module profiles: 2023-11-08T23:42:30.891 INFO:teuthology.orchestra.run.smithi078.stdout: container-tools/common 2023-11-08T23:42:30.892 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:42:30.892 INFO:teuthology.orchestra.run.smithi078.stdout:Enabling module streams: 2023-11-08T23:42:30.892 INFO:teuthology.orchestra.run.smithi078.stdout: container-tools rhel8 2023-11-08T23:42:30.892 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:42:30.892 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-08T23:42:30.893 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:42:30.893 INFO:teuthology.orchestra.run.smithi078.stdout:Install 13 Packages 2023-11-08T23:42:30.893 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:42:30.894 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 27 M 2023-11-08T23:42:30.894 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 89 M 2023-11-08T23:42:30.894 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-08T23:42:30.926 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:42:30.926 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2023-11-08T23:42:30.926 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:42:30.926 INFO:teuthology.orchestra.run.smithi155.stdout:Installing group/module packages: 2023-11-08T23:42:30.927 INFO:teuthology.orchestra.run.smithi155.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-08T23:42:30.927 INFO:teuthology.orchestra.run.smithi155.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-08T23:42:30.927 INFO:teuthology.orchestra.run.smithi155.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-08T23:42:30.927 INFO:teuthology.orchestra.run.smithi155.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-08T23:42:30.927 INFO:teuthology.orchestra.run.smithi155.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-08T23:42:30.928 INFO:teuthology.orchestra.run.smithi155.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-08T23:42:30.928 INFO:teuthology.orchestra.run.smithi155.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-08T23:42:30.928 INFO:teuthology.orchestra.run.smithi155.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-08T23:42:30.928 INFO:teuthology.orchestra.run.smithi155.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-08T23:42:30.928 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2023-11-08T23:42:30.929 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-08T23:42:30.929 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-08T23:42:30.929 INFO:teuthology.orchestra.run.smithi155.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-08T23:42:30.929 INFO:teuthology.orchestra.run.smithi155.stdout:Installing weak dependencies: 2023-11-08T23:42:30.929 INFO:teuthology.orchestra.run.smithi155.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-08T23:42:30.930 INFO:teuthology.orchestra.run.smithi155.stdout:Installing module profiles: 2023-11-08T23:42:30.930 INFO:teuthology.orchestra.run.smithi155.stdout: container-tools/common 2023-11-08T23:42:30.930 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:42:30.930 INFO:teuthology.orchestra.run.smithi155.stdout:Enabling module streams: 2023-11-08T23:42:30.930 INFO:teuthology.orchestra.run.smithi155.stdout: container-tools rhel8 2023-11-08T23:42:30.931 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:42:30.931 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-08T23:42:30.931 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:42:30.931 INFO:teuthology.orchestra.run.smithi155.stdout:Install 13 Packages 2023-11-08T23:42:30.931 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:42:30.932 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 27 M 2023-11-08T23:42:30.932 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 89 M 2023-11-08T23:42:30.932 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-11-08T23:42:31.141 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:42:31.189 INFO:teuthology.orchestra.run.smithi155.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 4.2 MB/s | 750 kB 00:00 2023-11-08T23:42:31.223 INFO:teuthology.orchestra.run.smithi155.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.8 MB/s | 1.0 MB 00:00 2023-11-08T23:42:31.240 INFO:teuthology.orchestra.run.smithi155.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 752 kB/s | 38 kB 00:00 2023-11-08T23:42:31.265 INFO:teuthology.orchestra.run.smithi155.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 5.6 MB/s | 241 kB 00:00 2023-11-08T23:42:31.271 INFO:teuthology.orchestra.run.smithi078.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 6.9 MB/s | 1.0 MB 00:00 2023-11-08T23:42:31.297 INFO:teuthology.orchestra.run.smithi078.stdout:(2/13): cockpit-podman-78-1.module_el8+712+4cd1 4.3 MB/s | 750 kB 00:00 2023-11-08T23:42:31.307 INFO:teuthology.orchestra.run.smithi155.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 4.2 MB/s | 178 kB 00:00 2023-11-08T23:42:31.326 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:42:31.326 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-11-08T23:42:31.326 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:42:31.326 INFO:teuthology.orchestra.run.smithi027.stdout:Installing group/module packages: 2023-11-08T23:42:31.327 INFO:teuthology.orchestra.run.smithi027.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-08T23:42:31.327 INFO:teuthology.orchestra.run.smithi027.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-08T23:42:31.327 INFO:teuthology.orchestra.run.smithi027.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-08T23:42:31.327 INFO:teuthology.orchestra.run.smithi027.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-08T23:42:31.327 INFO:teuthology.orchestra.run.smithi027.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-08T23:42:31.328 INFO:teuthology.orchestra.run.smithi027.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-08T23:42:31.328 INFO:teuthology.orchestra.run.smithi027.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-08T23:42:31.328 INFO:teuthology.orchestra.run.smithi027.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-08T23:42:31.328 INFO:teuthology.orchestra.run.smithi027.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-08T23:42:31.328 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-11-08T23:42:31.328 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-08T23:42:31.329 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-08T23:42:31.329 INFO:teuthology.orchestra.run.smithi027.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-08T23:42:31.329 INFO:teuthology.orchestra.run.smithi027.stdout:Installing weak dependencies: 2023-11-08T23:42:31.329 INFO:teuthology.orchestra.run.smithi027.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-08T23:42:31.329 INFO:teuthology.orchestra.run.smithi027.stdout:Installing module profiles: 2023-11-08T23:42:31.330 INFO:teuthology.orchestra.run.smithi027.stdout: container-tools/common 2023-11-08T23:42:31.330 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:42:31.330 INFO:teuthology.orchestra.run.smithi027.stdout:Enabling module streams: 2023-11-08T23:42:31.330 INFO:teuthology.orchestra.run.smithi027.stdout: container-tools rhel8 2023-11-08T23:42:31.330 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:42:31.331 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-11-08T23:42:31.331 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:42:31.331 INFO:teuthology.orchestra.run.smithi027.stdout:Install 13 Packages 2023-11-08T23:42:31.331 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:42:31.332 INFO:teuthology.orchestra.run.smithi078.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 644 kB/s | 38 kB 00:00 2023-11-08T23:42:31.332 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 27 M 2023-11-08T23:42:31.332 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 89 M 2023-11-08T23:42:31.333 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-11-08T23:42:31.341 INFO:teuthology.orchestra.run.smithi155.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 744 kB/s | 25 kB 00:00 2023-11-08T23:42:31.356 INFO:teuthology.orchestra.run.smithi078.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2023-11-08T23:42:31.400 INFO:teuthology.orchestra.run.smithi155.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 25 MB/s | 3.9 MB 00:00 2023-11-08T23:42:31.406 INFO:teuthology.orchestra.run.smithi078.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.5 MB/s | 178 kB 00:00 2023-11-08T23:42:31.448 INFO:teuthology.orchestra.run.smithi078.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 596 kB/s | 25 kB 00:00 2023-11-08T23:42:31.466 INFO:teuthology.orchestra.run.smithi155.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 748 kB/s | 94 kB 00:00 2023-11-08T23:42:31.507 INFO:teuthology.orchestra.run.smithi078.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 22 MB/s | 3.9 MB 00:00 2023-11-08T23:42:31.532 INFO:teuthology.orchestra.run.smithi078.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2023-11-08T23:42:31.644 INFO:teuthology.orchestra.run.smithi027.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.2 MB/s | 1.0 MB 00:00 2023-11-08T23:42:31.666 INFO:teuthology.orchestra.run.smithi078.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 18 MB/s | 9.6 MB 00:00 2023-11-08T23:42:31.683 INFO:teuthology.orchestra.run.smithi155.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 14 MB/s | 9.6 MB 00:00 2023-11-08T23:42:31.694 INFO:teuthology.orchestra.run.smithi027.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 758 kB/s | 38 kB 00:00 2023-11-08T23:42:31.708 INFO:teuthology.orchestra.run.smithi078.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.2 MB/s | 53 kB 00:00 2023-11-08T23:42:31.726 INFO:teuthology.orchestra.run.smithi155.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 9.8 MB/s | 2.5 MB 00:00 2023-11-08T23:42:31.736 INFO:teuthology.orchestra.run.smithi027.stdout:(3/13): cockpit-podman-78-1.module_el8+712+4cd1 2.2 MB/s | 750 kB 00:00 2023-11-08T23:42:31.742 INFO:teuthology.orchestra.run.smithi155.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 901 kB/s | 53 kB 00:00 2023-11-08T23:42:31.759 INFO:teuthology.orchestra.run.smithi155.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 1.2 MB/s | 41 kB 00:00 2023-11-08T23:42:31.766 INFO:teuthology.orchestra.run.smithi078.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 11 MB/s | 2.5 MB 00:00 2023-11-08T23:42:31.778 INFO:teuthology.orchestra.run.smithi027.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.8 MB/s | 241 kB 00:00 2023-11-08T23:42:31.792 INFO:teuthology.orchestra.run.smithi078.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 492 kB/s | 41 kB 00:00 2023-11-08T23:42:31.820 INFO:teuthology.orchestra.run.smithi027.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 4.2 MB/s | 178 kB 00:00 2023-11-08T23:42:31.863 INFO:teuthology.orchestra.run.smithi027.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 593 kB/s | 25 kB 00:00 2023-11-08T23:42:31.885 INFO:teuthology.orchestra.run.smithi155.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 17 MB/s | 8.1 MB 00:00 2023-11-08T23:42:31.885 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:42:31.885 INFO:teuthology.orchestra.run.smithi155.stdout:Total 28 MB/s | 27 MB 00:00 2023-11-08T23:42:31.896 INFO:teuthology.orchestra.run.smithi027.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.8 MB/s | 94 kB 00:00 2023-11-08T23:42:31.900 INFO:teuthology.orchestra.run.smithi078.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 21 MB/s | 8.1 MB 00:00 2023-11-08T23:42:31.900 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:42:31.901 INFO:teuthology.orchestra.run.smithi078.stdout:Total 26 MB/s | 27 MB 00:01 2023-11-08T23:42:32.105 INFO:teuthology.orchestra.run.smithi027.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 11 MB/s | 3.9 MB 00:00 2023-11-08T23:42:32.151 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-11-08T23:42:32.166 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-08T23:42:32.172 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-11-08T23:42:32.172 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-11-08T23:42:32.187 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-08T23:42:32.187 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-08T23:42:32.280 INFO:teuthology.orchestra.run.smithi027.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 14 MB/s | 2.5 MB 00:00 2023-11-08T23:42:32.314 INFO:teuthology.orchestra.run.smithi027.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.5 MB/s | 53 kB 00:00 2023-11-08T23:42:32.347 INFO:teuthology.orchestra.run.smithi027.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 1.2 MB/s | 41 kB 00:00 2023-11-08T23:42:32.435 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-11-08T23:42:32.438 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-11-08T23:42:32.441 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-08T23:42:32.444 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-08T23:42:32.447 INFO:teuthology.orchestra.run.smithi027.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 15 MB/s | 8.1 MB 00:00 2023-11-08T23:42:32.556 INFO:teuthology.orchestra.run.smithi027.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 8.4 MB/s | 9.6 MB 00:01 2023-11-08T23:42:32.556 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:42:32.557 INFO:teuthology.orchestra.run.smithi027.stdout:Total 22 MB/s | 27 MB 00:01 2023-11-08T23:42:32.831 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-11-08T23:42:32.854 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-11-08T23:42:32.854 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-11-08T23:42:33.113 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-11-08T23:42:33.117 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-11-08T23:42:33.139 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-08T23:42:33.189 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-11-08T23:42:33.367 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-08T23:42:33.426 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-08T23:42:33.537 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-08T23:42:33.572 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-08T23:42:33.760 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-08T23:42:33.785 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-08T23:42:33.801 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-11-08T23:42:33.972 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T23:42:33.983 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-08T23:42:34.143 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T23:42:34.144 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-08T23:42:34.314 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-08T23:42:34.523 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-08T23:42:34.525 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T23:42:34.712 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-08T23:42:35.075 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-08T23:42:35.497 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T23:42:35.679 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T23:42:35.787 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-08T23:42:35.951 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-08T23:42:35.992 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-08T23:42:36.109 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T23:42:36.158 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-08T23:42:36.249 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-08T23:42:36.434 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-08T23:42:36.641 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-08T23:42:36.659 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-08T23:42:36.825 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-08T23:42:36.882 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-08T23:42:37.132 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-08T23:42:37.519 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-08T23:42:37.577 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T23:42:37.700 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T23:42:37.808 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-08T23:42:37.912 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-08T23:42:37.985 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T23:42:38.129 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T23:42:38.423 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T23:42:38.423 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-08T23:42:38.423 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-08T23:42:38.424 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-08T23:42:38.424 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T23:42:38.424 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-08T23:42:38.424 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T23:42:38.424 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-08T23:42:38.425 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-08T23:42:38.425 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-08T23:42:38.425 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-08T23:42:38.425 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T23:42:38.425 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-08T23:42:38.439 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T23:42:38.541 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T23:42:38.541 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-08T23:42:38.541 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-08T23:42:38.541 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-08T23:42:38.542 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T23:42:38.542 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-08T23:42:38.542 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T23:42:38.542 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-08T23:42:38.543 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-08T23:42:38.543 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-08T23:42:38.543 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-08T23:42:38.543 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T23:42:38.543 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-08T23:42:38.642 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-08T23:42:38.810 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T23:42:39.260 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T23:42:39.260 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-08T23:42:39.261 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-08T23:42:39.261 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-08T23:42:39.261 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T23:42:39.261 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-08T23:42:39.262 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T23:42:39.262 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-08T23:42:39.262 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-08T23:42:39.262 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-08T23:42:39.263 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-08T23:42:39.263 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T23:42:39.263 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-08T23:42:39.354 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-08T23:42:39.354 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:42:39.354 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-08T23:42:39.354 INFO:teuthology.orchestra.run.smithi078.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:42:39.355 INFO:teuthology.orchestra.run.smithi078.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:42:39.355 INFO:teuthology.orchestra.run.smithi078.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-08T23:42:39.355 INFO:teuthology.orchestra.run.smithi078.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-08T23:42:39.355 INFO:teuthology.orchestra.run.smithi078.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:42:39.355 INFO:teuthology.orchestra.run.smithi078.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:42:39.356 INFO:teuthology.orchestra.run.smithi078.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-08T23:42:39.356 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-08T23:42:39.356 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-08T23:42:39.356 INFO:teuthology.orchestra.run.smithi078.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:42:39.356 INFO:teuthology.orchestra.run.smithi078.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:42:39.357 INFO:teuthology.orchestra.run.smithi078.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-08T23:42:39.357 INFO:teuthology.orchestra.run.smithi078.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-08T23:42:39.357 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:42:39.357 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:42:39.634 DEBUG:teuthology.parallel:result is None 2023-11-08T23:42:39.652 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-08T23:42:39.652 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:42:39.652 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-11-08T23:42:39.653 INFO:teuthology.orchestra.run.smithi155.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:42:39.653 INFO:teuthology.orchestra.run.smithi155.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:42:39.653 INFO:teuthology.orchestra.run.smithi155.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-08T23:42:39.653 INFO:teuthology.orchestra.run.smithi155.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-08T23:42:39.653 INFO:teuthology.orchestra.run.smithi155.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:42:39.654 INFO:teuthology.orchestra.run.smithi155.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:42:39.654 INFO:teuthology.orchestra.run.smithi155.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-08T23:42:39.654 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-08T23:42:39.654 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-08T23:42:39.654 INFO:teuthology.orchestra.run.smithi155.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:42:39.655 INFO:teuthology.orchestra.run.smithi155.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:42:39.655 INFO:teuthology.orchestra.run.smithi155.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-08T23:42:39.655 INFO:teuthology.orchestra.run.smithi155.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-08T23:42:39.655 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:42:39.655 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:42:39.959 DEBUG:teuthology.parallel:result is None 2023-11-08T23:42:40.050 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-08T23:42:40.050 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:42:40.050 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-11-08T23:42:40.051 INFO:teuthology.orchestra.run.smithi027.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:42:40.051 INFO:teuthology.orchestra.run.smithi027.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:42:40.051 INFO:teuthology.orchestra.run.smithi027.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-08T23:42:40.051 INFO:teuthology.orchestra.run.smithi027.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-08T23:42:40.051 INFO:teuthology.orchestra.run.smithi027.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:42:40.052 INFO:teuthology.orchestra.run.smithi027.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:42:40.052 INFO:teuthology.orchestra.run.smithi027.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-08T23:42:40.052 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-08T23:42:40.052 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-08T23:42:40.052 INFO:teuthology.orchestra.run.smithi027.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:42:40.053 INFO:teuthology.orchestra.run.smithi027.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:42:40.053 INFO:teuthology.orchestra.run.smithi027.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-08T23:42:40.053 INFO:teuthology.orchestra.run.smithi027.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-08T23:42:40.053 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:42:40.053 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:42:40.303 DEBUG:teuthology.parallel:result is None 2023-11-08T23:42:40.304 INFO:teuthology.run_tasks:Running task install... 2023-11-08T23:42:40.312 DEBUG:teuthology.task.install:project ceph 2023-11-08T23:42:40.313 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'c5dca1b39843ab5db10818164a43fe9d7a0543db'}} 2023-11-08T23:42:40.313 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'c5dca1b39843ab5db10818164a43fe9d7a0543db'} 2023-11-08T23:42:40.314 INFO:teuthology.task.install:Using flavor: default 2023-11-08T23:42:40.323 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2023-11-08T23:42:40.324 INFO:teuthology.task.install:extra packages: [] 2023-11-08T23:42:40.324 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': 'c5dca1b39843ab5db10818164a43fe9d7a0543db', 'tag': None, 'wait_for_package': False} 2023-11-08T23:42:40.325 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db 2023-11-08T23:42:40.327 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': 'c5dca1b39843ab5db10818164a43fe9d7a0543db', 'tag': None, 'wait_for_package': False} 2023-11-08T23:42:40.328 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db 2023-11-08T23:42:40.329 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': 'c5dca1b39843ab5db10818164a43fe9d7a0543db', 'tag': None, 'wait_for_package': False} 2023-11-08T23:42:40.329 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db 2023-11-08T23:42:40.476 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-cv-revert-52429-main/c5dca1b39843ab5db10818164a43fe9d7a0543db/centos/8/flavors/default/ 2023-11-08T23:42:40.477 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7194.gc5dca1b3 2023-11-08T23:42:40.540 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-cv-revert-52429-main/c5dca1b39843ab5db10818164a43fe9d7a0543db/centos/8/flavors/default/ 2023-11-08T23:42:40.541 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7194.gc5dca1b3 2023-11-08T23:42:40.551 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-cv-revert-52429-main/c5dca1b39843ab5db10818164a43fe9d7a0543db/centos/8/flavors/default/ 2023-11-08T23:42:40.551 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7194.gc5dca1b3 2023-11-08T23:42:40.585 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-cv-revert-52429-main/c5dca1b39843ab5db10818164a43fe9d7a0543db/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-cv-revert-52429-main/c5dca1b39843ab5db10818164a43fe9d7a0543db/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-cv-revert-52429-main/c5dca1b39843ab5db10818164a43fe9d7a0543db/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-08T23:42:40.586 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-08T23:42:40.586 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-08T23:42:40.618 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-11-08T23:42:40.618 DEBUG:teuthology.orchestra.run.smithi155:> 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/c5dca1b39843ab5db10818164a43fe9d7a0543db/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-08T23:42:40.649 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-cv-revert-52429-main/c5dca1b39843ab5db10818164a43fe9d7a0543db/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-cv-revert-52429-main/c5dca1b39843ab5db10818164a43fe9d7a0543db/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-cv-revert-52429-main/c5dca1b39843ab5db10818164a43fe9d7a0543db/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-08T23:42:40.649 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-11-08T23:42:40.650 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-08T23:42:40.681 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-11-08T23:42:40.682 DEBUG:teuthology.orchestra.run.smithi027:> 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/c5dca1b39843ab5db10818164a43fe9d7a0543db/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-08T23:42:40.687 DEBUG:teuthology.orchestra.run.smithi155:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-11-08T23:42:40.716 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-cv-revert-52429-main/c5dca1b39843ab5db10818164a43fe9d7a0543db/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-cv-revert-52429-main/c5dca1b39843ab5db10818164a43fe9d7a0543db/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-cv-revert-52429-main/c5dca1b39843ab5db10818164a43fe9d7a0543db/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-08T23:42:40.717 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-08T23:42:40.717 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-08T23:42:40.753 DEBUG:teuthology.orchestra.run.smithi027:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-11-08T23:42:40.754 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-11-08T23:42:40.754 DEBUG:teuthology.orchestra.run.smithi078:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/c5dca1b39843ab5db10818164a43fe9d7a0543db/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-08T23:42:40.765 DEBUG:teuthology.orchestra.run.smithi155:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-11-08T23:42:40.825 DEBUG:teuthology.orchestra.run.smithi078:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-11-08T23:42:40.833 DEBUG:teuthology.orchestra.run.smithi027:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-11-08T23:42:40.834 INFO:teuthology.orchestra.run.smithi155.stdout:check_obsoletes = 1 2023-11-08T23:42:40.834 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum clean all 2023-11-08T23:42:40.899 INFO:teuthology.orchestra.run.smithi027.stdout:check_obsoletes = 1 2023-11-08T23:42:40.901 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum clean all 2023-11-08T23:42:40.905 DEBUG:teuthology.orchestra.run.smithi078:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-11-08T23:42:40.973 INFO:teuthology.orchestra.run.smithi078.stdout:check_obsoletes = 1 2023-11-08T23:42:40.974 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum clean all 2023-11-08T23:42:41.118 INFO:teuthology.orchestra.run.smithi155.stdout:76 files removed 2023-11-08T23:42:41.146 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-radosgw 2023-11-08T23:42:41.181 INFO:teuthology.orchestra.run.smithi027.stdout:76 files removed 2023-11-08T23:42:41.209 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-radosgw 2023-11-08T23:42:41.250 INFO:teuthology.orchestra.run.smithi078.stdout:76 files removed 2023-11-08T23:42:41.277 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-radosgw 2023-11-08T23:42:41.921 INFO:teuthology.orchestra.run.smithi155.stdout:ceph packages for x86_64 219 kB/s | 81 kB 00:00 2023-11-08T23:42:41.934 INFO:teuthology.orchestra.run.smithi078.stdout:ceph packages for x86_64 319 kB/s | 81 kB 00:00 2023-11-08T23:42:42.132 INFO:teuthology.orchestra.run.smithi027.stdout:ceph packages for x86_64 165 kB/s | 81 kB 00:00 2023-11-08T23:42:42.260 INFO:teuthology.orchestra.run.smithi078.stdout:ceph noarch packages 33 kB/s | 9.5 kB 00:00 2023-11-08T23:42:42.263 INFO:teuthology.orchestra.run.smithi155.stdout:ceph noarch packages 31 kB/s | 9.5 kB 00:00 2023-11-08T23:42:42.575 INFO:teuthology.orchestra.run.smithi027.stdout:ceph noarch packages 24 kB/s | 9.5 kB 00:00 2023-11-08T23:42:42.644 INFO:teuthology.orchestra.run.smithi078.stdout:ceph source packages 4.2 kB/s | 1.5 kB 00:00 2023-11-08T23:42:42.814 INFO:teuthology.orchestra.run.smithi155.stdout:ceph source packages 2.9 kB/s | 1.5 kB 00:00 2023-11-08T23:42:42.901 INFO:teuthology.orchestra.run.smithi027.stdout:ceph source packages 5.1 kB/s | 1.5 kB 00:00 2023-11-08T23:42:44.487 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 8 - AppStream 19 MB/s | 34 MB 00:01 2023-11-08T23:42:44.923 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 8 - AppStream 16 MB/s | 34 MB 00:02 2023-11-08T23:42:45.492 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - AppStream 13 MB/s | 34 MB 00:02 2023-11-08T23:42:53.423 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 8 - BaseOS 23 MB/s | 53 MB 00:02 2023-11-08T23:42:53.828 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 8 - BaseOS 17 MB/s | 53 MB 00:03 2023-11-08T23:42:54.942 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - BaseOS 19 MB/s | 53 MB 00:02 2023-11-08T23:43:01.199 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 8 - Extras 70 kB/s | 18 kB 00:00 2023-11-08T23:43:01.691 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 8 - Extras common packages 22 kB/s | 6.9 kB 00:00 2023-11-08T23:43:02.246 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 8 - Extras 33 kB/s | 18 kB 00:00 2023-11-08T23:43:03.713 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 8 - Extras common packages 5.4 kB/s | 6.9 kB 00:01 2023-11-08T23:43:04.284 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - Extras 13 kB/s | 18 kB 00:01 2023-11-08T23:43:04.934 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - Extras common packages 15 kB/s | 6.9 kB 00:00 2023-11-08T23:43:05.592 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 8 - PowerTools 1.8 MB/s | 6.6 MB 00:03 2023-11-08T23:43:06.739 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 8 - PowerTools 2.3 MB/s | 6.6 MB 00:02 2023-11-08T23:43:07.019 INFO:teuthology.orchestra.run.smithi155.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-11-08T23:43:07.669 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - PowerTools 2.6 MB/s | 6.6 MB 00:02 2023-11-08T23:43:08.207 INFO:teuthology.orchestra.run.smithi078.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-11-08T23:43:09.188 INFO:teuthology.orchestra.run.smithi027.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-11-08T23:43:09.483 INFO:teuthology.orchestra.run.smithi078.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-11-08T23:43:09.836 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 6.0 MB/s | 16 MB 00:02 2023-11-08T23:43:13.333 INFO:teuthology.orchestra.run.smithi078.stdout:lab-extras 419 kB/s | 24 kB 00:00 2023-11-08T23:43:13.770 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 316 kB/s | 24 kB 00:00 2023-11-08T23:43:17.841 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:43:17.844 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:43:17.844 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-08T23:43:17.844 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:43:17.845 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-08T23:43:17.845 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-radosgw x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 14 M 2023-11-08T23:43:17.845 INFO:teuthology.orchestra.run.smithi078.stdout:Upgrading: 2023-11-08T23:43:17.845 INFO:teuthology.orchestra.run.smithi078.stdout: librados2 x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 3.8 M 2023-11-08T23:43:17.845 INFO:teuthology.orchestra.run.smithi078.stdout: librbd1 x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 3.7 M 2023-11-08T23:43:17.846 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-08T23:43:17.846 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-base x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 5.4 M 2023-11-08T23:43:17.846 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-common x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 23 M 2023-11-08T23:43:17.846 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-selinux x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 24 k 2023-11-08T23:43:17.846 INFO:teuthology.orchestra.run.smithi078.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-08T23:43:17.847 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs2 x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 838 k 2023-11-08T23:43:17.847 INFO:teuthology.orchestra.run.smithi078.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-08T23:43:17.847 INFO:teuthology.orchestra.run.smithi078.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-11-08T23:43:17.847 INFO:teuthology.orchestra.run.smithi078.stdout: libradosstriper1 x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 517 k 2023-11-08T23:43:17.847 INFO:teuthology.orchestra.run.smithi078.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-11-08T23:43:17.848 INFO:teuthology.orchestra.run.smithi078.stdout: librgw2 x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 6.9 M 2023-11-08T23:43:17.848 INFO:teuthology.orchestra.run.smithi078.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-08T23:43:17.848 INFO:teuthology.orchestra.run.smithi078.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-11-08T23:43:17.848 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-argparse x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 45 k 2023-11-08T23:43:17.848 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-common x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 126 k 2023-11-08T23:43:17.849 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cephfs x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 197 k 2023-11-08T23:43:17.849 INFO:teuthology.orchestra.run.smithi078.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-11-08T23:43:17.849 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rados x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 371 k 2023-11-08T23:43:17.849 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rbd x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 365 k 2023-11-08T23:43:17.849 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rgw x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 107 k 2023-11-08T23:43:17.850 INFO:teuthology.orchestra.run.smithi078.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-08T23:43:17.850 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:43:17.850 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-08T23:43:17.850 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:43:17.850 INFO:teuthology.orchestra.run.smithi078.stdout:Install 21 Packages 2023-11-08T23:43:17.851 INFO:teuthology.orchestra.run.smithi078.stdout:Upgrade 2 Packages 2023-11-08T23:43:17.851 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:43:17.852 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 62 M 2023-11-08T23:43:17.852 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-08T23:43:18.370 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:43:18.372 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:43:18.373 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2023-11-08T23:43:18.373 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:43:18.373 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-11-08T23:43:18.373 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-radosgw x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 14 M 2023-11-08T23:43:18.374 INFO:teuthology.orchestra.run.smithi155.stdout:Upgrading: 2023-11-08T23:43:18.374 INFO:teuthology.orchestra.run.smithi155.stdout: librados2 x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 3.8 M 2023-11-08T23:43:18.374 INFO:teuthology.orchestra.run.smithi155.stdout: librbd1 x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 3.7 M 2023-11-08T23:43:18.374 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2023-11-08T23:43:18.374 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-base x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 5.4 M 2023-11-08T23:43:18.375 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-common x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 23 M 2023-11-08T23:43:18.375 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-selinux x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 24 k 2023-11-08T23:43:18.375 INFO:teuthology.orchestra.run.smithi155.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-08T23:43:18.375 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs2 x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 838 k 2023-11-08T23:43:18.375 INFO:teuthology.orchestra.run.smithi155.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-08T23:43:18.376 INFO:teuthology.orchestra.run.smithi155.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-11-08T23:43:18.376 INFO:teuthology.orchestra.run.smithi155.stdout: libradosstriper1 x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 517 k 2023-11-08T23:43:18.376 INFO:teuthology.orchestra.run.smithi155.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-11-08T23:43:18.376 INFO:teuthology.orchestra.run.smithi155.stdout: librgw2 x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 6.9 M 2023-11-08T23:43:18.376 INFO:teuthology.orchestra.run.smithi155.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-08T23:43:18.377 INFO:teuthology.orchestra.run.smithi155.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-11-08T23:43:18.377 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-argparse x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 45 k 2023-11-08T23:43:18.377 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-common x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 126 k 2023-11-08T23:43:18.377 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cephfs x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 197 k 2023-11-08T23:43:18.377 INFO:teuthology.orchestra.run.smithi155.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-11-08T23:43:18.378 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rados x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 371 k 2023-11-08T23:43:18.378 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rbd x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 365 k 2023-11-08T23:43:18.378 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rgw x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 107 k 2023-11-08T23:43:18.378 INFO:teuthology.orchestra.run.smithi155.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-08T23:43:18.379 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:43:18.379 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-08T23:43:18.379 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:43:18.379 INFO:teuthology.orchestra.run.smithi155.stdout:Install 21 Packages 2023-11-08T23:43:18.379 INFO:teuthology.orchestra.run.smithi155.stdout:Upgrade 2 Packages 2023-11-08T23:43:18.380 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:43:18.380 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 62 M 2023-11-08T23:43:18.380 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-11-08T23:43:19.152 INFO:teuthology.orchestra.run.smithi078.stdout:(1/23): ceph-radosgw-18.0.0-7194.gc5dca1b3.el8. 14 MB/s | 14 MB 00:00 2023-11-08T23:43:19.252 INFO:teuthology.orchestra.run.smithi078.stdout:(2/23): ceph-selinux-18.0.0-7194.gc5dca1b3.el8. 244 kB/s | 24 kB 00:00 2023-11-08T23:43:19.617 INFO:teuthology.orchestra.run.smithi155.stdout:(1/23): ceph-base-18.0.0-7194.gc5dca1b3.el8.x86 5.7 MB/s | 5.4 MB 00:00 2023-11-08T23:43:19.672 INFO:teuthology.orchestra.run.smithi155.stdout:(2/23): ceph-selinux-18.0.0-7194.gc5dca1b3.el8. 435 kB/s | 24 kB 00:00 2023-11-08T23:43:19.805 INFO:teuthology.orchestra.run.smithi155.stdout:(3/23): libcephfs2-18.0.0-7194.gc5dca1b3.el8.x8 6.2 MB/s | 838 kB 00:00 2023-11-08T23:43:19.877 INFO:teuthology.orchestra.run.smithi078.stdout:(3/23): ceph-base-18.0.0-7194.gc5dca1b3.el8.x86 3.1 MB/s | 5.4 MB 00:01 2023-11-08T23:43:19.910 INFO:teuthology.orchestra.run.smithi078.stdout:(4/23): libcephfs2-18.0.0-7194.gc5dca1b3.el8.x8 1.2 MB/s | 838 kB 00:00 2023-11-08T23:43:19.924 INFO:teuthology.orchestra.run.smithi155.stdout:(4/23): libradosstriper1-18.0.0-7194.gc5dca1b3. 4.3 MB/s | 517 kB 00:00 2023-11-08T23:43:20.028 INFO:teuthology.orchestra.run.smithi078.stdout:(5/23): libradosstriper1-18.0.0-7194.gc5dca1b3. 3.4 MB/s | 517 kB 00:00 2023-11-08T23:43:20.136 INFO:teuthology.orchestra.run.smithi078.stdout:(6/23): python3-ceph-argparse-18.0.0-7194.gc5dc 413 kB/s | 45 kB 00:00 2023-11-08T23:43:20.245 INFO:teuthology.orchestra.run.smithi078.stdout:(7/23): python3-ceph-common-18.0.0-7194.gc5dca1 1.1 MB/s | 126 kB 00:00 2023-11-08T23:43:20.354 INFO:teuthology.orchestra.run.smithi078.stdout:(8/23): python3-cephfs-18.0.0-7194.gc5dca1b3.el 1.8 MB/s | 197 kB 00:00 2023-11-08T23:43:20.554 INFO:teuthology.orchestra.run.smithi078.stdout:(9/23): python3-rados-18.0.0-7194.gc5dca1b3.el8 1.8 MB/s | 371 kB 00:00 2023-11-08T23:43:20.696 INFO:teuthology.orchestra.run.smithi078.stdout:(10/23): librgw2-18.0.0-7194.gc5dca1b3.el8.x86_ 8.8 MB/s | 6.9 MB 00:00 2023-11-08T23:43:20.913 INFO:teuthology.orchestra.run.smithi078.stdout:(11/23): python3-rbd-18.0.0-7194.gc5dca1b3.el8. 1.0 MB/s | 365 kB 00:00 2023-11-08T23:43:20.946 INFO:teuthology.orchestra.run.smithi078.stdout:(12/23): python3-rgw-18.0.0-7194.gc5dca1b3.el8. 426 kB/s | 107 kB 00:00 2023-11-08T23:43:21.047 INFO:teuthology.orchestra.run.smithi078.stdout:(13/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.6 MB/s | 354 kB 00:00 2023-11-08T23:43:21.072 INFO:teuthology.orchestra.run.smithi078.stdout:(14/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.0 MB/s | 259 kB 00:00 2023-11-08T23:43:21.089 INFO:teuthology.orchestra.run.smithi078.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-11-08T23:43:21.231 INFO:teuthology.orchestra.run.smithi078.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 296 kB/s | 47 kB 00:00 2023-11-08T23:43:21.306 INFO:teuthology.orchestra.run.smithi155.stdout:(5/23): librgw2-18.0.0-7194.gc5dca1b3.el8.x86_6 5.0 MB/s | 6.9 MB 00:01 2023-11-08T23:43:21.356 INFO:teuthology.orchestra.run.smithi155.stdout:(6/23): python3-ceph-argparse-18.0.0-7194.gc5dc 897 kB/s | 45 kB 00:00 2023-11-08T23:43:21.398 INFO:teuthology.orchestra.run.smithi078.stdout:(17/23): gperftools-libs-2.7-9.el8.x86_64.rpm 993 kB/s | 306 kB 00:00 2023-11-08T23:43:21.406 INFO:teuthology.orchestra.run.smithi155.stdout:(7/23): python3-ceph-common-18.0.0-7194.gc5dca1 2.5 MB/s | 126 kB 00:00 2023-11-08T23:43:21.456 INFO:teuthology.orchestra.run.smithi078.stdout:(18/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.3 MB/s | 75 kB 00:00 2023-11-08T23:43:21.473 INFO:teuthology.orchestra.run.smithi078.stdout:(19/23): liboath-2.6.2-3.el8.x86_64.rpm 243 kB/s | 59 kB 00:00 2023-11-08T23:43:21.482 INFO:teuthology.orchestra.run.smithi155.stdout:(8/23): python3-cephfs-18.0.0-7194.gc5dca1b3.el 2.6 MB/s | 197 kB 00:00 2023-11-08T23:43:21.649 INFO:teuthology.orchestra.run.smithi078.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 9.0 MB/s | 1.7 MB 00:00 2023-11-08T23:43:21.708 INFO:teuthology.orchestra.run.smithi155.stdout:(9/23): python3-rados-18.0.0-7194.gc5dca1b3.el8 1.6 MB/s | 371 kB 00:00 2023-11-08T23:43:21.933 INFO:teuthology.orchestra.run.smithi155.stdout:(10/23): ceph-common-18.0.0-7194.gc5dca1b3.el8. 6.9 MB/s | 23 MB 00:03 2023-11-08T23:43:21.958 INFO:teuthology.orchestra.run.smithi155.stdout:(11/23): python3-rbd-18.0.0-7194.gc5dca1b3.el8. 1.4 MB/s | 365 kB 00:00 2023-11-08T23:43:21.983 INFO:teuthology.orchestra.run.smithi155.stdout:(12/23): python3-rgw-18.0.0-7194.gc5dca1b3.el8. 2.1 MB/s | 107 kB 00:00 2023-11-08T23:43:22.091 INFO:teuthology.orchestra.run.smithi078.stdout:(21/23): ceph-common-18.0.0-7194.gc5dca1b3.el8. 5.8 MB/s | 23 MB 00:03 2023-11-08T23:43:22.109 INFO:teuthology.orchestra.run.smithi155.stdout:(13/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.3 MB/s | 354 kB 00:00 2023-11-08T23:43:22.134 INFO:teuthology.orchestra.run.smithi155.stdout:(14/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.7 MB/s | 259 kB 00:00 2023-11-08T23:43:22.141 INFO:teuthology.orchestra.run.smithi078.stdout:(22/23): librbd1-18.0.0-7194.gc5dca1b3.el8.x86_ 7.5 MB/s | 3.7 MB 00:00 2023-11-08T23:43:22.159 INFO:teuthology.orchestra.run.smithi155.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 872 kB/s | 44 kB 00:00 2023-11-08T23:43:22.326 INFO:teuthology.orchestra.run.smithi155.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 245 kB/s | 47 kB 00:00 2023-11-08T23:43:22.433 INFO:teuthology.orchestra.run.smithi078.stdout:(23/23): librados2-18.0.0-7194.gc5dca1b3.el8.x8 3.9 MB/s | 3.8 MB 00:00 2023-11-08T23:43:22.437 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:43:22.437 INFO:teuthology.orchestra.run.smithi078.stdout:Total 13 MB/s | 62 MB 00:04 2023-11-08T23:43:22.477 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-08T23:43:22.523 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-08T23:43:22.524 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-08T23:43:22.560 INFO:teuthology.orchestra.run.smithi155.stdout:(17/23): gperftools-libs-2.7-9.el8.x86_64.rpm 765 kB/s | 306 kB 00:00 2023-11-08T23:43:22.594 INFO:teuthology.orchestra.run.smithi155.stdout:(18/23): liboath-2.6.2-3.el8.x86_64.rpm 220 kB/s | 59 kB 00:00 2023-11-08T23:43:22.686 INFO:teuthology.orchestra.run.smithi155.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 599 kB/s | 75 kB 00:00 2023-11-08T23:43:22.897 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-08T23:43:22.900 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-08T23:43:22.936 INFO:teuthology.orchestra.run.smithi155.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 5.1 MB/s | 1.7 MB 00:00 2023-11-08T23:43:23.070 INFO:teuthology.orchestra.run.smithi155.stdout:(21/23): librados2-18.0.0-7194.gc5dca1b3.el8.x8 9.8 MB/s | 3.8 MB 00:00 2023-11-08T23:43:23.289 INFO:teuthology.orchestra.run.smithi155.stdout:(22/23): ceph-radosgw-18.0.0-7194.gc5dca1b3.el8 3.0 MB/s | 14 MB 00:04 2023-11-08T23:43:23.420 INFO:teuthology.orchestra.run.smithi155.stdout:(23/23): librbd1-18.0.0-7194.gc5dca1b3.el8.x86_ 7.7 MB/s | 3.7 MB 00:00 2023-11-08T23:43:23.424 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:43:23.425 INFO:teuthology.orchestra.run.smithi155.stdout:Total 12 MB/s | 62 MB 00:05 2023-11-08T23:43:23.468 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-11-08T23:43:23.515 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-11-08T23:43:23.515 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-11-08T23:43:23.872 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-11-08T23:43:23.875 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-11-08T23:43:24.098 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-08T23:43:24.287 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-08T23:43:24.491 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-11-08T23:43:24.647 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-08T23:43:25.068 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-08T23:43:25.130 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-11-08T23:43:25.264 INFO:teuthology.orchestra.run.smithi078.stdout: Upgrading : librados2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 4/25 2023-11-08T23:43:25.340 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librados2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 4/25 2023-11-08T23:43:25.386 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-08T23:43:25.576 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-11-08T23:43:25.591 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rados-2:18.0.0-7194.gc5dca1b3.el8.x86_64 5/25 2023-11-08T23:43:25.781 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-08T23:43:25.796 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libcephfs2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 6/25 2023-11-08T23:43:26.188 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-08T23:43:26.204 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libcephfs2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 6/25 2023-11-08T23:43:26.363 INFO:teuthology.orchestra.run.smithi078.stdout: Upgrading : librbd1-2:18.0.0-7194.gc5dca1b3.el8.x86_64 7/25 2023-11-08T23:43:26.430 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librbd1-2:18.0.0-7194.gc5dca1b3.el8.x86_64 7/25 2023-11-08T23:43:26.431 INFO:teuthology.orchestra.run.smithi155.stdout: Upgrading : librados2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 4/25 2023-11-08T23:43:26.529 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librados2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 4/25 2023-11-08T23:43:26.594 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-11-08T23:43:26.746 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-08T23:43:26.800 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rados-2:18.0.0-7194.gc5dca1b3.el8.x86_64 5/25 2023-11-08T23:43:26.818 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-08T23:43:26.982 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-ceph-argparse-2:18.0.0-7194.gc5dca1b3.el8. 10/25 2023-11-08T23:43:27.039 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libcephfs2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 6/25 2023-11-08T23:43:27.215 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cephfs-2:18.0.0-7194.gc5dca1b3.el8.x86_64 11/25 2023-11-08T23:43:27.434 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libcephfs2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 6/25 2023-11-08T23:43:27.459 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 12/25 2023-11-08T23:43:27.613 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libradosstriper1-2:18.0.0-7194.gc5dca1b3.el8.x86_6 13/25 2023-11-08T23:43:27.655 INFO:teuthology.orchestra.run.smithi155.stdout: Upgrading : librbd1-2:18.0.0-7194.gc5dca1b3.el8.x86_64 7/25 2023-11-08T23:43:27.681 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7194.gc5dca1b3.el8.x86_6 13/25 2023-11-08T23:43:27.702 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librbd1-2:18.0.0-7194.gc5dca1b3.el8.x86_64 7/25 2023-11-08T23:43:27.878 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-11-08T23:43:27.888 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2023-11-08T23:43:28.056 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-08T23:43:28.122 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-08T23:43:28.300 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-ceph-argparse-2:18.0.0-7194.gc5dca1b3.el8. 10/25 2023-11-08T23:43:28.491 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cephfs-2:18.0.0-7194.gc5dca1b3.el8.x86_64 11/25 2023-11-08T23:43:28.715 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2023-11-08T23:43:28.720 INFO:teuthology.orchestra.run.smithi027.stdout:Extra Packages for Enterprise Linux 843 kB/s | 16 MB 00:19 2023-11-08T23:43:28.751 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 12/25 2023-11-08T23:43:28.871 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librgw2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 16/25 2023-11-08T23:43:28.928 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librgw2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 16/25 2023-11-08T23:43:28.938 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libradosstriper1-2:18.0.0-7194.gc5dca1b3.el8.x86_6 13/25 2023-11-08T23:43:29.011 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7194.gc5dca1b3.el8.x86_6 13/25 2023-11-08T23:43:29.146 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 17/25 2023-11-08T23:43:29.247 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2023-11-08T23:43:29.338 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-11-08T23:43:29.530 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x8 19/25 2023-11-08T23:43:30.069 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2023-11-08T23:43:30.230 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librgw2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 16/25 2023-11-08T23:43:30.299 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librgw2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 16/25 2023-11-08T23:43:30.521 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 17/25 2023-11-08T23:43:30.749 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-11-08T23:43:30.905 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x8 19/25 2023-11-08T23:43:32.079 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x86_64 20/25 2023-11-08T23:43:32.338 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x86_64 20/25 2023-11-08T23:43:32.754 INFO:teuthology.orchestra.run.smithi027.stdout:lab-extras 401 kB/s | 24 kB 00:00 2023-11-08T23:43:32.943 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x86_64 20/25 2023-11-08T23:43:33.268 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-base-2:18.0.0-7194.gc5dca1b3.el8.x86_64 21/25 2023-11-08T23:43:33.371 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-base-2:18.0.0-7194.gc5dca1b3.el8.x86_64 21/25 2023-11-08T23:43:33.514 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x86_64 20/25 2023-11-08T23:43:33.546 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-selinux-2:18.0.0-7194.gc5dca1b3.el8.x86_64 22/25 2023-11-08T23:43:33.797 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x86_64 20/25 2023-11-08T23:43:34.435 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x86_64 20/25 2023-11-08T23:43:34.750 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-base-2:18.0.0-7194.gc5dca1b3.el8.x86_64 21/25 2023-11-08T23:43:34.848 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-base-2:18.0.0-7194.gc5dca1b3.el8.x86_64 21/25 2023-11-08T23:43:35.054 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-selinux-2:18.0.0-7194.gc5dca1b3.el8.x86_64 22/25 2023-11-08T23:43:37.565 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:43:37.567 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:43:37.568 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-11-08T23:43:37.568 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:43:37.568 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-11-08T23:43:37.568 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-radosgw x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 14 M 2023-11-08T23:43:37.568 INFO:teuthology.orchestra.run.smithi027.stdout:Upgrading: 2023-11-08T23:43:37.569 INFO:teuthology.orchestra.run.smithi027.stdout: librados2 x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 3.8 M 2023-11-08T23:43:37.569 INFO:teuthology.orchestra.run.smithi027.stdout: librbd1 x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 3.7 M 2023-11-08T23:43:37.569 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-11-08T23:43:37.569 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-base x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 5.4 M 2023-11-08T23:43:37.569 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-common x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 23 M 2023-11-08T23:43:37.570 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-selinux x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 24 k 2023-11-08T23:43:37.570 INFO:teuthology.orchestra.run.smithi027.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-08T23:43:37.570 INFO:teuthology.orchestra.run.smithi027.stdout: libcephfs2 x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 838 k 2023-11-08T23:43:37.570 INFO:teuthology.orchestra.run.smithi027.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-08T23:43:37.570 INFO:teuthology.orchestra.run.smithi027.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-11-08T23:43:37.571 INFO:teuthology.orchestra.run.smithi027.stdout: libradosstriper1 x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 517 k 2023-11-08T23:43:37.571 INFO:teuthology.orchestra.run.smithi027.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-11-08T23:43:37.571 INFO:teuthology.orchestra.run.smithi027.stdout: librgw2 x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 6.9 M 2023-11-08T23:43:37.571 INFO:teuthology.orchestra.run.smithi027.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-08T23:43:37.571 INFO:teuthology.orchestra.run.smithi027.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-11-08T23:43:37.572 INFO:teuthology.orchestra.run.smithi027.stdout: python3-ceph-argparse x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 45 k 2023-11-08T23:43:37.572 INFO:teuthology.orchestra.run.smithi027.stdout: python3-ceph-common x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 126 k 2023-11-08T23:43:37.572 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cephfs x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 197 k 2023-11-08T23:43:37.572 INFO:teuthology.orchestra.run.smithi027.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-11-08T23:43:37.572 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rados x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 371 k 2023-11-08T23:43:37.572 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rbd x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 365 k 2023-11-08T23:43:37.573 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rgw x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 107 k 2023-11-08T23:43:37.573 INFO:teuthology.orchestra.run.smithi027.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-08T23:43:37.573 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:43:37.573 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-11-08T23:43:37.573 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:43:37.574 INFO:teuthology.orchestra.run.smithi027.stdout:Install 21 Packages 2023-11-08T23:43:37.574 INFO:teuthology.orchestra.run.smithi027.stdout:Upgrade 2 Packages 2023-11-08T23:43:37.574 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:43:37.575 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 62 M 2023-11-08T23:43:37.575 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-11-08T23:43:39.063 INFO:teuthology.orchestra.run.smithi027.stdout:(1/23): ceph-base-18.0.0-7194.gc5dca1b3.el8.x86 5.1 MB/s | 5.4 MB 00:01 2023-11-08T23:43:39.222 INFO:teuthology.orchestra.run.smithi027.stdout:(2/23): ceph-radosgw-18.0.0-7194.gc5dca1b3.el8. 11 MB/s | 14 MB 00:01 2023-11-08T23:43:39.247 INFO:teuthology.orchestra.run.smithi027.stdout:(3/23): ceph-selinux-18.0.0-7194.gc5dca1b3.el8. 132 kB/s | 24 kB 00:00 2023-11-08T23:43:39.298 INFO:teuthology.orchestra.run.smithi027.stdout:(4/23): libcephfs2-18.0.0-7194.gc5dca1b3.el8.x8 11 MB/s | 838 kB 00:00 2023-11-08T23:43:39.348 INFO:teuthology.orchestra.run.smithi027.stdout:(5/23): libradosstriper1-18.0.0-7194.gc5dca1b3. 5.0 MB/s | 517 kB 00:00 2023-11-08T23:43:39.448 INFO:teuthology.orchestra.run.smithi027.stdout:(6/23): python3-ceph-argparse-18.0.0-7194.gc5dc 447 kB/s | 45 kB 00:00 2023-11-08T23:43:39.548 INFO:teuthology.orchestra.run.smithi027.stdout:(7/23): python3-ceph-common-18.0.0-7194.gc5dca1 1.2 MB/s | 126 kB 00:00 2023-11-08T23:43:39.674 INFO:teuthology.orchestra.run.smithi027.stdout:(8/23): python3-cephfs-18.0.0-7194.gc5dca1b3.el 1.5 MB/s | 197 kB 00:00 2023-11-08T23:43:39.858 INFO:teuthology.orchestra.run.smithi027.stdout:(9/23): python3-rados-18.0.0-7194.gc5dca1b3.el8 2.0 MB/s | 371 kB 00:00 2023-11-08T23:43:39.950 INFO:teuthology.orchestra.run.smithi027.stdout:(10/23): librgw2-18.0.0-7194.gc5dca1b3.el8.x86_ 11 MB/s | 6.9 MB 00:00 2023-11-08T23:43:39.975 INFO:teuthology.orchestra.run.smithi027.stdout:(11/23): python3-rbd-18.0.0-7194.gc5dca1b3.el8. 3.1 MB/s | 365 kB 00:00 2023-11-08T23:43:40.000 INFO:teuthology.orchestra.run.smithi027.stdout:(12/23): python3-rgw-18.0.0-7194.gc5dca1b3.el8. 2.1 MB/s | 107 kB 00:00 2023-11-08T23:43:40.117 INFO:teuthology.orchestra.run.smithi027.stdout:(13/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.4 MB/s | 354 kB 00:00 2023-11-08T23:43:40.142 INFO:teuthology.orchestra.run.smithi027.stdout:(14/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.8 MB/s | 259 kB 00:00 2023-11-08T23:43:40.168 INFO:teuthology.orchestra.run.smithi027.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 877 kB/s | 44 kB 00:00 2023-11-08T23:43:40.310 INFO:teuthology.orchestra.run.smithi027.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 281 kB/s | 47 kB 00:00 2023-11-08T23:43:40.535 INFO:teuthology.orchestra.run.smithi027.stdout:(17/23): ceph-common-18.0.0-7194.gc5dca1b3.el8. 8.9 MB/s | 23 MB 00:02 2023-11-08T23:43:40.794 INFO:teuthology.orchestra.run.smithi027.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 489 kB/s | 306 kB 00:00 2023-11-08T23:43:40.894 INFO:teuthology.orchestra.run.smithi027.stdout:(19/23): liboath-2.6.2-3.el8.x86_64.rpm 101 kB/s | 59 kB 00:00 2023-11-08T23:43:40.969 INFO:teuthology.orchestra.run.smithi027.stdout:(20/23): libunwind-1.3.1-3.el8.x86_64.rpm 173 kB/s | 75 kB 00:00 2023-11-08T23:43:41.345 INFO:teuthology.orchestra.run.smithi027.stdout:(21/23): librbd1-18.0.0-7194.gc5dca1b3.el8.x86_ 9.9 MB/s | 3.7 MB 00:00 2023-11-08T23:43:41.412 INFO:teuthology.orchestra.run.smithi027.stdout:(22/23): librados2-18.0.0-7194.gc5dca1b3.el8.x8 7.3 MB/s | 3.8 MB 00:00 2023-11-08T23:43:41.445 INFO:teuthology.orchestra.run.smithi027.stdout:(23/23): thrift-0.13.0-2.el8.x86_64.rpm 2.7 MB/s | 1.7 MB 00:00 2023-11-08T23:43:41.447 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:43:41.448 INFO:teuthology.orchestra.run.smithi027.stdout:Total 16 MB/s | 62 MB 00:03 2023-11-08T23:43:41.488 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-11-08T23:43:41.538 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-11-08T23:43:41.538 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-11-08T23:43:41.920 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-11-08T23:43:41.923 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-11-08T23:43:43.109 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-11-08T23:43:43.284 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-08T23:43:43.472 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-11-08T23:43:43.627 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-08T23:43:44.043 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-08T23:43:44.252 INFO:teuthology.orchestra.run.smithi027.stdout: Upgrading : librados2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 4/25 2023-11-08T23:43:44.330 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: librados2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 4/25 2023-11-08T23:43:44.584 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-rados-2:18.0.0-7194.gc5dca1b3.el8.x86_64 5/25 2023-11-08T23:43:44.810 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libcephfs2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 6/25 2023-11-08T23:43:45.239 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: libcephfs2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 6/25 2023-11-08T23:43:45.418 INFO:teuthology.orchestra.run.smithi027.stdout: Upgrading : librbd1-2:18.0.0-7194.gc5dca1b3.el8.x86_64 7/25 2023-11-08T23:43:45.484 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: librbd1-2:18.0.0-7194.gc5dca1b3.el8.x86_64 7/25 2023-11-08T23:43:45.652 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-11-08T23:43:45.768 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-08T23:43:45.838 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-08T23:43:45.989 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-ceph-argparse-2:18.0.0-7194.gc5dca1b3.el8. 10/25 2023-11-08T23:43:46.164 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-cephfs-2:18.0.0-7194.gc5dca1b3.el8.x86_64 11/25 2023-11-08T23:43:46.368 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-rbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 12/25 2023-11-08T23:43:46.493 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libradosstriper1-2:18.0.0-7194.gc5dca1b3.el8.x86_6 13/25 2023-11-08T23:43:46.578 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7194.gc5dca1b3.el8.x86_6 13/25 2023-11-08T23:43:46.772 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2023-11-08T23:43:47.587 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2023-11-08T23:43:47.743 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : librgw2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 16/25 2023-11-08T23:43:47.798 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: librgw2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 16/25 2023-11-08T23:43:47.976 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-rgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 17/25 2023-11-08T23:43:48.147 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-11-08T23:43:48.343 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x8 19/25 2023-11-08T23:43:51.043 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x86_64 20/25 2023-11-08T23:43:51.260 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x86_64 20/25 2023-11-08T23:43:51.914 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x86_64 20/25 2023-11-08T23:43:52.003 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7194.gc5dca1b3.el8.x86_64 22/25 2023-11-08T23:43:52.004 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /sys 2023-11-08T23:43:52.004 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /proc 2023-11-08T23:43:52.004 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /dev 2023-11-08T23:43:52.004 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /run 2023-11-08T23:43:52.004 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /mnt 2023-11-08T23:43:52.005 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /var/tmp 2023-11-08T23:43:52.005 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /home 2023-11-08T23:43:52.005 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /tmp 2023-11-08T23:43:52.005 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /dev 2023-11-08T23:43:52.005 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:43:52.185 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-base-2:18.0.0-7194.gc5dca1b3.el8.x86_64 21/25 2023-11-08T23:43:52.300 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-base-2:18.0.0-7194.gc5dca1b3.el8.x86_64 21/25 2023-11-08T23:43:52.461 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-selinux-2:18.0.0-7194.gc5dca1b3.el8.x86_64 22/25 2023-11-08T23:43:53.449 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-radosgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 23/25 2023-11-08T23:43:53.469 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 23/25 2023-11-08T23:43:53.470 INFO:teuthology.orchestra.run.smithi078.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-08T23:43:53.656 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7194.gc5dca1b3.el8.x86_64 22/25 2023-11-08T23:43:53.656 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /sys 2023-11-08T23:43:53.656 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /proc 2023-11-08T23:43:53.657 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /dev 2023-11-08T23:43:53.657 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /run 2023-11-08T23:43:53.657 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /mnt 2023-11-08T23:43:53.657 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /var/tmp 2023-11-08T23:43:53.657 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /home 2023-11-08T23:43:53.658 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /tmp 2023-11-08T23:43:53.658 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /dev 2023-11-08T23:43:53.658 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:43:53.721 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-08T23:43:53.721 INFO:teuthology.orchestra.run.smithi078.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-08T23:43:54.374 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-08T23:43:54.374 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-base-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/25 2023-11-08T23:43:54.374 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2/25 2023-11-08T23:43:54.375 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-radosgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 3/25 2023-11-08T23:43:54.375 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-selinux-2:18.0.0-7194.gc5dca1b3.el8.x86_64 4/25 2023-11-08T23:43:54.375 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libcephfs2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 5/25 2023-11-08T23:43:54.375 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libradosstriper1-2:18.0.0-7194.gc5dca1b3.el8.x86_6 6/25 2023-11-08T23:43:54.375 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librgw2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 7/25 2023-11-08T23:43:54.376 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7194.gc5dca1b3.el8. 8/25 2023-11-08T23:43:54.376 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x8 9/25 2023-11-08T23:43:54.376 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cephfs-2:18.0.0-7194.gc5dca1b3.el8.x86_64 10/25 2023-11-08T23:43:54.376 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rados-2:18.0.0-7194.gc5dca1b3.el8.x86_64 11/25 2023-11-08T23:43:54.376 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 12/25 2023-11-08T23:43:54.377 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 13/25 2023-11-08T23:43:54.377 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-11-08T23:43:54.377 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-11-08T23:43:54.377 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-08T23:43:54.378 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-11-08T23:43:54.378 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-08T23:43:54.378 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-11-08T23:43:54.378 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-11-08T23:43:54.378 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-11-08T23:43:54.379 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librados2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 22/25 2023-11-08T23:43:54.379 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-08T23:43:54.379 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librbd1-2:18.0.0-7194.gc5dca1b3.el8.x86_64 24/25 2023-11-08T23:43:55.130 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-radosgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 23/25 2023-11-08T23:43:55.152 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 23/25 2023-11-08T23:43:55.152 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-08T23:43:55.371 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-08T23:43:55.371 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-08T23:43:55.609 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-08T23:43:55.610 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:43:55.610 INFO:teuthology.orchestra.run.smithi078.stdout:Upgraded: 2023-11-08T23:43:55.610 INFO:teuthology.orchestra.run.smithi078.stdout: librados2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:55.610 INFO:teuthology.orchestra.run.smithi078.stdout: librbd1-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:55.610 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-08T23:43:55.611 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-base-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:55.611 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:55.611 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-radosgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:55.611 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-selinux-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:55.611 INFO:teuthology.orchestra.run.smithi078.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-08T23:43:55.612 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:55.612 INFO:teuthology.orchestra.run.smithi078.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-08T23:43:55.612 INFO:teuthology.orchestra.run.smithi078.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-11-08T23:43:55.612 INFO:teuthology.orchestra.run.smithi078.stdout: libradosstriper1-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:55.612 INFO:teuthology.orchestra.run.smithi078.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-08T23:43:55.613 INFO:teuthology.orchestra.run.smithi078.stdout: librgw2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:55.613 INFO:teuthology.orchestra.run.smithi078.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-08T23:43:55.613 INFO:teuthology.orchestra.run.smithi078.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-08T23:43:55.613 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-argparse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:55.613 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:55.613 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cephfs-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:55.614 INFO:teuthology.orchestra.run.smithi078.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-08T23:43:55.614 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rados-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:55.614 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:55.614 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:55.615 INFO:teuthology.orchestra.run.smithi078.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-08T23:43:55.615 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:43:55.615 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:43:55.930 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-test 2023-11-08T23:43:56.090 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-08T23:43:56.091 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-base-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/25 2023-11-08T23:43:56.091 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2/25 2023-11-08T23:43:56.091 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-radosgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 3/25 2023-11-08T23:43:56.091 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-selinux-2:18.0.0-7194.gc5dca1b3.el8.x86_64 4/25 2023-11-08T23:43:56.091 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libcephfs2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 5/25 2023-11-08T23:43:56.092 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libradosstriper1-2:18.0.0-7194.gc5dca1b3.el8.x86_6 6/25 2023-11-08T23:43:56.092 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librgw2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 7/25 2023-11-08T23:43:56.094 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7194.gc5dca1b3.el8. 8/25 2023-11-08T23:43:56.094 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x8 9/25 2023-11-08T23:43:56.094 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cephfs-2:18.0.0-7194.gc5dca1b3.el8.x86_64 10/25 2023-11-08T23:43:56.094 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rados-2:18.0.0-7194.gc5dca1b3.el8.x86_64 11/25 2023-11-08T23:43:56.095 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 12/25 2023-11-08T23:43:56.095 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 13/25 2023-11-08T23:43:56.095 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-11-08T23:43:56.095 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-11-08T23:43:56.095 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-08T23:43:56.096 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-11-08T23:43:56.096 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-08T23:43:56.096 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-11-08T23:43:56.096 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-11-08T23:43:56.097 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-11-08T23:43:56.097 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librados2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 22/25 2023-11-08T23:43:56.098 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-08T23:43:56.098 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librbd1-2:18.0.0-7194.gc5dca1b3.el8.x86_64 24/25 2023-11-08T23:43:56.782 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:43 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:43:57.414 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-08T23:43:57.415 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:43:57.415 INFO:teuthology.orchestra.run.smithi155.stdout:Upgraded: 2023-11-08T23:43:57.415 INFO:teuthology.orchestra.run.smithi155.stdout: librados2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:57.416 INFO:teuthology.orchestra.run.smithi155.stdout: librbd1-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:57.416 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-11-08T23:43:57.416 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-base-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:57.416 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:57.416 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-radosgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:57.417 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-selinux-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:57.417 INFO:teuthology.orchestra.run.smithi155.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-08T23:43:57.417 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:57.417 INFO:teuthology.orchestra.run.smithi155.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-08T23:43:57.417 INFO:teuthology.orchestra.run.smithi155.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-11-08T23:43:57.418 INFO:teuthology.orchestra.run.smithi155.stdout: libradosstriper1-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:57.418 INFO:teuthology.orchestra.run.smithi155.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-08T23:43:57.418 INFO:teuthology.orchestra.run.smithi155.stdout: librgw2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:57.418 INFO:teuthology.orchestra.run.smithi155.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-08T23:43:57.418 INFO:teuthology.orchestra.run.smithi155.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-08T23:43:57.419 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-argparse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:57.419 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:57.419 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cephfs-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:57.419 INFO:teuthology.orchestra.run.smithi155.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-08T23:43:57.419 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rados-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:57.420 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:57.420 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:43:57.420 INFO:teuthology.orchestra.run.smithi155.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-08T23:43:57.420 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:43:57.420 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:43:57.762 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-test 2023-11-08T23:43:58.431 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:43:58.432 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:43:58.432 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-08T23:43:58.432 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:43:58.432 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-08T23:43:58.433 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-test x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 49 M 2023-11-08T23:43:58.433 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-08T23:43:58.433 INFO:teuthology.orchestra.run.smithi078.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-11-08T23:43:58.433 INFO:teuthology.orchestra.run.smithi078.stdout: libcephsqlite x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 183 k 2023-11-08T23:43:58.433 INFO:teuthology.orchestra.run.smithi078.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-11-08T23:43:58.433 INFO:teuthology.orchestra.run.smithi078.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-11-08T23:43:58.434 INFO:teuthology.orchestra.run.smithi078.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-11-08T23:43:58.434 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:43:58.434 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-08T23:43:58.434 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:43:58.434 INFO:teuthology.orchestra.run.smithi078.stdout:Install 6 Packages 2023-11-08T23:43:58.435 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:43:58.435 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 50 M 2023-11-08T23:43:58.436 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 223 M 2023-11-08T23:43:58.436 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-08T23:43:58.615 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:45 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:43:58.747 INFO:teuthology.orchestra.run.smithi078.stdout:(1/6): jq-1.6-8.el8.x86_64.rpm 1.6 MB/s | 203 kB 00:00 2023-11-08T23:43:58.839 INFO:teuthology.orchestra.run.smithi078.stdout:(2/6): libcephsqlite-18.0.0-7194.gc5dca1b3.el8. 856 kB/s | 183 kB 00:00 2023-11-08T23:43:58.864 INFO:teuthology.orchestra.run.smithi078.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2023-11-08T23:43:58.890 INFO:teuthology.orchestra.run.smithi078.stdout:(4/6): socat-1.7.4.1-1.el8.x86_64.rpm 6.2 MB/s | 323 kB 00:00 2023-11-08T23:43:58.965 INFO:teuthology.orchestra.run.smithi078.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 704 kB/s | 71 kB 00:00 2023-11-08T23:44:00.266 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:44:00.267 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:44:00.267 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2023-11-08T23:44:00.267 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:44:00.268 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-11-08T23:44:00.268 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-test x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 49 M 2023-11-08T23:44:00.268 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2023-11-08T23:44:00.269 INFO:teuthology.orchestra.run.smithi155.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-11-08T23:44:00.269 INFO:teuthology.orchestra.run.smithi155.stdout: libcephsqlite x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 183 k 2023-11-08T23:44:00.270 INFO:teuthology.orchestra.run.smithi155.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-11-08T23:44:00.270 INFO:teuthology.orchestra.run.smithi155.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-11-08T23:44:00.270 INFO:teuthology.orchestra.run.smithi155.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-11-08T23:44:00.271 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:00.271 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-08T23:44:00.271 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:44:00.272 INFO:teuthology.orchestra.run.smithi155.stdout:Install 6 Packages 2023-11-08T23:44:00.272 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:00.273 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 50 M 2023-11-08T23:44:00.273 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 223 M 2023-11-08T23:44:00.274 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-11-08T23:44:00.563 INFO:teuthology.orchestra.run.smithi155.stdout:(1/6): jq-1.6-8.el8.x86_64.rpm 1.9 MB/s | 203 kB 00:00 2023-11-08T23:44:00.613 INFO:teuthology.orchestra.run.smithi155.stdout:(2/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.5 MB/s | 187 kB 00:00 2023-11-08T23:44:00.656 INFO:teuthology.orchestra.run.smithi155.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 7.5 MB/s | 323 kB 00:00 2023-11-08T23:44:00.697 INFO:teuthology.orchestra.run.smithi155.stdout:(4/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 71 kB 00:00 2023-11-08T23:44:00.814 INFO:teuthology.orchestra.run.smithi155.stdout:(5/6): libcephsqlite-18.0.0-7194.gc5dca1b3.el8. 516 kB/s | 183 kB 00:00 2023-11-08T23:44:01.190 INFO:teuthology.orchestra.run.smithi078.stdout:(6/6): ceph-test-18.0.0-7194.gc5dca1b3.el8.x86_ 19 MB/s | 49 MB 00:02 2023-11-08T23:44:01.192 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:44:01.192 INFO:teuthology.orchestra.run.smithi078.stdout:Total 18 MB/s | 50 MB 00:02 2023-11-08T23:44:01.235 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-08T23:44:01.257 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-08T23:44:01.257 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-08T23:44:01.532 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-08T23:44:01.535 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-08T23:44:02.005 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-08T23:44:02.234 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-11-08T23:44:02.429 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-11-08T23:44:02.575 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-08T23:44:02.637 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-08T23:44:02.807 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-11-08T23:44:03.006 INFO:teuthology.orchestra.run.smithi155.stdout:(6/6): ceph-test-18.0.0-7194.gc5dca1b3.el8.x86_ 19 MB/s | 49 MB 00:02 2023-11-08T23:44:03.008 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:44:03.008 INFO:teuthology.orchestra.run.smithi155.stdout:Total 18 MB/s | 50 MB 00:02 2023-11-08T23:44:03.019 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libcephsqlite-2:18.0.0-7194.gc5dca1b3.el8.x86_64 5/6 2023-11-08T23:44:03.049 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-11-08T23:44:03.070 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-11-08T23:44:03.070 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-11-08T23:44:03.347 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-11-08T23:44:03.350 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-11-08T23:44:03.817 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-11-08T23:44:04.065 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-11-08T23:44:04.285 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-11-08T23:44:04.408 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-08T23:44:04.488 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-08T23:44:04.682 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-11-08T23:44:04.886 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libcephsqlite-2:18.0.0-7194.gc5dca1b3.el8.x86_64 5/6 2023-11-08T23:44:07.754 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7194.gc5dca1b3.el8.x86_64 5/6 2023-11-08T23:44:07.990 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-test-2:18.0.0-7194.gc5dca1b3.el8.x86_64 6/6 2023-11-08T23:44:08.305 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-test-2:18.0.0-7194.gc5dca1b3.el8.x86_64 6/6 2023-11-08T23:44:08.305 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-test-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/6 2023-11-08T23:44:08.306 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libcephsqlite-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2/6 2023-11-08T23:44:08.306 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-11-08T23:44:08.306 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-11-08T23:44:08.306 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-11-08T23:44:09.017 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-11-08T23:44:09.017 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:09.017 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-08T23:44:09.017 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-test-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:09.018 INFO:teuthology.orchestra.run.smithi078.stdout: jq-1.6-8.el8.x86_64 2023-11-08T23:44:09.018 INFO:teuthology.orchestra.run.smithi078.stdout: libcephsqlite-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:09.018 INFO:teuthology.orchestra.run.smithi078.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-08T23:44:09.018 INFO:teuthology.orchestra.run.smithi078.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-08T23:44:09.019 INFO:teuthology.orchestra.run.smithi078.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-08T23:44:09.019 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:09.019 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:44:09.270 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph 2023-11-08T23:44:09.633 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7194.gc5dca1b3.el8.x86_64 5/6 2023-11-08T23:44:09.914 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-test-2:18.0.0-7194.gc5dca1b3.el8.x86_64 6/6 2023-11-08T23:44:10.133 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:57 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:44:10.196 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-test-2:18.0.0-7194.gc5dca1b3.el8.x86_64 6/6 2023-11-08T23:44:10.197 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-test-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/6 2023-11-08T23:44:10.197 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libcephsqlite-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2/6 2023-11-08T23:44:10.197 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-11-08T23:44:10.198 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-11-08T23:44:10.198 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-11-08T23:44:10.917 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-11-08T23:44:10.918 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:10.918 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-11-08T23:44:10.918 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-test-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:10.918 INFO:teuthology.orchestra.run.smithi155.stdout: jq-1.6-8.el8.x86_64 2023-11-08T23:44:10.919 INFO:teuthology.orchestra.run.smithi155.stdout: libcephsqlite-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:10.919 INFO:teuthology.orchestra.run.smithi155.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-08T23:44:10.919 INFO:teuthology.orchestra.run.smithi155.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-08T23:44:10.919 INFO:teuthology.orchestra.run.smithi155.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-08T23:44:10.919 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:10.919 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:44:11.146 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph 2023-11-08T23:44:11.763 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:44:11.766 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:44:11.766 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-08T23:44:11.767 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:44:11.767 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-08T23:44:11.767 INFO:teuthology.orchestra.run.smithi078.stdout: ceph x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 6.4 k 2023-11-08T23:44:11.767 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-08T23:44:11.768 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mds x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 2.3 M 2023-11-08T23:44:11.768 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 1.6 M 2023-11-08T23:44:11.768 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 242 k 2023-11-08T23:44:11.768 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mon x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 4.6 M 2023-11-08T23:44:11.768 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-osd x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 18 M 2023-11-08T23:44:11.769 INFO:teuthology.orchestra.run.smithi078.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-08T23:44:11.769 INFO:teuthology.orchestra.run.smithi078.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-08T23:44:11.769 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-11-08T23:44:11.769 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-08T23:44:11.769 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-08T23:44:11.770 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-11-08T23:44:11.770 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-08T23:44:11.770 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-08T23:44:11.770 INFO:teuthology.orchestra.run.smithi078.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-08T23:44:11.770 INFO:teuthology.orchestra.run.smithi078.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-11-08T23:44:11.770 INFO:teuthology.orchestra.run.smithi078.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-11-08T23:44:11.771 INFO:teuthology.orchestra.run.smithi078.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-08T23:44:11.771 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-08T23:44:11.771 INFO:teuthology.orchestra.run.smithi078.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-08T23:44:11.771 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-11-08T23:44:11.771 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-11-08T23:44:11.772 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-11-08T23:44:11.772 INFO:teuthology.orchestra.run.smithi078.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-08T23:44:11.772 INFO:teuthology.orchestra.run.smithi078.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-08T23:44:11.772 INFO:teuthology.orchestra.run.smithi078.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-08T23:44:11.772 INFO:teuthology.orchestra.run.smithi078.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-08T23:44:11.773 INFO:teuthology.orchestra.run.smithi078.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-08T23:44:11.773 INFO:teuthology.orchestra.run.smithi078.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-08T23:44:11.773 INFO:teuthology.orchestra.run.smithi078.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-08T23:44:11.773 INFO:teuthology.orchestra.run.smithi078.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-11-08T23:44:11.773 INFO:teuthology.orchestra.run.smithi078.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-08T23:44:11.774 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:11.774 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-08T23:44:11.774 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:44:11.774 INFO:teuthology.orchestra.run.smithi078.stdout:Install 32 Packages 2023-11-08T23:44:11.774 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:11.775 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 30 M 2023-11-08T23:44:11.776 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 121 M 2023-11-08T23:44:11.776 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-08T23:44:12.018 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:59 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:44:12.020 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7194.gc5dca1b3.el8.x86_64 22/25 2023-11-08T23:44:12.020 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /sys 2023-11-08T23:44:12.020 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /proc 2023-11-08T23:44:12.021 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /dev 2023-11-08T23:44:12.021 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /run 2023-11-08T23:44:12.021 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /mnt 2023-11-08T23:44:12.021 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /var/tmp 2023-11-08T23:44:12.021 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /home 2023-11-08T23:44:12.022 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /tmp 2023-11-08T23:44:12.022 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /dev 2023-11-08T23:44:12.022 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:44:12.526 INFO:teuthology.orchestra.run.smithi078.stdout:(1/32): ceph-18.0.0-7194.gc5dca1b3.el8.x86_64.r 56 kB/s | 6.4 kB 00:00 2023-11-08T23:44:12.885 INFO:teuthology.orchestra.run.smithi078.stdout:(2/32): ceph-mon-18.0.0-7194.gc5dca1b3.el8.x86_ 13 MB/s | 4.6 MB 00:00 2023-11-08T23:44:13.277 INFO:teuthology.orchestra.run.smithi078.stdout:(3/32): ceph-mgr-18.0.0-7194.gc5dca1b3.el8.x86_ 1.9 MB/s | 1.6 MB 00:00 2023-11-08T23:44:13.524 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-radosgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 23/25 2023-11-08T23:44:13.545 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 23/25 2023-11-08T23:44:13.546 INFO:teuthology.orchestra.run.smithi027.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-08T23:44:13.681 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:44:13.685 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:44:13.685 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2023-11-08T23:44:13.685 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:44:13.685 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-11-08T23:44:13.686 INFO:teuthology.orchestra.run.smithi155.stdout: ceph x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 6.4 k 2023-11-08T23:44:13.686 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2023-11-08T23:44:13.686 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mds x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 2.3 M 2023-11-08T23:44:13.686 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 1.6 M 2023-11-08T23:44:13.686 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 242 k 2023-11-08T23:44:13.687 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mon x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 4.6 M 2023-11-08T23:44:13.687 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-osd x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 18 M 2023-11-08T23:44:13.687 INFO:teuthology.orchestra.run.smithi155.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-08T23:44:13.687 INFO:teuthology.orchestra.run.smithi155.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-08T23:44:13.687 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-11-08T23:44:13.688 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-08T23:44:13.688 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-08T23:44:13.688 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-11-08T23:44:13.688 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-08T23:44:13.688 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-08T23:44:13.689 INFO:teuthology.orchestra.run.smithi155.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-08T23:44:13.689 INFO:teuthology.orchestra.run.smithi155.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-11-08T23:44:13.689 INFO:teuthology.orchestra.run.smithi155.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-11-08T23:44:13.689 INFO:teuthology.orchestra.run.smithi155.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-08T23:44:13.689 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-08T23:44:13.690 INFO:teuthology.orchestra.run.smithi155.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-08T23:44:13.690 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-11-08T23:44:13.690 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-11-08T23:44:13.690 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-11-08T23:44:13.691 INFO:teuthology.orchestra.run.smithi155.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-08T23:44:13.691 INFO:teuthology.orchestra.run.smithi155.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-08T23:44:13.691 INFO:teuthology.orchestra.run.smithi155.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-08T23:44:13.691 INFO:teuthology.orchestra.run.smithi155.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-08T23:44:13.691 INFO:teuthology.orchestra.run.smithi155.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-08T23:44:13.692 INFO:teuthology.orchestra.run.smithi155.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-08T23:44:13.692 INFO:teuthology.orchestra.run.smithi155.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-08T23:44:13.692 INFO:teuthology.orchestra.run.smithi155.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-11-08T23:44:13.692 INFO:teuthology.orchestra.run.smithi155.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-08T23:44:13.692 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:13.693 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-08T23:44:13.693 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:44:13.693 INFO:teuthology.orchestra.run.smithi155.stdout:Install 32 Packages 2023-11-08T23:44:13.693 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:13.694 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 30 M 2023-11-08T23:44:13.694 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 121 M 2023-11-08T23:44:13.694 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-11-08T23:44:13.750 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-08T23:44:13.751 INFO:teuthology.orchestra.run.smithi027.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-08T23:44:13.777 INFO:teuthology.orchestra.run.smithi078.stdout:(4/32): ceph-osd-18.0.0-7194.gc5dca1b3.el8.x86_ 20 MB/s | 18 MB 00:00 2023-11-08T23:44:13.827 INFO:teuthology.orchestra.run.smithi078.stdout:(5/32): ceph-mds-18.0.0-7194.gc5dca1b3.el8.x86_ 1.6 MB/s | 2.3 MB 00:01 2023-11-08T23:44:13.861 INFO:teuthology.orchestra.run.smithi078.stdout:(6/32): ceph-mgr-modules-core-18.0.0-7194.gc5dc 415 kB/s | 242 kB 00:00 2023-11-08T23:44:13.911 INFO:teuthology.orchestra.run.smithi078.stdout:(7/32): python3-markupsafe-0.23-19.el8.x86_64.r 465 kB/s | 39 kB 00:00 2023-11-08T23:44:13.937 INFO:teuthology.orchestra.run.smithi078.stdout:(8/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 1.3 MB/s | 103 kB 00:00 2023-11-08T23:44:13.962 INFO:teuthology.orchestra.run.smithi078.stdout:(9/32): python3-mako-1.0.6-14.el8.noarch.rpm 852 kB/s | 157 kB 00:00 2023-11-08T23:44:13.987 INFO:teuthology.orchestra.run.smithi078.stdout:(10/32): python3-pytz-2017.2-11.el8.noarch.rpm 755 kB/s | 57 kB 00:00 2023-11-08T23:44:14.037 INFO:teuthology.orchestra.run.smithi078.stdout:(11/32): python3-werkzeug-0.12.2-4.el8.noarch.r 4.5 MB/s | 457 kB 00:00 2023-11-08T23:44:14.126 INFO:teuthology.orchestra.run.smithi155.stdout:(1/32): ceph-18.0.0-7194.gc5dca1b3.el8.x86_64.r 49 kB/s | 6.4 kB 00:00 2023-11-08T23:44:14.214 INFO:teuthology.orchestra.run.smithi078.stdout:(12/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.1 MB/s | 249 kB 00:00 2023-11-08T23:44:14.238 INFO:teuthology.orchestra.run.smithi078.stdout:(13/32): python3-pycparser-2.14-14.el8.noarch.r 545 kB/s | 109 kB 00:00 2023-11-08T23:44:14.272 INFO:teuthology.orchestra.run.smithi078.stdout:(14/32): python3-cryptography-3.2.1-6.el8.x86_6 2.2 MB/s | 641 kB 00:00 2023-11-08T23:44:14.368 INFO:teuthology.orchestra.run.smithi155.stdout:(2/32): ceph-mds-18.0.0-7194.gc5dca1b3.el8.x86_ 6.2 MB/s | 2.3 MB 00:00 2023-11-08T23:44:14.405 INFO:teuthology.orchestra.run.smithi078.stdout:(15/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 227 kB/s | 44 kB 00:00 2023-11-08T23:44:14.446 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-08T23:44:14.446 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-base-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/25 2023-11-08T23:44:14.446 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2/25 2023-11-08T23:44:14.447 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-radosgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 3/25 2023-11-08T23:44:14.447 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-selinux-2:18.0.0-7194.gc5dca1b3.el8.x86_64 4/25 2023-11-08T23:44:14.447 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libcephfs2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 5/25 2023-11-08T23:44:14.447 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libradosstriper1-2:18.0.0-7194.gc5dca1b3.el8.x86_6 6/25 2023-11-08T23:44:14.447 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librgw2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 7/25 2023-11-08T23:44:14.448 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7194.gc5dca1b3.el8. 8/25 2023-11-08T23:44:14.448 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x8 9/25 2023-11-08T23:44:14.448 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-cephfs-2:18.0.0-7194.gc5dca1b3.el8.x86_64 10/25 2023-11-08T23:44:14.448 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-rados-2:18.0.0-7194.gc5dca1b3.el8.x86_64 11/25 2023-11-08T23:44:14.448 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-rbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 12/25 2023-11-08T23:44:14.449 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-rgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 13/25 2023-11-08T23:44:14.449 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-11-08T23:44:14.449 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-11-08T23:44:14.449 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-08T23:44:14.449 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-11-08T23:44:14.450 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-08T23:44:14.450 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-11-08T23:44:14.450 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-11-08T23:44:14.450 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-11-08T23:44:14.451 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librados2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 22/25 2023-11-08T23:44:14.451 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-08T23:44:14.451 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librbd1-2:18.0.0-7194.gc5dca1b3.el8.x86_64 24/25 2023-11-08T23:44:14.505 INFO:teuthology.orchestra.run.smithi078.stdout:(16/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 693 kB/s | 185 kB 00:00 2023-11-08T23:44:14.531 INFO:teuthology.orchestra.run.smithi078.stdout:(17/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 667 kB/s | 173 kB 00:00 2023-11-08T23:44:14.564 INFO:teuthology.orchestra.run.smithi078.stdout:(18/32): python3-cherrypy-18.4.0-1.el8.noarch.r 2.4 MB/s | 384 kB 00:00 2023-11-08T23:44:14.590 INFO:teuthology.orchestra.run.smithi078.stdout:(19/32): python3-jaraco-6.2-6.el8.noarch.rpm 132 kB/s | 11 kB 00:00 2023-11-08T23:44:14.615 INFO:teuthology.orchestra.run.smithi078.stdout:(20/32): python3-jaraco-functools-2.0-4.el8.noa 209 kB/s | 18 kB 00:00 2023-11-08T23:44:14.640 INFO:teuthology.orchestra.run.smithi078.stdout:(21/32): python3-logutils-0.3.5-11.el8.noarch.r 644 kB/s | 49 kB 00:00 2023-11-08T23:44:14.666 INFO:teuthology.orchestra.run.smithi078.stdout:(22/32): python3-more-itertools-7.2.0-3.el8.noa 776 kB/s | 59 kB 00:00 2023-11-08T23:44:14.699 INFO:teuthology.orchestra.run.smithi078.stdout:(23/32): python3-portend-2.6-1.el8.noarch.rpm 266 kB/s | 16 kB 00:00 2023-11-08T23:44:14.741 INFO:teuthology.orchestra.run.smithi078.stdout:(24/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.2 MB/s | 283 kB 00:00 2023-11-08T23:44:14.766 INFO:teuthology.orchestra.run.smithi078.stdout:(25/32): python3-simplegeneric-0.8.1-17.el8.noa 186 kB/s | 19 kB 00:00 2023-11-08T23:44:14.792 INFO:teuthology.orchestra.run.smithi078.stdout:(26/32): python3-singledispatch-3.4.0.3-18.el8. 260 kB/s | 24 kB 00:00 2023-11-08T23:44:14.817 INFO:teuthology.orchestra.run.smithi078.stdout:(27/32): python3-tempora-1.14.1-5.el8.noarch.rp 388 kB/s | 29 kB 00:00 2023-11-08T23:44:14.842 INFO:teuthology.orchestra.run.smithi078.stdout:(28/32): python3-trustme-0.6.0-4.el8.noarch.rpm 551 kB/s | 27 kB 00:00 2023-11-08T23:44:14.901 INFO:teuthology.orchestra.run.smithi078.stdout:(29/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.9 MB/s | 251 kB 00:00 2023-11-08T23:44:14.926 INFO:teuthology.orchestra.run.smithi078.stdout:(30/32): python3-waitress-1.4.3-1.el8.noarch.rp 1.9 MB/s | 255 kB 00:00 2023-11-08T23:44:14.951 INFO:teuthology.orchestra.run.smithi078.stdout:(31/32): python3-webtest-2.0.33-1.el8.noarch.rp 784 kB/s | 85 kB 00:00 2023-11-08T23:44:14.968 INFO:teuthology.orchestra.run.smithi078.stdout:(32/32): python3-zc-lockfile-2.0-2.el8.noarch.r 343 kB/s | 23 kB 00:00 2023-11-08T23:44:14.969 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:44:14.970 INFO:teuthology.orchestra.run.smithi078.stdout:Total 9.5 MB/s | 30 MB 00:03 2023-11-08T23:44:15.051 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-08T23:44:15.089 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-08T23:44:15.089 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-08T23:44:15.110 INFO:teuthology.orchestra.run.smithi155.stdout:(3/32): ceph-mon-18.0.0-7194.gc5dca1b3.el8.x86_ 4.7 MB/s | 4.6 MB 00:00 2023-11-08T23:44:15.369 INFO:teuthology.orchestra.run.smithi155.stdout:(4/32): ceph-osd-18.0.0-7194.gc5dca1b3.el8.x86_ 18 MB/s | 18 MB 00:01 2023-11-08T23:44:15.400 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-08T23:44:15.402 INFO:teuthology.orchestra.run.smithi155.stdout:(5/32): ceph-mgr-modules-core-18.0.0-7194.gc5dc 830 kB/s | 242 kB 00:00 2023-11-08T23:44:15.404 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-08T23:44:15.444 INFO:teuthology.orchestra.run.smithi155.stdout:(6/32): ceph-mgr-18.0.0-7194.gc5dca1b3.el8.x86_ 1.1 MB/s | 1.6 MB 00:01 2023-11-08T23:44:15.486 INFO:teuthology.orchestra.run.smithi155.stdout:(7/32): python3-mako-1.0.6-14.el8.noarch.rpm 1.3 MB/s | 157 kB 00:00 2023-11-08T23:44:15.512 INFO:teuthology.orchestra.run.smithi155.stdout:(8/32): python3-markupsafe-0.23-19.el8.x86_64.r 356 kB/s | 39 kB 00:00 2023-11-08T23:44:15.537 INFO:teuthology.orchestra.run.smithi155.stdout:(9/32): python3-pytz-2017.2-11.el8.noarch.rpm 1.1 MB/s | 57 kB 00:00 2023-11-08T23:44:15.562 INFO:teuthology.orchestra.run.smithi155.stdout:(10/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 880 kB/s | 103 kB 00:00 2023-11-08T23:44:15.629 INFO:teuthology.orchestra.run.smithi155.stdout:(11/32): python3-werkzeug-0.12.2-4.el8.noarch.r 3.8 MB/s | 457 kB 00:00 2023-11-08T23:44:15.649 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-08T23:44:15.649 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:44:15.649 INFO:teuthology.orchestra.run.smithi027.stdout:Upgraded: 2023-11-08T23:44:15.649 INFO:teuthology.orchestra.run.smithi027.stdout: librados2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:15.650 INFO:teuthology.orchestra.run.smithi027.stdout: librbd1-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:15.650 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-11-08T23:44:15.650 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-base-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:15.650 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:15.650 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-radosgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:15.651 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-selinux-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:15.651 INFO:teuthology.orchestra.run.smithi027.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-08T23:44:15.651 INFO:teuthology.orchestra.run.smithi027.stdout: libcephfs2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:15.651 INFO:teuthology.orchestra.run.smithi027.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-08T23:44:15.651 INFO:teuthology.orchestra.run.smithi027.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-11-08T23:44:15.652 INFO:teuthology.orchestra.run.smithi027.stdout: libradosstriper1-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:15.652 INFO:teuthology.orchestra.run.smithi027.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-08T23:44:15.652 INFO:teuthology.orchestra.run.smithi027.stdout: librgw2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:15.652 INFO:teuthology.orchestra.run.smithi027.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-08T23:44:15.652 INFO:teuthology.orchestra.run.smithi027.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-08T23:44:15.653 INFO:teuthology.orchestra.run.smithi027.stdout: python3-ceph-argparse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:15.653 INFO:teuthology.orchestra.run.smithi027.stdout: python3-ceph-common-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:15.653 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cephfs-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:15.653 INFO:teuthology.orchestra.run.smithi027.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-08T23:44:15.654 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rados-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:15.654 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:15.654 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:15.654 INFO:teuthology.orchestra.run.smithi027.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-08T23:44:15.655 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:44:15.655 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:44:15.805 INFO:teuthology.orchestra.run.smithi155.stdout:(12/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 931 kB/s | 249 kB 00:00 2023-11-08T23:44:15.830 INFO:teuthology.orchestra.run.smithi155.stdout:(13/32): python3-pycparser-2.14-14.el8.noarch.r 544 kB/s | 109 kB 00:00 2023-11-08T23:44:15.864 INFO:teuthology.orchestra.run.smithi155.stdout:(14/32): python3-cryptography-3.2.1-6.el8.x86_6 2.1 MB/s | 641 kB 00:00 2023-11-08T23:44:15.928 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-test 2023-11-08T23:44:16.272 INFO:teuthology.orchestra.run.smithi155.stdout:(15/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 93 kB/s | 44 kB 00:00 2023-11-08T23:44:16.389 INFO:teuthology.orchestra.run.smithi155.stdout:(16/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 331 kB/s | 185 kB 00:00 2023-11-08T23:44:16.515 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-08T23:44:16.523 INFO:teuthology.orchestra.run.smithi155.stdout:(17/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 262 kB/s | 173 kB 00:00 2023-11-08T23:44:16.556 INFO:teuthology.orchestra.run.smithi155.stdout:(18/32): python3-jaraco-6.2-6.el8.noarch.rpm 66 kB/s | 11 kB 00:00 2023-11-08T23:44:16.623 INFO:teuthology.orchestra.run.smithi155.stdout:(19/32): python3-jaraco-functools-2.0-4.el8.noa 176 kB/s | 18 kB 00:00 2023-11-08T23:44:16.657 INFO:teuthology.orchestra.run.smithi155.stdout:(20/32): python3-logutils-0.3.5-11.el8.noarch.r 486 kB/s | 49 kB 00:00 2023-11-08T23:44:16.699 INFO:teuthology.orchestra.run.smithi155.stdout:(21/32): python3-cherrypy-18.4.0-1.el8.noarch.r 902 kB/s | 384 kB 00:00 2023-11-08T23:44:16.724 INFO:teuthology.orchestra.run.smithi155.stdout:(22/32): python3-more-itertools-7.2.0-3.el8.noa 584 kB/s | 59 kB 00:00 2023-11-08T23:44:16.753 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-08T23:44:16.792 INFO:teuthology.orchestra.run.smithi155.stdout:(23/32): python3-portend-2.6-1.el8.noarch.rpm 169 kB/s | 16 kB 00:00 2023-11-08T23:44:16.811 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:00:44 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:44:16.842 INFO:teuthology.orchestra.run.smithi155.stdout:(24/32): python3-simplegeneric-0.8.1-17.el8.noa 159 kB/s | 19 kB 00:00 2023-11-08T23:44:16.884 INFO:teuthology.orchestra.run.smithi155.stdout:(25/32): python3-singledispatch-3.4.0.3-18.el8. 260 kB/s | 24 kB 00:00 2023-11-08T23:44:16.934 INFO:teuthology.orchestra.run.smithi155.stdout:(26/32): python3-tempora-1.14.1-5.el8.noarch.rp 318 kB/s | 29 kB 00:00 2023-11-08T23:44:16.973 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-08T23:44:16.976 INFO:teuthology.orchestra.run.smithi155.stdout:(27/32): python3-trustme-0.6.0-4.el8.noarch.rpm 299 kB/s | 27 kB 00:00 2023-11-08T23:44:17.018 INFO:teuthology.orchestra.run.smithi155.stdout:(28/32): python3-pecan-1.3.2-9.el8.noarch.rpm 784 kB/s | 283 kB 00:00 2023-11-08T23:44:17.166 INFO:teuthology.orchestra.run.smithi155.stdout:(29/32): python3-waitress-1.4.3-1.el8.noarch.rp 1.1 MB/s | 255 kB 00:00 2023-11-08T23:44:17.223 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-11-08T23:44:17.235 INFO:teuthology.orchestra.run.smithi155.stdout:(30/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 971 kB/s | 251 kB 00:00 2023-11-08T23:44:17.261 INFO:teuthology.orchestra.run.smithi155.stdout:(31/32): python3-webtest-2.0.33-1.el8.noarch.rp 352 kB/s | 85 kB 00:00 2023-11-08T23:44:17.286 INFO:teuthology.orchestra.run.smithi155.stdout:(32/32): python3-zc-lockfile-2.0-2.el8.noarch.r 193 kB/s | 23 kB 00:00 2023-11-08T23:44:17.290 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:44:17.290 INFO:teuthology.orchestra.run.smithi155.stdout:Total 8.5 MB/s | 30 MB 00:03 2023-11-08T23:44:17.375 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-11-08T23:44:17.413 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-11-08T23:44:17.413 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-11-08T23:44:17.528 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-11-08T23:44:17.732 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-11-08T23:44:17.735 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-11-08T23:44:17.736 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-11-08T23:44:17.924 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-11-08T23:44:18.126 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-11-08T23:44:18.354 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-11-08T23:44:18.563 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-11-08T23:44:18.575 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:44:18.576 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:44:18.576 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-11-08T23:44:18.576 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:44:18.577 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-11-08T23:44:18.577 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-test x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 49 M 2023-11-08T23:44:18.577 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-11-08T23:44:18.577 INFO:teuthology.orchestra.run.smithi027.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-11-08T23:44:18.577 INFO:teuthology.orchestra.run.smithi027.stdout: libcephsqlite x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 183 k 2023-11-08T23:44:18.578 INFO:teuthology.orchestra.run.smithi027.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-11-08T23:44:18.578 INFO:teuthology.orchestra.run.smithi027.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-11-08T23:44:18.578 INFO:teuthology.orchestra.run.smithi027.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-11-08T23:44:18.578 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:44:18.578 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-11-08T23:44:18.579 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:44:18.579 INFO:teuthology.orchestra.run.smithi027.stdout:Install 6 Packages 2023-11-08T23:44:18.579 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:44:18.579 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 50 M 2023-11-08T23:44:18.580 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 223 M 2023-11-08T23:44:18.580 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-11-08T23:44:18.775 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-11-08T23:44:18.776 INFO:teuthology.orchestra.run.smithi027.stdout:(1/6): jq-1.6-8.el8.x86_64.rpm 1.7 MB/s | 203 kB 00:00 2023-11-08T23:44:18.825 INFO:teuthology.orchestra.run.smithi027.stdout:(2/6): oniguruma-6.8.2-2.el8.x86_64.rpm 3.7 MB/s | 187 kB 00:00 2023-11-08T23:44:18.851 INFO:teuthology.orchestra.run.smithi027.stdout:(3/6): libcephsqlite-18.0.0-7194.gc5dca1b3.el8. 948 kB/s | 183 kB 00:00 2023-11-08T23:44:18.876 INFO:teuthology.orchestra.run.smithi027.stdout:(4/6): socat-1.7.4.1-1.el8.x86_64.rpm 6.2 MB/s | 323 kB 00:00 2023-11-08T23:44:18.943 INFO:teuthology.orchestra.run.smithi027.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 770 kB/s | 71 kB 00:00 2023-11-08T23:44:18.952 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-11-08T23:44:18.996 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-11-08T23:44:19.202 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-08T23:44:19.245 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-11-08T23:44:19.439 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-08T23:44:19.643 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-11-08T23:44:19.647 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-11-08T23:44:19.887 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-11-08T23:44:19.901 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-11-08T23:44:20.097 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-11-08T23:44:20.143 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-11-08T23:44:20.390 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-11-08T23:44:20.404 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-11-08T23:44:20.592 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-11-08T23:44:20.615 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-08T23:44:20.770 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-11-08T23:44:20.930 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-11-08T23:44:21.029 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-11-08T23:44:21.102 INFO:teuthology.orchestra.run.smithi027.stdout:(6/6): ceph-test-18.0.0-7194.gc5dca1b3.el8.x86_ 20 MB/s | 49 MB 00:02 2023-11-08T23:44:21.103 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:44:21.104 INFO:teuthology.orchestra.run.smithi027.stdout:Total 20 MB/s | 50 MB 00:02 2023-11-08T23:44:21.147 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-11-08T23:44:21.169 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-11-08T23:44:21.170 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-11-08T23:44:21.170 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-11-08T23:44:21.275 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-11-08T23:44:21.367 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-11-08T23:44:21.464 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-11-08T23:44:21.467 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-11-08T23:44:21.529 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-11-08T23:44:21.569 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-08T23:44:21.753 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-11-08T23:44:21.828 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-08T23:44:21.938 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-11-08T23:44:22.105 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-08T23:44:22.154 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-11-08T23:44:22.161 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-11-08T23:44:22.325 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-11-08T23:44:22.340 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-11-08T23:44:22.450 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-11-08T23:44:22.480 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-08T23:44:22.566 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-08T23:44:22.622 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-11-08T23:44:22.718 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-11-08T23:44:22.772 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-11-08T23:44:22.921 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-11-08T23:44:22.964 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libcephsqlite-2:18.0.0-7194.gc5dca1b3.el8.x86_64 5/6 2023-11-08T23:44:23.028 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-08T23:44:23.173 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-08T23:44:23.396 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7194.gc5dca1b3.el8. 27/32 2023-11-08T23:44:23.524 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-11-08T23:44:23.620 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-2:18.0.0-7194.gc5dca1b3.el8.x86_64 28/32 2023-11-08T23:44:23.786 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-11-08T23:44:23.932 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-11-08T23:44:24.160 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-08T23:44:24.428 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-08T23:44:24.736 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-08T23:44:24.998 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-11-08T23:44:25.212 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7194.gc5dca1b3.el8.x86_64 28/32 2023-11-08T23:44:25.350 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-11-08T23:44:25.447 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-osd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 29/32 2023-11-08T23:44:25.693 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-08T23:44:25.912 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-osd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 29/32 2023-11-08T23:44:26.110 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7194.gc5dca1b3.el8. 27/32 2023-11-08T23:44:26.138 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mon-2:18.0.0-7194.gc5dca1b3.el8.x86_64 30/32 2023-11-08T23:44:26.355 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mon-2:18.0.0-7194.gc5dca1b3.el8.x86_64 30/32 2023-11-08T23:44:26.358 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-2:18.0.0-7194.gc5dca1b3.el8.x86_64 28/32 2023-11-08T23:44:26.564 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mds-2:18.0.0-7194.gc5dca1b3.el8.x86_64 31/32 2023-11-08T23:44:26.581 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mds-2:18.0.0-7194.gc5dca1b3.el8.x86_64 31/32 2023-11-08T23:44:26.713 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-2:18.0.0-7194.gc5dca1b3.el8.x86_64 32/32 2023-11-08T23:44:27.143 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-2:18.0.0-7194.gc5dca1b3.el8.x86_64 32/32 2023-11-08T23:44:27.143 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/32 2023-11-08T23:44:27.143 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mds-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2/32 2023-11-08T23:44:27.143 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-2:18.0.0-7194.gc5dca1b3.el8.x86_64 3/32 2023-11-08T23:44:27.144 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mon-2:18.0.0-7194.gc5dca1b3.el8.x86_64 4/32 2023-11-08T23:44:27.144 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-osd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 5/32 2023-11-08T23:44:27.144 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7194.gc5dca1b3.el8. 6/32 2023-11-08T23:44:27.144 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-11-08T23:44:27.144 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-11-08T23:44:27.145 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-11-08T23:44:27.145 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-11-08T23:44:27.145 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-11-08T23:44:27.145 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-11-08T23:44:27.145 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-11-08T23:44:27.146 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-11-08T23:44:27.146 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-11-08T23:44:27.146 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-11-08T23:44:27.146 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-08T23:44:27.146 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-11-08T23:44:27.147 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-11-08T23:44:27.147 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-11-08T23:44:27.147 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-11-08T23:44:27.147 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-11-08T23:44:27.147 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-11-08T23:44:27.148 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-11-08T23:44:27.148 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-11-08T23:44:27.148 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-11-08T23:44:27.148 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-11-08T23:44:27.148 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-11-08T23:44:27.149 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-11-08T23:44:27.149 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-11-08T23:44:27.149 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-11-08T23:44:27.958 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7194.gc5dca1b3.el8.x86_64 28/32 2023-11-08T23:44:27.989 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7194.gc5dca1b3.el8.x86_64 5/6 2023-11-08T23:44:28.195 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-test-2:18.0.0-7194.gc5dca1b3.el8.x86_64 6/6 2023-11-08T23:44:28.432 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-11-08T23:44:28.433 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:28.433 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-08T23:44:28.433 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:28.433 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mds-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:28.434 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:28.434 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-modules-core-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:44:28.434 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mon-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:28.434 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-osd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:28.434 INFO:teuthology.orchestra.run.smithi078.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-08T23:44:28.435 INFO:teuthology.orchestra.run.smithi078.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-08T23:44:28.435 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-11-08T23:44:28.435 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-08T23:44:28.435 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-08T23:44:28.435 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-11-08T23:44:28.436 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-08T23:44:28.436 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-08T23:44:28.436 INFO:teuthology.orchestra.run.smithi078.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-08T23:44:28.436 INFO:teuthology.orchestra.run.smithi078.stdout: python3-mako-1.0.6-14.el8.noarch 2023-11-08T23:44:28.436 INFO:teuthology.orchestra.run.smithi078.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-08T23:44:28.437 INFO:teuthology.orchestra.run.smithi078.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-08T23:44:28.437 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-08T23:44:28.437 INFO:teuthology.orchestra.run.smithi078.stdout: python3-portend-2.6-1.el8.noarch 2023-11-08T23:44:28.437 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-08T23:44:28.437 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-08T23:44:28.438 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pytz-2017.2-11.el8.noarch 2023-11-08T23:44:28.438 INFO:teuthology.orchestra.run.smithi078.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-08T23:44:28.438 INFO:teuthology.orchestra.run.smithi078.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-08T23:44:28.438 INFO:teuthology.orchestra.run.smithi078.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-08T23:44:28.438 INFO:teuthology.orchestra.run.smithi078.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-08T23:44:28.439 INFO:teuthology.orchestra.run.smithi078.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-08T23:44:28.439 INFO:teuthology.orchestra.run.smithi078.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-08T23:44:28.439 INFO:teuthology.orchestra.run.smithi078.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-08T23:44:28.439 INFO:teuthology.orchestra.run.smithi078.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-08T23:44:28.439 INFO:teuthology.orchestra.run.smithi078.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-08T23:44:28.440 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:28.440 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:44:28.496 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-test-2:18.0.0-7194.gc5dca1b3.el8.x86_64 6/6 2023-11-08T23:44:28.496 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-test-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/6 2023-11-08T23:44:28.496 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libcephsqlite-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2/6 2023-11-08T23:44:28.497 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-11-08T23:44:28.497 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-11-08T23:44:28.497 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-11-08T23:44:28.729 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-base 2023-11-08T23:44:28.817 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-osd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 29/32 2023-11-08T23:44:29.219 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-11-08T23:44:29.220 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:44:29.220 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-11-08T23:44:29.220 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-test-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:29.220 INFO:teuthology.orchestra.run.smithi027.stdout: jq-1.6-8.el8.x86_64 2023-11-08T23:44:29.220 INFO:teuthology.orchestra.run.smithi027.stdout: libcephsqlite-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:29.221 INFO:teuthology.orchestra.run.smithi027.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-08T23:44:29.221 INFO:teuthology.orchestra.run.smithi027.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-08T23:44:29.221 INFO:teuthology.orchestra.run.smithi027.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-08T23:44:29.221 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:44:29.221 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:44:29.284 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-osd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 29/32 2023-11-08T23:44:29.425 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph 2023-11-08T23:44:29.530 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mon-2:18.0.0-7194.gc5dca1b3.el8.x86_64 30/32 2023-11-08T23:44:29.584 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:16 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:44:29.746 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mon-2:18.0.0-7194.gc5dca1b3.el8.x86_64 30/32 2023-11-08T23:44:29.946 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mds-2:18.0.0-7194.gc5dca1b3.el8.x86_64 31/32 2023-11-08T23:44:29.964 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mds-2:18.0.0-7194.gc5dca1b3.el8.x86_64 31/32 2023-11-08T23:44:30.120 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-2:18.0.0-7194.gc5dca1b3.el8.x86_64 32/32 2023-11-08T23:44:30.322 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:00:58 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:44:30.535 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-2:18.0.0-7194.gc5dca1b3.el8.x86_64 32/32 2023-11-08T23:44:30.536 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/32 2023-11-08T23:44:30.536 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mds-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2/32 2023-11-08T23:44:30.536 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-2:18.0.0-7194.gc5dca1b3.el8.x86_64 3/32 2023-11-08T23:44:30.536 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mon-2:18.0.0-7194.gc5dca1b3.el8.x86_64 4/32 2023-11-08T23:44:30.536 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-osd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 5/32 2023-11-08T23:44:30.537 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7194.gc5dca1b3.el8. 6/32 2023-11-08T23:44:30.537 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-11-08T23:44:30.537 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-11-08T23:44:30.537 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-11-08T23:44:30.537 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-11-08T23:44:30.538 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-11-08T23:44:30.538 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-11-08T23:44:30.538 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-11-08T23:44:30.538 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-11-08T23:44:30.539 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-11-08T23:44:30.539 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-11-08T23:44:30.539 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-08T23:44:30.539 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-11-08T23:44:30.539 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-11-08T23:44:30.540 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-11-08T23:44:30.540 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-11-08T23:44:30.540 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-11-08T23:44:30.540 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-11-08T23:44:30.541 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-11-08T23:44:30.541 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-11-08T23:44:30.542 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-11-08T23:44:30.542 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-11-08T23:44:30.542 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-11-08T23:44:30.542 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-11-08T23:44:30.543 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-11-08T23:44:30.543 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-11-08T23:44:31.013 INFO:teuthology.orchestra.run.smithi078.stdout:Package ceph-base-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:44:31.226 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:44:31.227 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-11-08T23:44:31.227 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:44:31.336 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install cephadm 2023-11-08T23:44:31.726 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-11-08T23:44:31.727 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:31.727 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-11-08T23:44:31.727 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:31.727 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mds-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:31.727 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:31.728 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-modules-core-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:44:31.728 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mon-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:31.728 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-osd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:31.728 INFO:teuthology.orchestra.run.smithi155.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-08T23:44:31.728 INFO:teuthology.orchestra.run.smithi155.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-08T23:44:31.729 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-11-08T23:44:31.729 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-08T23:44:31.729 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-08T23:44:31.729 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-11-08T23:44:31.729 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-08T23:44:31.730 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-08T23:44:31.730 INFO:teuthology.orchestra.run.smithi155.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-08T23:44:31.730 INFO:teuthology.orchestra.run.smithi155.stdout: python3-mako-1.0.6-14.el8.noarch 2023-11-08T23:44:31.730 INFO:teuthology.orchestra.run.smithi155.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-08T23:44:31.730 INFO:teuthology.orchestra.run.smithi155.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-08T23:44:31.731 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-08T23:44:31.731 INFO:teuthology.orchestra.run.smithi155.stdout: python3-portend-2.6-1.el8.noarch 2023-11-08T23:44:31.731 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-08T23:44:31.731 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-08T23:44:31.731 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pytz-2017.2-11.el8.noarch 2023-11-08T23:44:31.732 INFO:teuthology.orchestra.run.smithi155.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-08T23:44:31.732 INFO:teuthology.orchestra.run.smithi155.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-08T23:44:31.732 INFO:teuthology.orchestra.run.smithi155.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-08T23:44:31.732 INFO:teuthology.orchestra.run.smithi155.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-08T23:44:31.732 INFO:teuthology.orchestra.run.smithi155.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-08T23:44:31.733 INFO:teuthology.orchestra.run.smithi155.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-08T23:44:31.733 INFO:teuthology.orchestra.run.smithi155.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-08T23:44:31.733 INFO:teuthology.orchestra.run.smithi155.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-08T23:44:31.733 INFO:teuthology.orchestra.run.smithi155.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-08T23:44:31.733 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:31.734 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:44:32.032 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-base 2023-11-08T23:44:32.111 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:44:32.115 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:44:32.115 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-11-08T23:44:32.115 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:44:32.116 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-11-08T23:44:32.116 INFO:teuthology.orchestra.run.smithi027.stdout: ceph x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 6.4 k 2023-11-08T23:44:32.116 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-11-08T23:44:32.116 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mds x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 2.3 M 2023-11-08T23:44:32.116 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 1.6 M 2023-11-08T23:44:32.117 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 242 k 2023-11-08T23:44:32.117 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mon x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 4.6 M 2023-11-08T23:44:32.117 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-osd x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 18 M 2023-11-08T23:44:32.117 INFO:teuthology.orchestra.run.smithi027.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-08T23:44:32.117 INFO:teuthology.orchestra.run.smithi027.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-08T23:44:32.118 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-11-08T23:44:32.118 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-08T23:44:32.118 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-08T23:44:32.118 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-11-08T23:44:32.119 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-08T23:44:32.119 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-08T23:44:32.119 INFO:teuthology.orchestra.run.smithi027.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-08T23:44:32.119 INFO:teuthology.orchestra.run.smithi027.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-11-08T23:44:32.119 INFO:teuthology.orchestra.run.smithi027.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-11-08T23:44:32.120 INFO:teuthology.orchestra.run.smithi027.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-08T23:44:32.120 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-08T23:44:32.120 INFO:teuthology.orchestra.run.smithi027.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-08T23:44:32.120 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-11-08T23:44:32.120 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-11-08T23:44:32.121 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-11-08T23:44:32.121 INFO:teuthology.orchestra.run.smithi027.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-08T23:44:32.121 INFO:teuthology.orchestra.run.smithi027.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-08T23:44:32.121 INFO:teuthology.orchestra.run.smithi027.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-08T23:44:32.121 INFO:teuthology.orchestra.run.smithi027.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-08T23:44:32.122 INFO:teuthology.orchestra.run.smithi027.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-08T23:44:32.122 INFO:teuthology.orchestra.run.smithi027.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-08T23:44:32.122 INFO:teuthology.orchestra.run.smithi027.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-08T23:44:32.122 INFO:teuthology.orchestra.run.smithi027.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-11-08T23:44:32.122 INFO:teuthology.orchestra.run.smithi027.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-08T23:44:32.123 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:44:32.123 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-11-08T23:44:32.123 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:44:32.123 INFO:teuthology.orchestra.run.smithi027.stdout:Install 32 Packages 2023-11-08T23:44:32.123 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:44:32.124 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 30 M 2023-11-08T23:44:32.124 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 121 M 2023-11-08T23:44:32.125 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-11-08T23:44:32.177 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:19 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:44:32.528 INFO:teuthology.orchestra.run.smithi027.stdout:(1/32): ceph-18.0.0-7194.gc5dca1b3.el8.x86_64.r 35 kB/s | 6.4 kB 00:00 2023-11-08T23:44:32.846 INFO:teuthology.orchestra.run.smithi027.stdout:(2/32): ceph-mds-18.0.0-7194.gc5dca1b3.el8.x86_ 4.6 MB/s | 2.3 MB 00:00 2023-11-08T23:44:32.879 INFO:teuthology.orchestra.run.smithi027.stdout:(3/32): ceph-mgr-18.0.0-7194.gc5dca1b3.el8.x86_ 3.0 MB/s | 1.6 MB 00:00 2023-11-08T23:44:32.882 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:19 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:44:32.979 INFO:teuthology.orchestra.run.smithi027.stdout:(4/32): ceph-mgr-modules-core-18.0.0-7194.gc5dc 2.4 MB/s | 242 kB 00:00 2023-11-08T23:44:33.080 INFO:teuthology.orchestra.run.smithi027.stdout:(5/32): python3-mako-1.0.6-14.el8.noarch.rpm 1.5 MB/s | 157 kB 00:00 2023-11-08T23:44:33.113 INFO:teuthology.orchestra.run.smithi027.stdout:(6/32): python3-markupsafe-0.23-19.el8.x86_64.r 1.1 MB/s | 39 kB 00:00 2023-11-08T23:44:33.172 INFO:teuthology.orchestra.run.smithi027.stdout:(7/32): ceph-mon-18.0.0-7194.gc5dca1b3.el8.x86_ 7.2 MB/s | 4.6 MB 00:00 2023-11-08T23:44:33.197 INFO:teuthology.orchestra.run.smithi027.stdout:(8/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 1.2 MB/s | 103 kB 00:00 2023-11-08T23:44:33.256 INFO:teuthology.orchestra.run.smithi027.stdout:(9/32): python3-werkzeug-0.12.2-4.el8.noarch.rp 7.7 MB/s | 457 kB 00:00 2023-11-08T23:44:33.273 INFO:teuthology.orchestra.run.smithi027.stdout:(10/32): python3-pytz-2017.2-11.el8.noarch.rpm 568 kB/s | 57 kB 00:00 2023-11-08T23:44:33.473 INFO:teuthology.orchestra.run.smithi027.stdout:(11/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.1 MB/s | 249 kB 00:00 2023-11-08T23:44:33.507 INFO:teuthology.orchestra.run.smithi027.stdout:(12/32): python3-cryptography-3.2.1-6.el8.x86_6 2.7 MB/s | 641 kB 00:00 2023-11-08T23:44:33.532 INFO:teuthology.orchestra.run.smithi027.stdout:(13/32): python3-pycparser-2.14-14.el8.noarch.r 1.8 MB/s | 109 kB 00:00 2023-11-08T23:44:33.791 INFO:teuthology.orchestra.run.smithi027.stdout:(14/32): ceph-osd-18.0.0-7194.gc5dca1b3.el8.x86 19 MB/s | 18 MB 00:00 2023-11-08T23:44:33.829 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:44:33.830 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:44:33.830 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-08T23:44:33.830 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:44:33.831 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-08T23:44:33.831 INFO:teuthology.orchestra.run.smithi078.stdout: cephadm noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 405 k 2023-11-08T23:44:33.831 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:33.831 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-08T23:44:33.831 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:44:33.832 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2023-11-08T23:44:33.832 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:33.833 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 405 k 2023-11-08T23:44:33.833 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 2.1 M 2023-11-08T23:44:33.833 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-08T23:44:34.183 INFO:teuthology.orchestra.run.smithi027.stdout:(15/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 64 kB/s | 44 kB 00:00 2023-11-08T23:44:34.185 INFO:teuthology.orchestra.run.smithi078.stdout:cephadm-18.0.0-7194.gc5dca1b3.el8.noarch.rpm 1.1 MB/s | 405 kB 00:00 2023-11-08T23:44:34.185 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:44:34.185 INFO:teuthology.orchestra.run.smithi078.stdout:Total 1.1 MB/s | 405 kB 00:00 2023-11-08T23:44:34.186 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-08T23:44:34.193 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-08T23:44:34.193 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-08T23:44:34.196 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-08T23:44:34.199 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-08T23:44:34.225 INFO:teuthology.orchestra.run.smithi027.stdout:(16/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 268 kB/s | 185 kB 00:00 2023-11-08T23:44:34.242 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-08T23:44:34.333 INFO:teuthology.orchestra.run.smithi027.stdout:(17/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 318 kB/s | 173 kB 00:00 2023-11-08T23:44:34.357 INFO:teuthology.orchestra.run.smithi155.stdout:Package ceph-base-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:44:34.367 INFO:teuthology.orchestra.run.smithi027.stdout:(18/32): python3-jaraco-6.2-6.el8.noarch.rpm 78 kB/s | 11 kB 00:00 2023-11-08T23:44:34.518 INFO:teuthology.orchestra.run.smithi027.stdout:(19/32): python3-jaraco-functools-2.0-4.el8.noa 96 kB/s | 18 kB 00:00 2023-11-08T23:44:34.566 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:44:34.567 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2023-11-08T23:44:34.567 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:44:34.568 INFO:teuthology.orchestra.run.smithi027.stdout:(20/32): python3-logutils-0.3.5-11.el8.noarch.r 243 kB/s | 49 kB 00:00 2023-11-08T23:44:34.593 INFO:teuthology.orchestra.run.smithi027.stdout:(21/32): python3-cherrypy-18.4.0-1.el8.noarch.r 939 kB/s | 384 kB 00:00 2023-11-08T23:44:34.643 INFO:teuthology.orchestra.run.smithi027.stdout:(22/32): python3-more-itertools-7.2.0-3.el8.noa 468 kB/s | 59 kB 00:00 2023-11-08T23:44:34.682 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install cephadm 2023-11-08T23:44:34.735 INFO:teuthology.orchestra.run.smithi027.stdout:(23/32): python3-pecan-1.3.2-9.el8.noarch.rpm 1.7 MB/s | 283 kB 00:00 2023-11-08T23:44:34.760 INFO:teuthology.orchestra.run.smithi027.stdout:(24/32): python3-portend-2.6-1.el8.noarch.rpm 93 kB/s | 16 kB 00:00 2023-11-08T23:44:34.786 INFO:teuthology.orchestra.run.smithi027.stdout:(25/32): python3-simplegeneric-0.8.1-17.el8.noa 131 kB/s | 19 kB 00:00 2023-11-08T23:44:34.791 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:44:34.869 INFO:teuthology.orchestra.run.smithi027.stdout:(26/32): python3-singledispatch-3.4.0.3-18.el8. 178 kB/s | 24 kB 00:00 2023-11-08T23:44:34.903 INFO:teuthology.orchestra.run.smithi027.stdout:(27/32): python3-tempora-1.14.1-5.el8.noarch.rp 206 kB/s | 29 kB 00:00 2023-11-08T23:44:34.937 INFO:teuthology.orchestra.run.smithi027.stdout:(28/32): python3-trustme-0.6.0-4.el8.noarch.rpm 183 kB/s | 27 kB 00:00 2023-11-08T23:44:34.956 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:44:35.087 INFO:teuthology.orchestra.run.smithi027.stdout:(29/32): python3-webtest-2.0.33-1.el8.noarch.rp 570 kB/s | 85 kB 00:00 2023-11-08T23:44:35.103 INFO:teuthology.orchestra.run.smithi027.stdout:(30/32): python3-waitress-1.4.3-1.el8.noarch.rp 1.1 MB/s | 255 kB 00:00 2023-11-08T23:44:35.177 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:44:35.195 INFO:teuthology.orchestra.run.smithi027.stdout:(31/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 859 kB/s | 251 kB 00:00 2023-11-08T23:44:35.220 INFO:teuthology.orchestra.run.smithi027.stdout:(32/32): python3-zc-lockfile-2.0-2.el8.noarch.r 172 kB/s | 23 kB 00:00 2023-11-08T23:44:35.222 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:44:35.222 INFO:teuthology.orchestra.run.smithi027.stdout:Total 9.8 MB/s | 30 MB 00:03 2023-11-08T23:44:35.310 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-11-08T23:44:35.351 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-11-08T23:44:35.352 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-11-08T23:44:35.539 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:22 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:44:35.665 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-11-08T23:44:35.668 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-11-08T23:44:35.843 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:44:35.843 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:35.843 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-08T23:44:35.843 INFO:teuthology.orchestra.run.smithi078.stdout: cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:44:35.844 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:35.844 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:44:36.061 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-immutable-object-cache 2023-11-08T23:44:36.749 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-11-08T23:44:36.925 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:23 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:44:36.963 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-08T23:44:37.195 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-08T23:44:37.198 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:44:37.199 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:44:37.199 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2023-11-08T23:44:37.200 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:44:37.200 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-11-08T23:44:37.200 INFO:teuthology.orchestra.run.smithi155.stdout: cephadm noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 405 k 2023-11-08T23:44:37.200 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:37.201 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-08T23:44:37.201 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:44:37.201 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2023-11-08T23:44:37.201 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:37.202 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 405 k 2023-11-08T23:44:37.202 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 2.1 M 2023-11-08T23:44:37.203 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-11-08T23:44:37.417 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-11-08T23:44:37.538 INFO:teuthology.orchestra.run.smithi155.stdout:cephadm-18.0.0-7194.gc5dca1b3.el8.noarch.rpm 1.2 MB/s | 405 kB 00:00 2023-11-08T23:44:37.538 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:44:37.539 INFO:teuthology.orchestra.run.smithi155.stdout:Total 1.2 MB/s | 405 kB 00:00 2023-11-08T23:44:37.539 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-11-08T23:44:37.546 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-11-08T23:44:37.547 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-11-08T23:44:37.550 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-11-08T23:44:37.553 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-11-08T23:44:37.601 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-11-08T23:44:37.680 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-11-08T23:44:37.849 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-11-08T23:44:38.013 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-11-08T23:44:38.156 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:44:38.298 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-11-08T23:44:38.369 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:44:38.442 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-11-08T23:44:38.572 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:44:38.573 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:44:38.573 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repo Size 2023-11-08T23:44:38.573 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:44:38.574 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-08T23:44:38.574 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 171 k 2023-11-08T23:44:38.574 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:38.574 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-08T23:44:38.574 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:44:38.575 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2023-11-08T23:44:38.575 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:38.575 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 171 k 2023-11-08T23:44:38.576 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 524 k 2023-11-08T23:44:38.576 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-08T23:44:38.592 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:44:38.630 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-11-08T23:44:38.840 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-11-08T23:44:39.054 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-11-08T23:44:39.250 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:44:39.251 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:39.251 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-11-08T23:44:39.251 INFO:teuthology.orchestra.run.smithi155.stdout: cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:44:39.251 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:39.251 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:44:39.286 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-11-08T23:44:39.448 INFO:teuthology.orchestra.run.smithi078.stdout:ceph-immutable-object-cache-18.0.0-7194.gc5dca1 196 kB/s | 171 kB 00:00 2023-11-08T23:44:39.449 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:44:39.449 INFO:teuthology.orchestra.run.smithi078.stdout:Total 195 kB/s | 171 kB 00:00 2023-11-08T23:44:39.450 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-08T23:44:39.462 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-08T23:44:39.463 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-08T23:44:39.513 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-08T23:44:39.516 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-08T23:44:39.632 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-08T23:44:39.677 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-11-08T23:44:39.804 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7194.gc5dca1b3. 1/1 2023-11-08T23:44:39.899 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-11-08T23:44:40.070 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-11-08T23:44:40.209 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7194.gc5dca1b3. 1/1 2023-11-08T23:44:40.314 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-11-08T23:44:40.521 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-08T23:44:40.847 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-11-08T23:44:40.858 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-immutable-object-cache 2023-11-08T23:44:40.864 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7194.gc5dca1b3. 1/1 2023-11-08T23:44:40.865 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:40.865 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-08T23:44:40.865 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-immutable-object-cache-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:40.865 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:40.865 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:44:41.085 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-11-08T23:44:41.089 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr 2023-11-08T23:44:41.248 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-11-08T23:44:41.450 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-08T23:44:41.683 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-08T23:44:41.814 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:28 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:44:41.924 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-08T23:44:41.953 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:28 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:44:42.136 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-11-08T23:44:42.589 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-11-08T23:44:42.890 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-08T23:44:43.264 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7194.gc5dca1b3.el8. 27/32 2023-11-08T23:44:43.387 INFO:teuthology.orchestra.run.smithi078.stdout:Package ceph-mgr-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:44:43.470 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mgr-2:18.0.0-7194.gc5dca1b3.el8.x86_64 28/32 2023-11-08T23:44:43.482 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:44:43.483 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:44:43.484 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2023-11-08T23:44:43.484 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:44:43.484 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-11-08T23:44:43.484 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 171 k 2023-11-08T23:44:43.485 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:43.485 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-08T23:44:43.485 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:44:43.485 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2023-11-08T23:44:43.485 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:43.486 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 171 k 2023-11-08T23:44:43.486 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 524 k 2023-11-08T23:44:43.486 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-11-08T23:44:43.597 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:44:43.598 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-11-08T23:44:43.598 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:44:43.707 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr-dashboard 2023-11-08T23:44:43.788 INFO:teuthology.orchestra.run.smithi155.stdout:ceph-immutable-object-cache-18.0.0-7194.gc5dca1 562 kB/s | 171 kB 00:00 2023-11-08T23:44:43.789 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:44:43.789 INFO:teuthology.orchestra.run.smithi155.stdout:Total 560 kB/s | 171 kB 00:00 2023-11-08T23:44:43.790 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-11-08T23:44:43.801 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-11-08T23:44:43.801 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-11-08T23:44:43.849 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-11-08T23:44:43.852 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-11-08T23:44:43.966 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-11-08T23:44:44.202 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7194.gc5dca1b3. 1/1 2023-11-08T23:44:44.555 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:31 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:44:44.615 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7194.gc5dca1b3. 1/1 2023-11-08T23:44:45.165 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7194.gc5dca1b3.el8.x86_64 28/32 2023-11-08T23:44:45.281 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7194.gc5dca1b3. 1/1 2023-11-08T23:44:45.281 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:45.282 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-11-08T23:44:45.282 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-immutable-object-cache-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:45.282 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:45.282 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:44:45.345 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-osd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 29/32 2023-11-08T23:44:45.537 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr 2023-11-08T23:44:45.839 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-osd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 29/32 2023-11-08T23:44:46.006 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mon-2:18.0.0-7194.gc5dca1b3.el8.x86_64 30/32 2023-11-08T23:44:46.199 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:44:46.200 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:44:46.201 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-08T23:44:46.201 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:44:46.201 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-08T23:44:46.201 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 1.8 M 2023-11-08T23:44:46.201 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-08T23:44:46.202 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 23 k 2023-11-08T23:44:46.202 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 15 k 2023-11-08T23:44:46.202 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-11-08T23:44:46.202 INFO:teuthology.orchestra.run.smithi078.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-08T23:44:46.202 INFO:teuthology.orchestra.run.smithi078.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-08T23:44:46.203 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:46.203 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-08T23:44:46.203 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:44:46.203 INFO:teuthology.orchestra.run.smithi078.stdout:Install 6 Packages 2023-11-08T23:44:46.203 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:46.204 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 2.1 M 2023-11-08T23:44:46.204 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 8.5 M 2023-11-08T23:44:46.205 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-08T23:44:46.234 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mon-2:18.0.0-7194.gc5dca1b3.el8.x86_64 30/32 2023-11-08T23:44:46.394 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mds-2:18.0.0-7194.gc5dca1b3.el8.x86_64 31/32 2023-11-08T23:44:46.411 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:33 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:44:46.413 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mds-2:18.0.0-7194.gc5dca1b3.el8.x86_64 31/32 2023-11-08T23:44:46.519 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-2:18.0.0-7194.gc5dca1b3.el8.x86_64 32/32 2023-11-08T23:44:46.776 INFO:teuthology.orchestra.run.smithi078.stdout:(1/6): ceph-grafana-dashboards-18.0.0-7194.gc5d 161 kB/s | 23 kB 00:00 2023-11-08T23:44:46.885 INFO:teuthology.orchestra.run.smithi078.stdout:(2/6): ceph-prometheus-alerts-18.0.0-7194.gc5dc 60 kB/s | 15 kB 00:00 2023-11-08T23:44:46.926 INFO:teuthology.orchestra.run.smithi078.stdout:(3/6): ceph-mgr-dashboard-18.0.0-7194.gc5dca1b3 6.0 MB/s | 1.8 MB 00:00 2023-11-08T23:44:46.939 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-2:18.0.0-7194.gc5dca1b3.el8.x86_64 32/32 2023-11-08T23:44:46.940 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/32 2023-11-08T23:44:46.940 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mds-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2/32 2023-11-08T23:44:46.940 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mgr-2:18.0.0-7194.gc5dca1b3.el8.x86_64 3/32 2023-11-08T23:44:46.940 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mon-2:18.0.0-7194.gc5dca1b3.el8.x86_64 4/32 2023-11-08T23:44:46.941 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-osd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 5/32 2023-11-08T23:44:46.941 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7194.gc5dca1b3.el8. 6/32 2023-11-08T23:44:46.941 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-11-08T23:44:46.941 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-11-08T23:44:46.941 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-11-08T23:44:46.942 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-11-08T23:44:46.942 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-11-08T23:44:46.942 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-11-08T23:44:46.942 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-11-08T23:44:46.942 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-11-08T23:44:46.943 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-11-08T23:44:46.943 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-11-08T23:44:46.943 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-08T23:44:46.943 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-11-08T23:44:46.944 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-11-08T23:44:46.944 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-11-08T23:44:46.944 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-11-08T23:44:46.944 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-11-08T23:44:46.945 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-11-08T23:44:46.945 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-11-08T23:44:46.945 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-11-08T23:44:46.945 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-11-08T23:44:46.945 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-11-08T23:44:46.945 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-11-08T23:44:46.946 INFO:teuthology.orchestra.run.smithi078.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 255 kB/s | 43 kB 00:00 2023-11-08T23:44:46.947 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-11-08T23:44:46.947 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-11-08T23:44:46.947 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-11-08T23:44:47.027 INFO:teuthology.orchestra.run.smithi078.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 237 kB/s | 34 kB 00:00 2023-11-08T23:44:47.094 INFO:teuthology.orchestra.run.smithi078.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 1.1 MB/s | 196 kB 00:00 2023-11-08T23:44:47.096 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:44:47.096 INFO:teuthology.orchestra.run.smithi078.stdout:Total 2.3 MB/s | 2.1 MB 00:00 2023-11-08T23:44:47.107 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-08T23:44:47.117 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-08T23:44:47.117 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-08T23:44:47.203 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-08T23:44:47.207 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-08T23:44:47.464 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-08T23:44:47.701 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-11-08T23:44:47.858 INFO:teuthology.orchestra.run.smithi155.stdout:Package ceph-mgr-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:44:47.920 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-11-08T23:44:48.067 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:44:48.068 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2023-11-08T23:44:48.068 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:44:48.163 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-11-08T23:44:48.171 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-dashboard 2023-11-08T23:44:48.292 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7194.gc5dca1b3.el8.n 4/6 2023-11-08T23:44:48.646 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7194.gc5dca1b3.el8. 5/6 2023-11-08T23:44:48.780 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-11-08T23:44:48.780 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:44:48.780 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-11-08T23:44:48.781 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:48.781 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mds-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:48.781 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:48.781 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-modules-core-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:44:48.782 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mon-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:48.782 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-osd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:44:48.782 INFO:teuthology.orchestra.run.smithi027.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-08T23:44:48.782 INFO:teuthology.orchestra.run.smithi027.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-08T23:44:48.783 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-11-08T23:44:48.783 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-08T23:44:48.783 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-08T23:44:48.783 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-11-08T23:44:48.784 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-08T23:44:48.784 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-08T23:44:48.784 INFO:teuthology.orchestra.run.smithi027.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-08T23:44:48.784 INFO:teuthology.orchestra.run.smithi027.stdout: python3-mako-1.0.6-14.el8.noarch 2023-11-08T23:44:48.784 INFO:teuthology.orchestra.run.smithi027.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-08T23:44:48.785 INFO:teuthology.orchestra.run.smithi027.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-08T23:44:48.785 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-08T23:44:48.785 INFO:teuthology.orchestra.run.smithi027.stdout: python3-portend-2.6-1.el8.noarch 2023-11-08T23:44:48.785 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-08T23:44:48.786 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-08T23:44:48.786 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pytz-2017.2-11.el8.noarch 2023-11-08T23:44:48.786 INFO:teuthology.orchestra.run.smithi027.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-08T23:44:48.786 INFO:teuthology.orchestra.run.smithi027.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-08T23:44:48.786 INFO:teuthology.orchestra.run.smithi027.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-08T23:44:48.787 INFO:teuthology.orchestra.run.smithi027.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-08T23:44:48.787 INFO:teuthology.orchestra.run.smithi027.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-08T23:44:48.787 INFO:teuthology.orchestra.run.smithi027.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-08T23:44:48.787 INFO:teuthology.orchestra.run.smithi027.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-08T23:44:48.788 INFO:teuthology.orchestra.run.smithi027.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-08T23:44:48.788 INFO:teuthology.orchestra.run.smithi027.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-08T23:44:48.788 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:44:48.788 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:44:48.883 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7194.gc5dca1b3.el8.noarc 6/6 2023-11-08T23:44:48.990 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-base 2023-11-08T23:44:49.021 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:36 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:44:49.167 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7194.gc5dca1b3.el8.noarc 6/6 2023-11-08T23:44:49.168 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7194.gc5dca1b3.el8. 1/6 2023-11-08T23:44:49.168 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7194.gc5dca1b3.el8.noarc 2/6 2023-11-08T23:44:49.168 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7194.gc5dca1b3.el8.n 3/6 2023-11-08T23:44:49.169 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-11-08T23:44:49.169 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-11-08T23:44:49.852 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-11-08T23:44:49.852 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:49.852 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-08T23:44:49.852 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-grafana-dashboards-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:44:49.853 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-dashboard-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:44:49.853 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-prometheus-alerts-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:44:49.853 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-08T23:44:49.853 INFO:teuthology.orchestra.run.smithi078.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-08T23:44:49.853 INFO:teuthology.orchestra.run.smithi078.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-08T23:44:49.854 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:49.854 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:44:49.878 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:17 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:44:49.984 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-08T23:44:50.677 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:44:50.678 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:44:50.678 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2023-11-08T23:44:50.678 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:44:50.678 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-11-08T23:44:50.679 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 1.8 M 2023-11-08T23:44:50.679 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2023-11-08T23:44:50.679 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 23 k 2023-11-08T23:44:50.679 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 15 k 2023-11-08T23:44:50.679 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-11-08T23:44:50.680 INFO:teuthology.orchestra.run.smithi155.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-08T23:44:50.680 INFO:teuthology.orchestra.run.smithi155.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-08T23:44:50.680 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:50.680 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-08T23:44:50.680 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:44:50.681 INFO:teuthology.orchestra.run.smithi155.stdout:Install 6 Packages 2023-11-08T23:44:50.681 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:50.681 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 2.1 M 2023-11-08T23:44:50.682 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 8.5 M 2023-11-08T23:44:50.682 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-11-08T23:44:50.838 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:37 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:44:51.251 INFO:teuthology.orchestra.run.smithi155.stdout:(1/6): ceph-grafana-dashboards-18.0.0-7194.gc5d 157 kB/s | 23 kB 00:00 2023-11-08T23:44:51.352 INFO:teuthology.orchestra.run.smithi155.stdout:(2/6): ceph-prometheus-alerts-18.0.0-7194.gc5dc 61 kB/s | 15 kB 00:00 2023-11-08T23:44:51.394 INFO:teuthology.orchestra.run.smithi155.stdout:(3/6): ceph-mgr-dashboard-18.0.0-7194.gc5dca1b3 6.1 MB/s | 1.8 MB 00:00 2023-11-08T23:44:51.419 INFO:teuthology.orchestra.run.smithi155.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 255 kB/s | 43 kB 00:00 2023-11-08T23:44:51.421 INFO:teuthology.orchestra.run.smithi027.stdout:Package ceph-base-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:44:51.531 INFO:teuthology.orchestra.run.smithi155.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 187 kB/s | 34 kB 00:00 2023-11-08T23:44:51.594 INFO:teuthology.orchestra.run.smithi155.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 980 kB/s | 196 kB 00:00 2023-11-08T23:44:51.597 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:44:51.598 INFO:teuthology.orchestra.run.smithi155.stdout:Total 2.2 MB/s | 2.1 MB 00:00 2023-11-08T23:44:51.609 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-11-08T23:44:51.618 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-11-08T23:44:51.619 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-11-08T23:44:51.645 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:44:51.646 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2023-11-08T23:44:51.647 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:44:51.698 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-11-08T23:44:51.701 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-11-08T23:44:51.759 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install cephadm 2023-11-08T23:44:51.988 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-11-08T23:44:52.502 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:44:52.504 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================================ 2023-11-08T23:44:52.504 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-08T23:44:52.504 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================================ 2023-11-08T23:44:52.504 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-08T23:44:52.504 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 7.4 M 2023-11-08T23:44:52.505 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-08T23:44:52.505 INFO:teuthology.orchestra.run.smithi078.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-11-08T23:44:52.505 INFO:teuthology.orchestra.run.smithi078.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-11-08T23:44:52.505 INFO:teuthology.orchestra.run.smithi078.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-11-08T23:44:52.505 INFO:teuthology.orchestra.run.smithi078.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-11-08T23:44:52.506 INFO:teuthology.orchestra.run.smithi078.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-11-08T23:44:52.506 INFO:teuthology.orchestra.run.smithi078.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-11-08T23:44:52.506 INFO:teuthology.orchestra.run.smithi078.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-11-08T23:44:52.506 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:52.507 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-08T23:44:52.507 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================================ 2023-11-08T23:44:52.507 INFO:teuthology.orchestra.run.smithi078.stdout:Install 8 Packages 2023-11-08T23:44:52.507 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:44:52.508 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 35 M 2023-11-08T23:44:52.508 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 210 M 2023-11-08T23:44:52.508 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-08T23:44:52.517 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-11-08T23:44:52.641 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:20 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:44:52.811 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-11-08T23:44:53.028 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-11-08T23:44:53.059 INFO:teuthology.orchestra.run.smithi078.stdout:(1/8): openblas-0.3.15-4.el8.x86_64.rpm 16 MB/s | 4.7 MB 00:00 2023-11-08T23:44:53.183 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7194.gc5dca1b3.el8.n 4/6 2023-11-08T23:44:53.193 INFO:teuthology.orchestra.run.smithi078.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 11 MB/s | 4.9 MB 00:00 2023-11-08T23:44:53.243 INFO:teuthology.orchestra.run.smithi078.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 4.4 MB/s | 225 kB 00:00 2023-11-08T23:44:53.293 INFO:teuthology.orchestra.run.smithi078.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 16 MB/s | 3.7 MB 00:00 2023-11-08T23:44:53.385 INFO:teuthology.orchestra.run.smithi078.stdout:(5/8): ceph-mgr-diskprediction-local-18.0.0-719 12 MB/s | 7.4 MB 00:00 2023-11-08T23:44:53.533 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7194.gc5dca1b3.el8. 5/6 2023-11-08T23:44:53.561 INFO:teuthology.orchestra.run.smithi078.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 986 kB/s | 172 kB 00:00 2023-11-08T23:44:53.594 INFO:teuthology.orchestra.run.smithi078.stdout:(7/8): libgfortran-8.5.0-21.el8.x86_64.rpm 2.1 MB/s | 645 kB 00:00 2023-11-08T23:44:53.770 INFO:teuthology.orchestra.run.smithi078.stdout:(8/8): python3-scipy-1.0.0-21.module_el8.5.0+77 26 MB/s | 14 MB 00:00 2023-11-08T23:44:53.771 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:44:53.771 INFO:teuthology.orchestra.run.smithi078.stdout:Total 28 MB/s | 35 MB 00:01 2023-11-08T23:44:53.772 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7194.gc5dca1b3.el8.noarc 6/6 2023-11-08T23:44:54.004 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-08T23:44:54.022 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-08T23:44:54.022 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-08T23:44:54.058 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7194.gc5dca1b3.el8.noarc 6/6 2023-11-08T23:44:54.058 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7194.gc5dca1b3.el8. 1/6 2023-11-08T23:44:54.058 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7194.gc5dca1b3.el8.noarc 2/6 2023-11-08T23:44:54.059 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7194.gc5dca1b3.el8.n 3/6 2023-11-08T23:44:54.059 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-11-08T23:44:54.059 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-11-08T23:44:54.412 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-08T23:44:54.414 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:44:54.415 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-08T23:44:54.416 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:44:54.416 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-11-08T23:44:54.416 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:44:54.416 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-11-08T23:44:54.416 INFO:teuthology.orchestra.run.smithi027.stdout: cephadm noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 405 k 2023-11-08T23:44:54.417 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:44:54.417 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-11-08T23:44:54.417 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:44:54.417 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2023-11-08T23:44:54.417 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:44:54.418 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 405 k 2023-11-08T23:44:54.418 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 2.1 M 2023-11-08T23:44:54.418 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-11-08T23:44:54.729 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-11-08T23:44:54.730 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:54.730 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-11-08T23:44:54.730 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-grafana-dashboards-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:44:54.730 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-dashboard-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:44:54.731 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-prometheus-alerts-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:44:54.731 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-08T23:44:54.731 INFO:teuthology.orchestra.run.smithi155.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-08T23:44:54.731 INFO:teuthology.orchestra.run.smithi155.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-08T23:44:54.731 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:54.732 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:44:54.779 INFO:teuthology.orchestra.run.smithi027.stdout:cephadm-18.0.0-7194.gc5dca1b3.el8.noarch.rpm 1.1 MB/s | 405 kB 00:00 2023-11-08T23:44:54.779 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:44:54.780 INFO:teuthology.orchestra.run.smithi027.stdout:Total 1.1 MB/s | 405 kB 00:00 2023-11-08T23:44:54.780 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-11-08T23:44:54.788 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-11-08T23:44:54.788 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-11-08T23:44:54.791 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-11-08T23:44:54.795 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-11-08T23:44:54.841 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-11-08T23:44:54.855 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-08T23:44:55.371 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:44:55.531 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:44:55.715 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:42 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:44:55.762 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:44:55.770 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-08T23:44:55.918 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-08T23:44:56.062 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-08T23:44:56.242 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-08T23:44:56.432 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:44:56.432 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:44:56.433 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-11-08T23:44:56.433 INFO:teuthology.orchestra.run.smithi027.stdout: cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:44:56.433 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:44:56.433 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:44:56.675 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-immutable-object-cache 2023-11-08T23:44:56.820 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-08T23:44:57.001 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-11-08T23:44:57.377 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:44:57.378 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================================ 2023-11-08T23:44:57.378 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2023-11-08T23:44:57.378 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================================ 2023-11-08T23:44:57.379 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-11-08T23:44:57.379 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 7.4 M 2023-11-08T23:44:57.379 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2023-11-08T23:44:57.379 INFO:teuthology.orchestra.run.smithi155.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-11-08T23:44:57.379 INFO:teuthology.orchestra.run.smithi155.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-11-08T23:44:57.380 INFO:teuthology.orchestra.run.smithi155.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-11-08T23:44:57.380 INFO:teuthology.orchestra.run.smithi155.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-11-08T23:44:57.380 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-11-08T23:44:57.380 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-11-08T23:44:57.380 INFO:teuthology.orchestra.run.smithi155.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-11-08T23:44:57.381 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:57.381 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-08T23:44:57.381 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================================ 2023-11-08T23:44:57.381 INFO:teuthology.orchestra.run.smithi155.stdout:Install 8 Packages 2023-11-08T23:44:57.381 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:44:57.382 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 35 M 2023-11-08T23:44:57.382 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 210 M 2023-11-08T23:44:57.382 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-11-08T23:44:57.572 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:25 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:44:57.611 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-11-08T23:44:57.775 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-08T23:44:57.878 INFO:teuthology.orchestra.run.smithi155.stdout:(1/8): openblas-0.3.15-4.el8.x86_64.rpm 14 MB/s | 4.7 MB 00:00 2023-11-08T23:44:58.194 INFO:teuthology.orchestra.run.smithi155.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 7.5 MB/s | 4.9 MB 00:00 2023-11-08T23:44:58.441 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-08T23:44:58.646 INFO:teuthology.orchestra.run.smithi155.stdout:(3/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 4.9 MB/s | 3.7 MB 00:00 2023-11-08T23:44:58.770 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-08T23:44:58.955 INFO:teuthology.orchestra.run.smithi155.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 296 kB/s | 225 kB 00:00 2023-11-08T23:44:59.008 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-08T23:44:59.264 INFO:teuthology.orchestra.run.smithi155.stdout:(5/8): ceph-mgr-diskprediction-local-18.0.0-719 4.3 MB/s | 7.4 MB 00:01 2023-11-08T23:44:59.347 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:44:59.348 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:44:59.348 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repo Size 2023-11-08T23:44:59.348 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:44:59.349 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-11-08T23:44:59.349 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 171 k 2023-11-08T23:44:59.349 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:44:59.349 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-11-08T23:44:59.349 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:44:59.350 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2023-11-08T23:44:59.350 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:44:59.351 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 171 k 2023-11-08T23:44:59.351 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 524 k 2023-11-08T23:44:59.351 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-11-08T23:44:59.439 INFO:teuthology.orchestra.run.smithi155.stdout:(6/8): python3-scipy-1.0.0-21.module_el8.5.0+77 17 MB/s | 14 MB 00:00 2023-11-08T23:44:59.473 INFO:teuthology.orchestra.run.smithi155.stdout:(7/8): libgfortran-8.5.0-21.el8.x86_64.rpm 1.2 MB/s | 645 kB 00:00 2023-11-08T23:44:59.498 INFO:teuthology.orchestra.run.smithi155.stdout:(8/8): libquadmath-8.5.0-21.el8.x86_64.rpm 738 kB/s | 172 kB 00:00 2023-11-08T23:44:59.499 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:44:59.499 INFO:teuthology.orchestra.run.smithi155.stdout:Total 17 MB/s | 35 MB 00:02 2023-11-08T23:44:59.732 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-11-08T23:44:59.750 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-11-08T23:44:59.750 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-11-08T23:44:59.869 INFO:teuthology.orchestra.run.smithi027.stdout:ceph-immutable-object-cache-18.0.0-7194.gc5dca1 329 kB/s | 171 kB 00:00 2023-11-08T23:44:59.869 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:44:59.870 INFO:teuthology.orchestra.run.smithi027.stdout:Total 328 kB/s | 171 kB 00:00 2023-11-08T23:44:59.870 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-11-08T23:44:59.883 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-11-08T23:44:59.883 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-11-08T23:44:59.937 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-11-08T23:44:59.940 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-11-08T23:45:00.059 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-11-08T23:45:00.138 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-11-08T23:45:00.141 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-11-08T23:45:00.301 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7194.gc5dca1b3. 1/1 2023-11-08T23:45:00.715 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-11-08T23:45:00.717 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7194.gc5dca1b3. 1/1 2023-11-08T23:45:00.759 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-08T23:45:00.874 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-08T23:45:01.016 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-08T23:45:01.183 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-08T23:45:01.413 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7194.gc5dca1b3. 1/1 2023-11-08T23:45:01.413 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:01.413 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-11-08T23:45:01.414 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-immutable-object-cache-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:45:01.414 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:01.414 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:45:01.621 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-mgr 2023-11-08T23:45:01.763 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-08T23:45:01.933 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-11-08T23:45:02.006 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-11-08T23:45:02.225 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7194.gc5dca1b 8/8 2023-11-08T23:45:02.523 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:30 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:45:02.540 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7194.gc5dca1b 8/8 2023-11-08T23:45:02.540 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7194.gc5dca1b 1/8 2023-11-08T23:45:02.540 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-11-08T23:45:02.541 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-11-08T23:45:02.541 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-11-08T23:45:02.541 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-11-08T23:45:02.541 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-11-08T23:45:02.541 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-11-08T23:45:02.548 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-11-08T23:45:02.724 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-08T23:45:03.225 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-11-08T23:45:03.225 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:03.226 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-08T23:45:03.226 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:45:03.226 INFO:teuthology.orchestra.run.smithi078.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-11-08T23:45:03.226 INFO:teuthology.orchestra.run.smithi078.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-11-08T23:45:03.226 INFO:teuthology.orchestra.run.smithi078.stdout: openblas-0.3.15-4.el8.x86_64 2023-11-08T23:45:03.227 INFO:teuthology.orchestra.run.smithi078.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-11-08T23:45:03.227 INFO:teuthology.orchestra.run.smithi078.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-08T23:45:03.227 INFO:teuthology.orchestra.run.smithi078.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-08T23:45:03.227 INFO:teuthology.orchestra.run.smithi078.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-11-08T23:45:03.227 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:03.228 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:45:03.360 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr-rook 2023-11-08T23:45:03.411 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-08T23:45:03.745 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-08T23:45:04.007 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-08T23:45:04.068 INFO:teuthology.orchestra.run.smithi027.stdout:Package ceph-mgr-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:45:04.225 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:51 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:04.295 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:45:04.297 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2023-11-08T23:45:04.297 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:45:04.399 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-mgr-dashboard 2023-11-08T23:45:05.285 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:33 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:45:05.791 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-08T23:45:05.875 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:45:05.877 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:45:05.877 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-08T23:45:05.878 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:45:05.878 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-08T23:45:05.878 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-rook noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 50 k 2023-11-08T23:45:05.878 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-08T23:45:05.879 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-08T23:45:05.879 INFO:teuthology.orchestra.run.smithi078.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-08T23:45:05.879 INFO:teuthology.orchestra.run.smithi078.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-08T23:45:05.879 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-11-08T23:45:05.879 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-11-08T23:45:05.880 INFO:teuthology.orchestra.run.smithi078.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-08T23:45:05.880 INFO:teuthology.orchestra.run.smithi078.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-11-08T23:45:05.880 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-11-08T23:45:05.880 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-11-08T23:45:05.880 INFO:teuthology.orchestra.run.smithi078.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-11-08T23:45:05.881 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-08T23:45:05.881 INFO:teuthology.orchestra.run.smithi078.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-08T23:45:05.881 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:05.881 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-08T23:45:05.881 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:45:05.882 INFO:teuthology.orchestra.run.smithi078.stdout:Install 13 Packages 2023-11-08T23:45:05.882 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:05.882 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 1.9 M 2023-11-08T23:45:05.883 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 25 M 2023-11-08T23:45:05.883 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-08T23:45:07.036 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-11-08T23:45:07.061 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:45:07.062 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:45:07.062 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-11-08T23:45:07.063 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:45:07.063 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-11-08T23:45:07.063 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 1.8 M 2023-11-08T23:45:07.063 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-11-08T23:45:07.063 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 23 k 2023-11-08T23:45:07.064 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 15 k 2023-11-08T23:45:07.064 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-11-08T23:45:07.064 INFO:teuthology.orchestra.run.smithi027.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-08T23:45:07.064 INFO:teuthology.orchestra.run.smithi027.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-08T23:45:07.064 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:07.065 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-11-08T23:45:07.065 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:45:07.065 INFO:teuthology.orchestra.run.smithi027.stdout:Install 6 Packages 2023-11-08T23:45:07.065 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:07.066 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 2.1 M 2023-11-08T23:45:07.066 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 8.5 M 2023-11-08T23:45:07.066 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-11-08T23:45:07.290 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7194.gc5dca1b 8/8 2023-11-08T23:45:07.608 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7194.gc5dca1b 8/8 2023-11-08T23:45:07.609 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7194.gc5dca1b 1/8 2023-11-08T23:45:07.609 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-11-08T23:45:07.609 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-11-08T23:45:07.609 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-11-08T23:45:07.609 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-11-08T23:45:07.610 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-11-08T23:45:07.610 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-11-08T23:45:07.629 INFO:teuthology.orchestra.run.smithi078.stdout:(1/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 286 kB/s | 27 kB 00:00 2023-11-08T23:45:07.655 INFO:teuthology.orchestra.run.smithi078.stdout:(2/13): python3-jsonpointer-1.10-11.el8.noarch. 169 kB/s | 20 kB 00:00 2023-11-08T23:45:07.705 INFO:teuthology.orchestra.run.smithi078.stdout:(3/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.6 MB/s | 126 kB 00:00 2023-11-08T23:45:07.730 INFO:teuthology.orchestra.run.smithi078.stdout:(4/13): ceph-mgr-rook-18.0.0-7194.gc5dca1b3.el8 258 kB/s | 50 kB 00:00 2023-11-08T23:45:07.767 INFO:teuthology.orchestra.run.smithi078.stdout:(5/13): python3-pyasn1-modules-0.3.7-6.el8.noar 1.1 MB/s | 110 kB 00:00 2023-11-08T23:45:07.906 INFO:teuthology.orchestra.run.smithi078.stdout:(6/13): python3-requests-oauthlib-1.0.0-1.el8.n 244 kB/s | 43 kB 00:00 2023-11-08T23:45:07.931 INFO:teuthology.orchestra.run.smithi078.stdout:(7/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 686 kB/s | 155 kB 00:00 2023-11-08T23:45:08.090 INFO:teuthology.orchestra.run.smithi078.stdout:(8/13): python3-certifi-2018.10.15-7.el8.noarch 89 kB/s | 16 kB 00:00 2023-11-08T23:45:08.131 INFO:teuthology.orchestra.run.smithi078.stdout:(9/13): python3-cachetools-3.1.1-4.el8.noarch.r 88 kB/s | 33 kB 00:00 2023-11-08T23:45:08.240 INFO:teuthology.orchestra.run.smithi078.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 263 kB/s | 81 kB 00:00 2023-11-08T23:45:08.299 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-11-08T23:45:08.300 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:08.300 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-11-08T23:45:08.300 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:45:08.300 INFO:teuthology.orchestra.run.smithi155.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-11-08T23:45:08.301 INFO:teuthology.orchestra.run.smithi155.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-11-08T23:45:08.301 INFO:teuthology.orchestra.run.smithi155.stdout: openblas-0.3.15-4.el8.x86_64 2023-11-08T23:45:08.301 INFO:teuthology.orchestra.run.smithi155.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-11-08T23:45:08.301 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-08T23:45:08.301 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-08T23:45:08.301 INFO:teuthology.orchestra.run.smithi155.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-11-08T23:45:08.302 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:08.302 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:45:08.407 INFO:teuthology.orchestra.run.smithi078.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 233 kB/s | 64 kB 00:00 2023-11-08T23:45:08.427 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-rook 2023-11-08T23:45:08.540 INFO:teuthology.orchestra.run.smithi078.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 204 kB/s | 61 kB 00:00 2023-11-08T23:45:08.607 INFO:teuthology.orchestra.run.smithi078.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 2.3 MB/s | 1.2 MB 00:00 2023-11-08T23:45:08.608 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:45:08.609 INFO:teuthology.orchestra.run.smithi078.stdout:Total 725 kB/s | 1.9 MB 00:02 2023-11-08T23:45:08.669 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-08T23:45:08.686 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-08T23:45:08.686 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-08T23:45:08.775 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-08T23:45:08.778 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-08T23:45:09.287 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:56 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:09.333 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-08T23:45:09.602 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-08T23:45:09.791 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-11-08T23:45:10.010 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-11-08T23:45:10.256 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-11-08T23:45:10.439 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-11-08T23:45:10.706 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-11-08T23:45:10.957 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:45:10.959 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:45:10.959 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2023-11-08T23:45:10.959 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:45:10.959 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-11-08T23:45:10.960 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-rook noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 50 k 2023-11-08T23:45:10.960 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2023-11-08T23:45:10.960 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-08T23:45:10.960 INFO:teuthology.orchestra.run.smithi155.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-08T23:45:10.960 INFO:teuthology.orchestra.run.smithi155.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-08T23:45:10.961 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-11-08T23:45:10.961 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-11-08T23:45:10.961 INFO:teuthology.orchestra.run.smithi155.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-08T23:45:10.961 INFO:teuthology.orchestra.run.smithi155.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-11-08T23:45:10.961 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-11-08T23:45:10.962 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-11-08T23:45:10.962 INFO:teuthology.orchestra.run.smithi155.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-11-08T23:45:10.962 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-08T23:45:10.962 INFO:teuthology.orchestra.run.smithi155.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-08T23:45:10.962 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:10.963 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-08T23:45:10.963 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:45:10.963 INFO:teuthology.orchestra.run.smithi155.stdout:Install 13 Packages 2023-11-08T23:45:10.963 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:10.964 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 1.9 M 2023-11-08T23:45:10.964 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 25 M 2023-11-08T23:45:10.965 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-11-08T23:45:10.997 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-11-08T23:45:11.229 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-11-08T23:45:11.956 INFO:teuthology.orchestra.run.smithi027.stdout:(1/6): ceph-grafana-dashboards-18.0.0-7194.gc5d 163 kB/s | 23 kB 00:00 2023-11-08T23:45:12.081 INFO:teuthology.orchestra.run.smithi027.stdout:(2/6): ceph-prometheus-alerts-18.0.0-7194.gc5dc 56 kB/s | 15 kB 00:00 2023-11-08T23:45:12.148 INFO:teuthology.orchestra.run.smithi027.stdout:(3/6): python3-jwt-1.6.1-2.el8.noarch.rpm 222 kB/s | 43 kB 00:00 2023-11-08T23:45:12.232 INFO:teuthology.orchestra.run.smithi027.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 223 kB/s | 34 kB 00:00 2023-11-08T23:45:12.263 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-11-08T23:45:12.349 INFO:teuthology.orchestra.run.smithi027.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 981 kB/s | 196 kB 00:00 2023-11-08T23:45:12.356 INFO:teuthology.orchestra.run.smithi155.stdout:(1/13): python3-jsonpointer-1.10-11.el8.noarch. 257 kB/s | 20 kB 00:00 2023-11-08T23:45:12.381 INFO:teuthology.orchestra.run.smithi155.stdout:(2/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 257 kB/s | 27 kB 00:00 2023-11-08T23:45:12.423 INFO:teuthology.orchestra.run.smithi155.stdout:(3/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.9 MB/s | 126 kB 00:00 2023-11-08T23:45:12.478 INFO:teuthology.orchestra.run.smithi155.stdout:(4/13): python3-pyasn1-modules-0.3.7-6.el8.noar 1.1 MB/s | 110 kB 00:00 2023-11-08T23:45:12.507 INFO:teuthology.orchestra.run.smithi155.stdout:(5/13): ceph-mgr-rook-18.0.0-7194.gc5dca1b3.el8 218 kB/s | 50 kB 00:00 2023-11-08T23:45:12.539 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-11-08T23:45:12.616 INFO:teuthology.orchestra.run.smithi155.stdout:(6/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 805 kB/s | 155 kB 00:00 2023-11-08T23:45:12.641 INFO:teuthology.orchestra.run.smithi155.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 262 kB/s | 43 kB 00:00 2023-11-08T23:45:12.666 INFO:teuthology.orchestra.run.smithi155.stdout:(8/13): python3-cachetools-3.1.1-4.el8.noarch.r 208 kB/s | 33 kB 00:00 2023-11-08T23:45:12.725 INFO:teuthology.orchestra.run.smithi027.stdout:(6/6): ceph-mgr-dashboard-18.0.0-7194.gc5dca1b3 1.9 MB/s | 1.8 MB 00:00 2023-11-08T23:45:12.727 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:45:12.728 INFO:teuthology.orchestra.run.smithi027.stdout:Total 373 kB/s | 2.1 MB 00:05 2023-11-08T23:45:12.733 INFO:teuthology.orchestra.run.smithi155.stdout:(9/13): python3-certifi-2018.10.15-7.el8.noarch 139 kB/s | 16 kB 00:00 2023-11-08T23:45:12.740 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-11-08T23:45:12.751 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-11-08T23:45:12.751 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-11-08T23:45:12.788 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-11-08T23:45:12.800 INFO:teuthology.orchestra.run.smithi155.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 526 kB/s | 81 kB 00:00 2023-11-08T23:45:12.826 INFO:teuthology.orchestra.run.smithi155.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 700 kB/s | 64 kB 00:00 2023-11-08T23:45:12.836 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-11-08T23:45:12.839 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-11-08T23:45:12.851 INFO:teuthology.orchestra.run.smithi155.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 1.2 MB/s | 61 kB 00:00 2023-11-08T23:45:12.884 INFO:teuthology.orchestra.run.smithi155.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 5.4 MB/s | 1.2 MB 00:00 2023-11-08T23:45:12.888 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:45:12.888 INFO:teuthology.orchestra.run.smithi155.stdout:Total 1.0 MB/s | 1.9 MB 00:01 2023-11-08T23:45:12.946 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-11-08T23:45:12.961 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-11-08T23:45:12.961 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-11-08T23:45:13.001 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-11-08T23:45:13.049 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-11-08T23:45:13.052 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-11-08T23:45:13.104 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-11-08T23:45:13.198 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-rook-2:18.0.0-7194.gc5dca1b3.el8.noarch 13/13 2023-11-08T23:45:13.306 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-11-08T23:45:13.470 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7194.gc5dca1b3.el8.noarch 13/13 2023-11-08T23:45:13.471 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/13 2023-11-08T23:45:13.471 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-11-08T23:45:13.471 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-11-08T23:45:13.471 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-11-08T23:45:13.471 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-11-08T23:45:13.472 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-11-08T23:45:13.472 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-11-08T23:45:13.472 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-11-08T23:45:13.472 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-08T23:45:13.472 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-11-08T23:45:13.473 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-11-08T23:45:13.473 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-11-08T23:45:13.542 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-11-08T23:45:13.706 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-11-08T23:45:13.768 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-11-08T23:45:13.889 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7194.gc5dca1b3.el8.n 4/6 2023-11-08T23:45:13.923 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-08T23:45:14.145 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-11-08T23:45:14.201 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-11-08T23:45:14.201 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:14.201 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-08T23:45:14.201 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-rook-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:45:14.202 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-08T23:45:14.202 INFO:teuthology.orchestra.run.smithi078.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-08T23:45:14.202 INFO:teuthology.orchestra.run.smithi078.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-08T23:45:14.202 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-08T23:45:14.202 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-08T23:45:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-08T23:45:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-08T23:45:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-08T23:45:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-08T23:45:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-08T23:45:14.204 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-08T23:45:14.204 INFO:teuthology.orchestra.run.smithi078.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-08T23:45:14.204 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:14.204 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:45:14.256 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7194.gc5dca1b3.el8. 5/6 2023-11-08T23:45:14.315 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr-cephadm 2023-11-08T23:45:14.394 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-11-08T23:45:14.466 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7194.gc5dca1b3.el8.noarc 6/6 2023-11-08T23:45:14.630 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-11-08T23:45:14.762 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7194.gc5dca1b3.el8.noarc 6/6 2023-11-08T23:45:14.762 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7194.gc5dca1b3.el8. 1/6 2023-11-08T23:45:14.763 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7194.gc5dca1b3.el8.noarc 2/6 2023-11-08T23:45:14.763 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7194.gc5dca1b3.el8.n 3/6 2023-11-08T23:45:14.763 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-11-08T23:45:14.763 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-11-08T23:45:14.822 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-11-08T23:45:15.074 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-11-08T23:45:15.176 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:02:02 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:15.394 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-11-08T23:45:15.664 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-11-08T23:45:16.236 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-11-08T23:45:16.237 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:16.237 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-11-08T23:45:16.237 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-grafana-dashboards-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:45:16.237 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-dashboard-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:45:16.237 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-prometheus-alerts-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:45:16.238 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-08T23:45:16.238 INFO:teuthology.orchestra.run.smithi027.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-08T23:45:16.238 INFO:teuthology.orchestra.run.smithi027.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-08T23:45:16.238 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:16.238 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:45:16.363 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-08T23:45:16.826 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:45:16.826 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:45:16.827 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-08T23:45:16.827 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:45:16.827 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-08T23:45:16.827 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 132 k 2023-11-08T23:45:16.827 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-08T23:45:16.828 INFO:teuthology.orchestra.run.smithi078.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-08T23:45:16.828 INFO:teuthology.orchestra.run.smithi078.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-11-08T23:45:16.828 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-11-08T23:45:16.828 INFO:teuthology.orchestra.run.smithi078.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-08T23:45:16.828 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:16.829 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-08T23:45:16.829 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:45:16.829 INFO:teuthology.orchestra.run.smithi078.stdout:Install 5 Packages 2023-11-08T23:45:16.829 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:16.829 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 6.0 M 2023-11-08T23:45:16.830 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 26 M 2023-11-08T23:45:16.830 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-08T23:45:16.834 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-11-08T23:45:17.138 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-11-08T23:45:17.181 INFO:teuthology.orchestra.run.smithi078.stdout:(1/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 3.7 MB/s | 538 kB 00:00 2023-11-08T23:45:17.256 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:45 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:45:17.332 INFO:teuthology.orchestra.run.smithi078.stdout:(2/5): python3-babel-2.5.1-7.el8.noarch.rpm 16 MB/s | 4.8 MB 00:00 2023-11-08T23:45:17.347 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-11-08T23:45:17.365 INFO:teuthology.orchestra.run.smithi078.stdout:(3/5): ceph-mgr-cephadm-18.0.0-7194.gc5dca1b3.e 405 kB/s | 132 kB 00:00 2023-11-08T23:45:17.424 INFO:teuthology.orchestra.run.smithi078.stdout:(4/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.9 MB/s | 476 kB 00:00 2023-11-08T23:45:17.458 INFO:teuthology.orchestra.run.smithi078.stdout:(5/5): python3-natsort-7.1.1-2.el8.noarch.rpm 481 kB/s | 60 kB 00:00 2023-11-08T23:45:17.458 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:45:17.459 INFO:teuthology.orchestra.run.smithi078.stdout:Total 9.4 MB/s | 6.0 MB 00:00 2023-11-08T23:45:17.510 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-08T23:45:17.521 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-08T23:45:17.522 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-08T23:45:17.569 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-11-08T23:45:17.623 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-08T23:45:17.627 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-08T23:45:17.781 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-rook-2:18.0.0-7194.gc5dca1b3.el8.noarch 13/13 2023-11-08T23:45:17.942 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-08T23:45:18.081 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7194.gc5dca1b3.el8.noarch 13/13 2023-11-08T23:45:18.081 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/13 2023-11-08T23:45:18.082 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-11-08T23:45:18.082 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-11-08T23:45:18.082 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-11-08T23:45:18.082 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-11-08T23:45:18.082 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-11-08T23:45:18.083 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-11-08T23:45:18.083 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-11-08T23:45:18.083 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-08T23:45:18.083 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-11-08T23:45:18.083 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-11-08T23:45:18.084 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-11-08T23:45:18.268 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-11-08T23:45:18.816 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-11-08T23:45:18.817 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:18.817 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-11-08T23:45:18.817 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-rook-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:45:18.817 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-08T23:45:18.818 INFO:teuthology.orchestra.run.smithi155.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-08T23:45:18.818 INFO:teuthology.orchestra.run.smithi155.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-08T23:45:18.818 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-08T23:45:18.818 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-08T23:45:18.819 INFO:teuthology.orchestra.run.smithi155.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-08T23:45:18.819 INFO:teuthology.orchestra.run.smithi155.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-08T23:45:18.819 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-08T23:45:18.819 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-08T23:45:18.819 INFO:teuthology.orchestra.run.smithi155.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-08T23:45:18.820 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-08T23:45:18.820 INFO:teuthology.orchestra.run.smithi155.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-08T23:45:18.820 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:18.820 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:45:18.933 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-cephadm 2023-11-08T23:45:19.047 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:45:19.049 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================================ 2023-11-08T23:45:19.049 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-11-08T23:45:19.049 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================================ 2023-11-08T23:45:19.050 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-11-08T23:45:19.050 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 7.4 M 2023-11-08T23:45:19.050 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-11-08T23:45:19.050 INFO:teuthology.orchestra.run.smithi027.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-11-08T23:45:19.051 INFO:teuthology.orchestra.run.smithi027.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-11-08T23:45:19.051 INFO:teuthology.orchestra.run.smithi027.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-11-08T23:45:19.051 INFO:teuthology.orchestra.run.smithi027.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-11-08T23:45:19.051 INFO:teuthology.orchestra.run.smithi027.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-11-08T23:45:19.051 INFO:teuthology.orchestra.run.smithi027.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-11-08T23:45:19.052 INFO:teuthology.orchestra.run.smithi027.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-11-08T23:45:19.052 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:19.052 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-11-08T23:45:19.053 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================================ 2023-11-08T23:45:19.053 INFO:teuthology.orchestra.run.smithi027.stdout:Install 8 Packages 2023-11-08T23:45:19.053 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:19.054 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 35 M 2023-11-08T23:45:19.055 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 210 M 2023-11-08T23:45:19.055 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-11-08T23:45:19.249 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-08T23:45:19.573 INFO:teuthology.orchestra.run.smithi027.stdout:(1/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 13 MB/s | 4.9 MB 00:00 2023-11-08T23:45:19.585 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-11-08T23:45:19.740 INFO:teuthology.orchestra.run.smithi027.stdout:(2/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 22 MB/s | 3.7 MB 00:00 2023-11-08T23:45:19.793 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:06 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:19.798 INFO:teuthology.orchestra.run.smithi027.stdout:(3/8): openblas-0.3.15-4.el8.x86_64.rpm 8.0 MB/s | 4.7 MB 00:00 2023-11-08T23:45:19.824 INFO:teuthology.orchestra.run.smithi027.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 2.6 MB/s | 225 kB 00:00 2023-11-08T23:45:19.888 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-08T23:45:20.058 INFO:teuthology.orchestra.run.smithi027.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 2.7 MB/s | 645 kB 00:00 2023-11-08T23:45:20.090 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 5/5 2023-11-08T23:45:20.116 INFO:teuthology.orchestra.run.smithi027.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 2.9 MB/s | 172 kB 00:00 2023-11-08T23:45:20.382 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 5/5 2023-11-08T23:45:20.383 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/5 2023-11-08T23:45:20.383 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-11-08T23:45:20.384 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-11-08T23:45:20.384 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-08T23:45:20.385 INFO:teuthology.orchestra.run.smithi027.stdout:(7/8): python3-scipy-1.0.0-21.module_el8.5.0+77 23 MB/s | 14 MB 00:00 2023-11-08T23:45:20.791 INFO:teuthology.orchestra.run.smithi027.stdout:(8/8): ceph-mgr-diskprediction-local-18.0.0-719 4.7 MB/s | 7.4 MB 00:01 2023-11-08T23:45:20.792 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:45:20.793 INFO:teuthology.orchestra.run.smithi027.stdout:Total 20 MB/s | 35 MB 00:01 2023-11-08T23:45:21.031 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-11-08T23:45:21.039 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-11-08T23:45:21.039 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:21.039 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-08T23:45:21.040 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:45:21.040 INFO:teuthology.orchestra.run.smithi078.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-08T23:45:21.040 INFO:teuthology.orchestra.run.smithi078.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-08T23:45:21.040 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-08T23:45:21.040 INFO:teuthology.orchestra.run.smithi078.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-08T23:45:21.041 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:21.041 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:45:21.050 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-11-08T23:45:21.051 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-11-08T23:45:21.166 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-fuse 2023-11-08T23:45:21.442 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:45:21.442 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:45:21.443 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2023-11-08T23:45:21.443 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:45:21.443 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-11-08T23:45:21.443 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 132 k 2023-11-08T23:45:21.443 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2023-11-08T23:45:21.444 INFO:teuthology.orchestra.run.smithi155.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-08T23:45:21.444 INFO:teuthology.orchestra.run.smithi155.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-11-08T23:45:21.444 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-11-08T23:45:21.444 INFO:teuthology.orchestra.run.smithi155.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-08T23:45:21.444 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:21.445 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-08T23:45:21.445 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:45:21.445 INFO:teuthology.orchestra.run.smithi155.stdout:Install 5 Packages 2023-11-08T23:45:21.445 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:21.446 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 6.0 M 2023-11-08T23:45:21.446 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 26 M 2023-11-08T23:45:21.446 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-11-08T23:45:21.473 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-11-08T23:45:21.476 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-11-08T23:45:21.751 INFO:teuthology.orchestra.run.smithi155.stdout:(1/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 3.2 MB/s | 538 kB 00:00 2023-11-08T23:45:21.918 INFO:teuthology.orchestra.run.smithi155.stdout:(2/5): python3-babel-2.5.1-7.el8.noarch.rpm 14 MB/s | 4.8 MB 00:00 2023-11-08T23:45:21.935 INFO:teuthology.orchestra.run.smithi155.stdout:(3/5): ceph-mgr-cephadm-18.0.0-7194.gc5dca1b3.e 381 kB/s | 132 kB 00:00 2023-11-08T23:45:22.021 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:02:09 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:22.070 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-11-08T23:45:22.169 INFO:teuthology.orchestra.run.smithi155.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 241 kB/s | 60 kB 00:00 2023-11-08T23:45:22.206 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-08T23:45:22.227 INFO:teuthology.orchestra.run.smithi155.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.0 MB/s | 476 kB 00:00 2023-11-08T23:45:22.229 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:45:22.229 INFO:teuthology.orchestra.run.smithi155.stdout:Total 7.6 MB/s | 6.0 MB 00:00 2023-11-08T23:45:22.280 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-11-08T23:45:22.292 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-11-08T23:45:22.292 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-11-08T23:45:22.350 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-08T23:45:22.400 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-11-08T23:45:22.403 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-11-08T23:45:22.484 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-08T23:45:22.667 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-11-08T23:45:22.951 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-11-08T23:45:23.108 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-08T23:45:23.264 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-11-08T23:45:23.689 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:45:23.690 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:45:23.691 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-08T23:45:23.691 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:45:23.692 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-08T23:45:23.692 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-fuse x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 918 k 2023-11-08T23:45:23.692 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-08T23:45:23.693 INFO:teuthology.orchestra.run.smithi078.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-11-08T23:45:23.693 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:23.693 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-08T23:45:23.694 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:45:23.694 INFO:teuthology.orchestra.run.smithi078.stdout:Install 2 Packages 2023-11-08T23:45:23.695 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:23.695 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 1.0 M 2023-11-08T23:45:23.695 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 3.1 M 2023-11-08T23:45:23.696 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-08T23:45:23.913 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-11-08T23:45:23.961 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-08T23:45:24.024 INFO:teuthology.orchestra.run.smithi078.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 546 kB/s | 83 kB 00:00 2023-11-08T23:45:24.175 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-08T23:45:24.334 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-11-08T23:45:24.416 INFO:teuthology.orchestra.run.smithi078.stdout:(2/2): ceph-fuse-18.0.0-7194.gc5dca1b3.el8.x86_ 1.6 MB/s | 918 kB 00:00 2023-11-08T23:45:24.417 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:45:24.417 INFO:teuthology.orchestra.run.smithi078.stdout:Total 1.3 MB/s | 1.0 MB 00:00 2023-11-08T23:45:24.427 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-08T23:45:24.448 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-08T23:45:24.449 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-08T23:45:24.533 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-08T23:45:24.536 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-08T23:45:24.628 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-08T23:45:24.700 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-08T23:45:24.854 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 5/5 2023-11-08T23:45:24.891 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-08T23:45:25.026 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-11-08T23:45:25.221 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-08T23:45:25.239 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2/2 2023-11-08T23:45:25.262 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 5/5 2023-11-08T23:45:25.262 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/5 2023-11-08T23:45:25.262 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-11-08T23:45:25.263 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-11-08T23:45:25.263 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-08T23:45:25.450 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-08T23:45:25.622 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2/2 2023-11-08T23:45:25.623 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/2 2023-11-08T23:45:25.933 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-11-08T23:45:25.934 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:25.934 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-11-08T23:45:25.934 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:45:25.935 INFO:teuthology.orchestra.run.smithi155.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-08T23:45:25.935 INFO:teuthology.orchestra.run.smithi155.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-08T23:45:25.935 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-08T23:45:25.935 INFO:teuthology.orchestra.run.smithi155.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-08T23:45:25.935 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:25.936 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:45:26.109 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-fuse 2023-11-08T23:45:26.353 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-11-08T23:45:26.354 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:26.354 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-08T23:45:26.354 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-11-08T23:45:26.354 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:26.354 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:45:26.553 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-volume 2023-11-08T23:45:26.970 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:13 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:27.335 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-08T23:45:27.424 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:02:14 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:28.630 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:45:28.631 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:45:28.631 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2023-11-08T23:45:28.631 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:45:28.631 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-11-08T23:45:28.631 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-fuse x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 918 k 2023-11-08T23:45:28.632 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2023-11-08T23:45:28.632 INFO:teuthology.orchestra.run.smithi155.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-11-08T23:45:28.632 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:28.632 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-08T23:45:28.632 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:45:28.633 INFO:teuthology.orchestra.run.smithi155.stdout:Install 2 Packages 2023-11-08T23:45:28.633 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:28.634 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 1.0 M 2023-11-08T23:45:28.634 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 3.1 M 2023-11-08T23:45:28.634 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-11-08T23:45:28.758 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-11-08T23:45:28.938 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7194.gc5dca1b 8/8 2023-11-08T23:45:28.979 INFO:teuthology.orchestra.run.smithi155.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 593 kB/s | 83 kB 00:00 2023-11-08T23:45:29.080 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:45:29.081 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:45:29.081 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-08T23:45:29.081 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:45:29.082 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-08T23:45:29.082 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-volume noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 261 k 2023-11-08T23:45:29.082 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:29.082 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-08T23:45:29.082 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:45:29.083 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2023-11-08T23:45:29.083 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:29.083 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 261 k 2023-11-08T23:45:29.083 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 1.3 M 2023-11-08T23:45:29.084 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-08T23:45:29.179 INFO:teuthology.orchestra.run.smithi155.stdout:(2/2): ceph-fuse-18.0.0-7194.gc5dca1b3.el8.x86_ 2.6 MB/s | 918 kB 00:00 2023-11-08T23:45:29.180 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:45:29.180 INFO:teuthology.orchestra.run.smithi155.stdout:Total 1.8 MB/s | 1.0 MB 00:00 2023-11-08T23:45:29.190 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-11-08T23:45:29.212 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-11-08T23:45:29.213 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-11-08T23:45:29.256 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7194.gc5dca1b 8/8 2023-11-08T23:45:29.257 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7194.gc5dca1b 1/8 2023-11-08T23:45:29.257 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-11-08T23:45:29.257 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-11-08T23:45:29.257 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-11-08T23:45:29.257 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-11-08T23:45:29.258 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-11-08T23:45:29.258 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-11-08T23:45:29.288 INFO:teuthology.orchestra.run.smithi078.stdout:ceph-volume-18.0.0-7194.gc5dca1b3.el8.noarch.rp 1.2 MB/s | 261 kB 00:00 2023-11-08T23:45:29.289 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:45:29.290 INFO:teuthology.orchestra.run.smithi078.stdout:Total 1.2 MB/s | 261 kB 00:00 2023-11-08T23:45:29.290 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-08T23:45:29.298 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-11-08T23:45:29.299 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-08T23:45:29.299 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-08T23:45:29.302 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-11-08T23:45:29.336 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-08T23:45:29.339 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-08T23:45:29.499 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-11-08T23:45:29.515 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-08T23:45:29.799 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-volume-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:45:29.840 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-11-08T23:45:29.965 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-11-08T23:45:29.965 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:29.966 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-11-08T23:45:29.966 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:45:29.966 INFO:teuthology.orchestra.run.smithi027.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-11-08T23:45:29.966 INFO:teuthology.orchestra.run.smithi027.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-11-08T23:45:29.966 INFO:teuthology.orchestra.run.smithi027.stdout: openblas-0.3.15-4.el8.x86_64 2023-11-08T23:45:29.967 INFO:teuthology.orchestra.run.smithi027.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-11-08T23:45:29.967 INFO:teuthology.orchestra.run.smithi027.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-08T23:45:29.967 INFO:teuthology.orchestra.run.smithi027.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-08T23:45:29.967 INFO:teuthology.orchestra.run.smithi027.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-11-08T23:45:29.967 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:29.968 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:45:30.095 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-mgr-rook 2023-11-08T23:45:30.188 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-volume-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:45:30.522 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2/2 2023-11-08T23:45:30.845 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-volume-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:45:30.845 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:30.845 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-08T23:45:30.845 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-volume-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:45:30.846 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:30.846 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:45:30.989 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:58 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:45:31.000 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2/2 2023-11-08T23:45:31.000 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/2 2023-11-08T23:45:31.068 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install librados-devel 2023-11-08T23:45:31.667 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-11-08T23:45:31.668 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:31.668 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-11-08T23:45:31.668 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-11-08T23:45:31.668 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:31.669 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:45:31.855 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-volume 2023-11-08T23:45:31.930 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:02:18 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:32.728 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:19 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:32.780 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:45:32.782 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:45:32.782 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-11-08T23:45:32.782 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:45:32.782 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-11-08T23:45:32.783 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-rook noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 50 k 2023-11-08T23:45:32.783 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-11-08T23:45:32.783 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-08T23:45:32.783 INFO:teuthology.orchestra.run.smithi027.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-08T23:45:32.784 INFO:teuthology.orchestra.run.smithi027.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-08T23:45:32.784 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-11-08T23:45:32.784 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-11-08T23:45:32.784 INFO:teuthology.orchestra.run.smithi027.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-08T23:45:32.784 INFO:teuthology.orchestra.run.smithi027.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-11-08T23:45:32.785 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-11-08T23:45:32.785 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-11-08T23:45:32.785 INFO:teuthology.orchestra.run.smithi027.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-11-08T23:45:32.786 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-08T23:45:32.786 INFO:teuthology.orchestra.run.smithi027.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-08T23:45:32.786 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:32.787 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-11-08T23:45:32.787 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:45:32.787 INFO:teuthology.orchestra.run.smithi027.stdout:Install 13 Packages 2023-11-08T23:45:32.787 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:32.788 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 1.9 M 2023-11-08T23:45:32.788 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 25 M 2023-11-08T23:45:32.788 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-11-08T23:45:33.589 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:45:33.590 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:45:33.590 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repo Size 2023-11-08T23:45:33.590 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:45:33.591 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-08T23:45:33.591 INFO:teuthology.orchestra.run.smithi078.stdout: librados-devel x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 139 k 2023-11-08T23:45:33.591 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:33.591 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-08T23:45:33.592 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:45:33.592 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2023-11-08T23:45:33.592 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:33.592 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 139 k 2023-11-08T23:45:33.592 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 513 k 2023-11-08T23:45:33.593 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-08T23:45:33.905 INFO:teuthology.orchestra.run.smithi078.stdout:librados-devel-18.0.0-7194.gc5dca1b3.el8.x86_64 444 kB/s | 139 kB 00:00 2023-11-08T23:45:33.906 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:45:33.906 INFO:teuthology.orchestra.run.smithi078.stdout:Total 441 kB/s | 139 kB 00:00 2023-11-08T23:45:33.906 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-08T23:45:33.911 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-08T23:45:33.911 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-08T23:45:33.960 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-08T23:45:33.962 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-08T23:45:34.068 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-08T23:45:34.312 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librados-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:45:34.398 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:45:34.399 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:45:34.400 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2023-11-08T23:45:34.400 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:45:34.400 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-11-08T23:45:34.400 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-volume noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 261 k 2023-11-08T23:45:34.400 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:34.401 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-08T23:45:34.401 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:45:34.401 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2023-11-08T23:45:34.401 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:34.401 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 261 k 2023-11-08T23:45:34.402 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 1.3 M 2023-11-08T23:45:34.402 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-11-08T23:45:34.481 INFO:teuthology.orchestra.run.smithi027.stdout:(1/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 342 kB/s | 27 kB 00:00 2023-11-08T23:45:34.506 INFO:teuthology.orchestra.run.smithi027.stdout:(2/13): python3-jsonpointer-1.10-11.el8.noarch. 194 kB/s | 20 kB 00:00 2023-11-08T23:45:34.548 INFO:teuthology.orchestra.run.smithi027.stdout:(3/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.8 MB/s | 126 kB 00:00 2023-11-08T23:45:34.582 INFO:teuthology.orchestra.run.smithi027.stdout:(4/13): python3-pyasn1-modules-0.3.7-6.el8.noar 1.4 MB/s | 110 kB 00:00 2023-11-08T23:45:34.605 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librados-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:45:34.650 INFO:teuthology.orchestra.run.smithi155.stdout:ceph-volume-18.0.0-7194.gc5dca1b3.el8.noarch.rp 1.0 MB/s | 261 kB 00:00 2023-11-08T23:45:34.651 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:45:34.651 INFO:teuthology.orchestra.run.smithi155.stdout:Total 1.0 MB/s | 261 kB 00:00 2023-11-08T23:45:34.652 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-11-08T23:45:34.661 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-11-08T23:45:34.662 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-11-08T23:45:34.682 INFO:teuthology.orchestra.run.smithi027.stdout:(5/13): ceph-mgr-rook-18.0.0-7194.gc5dca1b3.el8 179 kB/s | 50 kB 00:00 2023-11-08T23:45:34.704 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-11-08T23:45:34.707 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-11-08T23:45:34.716 INFO:teuthology.orchestra.run.smithi027.stdout:(6/13): python3-requests-oauthlib-1.0.0-1.el8.n 319 kB/s | 43 kB 00:00 2023-11-08T23:45:34.741 INFO:teuthology.orchestra.run.smithi027.stdout:(7/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 806 kB/s | 155 kB 00:00 2023-11-08T23:45:34.889 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-11-08T23:45:35.075 INFO:teuthology.orchestra.run.smithi027.stdout:(8/13): python3-certifi-2018.10.15-7.el8.noarch 45 kB/s | 16 kB 00:00 2023-11-08T23:45:35.100 INFO:teuthology.orchestra.run.smithi027.stdout:(9/13): python3-cachetools-3.1.1-4.el8.noarch.r 79 kB/s | 33 kB 00:00 2023-11-08T23:45:35.212 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-volume-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:45:35.217 INFO:teuthology.orchestra.run.smithi027.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 171 kB/s | 81 kB 00:00 2023-11-08T23:45:35.250 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librados-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:45:35.250 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:35.251 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-08T23:45:35.251 INFO:teuthology.orchestra.run.smithi078.stdout: librados-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:45:35.251 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:35.251 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:45:35.300 INFO:teuthology.orchestra.run.smithi027.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 321 kB/s | 64 kB 00:00 2023-11-08T23:45:35.359 INFO:teuthology.orchestra.run.smithi027.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 432 kB/s | 61 kB 00:00 2023-11-08T23:45:35.489 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install libcephfs2 2023-11-08T23:45:35.626 INFO:teuthology.orchestra.run.smithi027.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 2.1 MB/s | 1.2 MB 00:00 2023-11-08T23:45:35.628 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:45:35.628 INFO:teuthology.orchestra.run.smithi027.stdout:Total 696 kB/s | 1.9 MB 00:02 2023-11-08T23:45:35.650 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-volume-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:45:35.689 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-11-08T23:45:35.706 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-11-08T23:45:35.706 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-11-08T23:45:35.801 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-11-08T23:45:35.804 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-11-08T23:45:36.355 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:02:23 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:36.389 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-11-08T23:45:36.634 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-08T23:45:36.839 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-11-08T23:45:36.932 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-volume-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:45:36.933 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:36.933 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-11-08T23:45:36.933 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-volume-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:45:36.933 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:36.933 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:45:37.057 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-11-08T23:45:37.269 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-11-08T23:45:37.477 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-11-08T23:45:37.702 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-11-08T23:45:37.788 INFO:teuthology.orchestra.run.smithi078.stdout:Package libcephfs2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:45:37.996 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:45:37.997 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-11-08T23:45:37.997 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:45:38.004 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-11-08T23:45:38.101 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install libcephfs-devel 2023-11-08T23:45:38.235 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-11-08T23:45:38.376 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install librados-devel 2023-11-08T23:45:38.957 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:02:25 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:39.257 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:26 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:39.303 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-11-08T23:45:39.560 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-11-08T23:45:39.756 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-11-08T23:45:39.958 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-11-08T23:45:40.123 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mgr-rook-2:18.0.0-7194.gc5dca1b3.el8.noarch 13/13 2023-11-08T23:45:40.433 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7194.gc5dca1b3.el8.noarch 13/13 2023-11-08T23:45:40.433 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/13 2023-11-08T23:45:40.433 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-11-08T23:45:40.434 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-11-08T23:45:40.434 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-11-08T23:45:40.434 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-11-08T23:45:40.434 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-11-08T23:45:40.435 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-11-08T23:45:40.435 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-11-08T23:45:40.435 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-08T23:45:40.435 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-11-08T23:45:40.435 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-11-08T23:45:40.436 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-11-08T23:45:40.619 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:45:40.620 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:45:40.620 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repo Size 2023-11-08T23:45:40.621 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:45:40.621 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-08T23:45:40.621 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs-devel x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 31 k 2023-11-08T23:45:40.621 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:40.621 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-08T23:45:40.622 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:45:40.622 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2023-11-08T23:45:40.622 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:40.622 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 31 k 2023-11-08T23:45:40.622 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 139 k 2023-11-08T23:45:40.623 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-08T23:45:40.783 INFO:teuthology.orchestra.run.smithi078.stdout:libcephfs-devel-18.0.0-7194.gc5dca1b3.el8.x86_6 192 kB/s | 31 kB 00:00 2023-11-08T23:45:40.784 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:45:40.784 INFO:teuthology.orchestra.run.smithi078.stdout:Total 190 kB/s | 31 kB 00:00 2023-11-08T23:45:40.784 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-08T23:45:40.787 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-08T23:45:40.787 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-08T23:45:40.809 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-08T23:45:40.813 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-08T23:45:40.878 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-08T23:45:40.918 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:45:40.918 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:45:40.919 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2023-11-08T23:45:40.919 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:45:40.919 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-11-08T23:45:40.919 INFO:teuthology.orchestra.run.smithi155.stdout: librados-devel x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 139 k 2023-11-08T23:45:40.919 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:40.920 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-08T23:45:40.920 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:45:40.920 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2023-11-08T23:45:40.920 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:40.921 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 139 k 2023-11-08T23:45:40.921 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 513 k 2023-11-08T23:45:40.921 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-11-08T23:45:41.095 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libcephfs-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:45:41.103 INFO:teuthology.orchestra.run.smithi155.stdout:librados-devel-18.0.0-7194.gc5dca1b3.el8.x86_64 760 kB/s | 139 kB 00:00 2023-11-08T23:45:41.103 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:45:41.104 INFO:teuthology.orchestra.run.smithi155.stdout:Total 755 kB/s | 139 kB 00:00 2023-11-08T23:45:41.104 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-11-08T23:45:41.109 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-11-08T23:45:41.110 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-11-08T23:45:41.159 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-11-08T23:45:41.162 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-11-08T23:45:41.193 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-11-08T23:45:41.193 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:41.193 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-11-08T23:45:41.194 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-rook-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:45:41.194 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-08T23:45:41.194 INFO:teuthology.orchestra.run.smithi027.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-08T23:45:41.194 INFO:teuthology.orchestra.run.smithi027.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-08T23:45:41.195 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-08T23:45:41.195 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-08T23:45:41.195 INFO:teuthology.orchestra.run.smithi027.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-08T23:45:41.195 INFO:teuthology.orchestra.run.smithi027.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-08T23:45:41.195 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-08T23:45:41.196 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-08T23:45:41.196 INFO:teuthology.orchestra.run.smithi027.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-08T23:45:41.196 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-08T23:45:41.196 INFO:teuthology.orchestra.run.smithi027.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-08T23:45:41.196 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:41.197 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:45:41.283 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-11-08T23:45:41.318 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-mgr-cephadm 2023-11-08T23:45:41.344 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:45:41.550 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librados-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:45:41.877 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librados-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:45:41.975 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libcephfs-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:45:41.976 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:41.976 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-08T23:45:41.976 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:45:41.976 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:45:41.977 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:45:42.092 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install librados2 2023-11-08T23:45:42.211 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:02:10 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:45:42.521 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librados-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:45:42.521 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:42.521 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-11-08T23:45:42.521 INFO:teuthology.orchestra.run.smithi155.stdout: librados-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:45:42.522 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:42.522 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:45:42.781 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install libcephfs2 2023-11-08T23:45:42.948 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:02:29 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:43.649 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:30 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:43.996 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:45:43.997 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:45:43.997 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-11-08T23:45:43.997 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:45:43.998 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-11-08T23:45:43.998 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 132 k 2023-11-08T23:45:43.998 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-11-08T23:45:43.998 INFO:teuthology.orchestra.run.smithi027.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-08T23:45:43.998 INFO:teuthology.orchestra.run.smithi027.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-11-08T23:45:43.999 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-11-08T23:45:43.999 INFO:teuthology.orchestra.run.smithi027.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-08T23:45:43.999 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:43.999 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-11-08T23:45:43.999 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:45:44.000 INFO:teuthology.orchestra.run.smithi027.stdout:Install 5 Packages 2023-11-08T23:45:44.000 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:44.001 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 6.0 M 2023-11-08T23:45:44.001 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 26 M 2023-11-08T23:45:44.001 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-11-08T23:45:44.392 INFO:teuthology.orchestra.run.smithi078.stdout:Package librados2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:45:44.408 INFO:teuthology.orchestra.run.smithi027.stdout:(1/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 3.0 MB/s | 538 kB 00:00 2023-11-08T23:45:44.450 INFO:teuthology.orchestra.run.smithi027.stdout:(2/5): ceph-mgr-cephadm-18.0.0-7194.gc5dca1b3.e 614 kB/s | 132 kB 00:00 2023-11-08T23:45:44.542 INFO:teuthology.orchestra.run.smithi027.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 16 MB/s | 4.8 MB 00:00 2023-11-08T23:45:44.599 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:45:44.600 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-11-08T23:45:44.600 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:45:44.711 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install librbd1 2023-11-08T23:45:45.091 INFO:teuthology.orchestra.run.smithi155.stdout:Package libcephfs2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:45:45.303 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:45:45.304 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2023-11-08T23:45:45.304 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:45:45.407 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install libcephfs-devel 2023-11-08T23:45:45.569 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:02:32 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:46.275 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:33 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:47.025 INFO:teuthology.orchestra.run.smithi078.stdout:Package librbd1-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:45:47.235 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:45:47.236 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-11-08T23:45:47.236 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:45:47.344 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install python3-rados 2023-11-08T23:45:47.767 INFO:teuthology.orchestra.run.smithi027.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 18 kB/s | 60 kB 00:03 2023-11-08T23:45:47.923 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:45:47.924 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:45:47.924 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2023-11-08T23:45:47.924 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:45:47.924 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-11-08T23:45:47.924 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs-devel x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 31 k 2023-11-08T23:45:47.925 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:47.925 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-08T23:45:47.925 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:45:47.925 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2023-11-08T23:45:47.925 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:47.926 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 31 k 2023-11-08T23:45:47.926 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 139 k 2023-11-08T23:45:47.926 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-11-08T23:45:48.132 INFO:teuthology.orchestra.run.smithi155.stdout:libcephfs-devel-18.0.0-7194.gc5dca1b3.el8.x86_6 150 kB/s | 31 kB 00:00 2023-11-08T23:45:48.133 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:45:48.133 INFO:teuthology.orchestra.run.smithi155.stdout:Total 149 kB/s | 31 kB 00:00 2023-11-08T23:45:48.133 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-11-08T23:45:48.136 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-11-08T23:45:48.136 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-11-08T23:45:48.161 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-11-08T23:45:48.164 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-11-08T23:45:48.197 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:02:35 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:48.225 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-11-08T23:45:48.433 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libcephfs-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:45:48.892 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:45:49.532 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libcephfs-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:45:49.532 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:49.532 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-11-08T23:45:49.532 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:45:49.533 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:45:49.533 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:45:49.631 INFO:teuthology.orchestra.run.smithi078.stdout:Package python3-rados-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:45:49.649 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install librados2 2023-11-08T23:45:49.840 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:45:49.841 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-11-08T23:45:49.841 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:45:49.954 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install python3-rgw 2023-11-08T23:45:50.509 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:37 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:50.811 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:02:37 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:51.972 INFO:teuthology.orchestra.run.smithi155.stdout:Package librados2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:45:52.186 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:45:52.187 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2023-11-08T23:45:52.187 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:45:52.208 INFO:teuthology.orchestra.run.smithi027.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 61 kB/s | 476 kB 00:07 2023-11-08T23:45:52.209 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:45:52.210 INFO:teuthology.orchestra.run.smithi027.stdout:Total 744 kB/s | 6.0 MB 00:08 2023-11-08T23:45:52.256 INFO:teuthology.orchestra.run.smithi078.stdout:Package python3-rgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:45:52.265 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-11-08T23:45:52.277 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-11-08T23:45:52.278 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-11-08T23:45:52.287 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install librbd1 2023-11-08T23:45:52.387 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-11-08T23:45:52.391 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-11-08T23:45:52.490 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:45:52.491 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-11-08T23:45:52.492 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:45:52.593 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install python3-cephfs 2023-11-08T23:45:52.779 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-11-08T23:45:53.107 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-11-08T23:45:53.149 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:40 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:53.454 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:02:40 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:54.124 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-08T23:45:54.490 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-11-08T23:45:54.608 INFO:teuthology.orchestra.run.smithi155.stdout:Package librbd1-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:45:54.752 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-08T23:45:54.828 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:45:54.829 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2023-11-08T23:45:54.829 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:45:54.902 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 5/5 2023-11-08T23:45:54.916 INFO:teuthology.orchestra.run.smithi078.stdout:Package python3-cephfs-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:45:54.967 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-rados 2023-11-08T23:45:55.128 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:45:55.129 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-11-08T23:45:55.129 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:45:55.187 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 5/5 2023-11-08T23:45:55.187 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/5 2023-11-08T23:45:55.188 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-11-08T23:45:55.188 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-11-08T23:45:55.188 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-08T23:45:55.245 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install python3-rbd 2023-11-08T23:45:55.829 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:42 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:55.877 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-11-08T23:45:55.878 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:55.878 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-11-08T23:45:55.878 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-cephadm-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:45:55.878 INFO:teuthology.orchestra.run.smithi027.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-08T23:45:55.879 INFO:teuthology.orchestra.run.smithi027.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-08T23:45:55.879 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-08T23:45:55.879 INFO:teuthology.orchestra.run.smithi027.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-08T23:45:55.879 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:55.879 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:45:56.007 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-fuse 2023-11-08T23:45:56.093 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:02:43 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:56.905 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:02:24 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:45:57.281 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-rados-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:45:57.495 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:45:57.496 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2023-11-08T23:45:57.496 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:45:57.554 INFO:teuthology.orchestra.run.smithi078.stdout:Package python3-rbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:45:57.594 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-rgw 2023-11-08T23:45:57.762 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:45:57.763 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-11-08T23:45:57.764 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:45:57.878 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install rbd-fuse 2023-11-08T23:45:58.455 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:45 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:58.686 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:45:58.687 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:45:58.687 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-11-08T23:45:58.687 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:45:58.688 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-11-08T23:45:58.688 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-fuse x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 918 k 2023-11-08T23:45:58.688 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-11-08T23:45:58.688 INFO:teuthology.orchestra.run.smithi027.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-11-08T23:45:58.688 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:58.689 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-11-08T23:45:58.689 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:45:58.689 INFO:teuthology.orchestra.run.smithi027.stdout:Install 2 Packages 2023-11-08T23:45:58.689 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:45:58.690 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 1.0 M 2023-11-08T23:45:58.690 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 3.1 M 2023-11-08T23:45:58.690 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-11-08T23:45:58.737 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:02:45 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:45:59.046 INFO:teuthology.orchestra.run.smithi027.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 298 kB/s | 83 kB 00:00 2023-11-08T23:45:59.329 INFO:teuthology.orchestra.run.smithi027.stdout:(2/2): ceph-fuse-18.0.0-7194.gc5dca1b3.el8.x86_ 1.6 MB/s | 918 kB 00:00 2023-11-08T23:45:59.330 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:45:59.330 INFO:teuthology.orchestra.run.smithi027.stdout:Total 1.5 MB/s | 1.0 MB 00:00 2023-11-08T23:45:59.341 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-11-08T23:45:59.364 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-11-08T23:45:59.365 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-11-08T23:45:59.458 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-11-08T23:45:59.461 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-11-08T23:45:59.629 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-11-08T23:45:59.901 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-11-08T23:45:59.920 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-rgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:46:00.093 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2/2 2023-11-08T23:46:00.130 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:46:00.131 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2023-11-08T23:46:00.132 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:46:00.241 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-cephfs 2023-11-08T23:46:00.408 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:46:00.409 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:46:00.410 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2023-11-08T23:46:00.410 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:46:00.410 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-08T23:46:00.411 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-fuse x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 94 k 2023-11-08T23:46:00.411 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:46:00.411 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-08T23:46:00.412 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:46:00.412 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2023-11-08T23:46:00.412 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:46:00.413 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 94 k 2023-11-08T23:46:00.413 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 280 k 2023-11-08T23:46:00.414 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-08T23:46:00.483 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2/2 2023-11-08T23:46:00.484 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/2 2023-11-08T23:46:00.707 INFO:teuthology.orchestra.run.smithi078.stdout:rbd-fuse-18.0.0-7194.gc5dca1b3.el8.x86_64.rpm 315 kB/s | 94 kB 00:00 2023-11-08T23:46:00.708 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:46:00.708 INFO:teuthology.orchestra.run.smithi078.stdout:Total 314 kB/s | 94 kB 00:00 2023-11-08T23:46:00.708 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-08T23:46:00.718 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-08T23:46:00.719 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-08T23:46:00.769 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-08T23:46:00.772 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-08T23:46:00.877 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-08T23:46:01.102 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:48 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:46:01.116 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : rbd-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:01.223 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-11-08T23:46:01.224 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:01.224 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-11-08T23:46:01.224 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-11-08T23:46:01.224 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:01.224 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:46:01.402 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:01.435 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-volume 2023-11-08T23:46:02.036 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : rbd-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:02.036 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:46:02.037 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-08T23:46:02.037 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:46:02.037 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:46:02.037 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:46:02.237 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install rbd-mirror 2023-11-08T23:46:02.337 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:02:30 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:46:02.535 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-cephfs-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:46:02.744 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:46:02.745 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2023-11-08T23:46:02.745 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:46:02.876 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-rbd 2023-11-08T23:46:03.094 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:02:50 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:46:03.741 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:50 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:46:04.127 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:46:04.128 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:46:04.128 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-11-08T23:46:04.128 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:46:04.129 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-11-08T23:46:04.129 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-volume noarch 2:18.0.0-7194.gc5dca1b3.el8 ceph-noarch 261 k 2023-11-08T23:46:04.129 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:04.129 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-11-08T23:46:04.129 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:46:04.130 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2023-11-08T23:46:04.130 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:04.130 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 261 k 2023-11-08T23:46:04.130 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 1.3 M 2023-11-08T23:46:04.130 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-11-08T23:46:04.333 INFO:teuthology.orchestra.run.smithi027.stdout:ceph-volume-18.0.0-7194.gc5dca1b3.el8.noarch.rp 1.3 MB/s | 261 kB 00:00 2023-11-08T23:46:04.334 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:46:04.334 INFO:teuthology.orchestra.run.smithi027.stdout:Total 1.2 MB/s | 261 kB 00:00 2023-11-08T23:46:04.334 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-11-08T23:46:04.345 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-11-08T23:46:04.346 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-11-08T23:46:04.380 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-11-08T23:46:04.383 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-11-08T23:46:04.570 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-11-08T23:46:04.753 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:46:04.754 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:46:04.754 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repo Size 2023-11-08T23:46:04.755 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:46:04.755 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-08T23:46:04.755 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-mirror x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 3.6 M 2023-11-08T23:46:04.755 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:46:04.755 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-08T23:46:04.756 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:46:04.756 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2023-11-08T23:46:04.756 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:46:04.756 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 3.6 M 2023-11-08T23:46:04.756 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 17 M 2023-11-08T23:46:04.757 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-08T23:46:04.853 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-volume-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:46:05.197 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-rbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:46:05.282 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-volume-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:46:05.409 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:46:05.410 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2023-11-08T23:46:05.410 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:46:05.507 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install rbd-fuse 2023-11-08T23:46:05.984 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-volume-2:18.0.0-7194.gc5dca1b3.el8.noarch 1/1 2023-11-08T23:46:05.985 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:05.985 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-11-08T23:46:05.985 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-volume-2:18.0.0-7194.gc5dca1b3.el8.noarch 2023-11-08T23:46:05.985 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:05.985 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:46:06.199 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install librados-devel 2023-11-08T23:46:06.243 INFO:teuthology.orchestra.run.smithi078.stdout:rbd-mirror-18.0.0-7194.gc5dca1b3.el8.x86_64.rpm 2.4 MB/s | 3.6 MB 00:01 2023-11-08T23:46:06.244 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:46:06.245 INFO:teuthology.orchestra.run.smithi078.stdout:Total 2.4 MB/s | 3.6 MB 00:01 2023-11-08T23:46:06.245 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-08T23:46:06.257 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-08T23:46:06.258 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-08T23:46:06.319 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-08T23:46:06.322 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-08T23:46:06.364 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:53 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:46:06.773 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-08T23:46:06.959 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : rbd-mirror-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:07.102 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:02:35 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:46:07.399 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:08.031 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:46:08.031 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:46:08.032 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2023-11-08T23:46:08.032 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:46:08.032 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-11-08T23:46:08.032 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-fuse x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 94 k 2023-11-08T23:46:08.032 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:46:08.033 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-08T23:46:08.033 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:46:08.033 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2023-11-08T23:46:08.033 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:46:08.034 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 94 k 2023-11-08T23:46:08.034 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 280 k 2023-11-08T23:46:08.034 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-11-08T23:46:08.041 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : rbd-mirror-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:08.041 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:46:08.041 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-08T23:46:08.041 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-mirror-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:46:08.042 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:46:08.042 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:46:08.284 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install rbd-nbd 2023-11-08T23:46:08.331 INFO:teuthology.orchestra.run.smithi155.stdout:rbd-fuse-18.0.0-7194.gc5dca1b3.el8.x86_64.rpm 314 kB/s | 94 kB 00:00 2023-11-08T23:46:08.331 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:46:08.332 INFO:teuthology.orchestra.run.smithi155.stdout:Total 313 kB/s | 94 kB 00:00 2023-11-08T23:46:08.332 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-11-08T23:46:08.342 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-11-08T23:46:08.343 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-11-08T23:46:08.391 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-11-08T23:46:08.394 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-11-08T23:46:08.507 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-11-08T23:46:08.713 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : rbd-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:08.881 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:46:08.882 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:46:08.882 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repo Size 2023-11-08T23:46:08.882 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:46:08.882 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-11-08T23:46:08.883 INFO:teuthology.orchestra.run.smithi027.stdout: librados-devel x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 139 k 2023-11-08T23:46:08.883 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:08.883 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-11-08T23:46:08.883 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:46:08.884 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2023-11-08T23:46:08.884 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:08.884 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 139 k 2023-11-08T23:46:08.884 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 513 k 2023-11-08T23:46:08.884 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-11-08T23:46:08.992 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:09.064 INFO:teuthology.orchestra.run.smithi027.stdout:librados-devel-18.0.0-7194.gc5dca1b3.el8.x86_64 767 kB/s | 139 kB 00:00 2023-11-08T23:46:09.065 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:46:09.065 INFO:teuthology.orchestra.run.smithi027.stdout:Total 762 kB/s | 139 kB 00:00 2023-11-08T23:46:09.065 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-11-08T23:46:09.071 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-11-08T23:46:09.071 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-11-08T23:46:09.124 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-11-08T23:46:09.127 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-11-08T23:46:09.151 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:02:56 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:46:09.237 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-11-08T23:46:09.466 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : librados-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:09.662 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : rbd-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:09.662 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:46:09.663 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-11-08T23:46:09.663 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:46:09.663 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:46:09.663 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:46:09.761 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: librados-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:09.866 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install rbd-mirror 2023-11-08T23:46:10.459 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librados-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:10.460 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:10.460 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-11-08T23:46:10.460 INFO:teuthology.orchestra.run.smithi027.stdout: librados-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:46:10.460 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:10.460 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:46:10.658 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install libcephfs2 2023-11-08T23:46:10.736 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:57 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:46:10.802 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-08T23:46:10.803 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:46:10.803 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2023-11-08T23:46:10.803 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:46:10.803 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-08T23:46:10.804 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-nbd x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 181 k 2023-11-08T23:46:10.804 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:46:10.804 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-08T23:46:10.804 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-08T23:46:10.804 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2023-11-08T23:46:10.805 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:46:10.805 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 181 k 2023-11-08T23:46:10.805 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 572 k 2023-11-08T23:46:10.805 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-08T23:46:11.030 INFO:teuthology.orchestra.run.smithi078.stdout:rbd-nbd-18.0.0-7194.gc5dca1b3.el8.x86_64.rpm 799 kB/s | 181 kB 00:00 2023-11-08T23:46:11.031 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:46:11.031 INFO:teuthology.orchestra.run.smithi078.stdout:Total 794 kB/s | 181 kB 00:00 2023-11-08T23:46:11.031 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-08T23:46:11.042 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-08T23:46:11.042 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-08T23:46:11.091 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-08T23:46:11.094 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-08T23:46:11.200 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-08T23:46:11.399 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : rbd-nbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:11.562 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:02:39 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:46:11.692 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:12.350 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : rbd-nbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:12.350 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:46:12.350 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-08T23:46:12.351 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-nbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:46:12.351 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-08T23:46:12.351 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-08T23:46:12.406 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:46:12.407 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:46:12.407 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2023-11-08T23:46:12.408 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:46:12.408 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-11-08T23:46:12.408 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-mirror x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 3.6 M 2023-11-08T23:46:12.408 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:46:12.408 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-08T23:46:12.409 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:46:12.409 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2023-11-08T23:46:12.409 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:46:12.409 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 3.6 M 2023-11-08T23:46:12.409 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 17 M 2023-11-08T23:46:12.410 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-11-08T23:46:12.568 DEBUG:teuthology.parallel:result is None 2023-11-08T23:46:12.810 INFO:teuthology.orchestra.run.smithi155.stdout:rbd-mirror-18.0.0-7194.gc5dca1b3.el8.x86_64.rpm 8.9 MB/s | 3.6 MB 00:00 2023-11-08T23:46:12.811 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:46:12.811 INFO:teuthology.orchestra.run.smithi155.stdout:Total 8.9 MB/s | 3.6 MB 00:00 2023-11-08T23:46:12.811 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-11-08T23:46:12.823 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-11-08T23:46:12.823 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-11-08T23:46:12.885 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-11-08T23:46:12.888 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-11-08T23:46:13.115 INFO:teuthology.orchestra.run.smithi027.stdout:Package libcephfs2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:46:13.343 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:46:13.345 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2023-11-08T23:46:13.345 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:46:13.368 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-11-08T23:46:13.451 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install libcephfs-devel 2023-11-08T23:46:13.630 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : rbd-mirror-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:14.027 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:14.350 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:02:42 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:46:14.697 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : rbd-mirror-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:14.697 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:46:14.697 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-11-08T23:46:14.697 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-mirror-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:46:14.697 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:46:14.698 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:46:14.897 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install rbd-nbd 2023-11-08T23:46:15.774 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:03:02 ago on Wed 08 Nov 2023 11:43:13 PM UTC. 2023-11-08T23:46:16.124 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:46:16.124 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:46:16.125 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repo Size 2023-11-08T23:46:16.125 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:46:16.125 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-11-08T23:46:16.125 INFO:teuthology.orchestra.run.smithi027.stdout: libcephfs-devel x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 31 k 2023-11-08T23:46:16.125 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:16.126 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-11-08T23:46:16.126 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:46:16.126 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2023-11-08T23:46:16.126 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:16.127 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 31 k 2023-11-08T23:46:16.127 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 139 k 2023-11-08T23:46:16.127 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-11-08T23:46:16.344 INFO:teuthology.orchestra.run.smithi027.stdout:libcephfs-devel-18.0.0-7194.gc5dca1b3.el8.x86_6 142 kB/s | 31 kB 00:00 2023-11-08T23:46:16.345 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:46:16.345 INFO:teuthology.orchestra.run.smithi027.stdout:Total 141 kB/s | 31 kB 00:00 2023-11-08T23:46:16.345 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-11-08T23:46:16.348 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-11-08T23:46:16.349 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-11-08T23:46:16.380 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-11-08T23:46:16.384 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-11-08T23:46:16.442 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-11-08T23:46:16.615 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libcephfs-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:16.896 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:17.433 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-08T23:46:17.434 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:46:17.435 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2023-11-08T23:46:17.435 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:46:17.435 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-11-08T23:46:17.435 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-nbd x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 181 k 2023-11-08T23:46:17.436 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:46:17.436 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-08T23:46:17.436 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-08T23:46:17.436 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2023-11-08T23:46:17.436 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:46:17.437 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 181 k 2023-11-08T23:46:17.437 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 572 k 2023-11-08T23:46:17.437 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-11-08T23:46:17.571 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libcephfs-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:17.571 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:17.572 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-11-08T23:46:17.572 INFO:teuthology.orchestra.run.smithi027.stdout: libcephfs-devel-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:46:17.572 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:17.572 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:46:17.688 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install librados2 2023-11-08T23:46:17.721 INFO:teuthology.orchestra.run.smithi155.stdout:rbd-nbd-18.0.0-7194.gc5dca1b3.el8.x86_64.rpm 632 kB/s | 181 kB 00:00 2023-11-08T23:46:17.722 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:46:17.723 INFO:teuthology.orchestra.run.smithi155.stdout:Total 629 kB/s | 181 kB 00:00 2023-11-08T23:46:17.723 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-11-08T23:46:17.734 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-11-08T23:46:17.734 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-11-08T23:46:17.783 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-11-08T23:46:17.786 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-11-08T23:46:17.934 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-11-08T23:46:18.122 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : rbd-nbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:18.440 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:18.583 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:02:46 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:46:19.220 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : rbd-nbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:19.221 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:46:19.221 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-11-08T23:46:19.221 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-nbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:46:19.221 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:46:19.222 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-08T23:46:19.427 DEBUG:teuthology.parallel:result is None 2023-11-08T23:46:20.138 INFO:teuthology.orchestra.run.smithi027.stdout:Package librados2-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:46:20.363 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:46:20.364 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2023-11-08T23:46:20.365 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:46:20.488 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install librbd1 2023-11-08T23:46:21.389 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:02:49 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:46:22.931 INFO:teuthology.orchestra.run.smithi027.stdout:Package librbd1-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:46:23.157 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:46:23.159 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2023-11-08T23:46:23.159 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:46:23.261 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install python3-rados 2023-11-08T23:46:24.159 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:02:52 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:46:25.708 INFO:teuthology.orchestra.run.smithi027.stdout:Package python3-rados-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:46:25.932 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:46:25.934 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2023-11-08T23:46:25.934 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:46:26.158 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install python3-rgw 2023-11-08T23:46:27.052 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:02:55 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:46:28.620 INFO:teuthology.orchestra.run.smithi027.stdout:Package python3-rgw-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:46:28.844 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:46:28.846 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2023-11-08T23:46:28.846 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:46:28.952 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install python3-cephfs 2023-11-08T23:46:29.855 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:02:57 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:46:31.400 INFO:teuthology.orchestra.run.smithi027.stdout:Package python3-cephfs-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:46:31.625 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:46:31.627 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2023-11-08T23:46:31.627 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:46:31.733 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install python3-rbd 2023-11-08T23:46:32.629 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:03:00 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:46:34.190 INFO:teuthology.orchestra.run.smithi027.stdout:Package python3-rbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 is already installed. 2023-11-08T23:46:34.415 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:46:34.416 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2023-11-08T23:46:34.417 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:46:34.525 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install rbd-fuse 2023-11-08T23:46:35.424 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:03:03 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:46:37.210 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:46:37.211 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:46:37.211 INFO:teuthology.orchestra.run.smithi027.stdout: Package Architecture Version Repository Size 2023-11-08T23:46:37.211 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:46:37.211 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-11-08T23:46:37.212 INFO:teuthology.orchestra.run.smithi027.stdout: rbd-fuse x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 94 k 2023-11-08T23:46:37.212 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:37.212 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-11-08T23:46:37.212 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:46:37.212 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2023-11-08T23:46:37.213 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:37.213 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 94 k 2023-11-08T23:46:37.213 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 280 k 2023-11-08T23:46:37.213 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-11-08T23:46:37.381 INFO:teuthology.orchestra.run.smithi027.stdout:rbd-fuse-18.0.0-7194.gc5dca1b3.el8.x86_64.rpm 554 kB/s | 94 kB 00:00 2023-11-08T23:46:37.382 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:46:37.383 INFO:teuthology.orchestra.run.smithi027.stdout:Total 550 kB/s | 94 kB 00:00 2023-11-08T23:46:37.383 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-11-08T23:46:37.394 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-11-08T23:46:37.394 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-11-08T23:46:37.447 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-11-08T23:46:37.450 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-11-08T23:46:37.560 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-11-08T23:46:37.729 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : rbd-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:38.031 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:38.731 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : rbd-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:38.732 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:38.732 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-11-08T23:46:38.733 INFO:teuthology.orchestra.run.smithi027.stdout: rbd-fuse-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:46:38.733 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:38.733 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:46:38.934 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install rbd-mirror 2023-11-08T23:46:39.834 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:03:07 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:46:41.609 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:46:41.610 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:46:41.611 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repo Size 2023-11-08T23:46:41.611 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:46:41.611 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-11-08T23:46:41.611 INFO:teuthology.orchestra.run.smithi027.stdout: rbd-mirror x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 3.6 M 2023-11-08T23:46:41.611 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:41.612 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-11-08T23:46:41.612 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:46:41.612 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2023-11-08T23:46:41.612 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:41.612 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 3.6 M 2023-11-08T23:46:41.613 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 17 M 2023-11-08T23:46:41.613 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-11-08T23:46:42.102 INFO:teuthology.orchestra.run.smithi027.stdout:rbd-mirror-18.0.0-7194.gc5dca1b3.el8.x86_64.rpm 7.3 MB/s | 3.6 MB 00:00 2023-11-08T23:46:42.102 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:46:42.102 INFO:teuthology.orchestra.run.smithi027.stdout:Total 7.3 MB/s | 3.6 MB 00:00 2023-11-08T23:46:42.103 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-11-08T23:46:42.115 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-11-08T23:46:42.115 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-11-08T23:46:42.182 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-11-08T23:46:42.185 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-11-08T23:46:42.662 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-11-08T23:46:42.854 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : rbd-mirror-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:43.277 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:44.095 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : rbd-mirror-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:44.095 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:44.095 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-11-08T23:46:44.095 INFO:teuthology.orchestra.run.smithi027.stdout: rbd-mirror-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:46:44.096 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:44.096 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:46:44.327 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install rbd-nbd 2023-11-08T23:46:45.243 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:03:13 ago on Wed 08 Nov 2023 11:43:32 PM UTC. 2023-11-08T23:46:47.011 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-11-08T23:46:47.012 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:46:47.012 INFO:teuthology.orchestra.run.smithi027.stdout: Package Architecture Version Repository Size 2023-11-08T23:46:47.012 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:46:47.012 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-11-08T23:46:47.013 INFO:teuthology.orchestra.run.smithi027.stdout: rbd-nbd x86_64 2:18.0.0-7194.gc5dca1b3.el8 ceph 181 k 2023-11-08T23:46:47.013 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:47.013 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-11-08T23:46:47.013 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-11-08T23:46:47.013 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2023-11-08T23:46:47.014 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:47.014 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 181 k 2023-11-08T23:46:47.014 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 572 k 2023-11-08T23:46:47.014 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-11-08T23:46:47.204 INFO:teuthology.orchestra.run.smithi027.stdout:rbd-nbd-18.0.0-7194.gc5dca1b3.el8.x86_64.rpm 947 kB/s | 181 kB 00:00 2023-11-08T23:46:47.204 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:46:47.205 INFO:teuthology.orchestra.run.smithi027.stdout:Total 940 kB/s | 181 kB 00:00 2023-11-08T23:46:47.205 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-11-08T23:46:47.217 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-11-08T23:46:47.217 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-11-08T23:46:47.272 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-11-08T23:46:47.275 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-11-08T23:46:47.394 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-11-08T23:46:47.578 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : rbd-nbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:47.872 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:48.580 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : rbd-nbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 1/1 2023-11-08T23:46:48.581 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:48.581 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-11-08T23:46:48.581 INFO:teuthology.orchestra.run.smithi027.stdout: rbd-nbd-2:18.0.0-7194.gc5dca1b3.el8.x86_64 2023-11-08T23:46:48.581 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:46:48.582 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-11-08T23:46:48.806 DEBUG:teuthology.parallel:result is None 2023-11-08T23:46:48.807 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db 2023-11-08T23:46:48.970 DEBUG:teuthology.orchestra.run.smithi027:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-08T23:46:48.994 INFO:teuthology.orchestra.run.smithi027.stdout:18.0.0-7194.gc5dca1b3.el8 2023-11-08T23:46:48.994 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7194.gc5dca1b3.el8 2023-11-08T23:46:48.995 INFO:teuthology.task.install:The correct ceph version 18.0.0-7194.gc5dca1b3 is installed. 2023-11-08T23:46:48.995 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db 2023-11-08T23:46:49.211 DEBUG:teuthology.orchestra.run.smithi078:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-08T23:46:49.239 INFO:teuthology.orchestra.run.smithi078.stdout:18.0.0-7194.gc5dca1b3.el8 2023-11-08T23:46:49.240 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7194.gc5dca1b3.el8 2023-11-08T23:46:49.240 INFO:teuthology.task.install:The correct ceph version 18.0.0-7194.gc5dca1b3 is installed. 2023-11-08T23:46:49.241 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db 2023-11-08T23:46:49.381 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-08T23:46:49.409 INFO:teuthology.orchestra.run.smithi155.stdout:18.0.0-7194.gc5dca1b3.el8 2023-11-08T23:46:49.410 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7194.gc5dca1b3.el8 2023-11-08T23:46:49.410 INFO:teuthology.task.install:The correct ceph version 18.0.0-7194.gc5dca1b3 is installed. 2023-11-08T23:46:49.411 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-11-08T23:46:49.411 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-11-08T23:46:49.412 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-08T23:46:49.440 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-08T23:46:49.441 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-08T23:46:49.474 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-08T23:46:49.475 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-08T23:46:49.508 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-11-08T23:46:49.508 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-11-08T23:46:49.508 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/usr/bin/daemon-helper 2023-11-08T23:46:49.536 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-08T23:46:49.604 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-08T23:46:49.604 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/usr/bin/daemon-helper 2023-11-08T23:46:49.637 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-08T23:46:49.711 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-08T23:46:49.711 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/usr/bin/daemon-helper 2023-11-08T23:46:49.744 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-08T23:46:49.815 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-11-08T23:46:49.816 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-11-08T23:46:49.816 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-08T23:46:49.844 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-08T23:46:49.912 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-08T23:46:49.912 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-08T23:46:49.945 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-08T23:46:50.018 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-08T23:46:50.019 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-08T23:46:50.051 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-08T23:46:50.121 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-11-08T23:46:50.182 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-11-08T23:46:50.182 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/usr/bin/stdin-killer 2023-11-08T23:46:50.210 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-08T23:46:50.278 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-08T23:46:50.279 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/usr/bin/stdin-killer 2023-11-08T23:46:50.311 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-08T23:46:50.384 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-08T23:46:50.384 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/usr/bin/stdin-killer 2023-11-08T23:46:50.415 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-08T23:46:50.485 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-08T23:46:50.565 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\\)'], 'sha1': 'c5dca1b39843ab5db10818164a43fe9d7a0543db'} 2023-11-08T23:46:50.566 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db 2023-11-08T23:46:50.566 INFO:tasks.cephadm:Cluster fsid is 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:46:50.567 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-08T23:46:50.567 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.27', 'mon.b': '172.21.15.78', 'mon.c': '172.21.15.155'} 2023-11-08T23:46:50.567 INFO:tasks.cephadm:First mon is mon.a on smithi027 2023-11-08T23:46:50.568 INFO:tasks.cephadm:First mgr is a 2023-11-08T23:46:50.568 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-08T23:46:50.568 DEBUG:teuthology.orchestra.run.smithi027:> sudo hostname $(hostname -s) 2023-11-08T23:46:50.598 DEBUG:teuthology.orchestra.run.smithi078:> sudo hostname $(hostname -s) 2023-11-08T23:46:50.632 DEBUG:teuthology.orchestra.run.smithi155:> sudo hostname $(hostname -s) 2023-11-08T23:46:50.662 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-11-08T23:46:50.663 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db 2023-11-08T23:46:50.881 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'c5dca1b39843ab5db10818164a43fe9d7a0543db', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/73977/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-7194-gc5dca1b3', 'node_name': '172.21.2.6+braggi06', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-7194.gc5dca1b3'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-cv-revert-52429-main/c5dca1b39843ab5db10818164a43fe9d7a0543db/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-11-08 19:42:20.184190', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-cv-revert-52429-main', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-cv-revert-52429-main/c5dca1b39843ab5db10818164a43fe9d7a0543db/centos/8/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2023-11-08T23:46:51.097 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-cv-revert-52429-main, sha1 c5dca1b39843ab5db10818164a43fe9d7a0543db from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db 2023-11-08T23:46:51.098 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-cv-revert-52429-main/c5dca1b39843ab5db10818164a43fe9d7a0543db/centos/8/x86_64/flavors/default/cephadm 2023-11-08T23:46:51.099 DEBUG:teuthology.orchestra.run.smithi027:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-cv-revert-52429-main/c5dca1b39843ab5db10818164a43fe9d7a0543db/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-08T23:46:51.705 INFO:teuthology.orchestra.run.smithi027.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2218333 Nov 8 23:46 /home/ubuntu/cephtest/cephadm 2023-11-08T23:46:51.705 DEBUG:teuthology.orchestra.run.smithi078:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-cv-revert-52429-main/c5dca1b39843ab5db10818164a43fe9d7a0543db/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-08T23:46:52.322 INFO:teuthology.orchestra.run.smithi078.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2218333 Nov 8 23:46 /home/ubuntu/cephtest/cephadm 2023-11-08T23:46:52.323 DEBUG:teuthology.orchestra.run.smithi155:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-cv-revert-52429-main/c5dca1b39843ab5db10818164a43fe9d7a0543db/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-08T23:46:53.120 INFO:teuthology.orchestra.run.smithi155.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2218333 Nov 8 23:46 /home/ubuntu/cephtest/cephadm 2023-11-08T23:46:53.120 DEBUG:teuthology.orchestra.run.smithi027:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-08T23:46:53.144 DEBUG:teuthology.orchestra.run.smithi078:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-08T23:46:53.167 DEBUG:teuthology.orchestra.run.smithi155:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-08T23:46:53.199 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db on all hosts... 2023-11-08T23:46:53.200 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db pull 2023-11-08T23:46:53.202 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db pull 2023-11-08T23:46:53.210 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db pull 2023-11-08T23:46:54.075 INFO:teuthology.orchestra.run.smithi078.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db... 2023-11-08T23:46:54.128 INFO:teuthology.orchestra.run.smithi155.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db... 2023-11-08T23:46:54.294 INFO:teuthology.orchestra.run.smithi027.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db... 2023-11-08T23:47:46.266 INFO:teuthology.orchestra.run.smithi078.stdout:{ 2023-11-08T23:47:46.266 INFO:teuthology.orchestra.run.smithi078.stdout: "ceph_version": "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)", 2023-11-08T23:47:46.267 INFO:teuthology.orchestra.run.smithi078.stdout: "image_id": "1cc06dd0f98d5efb9851e19170f2a14f91398137bda48fed002f257d22858c65", 2023-11-08T23:47:46.267 INFO:teuthology.orchestra.run.smithi078.stdout: "repo_digests": [ 2023-11-08T23:47:46.267 INFO:teuthology.orchestra.run.smithi078.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:486fc1073b02988a3b6858476c60d891c6a0722384cf11ac998ee5339a2e5478" 2023-11-08T23:47:46.267 INFO:teuthology.orchestra.run.smithi078.stdout: ] 2023-11-08T23:47:46.267 INFO:teuthology.orchestra.run.smithi078.stdout:} 2023-11-08T23:47:47.011 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2023-11-08T23:47:47.012 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph_version": "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)", 2023-11-08T23:47:47.012 INFO:teuthology.orchestra.run.smithi155.stdout: "image_id": "1cc06dd0f98d5efb9851e19170f2a14f91398137bda48fed002f257d22858c65", 2023-11-08T23:47:47.012 INFO:teuthology.orchestra.run.smithi155.stdout: "repo_digests": [ 2023-11-08T23:47:47.012 INFO:teuthology.orchestra.run.smithi155.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:486fc1073b02988a3b6858476c60d891c6a0722384cf11ac998ee5339a2e5478" 2023-11-08T23:47:47.013 INFO:teuthology.orchestra.run.smithi155.stdout: ] 2023-11-08T23:47:47.013 INFO:teuthology.orchestra.run.smithi155.stdout:} 2023-11-08T23:48:01.525 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-11-08T23:48:01.525 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph_version": "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)", 2023-11-08T23:48:01.525 INFO:teuthology.orchestra.run.smithi027.stdout: "image_id": "1cc06dd0f98d5efb9851e19170f2a14f91398137bda48fed002f257d22858c65", 2023-11-08T23:48:01.525 INFO:teuthology.orchestra.run.smithi027.stdout: "repo_digests": [ 2023-11-08T23:48:01.526 INFO:teuthology.orchestra.run.smithi027.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:486fc1073b02988a3b6858476c60d891c6a0722384cf11ac998ee5339a2e5478" 2023-11-08T23:48:01.526 INFO:teuthology.orchestra.run.smithi027.stdout: ] 2023-11-08T23:48:01.526 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-11-08T23:48:01.550 DEBUG:teuthology.orchestra.run.smithi027:> sudo mkdir -p /etc/ceph 2023-11-08T23:48:01.581 DEBUG:teuthology.orchestra.run.smithi078:> sudo mkdir -p /etc/ceph 2023-11-08T23:48:01.618 DEBUG:teuthology.orchestra.run.smithi155:> sudo mkdir -p /etc/ceph 2023-11-08T23:48:01.656 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 777 /etc/ceph 2023-11-08T23:48:01.685 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 777 /etc/ceph 2023-11-08T23:48:01.717 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 777 /etc/ceph 2023-11-08T23:48:01.749 INFO:tasks.cephadm:Writing seed config... 2023-11-08T23:48:01.750 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2023-11-08T23:48:01.751 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-08T23:48:01.751 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-08T23:48:01.751 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-11-08T23:48:01.751 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-08T23:48:01.752 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-08T23:48:01.752 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-08T23:48:01.752 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-08T23:48:01.752 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-08T23:48:01.753 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-11-08T23:48:01.754 DEBUG:teuthology.orchestra.run.smithi027:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-08T23:48:01.773 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 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 2023-11-08T23:48:01.773 DEBUG:teuthology.orchestra.run.smithi027:mon.a> sudo journalctl -f -n 0 -u ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mon.a.service 2023-11-08T23:48:01.815 DEBUG:teuthology.orchestra.run.smithi027:mgr.a> sudo journalctl -f -n 0 -u ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mgr.a.service 2023-11-08T23:48:01.842 INFO:journalctl@ceph.mon.a.smithi027.stdout:-- Logs begin at Wed 2023-11-08 23:33:45 UTC. -- 2023-11-08T23:48:01.843 INFO:tasks.cephadm:Bootstrapping... 2023-11-08T23:48:01.843 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db -v bootstrap --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.27 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-08T23:48:01.869 INFO:journalctl@ceph.mgr.a.smithi027.stdout:-- Logs begin at Wed 2023-11-08 23:33:45 UTC. -- 2023-11-08T23:48:02.049 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:48:02.049 INFO:teuthology.orchestra.run.smithi027.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db', '-v', 'bootstrap', '--fsid', '165dcd8c-7e91-11ee-8dbb-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.27', '--skip-admin-label'] 2023-11-08T23:48:02.082 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stdout 4.6.1 2023-11-08T23:48:02.083 INFO:teuthology.orchestra.run.smithi027.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-11-08T23:48:02.084 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying podman|docker is present... 2023-11-08T23:48:02.114 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stdout 4.6.1 2023-11-08T23:48:02.115 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying lvm2 is present... 2023-11-08T23:48:02.115 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying time synchronization is in place... 2023-11-08T23:48:02.122 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-11-08T23:48:02.122 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-11-08T23:48:02.128 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-11-08T23:48:02.128 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2023-11-08T23:48:02.134 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout enabled 2023-11-08T23:48:02.140 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout active 2023-11-08T23:48:02.140 INFO:teuthology.orchestra.run.smithi027.stdout:Unit chronyd.service is enabled and running 2023-11-08T23:48:02.140 INFO:teuthology.orchestra.run.smithi027.stdout:Repeating the final host check... 2023-11-08T23:48:02.169 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stdout 4.6.1 2023-11-08T23:48:02.169 INFO:teuthology.orchestra.run.smithi027.stdout:podman (/bin/podman) version 4.6.1 is present 2023-11-08T23:48:02.169 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl is present 2023-11-08T23:48:02.169 INFO:teuthology.orchestra.run.smithi027.stdout:lvcreate is present 2023-11-08T23:48:02.175 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-11-08T23:48:02.175 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-11-08T23:48:02.181 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-11-08T23:48:02.181 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2023-11-08T23:48:02.187 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout enabled 2023-11-08T23:48:02.193 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout active 2023-11-08T23:48:02.193 INFO:teuthology.orchestra.run.smithi027.stdout:Unit chronyd.service is enabled and running 2023-11-08T23:48:02.193 INFO:teuthology.orchestra.run.smithi027.stdout:Host looks OK 2023-11-08T23:48:02.194 INFO:teuthology.orchestra.run.smithi027.stdout:Cluster fsid: 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:48:02.194 INFO:teuthology.orchestra.run.smithi027.stdout:Acquiring lock 140527775417904 on /run/cephadm/165dcd8c-7e91-11ee-8dbb-212e2dc638e7.lock 2023-11-08T23:48:02.194 INFO:teuthology.orchestra.run.smithi027.stdout:Lock 140527775417904 acquired on /run/cephadm/165dcd8c-7e91-11ee-8dbb-212e2dc638e7.lock 2023-11-08T23:48:02.195 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying IP 172.21.15.27 port 3300 ... 2023-11-08T23:48:02.195 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying IP 172.21.15.27 port 6789 ... 2023-11-08T23:48:02.195 INFO:teuthology.orchestra.run.smithi027.stdout:Base mon IP(s) is [172.21.15.27:3300, 172.21.15.27:6789], mon addrv is [v2:172.21.15.27:3300,v1:172.21.15.27:6789] 2023-11-08T23:48:02.198 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.27 metric 100 2023-11-08T23:48:02.198 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.27 metric 100 2023-11-08T23:48:02.201 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-11-08T23:48:02.201 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-11-08T23:48:02.201 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2023-11-08T23:48:02.203 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-08T23:48:02.204 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-11-08T23:48:02.204 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-11-08T23:48:02.204 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2023-11-08T23:48:02.204 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fef8:395a/64 scope link 2023-11-08T23:48:02.204 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-11-08T23:48:02.205 INFO:teuthology.orchestra.run.smithi027.stdout:Mon IP `172.21.15.27` is in CIDR network `172.21.0.0/20` 2023-11-08T23:48:02.205 INFO:teuthology.orchestra.run.smithi027.stdout:Mon IP `172.21.15.27` is in CIDR network `172.21.0.0/20` 2023-11-08T23:48:02.205 INFO:teuthology.orchestra.run.smithi027.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-08T23:48:02.206 INFO:teuthology.orchestra.run.smithi027.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-08T23:48:02.206 INFO:teuthology.orchestra.run.smithi027.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db... 2023-11-08T23:48:05.430 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stdout 1cc06dd0f98d5efb9851e19170f2a14f91398137bda48fed002f257d22858c65 2023-11-08T23:48:05.431 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db... 2023-11-08T23:48:05.431 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stderr Getting image source signatures 2023-11-08T23:48:05.432 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stderr Copying blob sha256:b0b215509425fd5857f202c546a6a62f640e0c07d6560a609c630348b911f577 2023-11-08T23:48:05.432 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stderr Copying blob sha256:ef3cef4bbbe4c81d403ac704d59c5f6a5c2725c728c01ed1fc2c9d9798719df6 2023-11-08T23:48:05.432 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stderr Copying config sha256:1cc06dd0f98d5efb9851e19170f2a14f91398137bda48fed002f257d22858c65 2023-11-08T23:48:05.432 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stderr Writing manifest to image destination 2023-11-08T23:48:06.099 INFO:teuthology.orchestra.run.smithi027.stdout:ceph: stdout ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev) 2023-11-08T23:48:06.099 INFO:teuthology.orchestra.run.smithi027.stdout:Ceph version: ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev) 2023-11-08T23:48:06.099 INFO:teuthology.orchestra.run.smithi027.stdout:Extracting ceph user uid/gid from container image... 2023-11-08T23:48:06.671 INFO:teuthology.orchestra.run.smithi027.stdout:stat: stdout 167 167 2023-11-08T23:48:06.671 INFO:teuthology.orchestra.run.smithi027.stdout:Creating initial keys... 2023-11-08T23:48:07.198 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-authtool: stdout AQA2HkxleJSnNRAAZ8/J3nzxCOXTmpKKUQdiQw== 2023-11-08T23:48:07.793 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-authtool: stdout AQA3Hkxl7Pz4GhAAFg/4WZJYyqdA8AqUCyh8/A== 2023-11-08T23:48:08.381 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-authtool: stdout AQA4HkxlL7CeARAAevnmKxUrxVgUiaV8PudWBA== 2023-11-08T23:48:08.382 INFO:teuthology.orchestra.run.smithi027.stdout:Creating initial monmap... 2023-11-08T23:48:08.969 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-08T23:48:08.969 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-11-08T23:48:08.970 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:48:08.970 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-08T23:48:08.970 INFO:teuthology.orchestra.run.smithi027.stdout:monmaptool for a [v2:172.21.15.27:3300,v1:172.21.15.27:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-08T23:48:08.970 INFO:teuthology.orchestra.run.smithi027.stdout:setting min_mon_release = pacific 2023-11-08T23:48:08.970 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/monmaptool: set fsid to 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:48:08.971 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-08T23:48:08.971 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:48:08.971 INFO:teuthology.orchestra.run.smithi027.stdout:Creating mon... 2023-11-08T23:48:09.573 INFO:teuthology.orchestra.run.smithi027.stdout:create mon.a on 2023-11-08T23:48:09.709 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2023-11-08T23:48:09.806 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-08T23:48:09.936 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7.target → /etc/systemd/system/ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7.target. 2023-11-08T23:48:09.936 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7.target → /etc/systemd/system/ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7.target. 2023-11-08T23:48:10.129 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mon.a 2023-11-08T23:48:10.129 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Failed to reset failed state of unit ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mon.a.service: Unit ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mon.a.service not loaded. 2023-11-08T23:48:10.226 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7.target.wants/ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mon.a.service → /etc/systemd/system/ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@.service. 2023-11-08T23:48:10.493 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:10 smithi027 systemd[1]: Starting Ceph mon.a for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7... 2023-11-08T23:48:10.580 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-08T23:48:10.580 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout disabled 2023-11-08T23:48:10.588 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-08T23:48:10.589 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2023-11-08T23:48:10.589 INFO:teuthology.orchestra.run.smithi027.stdout:firewalld.service is not enabled 2023-11-08T23:48:10.589 INFO:teuthology.orchestra.run.smithi027.stdout:Not possible to enable service . firewalld.service is not available 2023-11-08T23:48:10.590 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for mon to start... 2023-11-08T23:48:10.590 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for mon... 2023-11-08T23:48:10.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:10 smithi027 bash[141072]: e839dc39740277d10bd0a8a38bf37686901809750151e2ae50c9b6447eefe7dd 2023-11-08T23:48:10.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:10 smithi027 systemd[1]: Started Ceph mon.a for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7. 2023-11-08T23:48:10.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:10 smithi027 ceph-mon[141109]: mkfs 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:48:10.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:10 smithi027 ceph-mon[141109]: mon.a is new leader, mons a in quorum (ranks 0) 2023-11-08T23:48:11.352 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout cluster: 2023-11-08T23:48:11.356 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout id: 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:48:11.356 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-11-08T23:48:11.357 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-11-08T23:48:11.357 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout services: 2023-11-08T23:48:11.357 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.462091s) 2023-11-08T23:48:11.358 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-11-08T23:48:11.358 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-11-08T23:48:11.359 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-11-08T23:48:11.359 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout data: 2023-11-08T23:48:11.359 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-11-08T23:48:11.360 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-11-08T23:48:11.360 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-11-08T23:48:11.360 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout pgs: 2023-11-08T23:48:11.361 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-11-08T23:48:11.361 INFO:teuthology.orchestra.run.smithi027.stdout:mon is available 2023-11-08T23:48:11.361 INFO:teuthology.orchestra.run.smithi027.stdout:Assimilating anything we can from ceph.conf... 2023-11-08T23:48:11.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:11 smithi027 ceph-mon[141109]: mon.a is new leader, mons a in quorum (ranks 0) 2023-11-08T23:48:11.800 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:11 smithi027 ceph-mon[141109]: monmap e1: 1 mons at {a=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-08T23:48:11.800 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:11 smithi027 ceph-mon[141109]: fsmap 2023-11-08T23:48:11.800 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:11 smithi027 ceph-mon[141109]: osdmap e1: 0 total, 0 up, 0 in 2023-11-08T23:48:11.801 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:11 smithi027 ceph-mon[141109]: mgrmap e1: no daemons active 2023-11-08T23:48:11.801 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:11 smithi027 ceph-mon[141109]: from='client.? 172.21.15.27:0/3559224870' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-08T23:48:12.126 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-11-08T23:48:12.126 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout [global] 2023-11-08T23:48:12.127 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout fsid = 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:48:12.127 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.27:3300,v1:172.21.15.27:6789] 2023-11-08T23:48:12.127 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-11-08T23:48:12.127 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-11-08T23:48:12.127 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-11-08T23:48:12.128 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-11-08T23:48:12.128 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-11-08T23:48:12.128 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout [mgr] 2023-11-08T23:48:12.128 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2023-11-08T23:48:12.128 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-11-08T23:48:12.128 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-11-08T23:48:12.129 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout [osd] 2023-11-08T23:48:12.129 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-11-08T23:48:12.129 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-11-08T23:48:12.129 INFO:teuthology.orchestra.run.smithi027.stdout:Generating new minimal ceph.conf... 2023-11-08T23:48:12.872 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:12 smithi027 ceph-mon[141109]: from='client.? 172.21.15.27:0/2524996732' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-08T23:48:12.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:12 smithi027 ceph-mon[141109]: from='client.? 172.21.15.27:0/2524996732' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-08T23:48:12.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:12 smithi027 ceph-mon[141109]: from='client.? 172.21.15.27:0/4270998400' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:48:12.884 INFO:teuthology.orchestra.run.smithi027.stdout:Restarting the monitor... 2023-11-08T23:48:13.372 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:12 smithi027 systemd[1]: Stopping Ceph mon.a for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7... 2023-11-08T23:48:13.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:13 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mon-a[141086]: 2023-11-08T23:48:13.062+0000 7f3230454700 -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 2023-11-08T23:48:13.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:13 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mon-a[141086]: 2023-11-08T23:48:13.062+0000 7f3230454700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-11-08T23:48:13.734 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:13 smithi027 bash[141432]: ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mon-a 2023-11-08T23:48:14.014 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:13 smithi027 systemd[1]: ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mon.a.service: Succeeded. 2023-11-08T23:48:14.014 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:13 smithi027 systemd[1]: Stopped Ceph mon.a for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7. 2023-11-08T23:48:14.015 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:13 smithi027 systemd[1]: Starting Ceph mon.a for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7... 2023-11-08T23:48:14.085 INFO:teuthology.orchestra.run.smithi027.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-08T23:48:14.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: set uid:gid to 167:167 (ceph:ceph) 2023-11-08T23:48:14.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev), process ceph-mon, pid 7 2023-11-08T23:48:14.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: pidfile_write: ignore empty --pid-file 2023-11-08T23:48:14.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 bash[141552]: a841aedfe272400749ed1be5e878e88f50c6856d8af6f0c3d870dfe0de40a155 2023-11-08T23:48:14.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 systemd[1]: Started Ceph mon.a for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7. 2023-11-08T23:48:14.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: load: jerasure load: lrc 2023-11-08T23:48:14.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: RocksDB version: 7.9.2 2023-11-08T23:48:14.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Git sha 0 2023-11-08T23:48:14.375 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Compile date 2023-11-08 18:25:19 2023-11-08T23:48:14.375 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: DB SUMMARY 2023-11-08T23:48:14.375 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: DB Session ID: LOSKNL0TBE3HAL0VSM2N 2023-11-08T23:48:14.375 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: CURRENT file: CURRENT 2023-11-08T23:48:14.375 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: IDENTITY file: IDENTITY 2023-11-08T23:48:14.376 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-11-08T23:48:14.376 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-11-08T23:48:14.376 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 83456 ; 2023-11-08T23:48:14.376 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.error_if_exists: 0 2023-11-08T23:48:14.376 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.create_if_missing: 0 2023-11-08T23:48:14.377 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.paranoid_checks: 1 2023-11-08T23:48:14.377 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.flush_verify_memtable_count: 1 2023-11-08T23:48:14.377 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-08T23:48:14.377 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-11-08T23:48:14.377 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.env: 0x55f83fafb9e0 2023-11-08T23:48:14.378 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.fs: PosixFileSystem 2023-11-08T23:48:14.378 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.info_log: 0x55f84210f700 2023-11-08T23:48:14.378 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_file_opening_threads: 16 2023-11-08T23:48:14.378 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.statistics: (nil) 2023-11-08T23:48:14.378 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.use_fsync: 0 2023-11-08T23:48:14.379 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_log_file_size: 0 2023-11-08T23:48:14.379 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T23:48:14.379 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T23:48:14.379 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.keep_log_file_num: 1000 2023-11-08T23:48:14.379 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.recycle_log_file_num: 0 2023-11-08T23:48:14.380 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.allow_fallocate: 1 2023-11-08T23:48:14.380 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.allow_mmap_reads: 0 2023-11-08T23:48:14.380 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.allow_mmap_writes: 0 2023-11-08T23:48:14.380 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.use_direct_reads: 0 2023-11-08T23:48:14.380 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T23:48:14.381 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.create_missing_column_families: 0 2023-11-08T23:48:14.381 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.db_log_dir: 2023-11-08T23:48:14.381 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.wal_dir: 2023-11-08T23:48:14.381 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T23:48:14.381 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T23:48:14.382 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T23:48:14.382 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-08T23:48:14.382 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T23:48:14.382 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T23:48:14.382 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.advise_random_on_open: 1 2023-11-08T23:48:14.383 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.db_write_buffer_size: 0 2023-11-08T23:48:14.383 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.write_buffer_manager: 0x55f8420c5360 2023-11-08T23:48:14.383 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T23:48:14.383 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T23:48:14.383 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T23:48:14.384 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.rate_limiter: (nil) 2023-11-08T23:48:14.384 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T23:48:14.384 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.wal_recovery_mode: 2 2023-11-08T23:48:14.384 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.enable_thread_tracking: 0 2023-11-08T23:48:14.384 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.enable_pipelined_write: 0 2023-11-08T23:48:14.385 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.unordered_write: 0 2023-11-08T23:48:14.385 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T23:48:14.385 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T23:48:14.385 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T23:48:14.385 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T23:48:14.386 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.row_cache: None 2023-11-08T23:48:14.386 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.wal_filter: None 2023-11-08T23:48:14.386 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T23:48:14.386 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.allow_ingest_behind: 0 2023-11-08T23:48:14.387 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.two_write_queues: 0 2023-11-08T23:48:14.387 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.manual_wal_flush: 0 2023-11-08T23:48:14.387 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.wal_compression: 0 2023-11-08T23:48:14.388 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.atomic_flush: 0 2023-11-08T23:48:14.389 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T23:48:14.389 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T23:48:14.389 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T23:48:14.389 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.log_readahead_size: 0 2023-11-08T23:48:14.389 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-08T23:48:14.390 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.best_efforts_recovery: 0 2023-11-08T23:48:14.390 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-08T23:48:14.390 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-08T23:48:14.394 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.allow_data_in_errors: 0 2023-11-08T23:48:14.395 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.db_host_id: __hostname__ 2023-11-08T23:48:14.395 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.enforce_single_del_contracts: true 2023-11-08T23:48:14.395 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_background_jobs: 2 2023-11-08T23:48:14.395 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_background_compactions: -1 2023-11-08T23:48:14.396 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_subcompactions: 1 2023-11-08T23:48:14.396 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T23:48:14.396 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T23:48:14.396 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T23:48:14.396 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_total_wal_size: 0 2023-11-08T23:48:14.397 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T23:48:14.397 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T23:48:14.397 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T23:48:14.398 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T23:48:14.398 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_open_files: -1 2023-11-08T23:48:14.398 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.bytes_per_sync: 0 2023-11-08T23:48:14.398 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T23:48:14.399 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T23:48:14.399 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compaction_readahead_size: 0 2023-11-08T23:48:14.399 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_background_flushes: -1 2023-11-08T23:48:14.399 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Compression algorithms supported: 2023-11-08T23:48:14.399 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T23:48:14.399 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: kZSTD supported: 0 2023-11-08T23:48:14.400 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: kXpressCompression supported: 0 2023-11-08T23:48:14.400 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: kLZ4HCCompression supported: 1 2023-11-08T23:48:14.400 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: kZlibCompression supported: 1 2023-11-08T23:48:14.400 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: kSnappyCompression supported: 1 2023-11-08T23:48:14.401 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: kLZ4Compression supported: 1 2023-11-08T23:48:14.401 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: kBZip2Compression supported: 0 2023-11-08T23:48:14.401 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T23:48:14.401 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: DMutex implementation: pthread_mutex_t 2023-11-08T23:48:14.402 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2023-11-08T23:48:14.402 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-11-08T23:48:14.402 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T23:48:14.402 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.merge_operator: 2023-11-08T23:48:14.402 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compaction_filter: None 2023-11-08T23:48:14.403 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compaction_filter_factory: None 2023-11-08T23:48:14.403 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.sst_partitioner_factory: None 2023-11-08T23:48:14.403 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T23:48:14.403 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T23:48:14.403 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f84210f820) 2023-11-08T23:48:14.404 INFO:journalctl@ceph.mon.a.smithi027.stdout: cache_index_and_filter_blocks: 1 2023-11-08T23:48:14.404 INFO:journalctl@ceph.mon.a.smithi027.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T23:48:14.404 INFO:journalctl@ceph.mon.a.smithi027.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T23:48:14.404 INFO:journalctl@ceph.mon.a.smithi027.stdout: pin_top_level_index_and_filter: 1 2023-11-08T23:48:14.404 INFO:journalctl@ceph.mon.a.smithi027.stdout: index_type: 0 2023-11-08T23:48:14.405 INFO:journalctl@ceph.mon.a.smithi027.stdout: data_block_index_type: 0 2023-11-08T23:48:14.405 INFO:journalctl@ceph.mon.a.smithi027.stdout: index_shortening: 1 2023-11-08T23:48:14.405 INFO:journalctl@ceph.mon.a.smithi027.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-08T23:48:14.405 INFO:journalctl@ceph.mon.a.smithi027.stdout: checksum: 4 2023-11-08T23:48:14.405 INFO:journalctl@ceph.mon.a.smithi027.stdout: no_block_cache: 0 2023-11-08T23:48:14.406 INFO:journalctl@ceph.mon.a.smithi027.stdout: block_cache: 0x55f842165090 2023-11-08T23:48:14.406 INFO:journalctl@ceph.mon.a.smithi027.stdout: block_cache_name: BinnedLRUCache 2023-11-08T23:48:14.406 INFO:journalctl@ceph.mon.a.smithi027.stdout: block_cache_options: 2023-11-08T23:48:14.406 INFO:journalctl@ceph.mon.a.smithi027.stdout: capacity : 536870912 2023-11-08T23:48:14.406 INFO:journalctl@ceph.mon.a.smithi027.stdout: num_shard_bits : 4 2023-11-08T23:48:14.407 INFO:journalctl@ceph.mon.a.smithi027.stdout: strict_capacity_limit : 0 2023-11-08T23:48:14.407 INFO:journalctl@ceph.mon.a.smithi027.stdout: high_pri_pool_ratio: 0.000 2023-11-08T23:48:14.407 INFO:journalctl@ceph.mon.a.smithi027.stdout: block_cache_compressed: (nil) 2023-11-08T23:48:14.407 INFO:journalctl@ceph.mon.a.smithi027.stdout: persistent_cache: (nil) 2023-11-08T23:48:14.407 INFO:journalctl@ceph.mon.a.smithi027.stdout: block_size: 4096 2023-11-08T23:48:14.408 INFO:journalctl@ceph.mon.a.smithi027.stdout: block_size_deviation: 10 2023-11-08T23:48:14.408 INFO:journalctl@ceph.mon.a.smithi027.stdout: block_restart_interval: 16 2023-11-08T23:48:14.408 INFO:journalctl@ceph.mon.a.smithi027.stdout: index_block_restart_interval: 1 2023-11-08T23:48:14.408 INFO:journalctl@ceph.mon.a.smithi027.stdout: metadata_block_size: 4096 2023-11-08T23:48:14.408 INFO:journalctl@ceph.mon.a.smithi027.stdout: partition_filters: 0 2023-11-08T23:48:14.409 INFO:journalctl@ceph.mon.a.smithi027.stdout: use_delta_encoding: 1 2023-11-08T23:48:14.409 INFO:journalctl@ceph.mon.a.smithi027.stdout: filter_policy: bloomfilter 2023-11-08T23:48:14.409 INFO:journalctl@ceph.mon.a.smithi027.stdout: whole_key_filtering: 1 2023-11-08T23:48:14.409 INFO:journalctl@ceph.mon.a.smithi027.stdout: verify_compression: 0 2023-11-08T23:48:14.409 INFO:journalctl@ceph.mon.a.smithi027.stdout: read_amp_bytes_per_bit: 0 2023-11-08T23:48:14.409 INFO:journalctl@ceph.mon.a.smithi027.stdout: format_version: 5 2023-11-08T23:48:14.410 INFO:journalctl@ceph.mon.a.smithi027.stdout: enable_index_compression: 1 2023-11-08T23:48:14.410 INFO:journalctl@ceph.mon.a.smithi027.stdout: block_align: 0 2023-11-08T23:48:14.410 INFO:journalctl@ceph.mon.a.smithi027.stdout: max_auto_readahead_size: 262144 2023-11-08T23:48:14.410 INFO:journalctl@ceph.mon.a.smithi027.stdout: prepopulate_block_cache: 0 2023-11-08T23:48:14.411 INFO:journalctl@ceph.mon.a.smithi027.stdout: initial_auto_readahead_size: 8192 2023-11-08T23:48:14.411 INFO:journalctl@ceph.mon.a.smithi027.stdout: num_file_reads_for_auto_readahead: 2 2023-11-08T23:48:14.411 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.write_buffer_size: 33554432 2023-11-08T23:48:14.411 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_write_buffer_number: 2 2023-11-08T23:48:14.411 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compression: NoCompression 2023-11-08T23:48:14.412 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.bottommost_compression: Disabled 2023-11-08T23:48:14.412 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.prefix_extractor: nullptr 2023-11-08T23:48:14.412 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T23:48:14.412 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.num_levels: 7 2023-11-08T23:48:14.412 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T23:48:14.413 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T23:48:14.413 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T23:48:14.413 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T23:48:14.413 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T23:48:14.413 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T23:48:14.414 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T23:48:14.414 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T23:48:14.414 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-08T23:48:14.414 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T23:48:14.415 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-11-08T23:48:14.415 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-11-08T23:48:14.415 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T23:48:14.415 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compression_opts.level: 32767 2023-11-08T23:48:14.415 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compression_opts.strategy: 0 2023-11-08T23:48:14.416 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T23:48:14.416 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T23:48:14.416 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-11-08T23:48:14.416 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-08T23:48:14.417 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compression_opts.enabled: false 2023-11-08T23:48:14.417 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-11-08T23:48:14.417 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T23:48:14.417 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T23:48:14.418 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T23:48:14.418 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.target_file_size_base: 67108864 2023-11-08T23:48:14.419 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T23:48:14.419 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T23:48:14.419 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T23:48:14.419 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T23:48:14.420 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T23:48:14.420 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T23:48:14.420 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T23:48:14.420 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T23:48:14.421 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T23:48:14.421 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T23:48:14.421 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T23:48:14.422 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T23:48:14.422 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T23:48:14.422 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-11-08T23:48:14.423 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.arena_block_size: 1048576 2023-11-08T23:48:14.423 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T23:48:14.423 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T23:48:14.423 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.disable_auto_compactions: 0 2023-11-08T23:48:14.424 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T23:48:14.424 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T23:48:14.424 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T23:48:14.424 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T23:48:14.425 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T23:48:14.425 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T23:48:14.425 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T23:48:14.425 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T23:48:14.426 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T23:48:14.426 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T23:48:14.426 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.table_properties_collectors: 2023-11-08T23:48:14.427 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.inplace_update_support: 0 2023-11-08T23:48:14.427 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T23:48:14.427 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T23:48:14.427 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T23:48:14.427 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T23:48:14.428 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.bloom_locality: 0 2023-11-08T23:48:14.428 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.max_successive_merges: 0 2023-11-08T23:48:14.428 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T23:48:14.428 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.paranoid_file_checks: 0 2023-11-08T23:48:14.428 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.force_consistency_checks: 1 2023-11-08T23:48:14.429 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.report_bg_io_stats: 0 2023-11-08T23:48:14.429 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.ttl: 2592000 2023-11-08T23:48:14.429 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T23:48:14.429 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-11-08T23:48:14.430 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-11-08T23:48:14.430 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.enable_blob_files: false 2023-11-08T23:48:14.430 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.min_blob_size: 0 2023-11-08T23:48:14.430 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.blob_file_size: 268435456 2023-11-08T23:48:14.430 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-08T23:48:14.431 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-08T23:48:14.431 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-08T23:48:14.431 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-11-08T23:48:14.431 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-11-08T23:48:14.431 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.blob_file_starting_level: 0 2023-11-08T23:48:14.432 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-11-08T23:48:14.432 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2023-11-08T23:48:14.432 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-11-08T23:48:14.432 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c4fb66f8-b085-460d-872b-5a23cabe0e71 2023-11-08T23:48:14.432 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699487294084534, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-11-08T23:48:14.433 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-11-08T23:48:14.433 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699487294085416, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80350, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 244, "table_properties": {"data_size": 78537, "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": 9867, "raw_average_key_size": 47, "raw_value_size": 72871, "raw_average_value_size": 352, "num_data_blocks": 10, "num_entries": 207, "num_filter_entries": 207, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1699487294, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "c4fb66f8-b085-460d-872b-5a23cabe0e71", "db_session_id": "LOSKNL0TBE3HAL0VSM2N", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-11-08T23:48:14.433 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699487294085498, "job": 1, "event": "recovery_finished"} 2023-11-08T23:48:14.433 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-11-08T23:48:14.433 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-08T23:48:14.434 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f842200000 2023-11-08T23:48:14.434 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: DB pointer 0x55f8421ec000 2023-11-08T23:48:14.434 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-11-08T23:48:14.434 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-11-08T23:48:14.434 INFO:journalctl@ceph.mon.a.smithi027.stdout: ** DB Stats ** 2023-11-08T23:48:14.435 INFO:journalctl@ceph.mon.a.smithi027.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T23:48:14.435 INFO:journalctl@ceph.mon.a.smithi027.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-08T23:48:14.435 INFO:journalctl@ceph.mon.a.smithi027.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T23:48:14.435 INFO:journalctl@ceph.mon.a.smithi027.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T23:48:14.435 INFO:journalctl@ceph.mon.a.smithi027.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-08T23:48:14.435 INFO:journalctl@ceph.mon.a.smithi027.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T23:48:14.436 INFO:journalctl@ceph.mon.a.smithi027.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T23:48:14.436 INFO:journalctl@ceph.mon.a.smithi027.stdout: 2023-11-08T23:48:14.436 INFO:journalctl@ceph.mon.a.smithi027.stdout: ** Compaction Stats [default] ** 2023-11-08T23:48:14.436 INFO:journalctl@ceph.mon.a.smithi027.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-11-08T23:48:14.436 INFO:journalctl@ceph.mon.a.smithi027.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-11-08T23:48:14.437 INFO:journalctl@ceph.mon.a.smithi027.stdout: L0 2/0 80.30 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-08T23:48:14.437 INFO:journalctl@ceph.mon.a.smithi027.stdout: Sum 2/0 80.30 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-08T23:48:14.437 INFO:journalctl@ceph.mon.a.smithi027.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 140.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-08T23:48:14.437 INFO:journalctl@ceph.mon.a.smithi027.stdout: 2023-11-08T23:48:14.437 INFO:journalctl@ceph.mon.a.smithi027.stdout: ** Compaction Stats [default] ** 2023-11-08T23:48:14.438 INFO:journalctl@ceph.mon.a.smithi027.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-11-08T23:48:14.438 INFO:journalctl@ceph.mon.a.smithi027.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T23:48:14.438 INFO:journalctl@ceph.mon.a.smithi027.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 140.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-08T23:48:14.438 INFO:journalctl@ceph.mon.a.smithi027.stdout: 2023-11-08T23:48:14.439 INFO:journalctl@ceph.mon.a.smithi027.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-11-08T23:48:14.439 INFO:journalctl@ceph.mon.a.smithi027.stdout: 2023-11-08T23:48:14.439 INFO:journalctl@ceph.mon.a.smithi027.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T23:48:14.439 INFO:journalctl@ceph.mon.a.smithi027.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T23:48:14.439 INFO:journalctl@ceph.mon.a.smithi027.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T23:48:14.440 INFO:journalctl@ceph.mon.a.smithi027.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T23:48:14.440 INFO:journalctl@ceph.mon.a.smithi027.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T23:48:14.440 INFO:journalctl@ceph.mon.a.smithi027.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-08T23:48:14.440 INFO:journalctl@ceph.mon.a.smithi027.stdout: Cumulative compaction: 0.00 GB write, 22.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T23:48:14.440 INFO:journalctl@ceph.mon.a.smithi027.stdout: Interval compaction: 0.00 GB write, 22.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T23:48:14.441 INFO:journalctl@ceph.mon.a.smithi027.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-08T23:48:14.441 INFO:journalctl@ceph.mon.a.smithi027.stdout: Block cache BinnedLRUCache@0x55f842165090#7 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 2023-11-08T23:48:14.441 INFO:journalctl@ceph.mon.a.smithi027.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2023-11-08T23:48:14.441 INFO:journalctl@ceph.mon.a.smithi027.stdout: 2023-11-08T23:48:14.442 INFO:journalctl@ceph.mon.a.smithi027.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-08T23:48:14.442 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: starting mon.a rank 0 at public addrs [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] at bind addrs [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:48:14.442 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: mon.a@-1(???) e1 preinit fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:48:14.442 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: mon.a@-1(???).mds e1 new map 2023-11-08T23:48:14.443 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: mon.a@-1(???).mds e1 print_map 2023-11-08T23:48:14.443 INFO:journalctl@ceph.mon.a.smithi027.stdout: e1 2023-11-08T23:48:14.443 INFO:journalctl@ceph.mon.a.smithi027.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-08T23:48:14.443 INFO:journalctl@ceph.mon.a.smithi027.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-11-08T23:48:14.443 INFO:journalctl@ceph.mon.a.smithi027.stdout: legacy client fscid: -1 2023-11-08T23:48:14.444 INFO:journalctl@ceph.mon.a.smithi027.stdout: 2023-11-08T23:48:14.444 INFO:journalctl@ceph.mon.a.smithi027.stdout: No filesystems configured 2023-11-08T23:48:14.444 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-08T23:48:14.444 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T23:48:14.444 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T23:48:14.445 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T23:48:14.445 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-08T23:48:14.445 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: mon.a is new leader, mons a in quorum (ranks 0) 2023-11-08T23:48:14.445 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: monmap e1: 1 mons at {a=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-08T23:48:14.445 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: fsmap 2023-11-08T23:48:14.446 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: osdmap e1: 0 total, 0 up, 0 in 2023-11-08T23:48:14.446 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:14 smithi027 ceph-mon[141590]: mgrmap e1: no daemons active 2023-11-08T23:48:14.841 INFO:teuthology.orchestra.run.smithi027.stdout:Wrote config to /etc/ceph/ceph.conf 2023-11-08T23:48:14.863 INFO:teuthology.orchestra.run.smithi027.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-08T23:48:14.864 INFO:teuthology.orchestra.run.smithi027.stdout:Creating mgr... 2023-11-08T23:48:14.864 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying port 0.0.0.0:9283 ... 2023-11-08T23:48:14.865 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying port 0.0.0.0:8765 ... 2023-11-08T23:48:15.054 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mgr.a 2023-11-08T23:48:15.055 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Failed to reset failed state of unit ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mgr.a.service: Unit ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mgr.a.service not loaded. 2023-11-08T23:48:15.151 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7.target.wants/ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mgr.a.service → /etc/systemd/system/ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@.service. 2023-11-08T23:48:15.372 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:15 smithi027 systemd[1]: Starting Ceph mgr.a for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7... 2023-11-08T23:48:15.569 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-08T23:48:15.569 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout disabled 2023-11-08T23:48:15.577 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-08T23:48:15.577 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2023-11-08T23:48:15.578 INFO:teuthology.orchestra.run.smithi027.stdout:firewalld.service is not enabled 2023-11-08T23:48:15.578 INFO:teuthology.orchestra.run.smithi027.stdout:Not possible to enable service . firewalld.service is not available 2023-11-08T23:48:15.586 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-08T23:48:15.586 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout disabled 2023-11-08T23:48:15.594 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-08T23:48:15.595 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2023-11-08T23:48:15.595 INFO:teuthology.orchestra.run.smithi027.stdout:firewalld.service is not enabled 2023-11-08T23:48:15.595 INFO:teuthology.orchestra.run.smithi027.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2023-11-08T23:48:15.595 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for mgr to start... 2023-11-08T23:48:15.595 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for mgr... 2023-11-08T23:48:15.747 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:15 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/272949635' entity='client.admin' 2023-11-08T23:48:15.747 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:15 smithi027 bash[141824]: 13a2b8cc30ddd5fe095ecc02d118d6a08f6f4739fc1850be6dc709f249bd091c 2023-11-08T23:48:15.747 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:15 smithi027 systemd[1]: Started Ceph mgr.a for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7. 2023-11-08T23:48:15.748 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:15 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:15.692+0000 7f33212fb200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-08T23:48:16.232 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:15 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:15.880+0000 7f33212fb200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-08T23:48:16.232 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:16 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:16.230+0000 7f33212fb200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-08T23:48:16.528 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-11-08T23:48:16.531 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2023-11-08T23:48:16.531 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsid": "165dcd8c-7e91-11ee-8dbb-212e2dc638e7", 2023-11-08T23:48:16.531 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "health": { 2023-11-08T23:48:16.531 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-08T23:48:16.532 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-08T23:48:16.532 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-08T23:48:16.532 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:16.532 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-08T23:48:16.532 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-08T23:48:16.533 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 0 2023-11-08T23:48:16.533 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-11-08T23:48:16.533 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-08T23:48:16.533 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "a" 2023-11-08T23:48:16.533 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-11-08T23:48:16.533 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_age": 1, 2023-11-08T23:48:16.534 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-08T23:48:16.534 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T23:48:16.534 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-08T23:48:16.534 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-08T23:48:16.534 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:16.535 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-08T23:48:16.535 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T23:48:16.535 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-08T23:48:16.535 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-08T23:48:16.535 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-08T23:48:16.539 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-08T23:48:16.539 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-08T23:48:16.539 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-08T23:48:16.539 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:16.540 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-08T23:48:16.540 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-08T23:48:16.540 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-08T23:48:16.540 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-08T23:48:16.540 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-08T23:48:16.541 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-08T23:48:16.541 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-08T23:48:16.541 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-08T23:48:16.541 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-08T23:48:16.541 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:16.542 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-08T23:48:16.542 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T23:48:16.542 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-08T23:48:16.542 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-08T23:48:16.542 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:16.542 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-08T23:48:16.543 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "available": false, 2023-11-08T23:48:16.543 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-08T23:48:16.543 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-08T23:48:16.543 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-08T23:48:16.543 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-08T23:48:16.544 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "restful" 2023-11-08T23:48:16.544 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-11-08T23:48:16.544 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-08T23:48:16.544 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:16.544 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-08T23:48:16.545 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T23:48:16.545 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modified": "2023-11-08T23:48:10.595483+0000", 2023-11-08T23:48:16.545 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-08T23:48:16.545 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:16.545 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-08T23:48:16.545 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2023-11-08T23:48:16.546 INFO:teuthology.orchestra.run.smithi027.stdout:mgr not available, waiting (1/15)... 2023-11-08T23:48:16.761 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:16 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2464146940' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T23:48:17.122 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:16 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:16.759+0000 7f33212fb200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-08T23:48:17.122 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:16 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:16.993+0000 7f33212fb200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-08T23:48:17.872 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:17 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:17.427+0000 7f33212fb200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-08T23:48:18.622 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:18 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:18.169+0000 7f33212fb200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-08T23:48:18.622 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:18 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:18.258+0000 7f33212fb200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-08T23:48:19.148 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:19 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/3856826313' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T23:48:19.149 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:18 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:18.894+0000 7f33212fb200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-08T23:48:19.149 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:18 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:18.984+0000 7f33212fb200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-08T23:48:19.149 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:19 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:19.081+0000 7f33212fb200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-08T23:48:19.298 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-11-08T23:48:19.298 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2023-11-08T23:48:19.298 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsid": "165dcd8c-7e91-11ee-8dbb-212e2dc638e7", 2023-11-08T23:48:19.299 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "health": { 2023-11-08T23:48:19.299 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-08T23:48:19.299 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-08T23:48:19.299 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-08T23:48:19.300 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:19.300 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-08T23:48:19.300 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-08T23:48:19.300 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 0 2023-11-08T23:48:19.300 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-11-08T23:48:19.301 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-08T23:48:19.301 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "a" 2023-11-08T23:48:19.301 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-11-08T23:48:19.301 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_age": 4, 2023-11-08T23:48:19.302 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-08T23:48:19.302 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T23:48:19.302 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-08T23:48:19.302 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-08T23:48:19.302 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:19.303 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-08T23:48:19.303 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T23:48:19.303 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-08T23:48:19.304 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-08T23:48:19.304 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-08T23:48:19.304 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-08T23:48:19.307 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-08T23:48:19.308 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-08T23:48:19.308 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:19.308 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-08T23:48:19.308 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-08T23:48:19.308 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-08T23:48:19.309 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-08T23:48:19.309 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-08T23:48:19.309 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-08T23:48:19.309 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-08T23:48:19.309 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-08T23:48:19.310 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-08T23:48:19.310 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:19.310 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-08T23:48:19.310 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T23:48:19.310 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-08T23:48:19.311 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-08T23:48:19.311 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:19.311 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-08T23:48:19.311 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "available": false, 2023-11-08T23:48:19.311 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-08T23:48:19.312 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-08T23:48:19.312 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-08T23:48:19.312 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-08T23:48:19.312 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "restful" 2023-11-08T23:48:19.312 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-11-08T23:48:19.312 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-08T23:48:19.313 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:19.313 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-08T23:48:19.313 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T23:48:19.313 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modified": "2023-11-08T23:48:10.595483+0000", 2023-11-08T23:48:19.313 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-08T23:48:19.314 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:19.314 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-08T23:48:19.314 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2023-11-08T23:48:19.315 INFO:teuthology.orchestra.run.smithi027.stdout:mgr not available, waiting (2/15)... 2023-11-08T23:48:19.417 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:19 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:19.318+0000 7f33212fb200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-08T23:48:19.738 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:19 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:19.414+0000 7f33212fb200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-08T23:48:19.738 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:19 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:19.511+0000 7f33212fb200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-08T23:48:20.027 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:19 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:19.735+0000 7f33212fb200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-08T23:48:20.028 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:19 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:19.834+0000 7f33212fb200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-08T23:48:20.372 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:20 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:20.024+0000 7f33212fb200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-08T23:48:20.373 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:20 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:20.112+0000 7f33212fb200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-08T23:48:21.288 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:20 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:20.899+0000 7f33212fb200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-08T23:48:21.289 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:21 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:21.099+0000 7f33212fb200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-08T23:48:21.622 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:21 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:21.285+0000 7f33212fb200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-08T23:48:22.087 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-11-08T23:48:22.088 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2023-11-08T23:48:22.088 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsid": "165dcd8c-7e91-11ee-8dbb-212e2dc638e7", 2023-11-08T23:48:22.088 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "health": { 2023-11-08T23:48:22.088 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-08T23:48:22.089 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-08T23:48:22.089 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-08T23:48:22.089 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:22.089 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-08T23:48:22.089 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-08T23:48:22.090 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 0 2023-11-08T23:48:22.090 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-11-08T23:48:22.090 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-08T23:48:22.091 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "a" 2023-11-08T23:48:22.091 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-11-08T23:48:22.092 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2023-11-08T23:48:22.092 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-08T23:48:22.092 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T23:48:22.092 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-08T23:48:22.093 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-08T23:48:22.093 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:22.093 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-08T23:48:22.094 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T23:48:22.094 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-08T23:48:22.094 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-08T23:48:22.095 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-08T23:48:22.095 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-08T23:48:22.095 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-08T23:48:22.096 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-08T23:48:22.096 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:22.096 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-08T23:48:22.096 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-08T23:48:22.097 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-08T23:48:22.097 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-08T23:48:22.097 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-08T23:48:22.098 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-08T23:48:22.098 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-08T23:48:22.098 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-08T23:48:22.099 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-08T23:48:22.099 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:22.099 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-08T23:48:22.100 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T23:48:22.100 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-08T23:48:22.100 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-08T23:48:22.101 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:22.101 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-08T23:48:22.101 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "available": false, 2023-11-08T23:48:22.102 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-08T23:48:22.102 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-08T23:48:22.102 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-08T23:48:22.102 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-08T23:48:22.103 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "restful" 2023-11-08T23:48:22.103 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-11-08T23:48:22.103 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-08T23:48:22.104 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:22.104 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-08T23:48:22.104 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T23:48:22.105 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modified": "2023-11-08T23:48:10.595483+0000", 2023-11-08T23:48:22.105 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-08T23:48:22.105 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:22.105 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-08T23:48:22.106 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2023-11-08T23:48:22.106 INFO:teuthology.orchestra.run.smithi027.stdout:mgr not available, waiting (3/15)... 2023-11-08T23:48:22.122 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:21 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:21.986+0000 7f33212fb200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-08T23:48:22.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:21 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2269850875' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T23:48:22.490 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:22 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:22.176+0000 7f33212fb200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-08T23:48:22.490 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:22 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:22.365+0000 7f33212fb200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-08T23:48:22.787 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:22 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:22.486+0000 7f33212fb200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-08T23:48:23.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:22 smithi027 ceph-mon[141590]: Activating manager daemon a 2023-11-08T23:48:23.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:22 smithi027 ceph-mon[141590]: mgrmap e2: a(active, starting, since 0.00326296s) 2023-11-08T23:48:23.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:22 smithi027 ceph-mon[141590]: from='mgr.14100 172.21.15.27:0/120983383' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T23:48:23.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:22 smithi027 ceph-mon[141590]: from='mgr.14100 172.21.15.27:0/120983383' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T23:48:23.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:22 smithi027 ceph-mon[141590]: from='mgr.14100 172.21.15.27:0/120983383' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T23:48:23.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:22 smithi027 ceph-mon[141590]: from='mgr.14100 172.21.15.27:0/120983383' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:48:23.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:22 smithi027 ceph-mon[141590]: from='mgr.14100 172.21.15.27:0/120983383' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-08T23:48:23.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:22 smithi027 ceph-mon[141590]: Manager daemon a is now available 2023-11-08T23:48:23.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:22 smithi027 ceph-mon[141590]: from='mgr.14100 172.21.15.27:0/120983383' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:48:23.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:22 smithi027 ceph-mon[141590]: from='mgr.14100 172.21.15.27:0/120983383' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-08T23:48:23.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:22 smithi027 ceph-mon[141590]: from='mgr.14100 172.21.15.27:0/120983383' entity='mgr.a' 2023-11-08T23:48:23.125 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:22 smithi027 ceph-mon[141590]: from='mgr.14100 172.21.15.27:0/120983383' entity='mgr.a' 2023-11-08T23:48:23.125 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:22 smithi027 ceph-mon[141590]: from='mgr.14100 172.21.15.27:0/120983383' entity='mgr.a' 2023-11-08T23:48:24.762 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:24 smithi027 ceph-mon[141590]: mgrmap e3: a(active, since 1.00679s) 2023-11-08T23:48:25.193 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-11-08T23:48:25.193 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2023-11-08T23:48:25.193 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsid": "165dcd8c-7e91-11ee-8dbb-212e2dc638e7", 2023-11-08T23:48:25.193 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "health": { 2023-11-08T23:48:25.194 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-08T23:48:25.194 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-08T23:48:25.194 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-08T23:48:25.194 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:25.195 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-08T23:48:25.195 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-08T23:48:25.195 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 0 2023-11-08T23:48:25.195 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-11-08T23:48:25.195 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-08T23:48:25.195 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "a" 2023-11-08T23:48:25.196 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-11-08T23:48:25.196 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2023-11-08T23:48:25.196 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-08T23:48:25.196 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T23:48:25.196 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-08T23:48:25.197 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-08T23:48:25.197 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:25.197 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-08T23:48:25.197 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T23:48:25.197 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-08T23:48:25.197 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-08T23:48:25.198 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-08T23:48:25.198 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-08T23:48:25.201 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-08T23:48:25.201 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-08T23:48:25.202 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:25.202 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-08T23:48:25.202 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-08T23:48:25.202 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-08T23:48:25.202 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-08T23:48:25.203 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-08T23:48:25.203 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-08T23:48:25.203 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-08T23:48:25.203 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-08T23:48:25.203 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-08T23:48:25.204 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:25.204 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-08T23:48:25.204 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T23:48:25.204 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-08T23:48:25.204 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-08T23:48:25.205 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:25.205 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-08T23:48:25.205 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "available": true, 2023-11-08T23:48:25.205 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-08T23:48:25.205 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-08T23:48:25.205 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-08T23:48:25.206 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-08T23:48:25.206 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "restful" 2023-11-08T23:48:25.206 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-11-08T23:48:25.206 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-08T23:48:25.206 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:25.207 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-08T23:48:25.207 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-08T23:48:25.207 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modified": "2023-11-08T23:48:10.595483+0000", 2023-11-08T23:48:25.207 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-08T23:48:25.207 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-11-08T23:48:25.208 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-08T23:48:25.208 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2023-11-08T23:48:25.208 INFO:teuthology.orchestra.run.smithi027.stdout:mgr is available 2023-11-08T23:48:25.872 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:25 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/815797375' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T23:48:25.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:25 smithi027 ceph-mon[141590]: mgrmap e4: a(active, since 2s) 2023-11-08T23:48:26.842 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-11-08T23:48:26.842 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout [global] 2023-11-08T23:48:26.842 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout fsid = 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:48:26.842 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-11-08T23:48:26.843 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-11-08T23:48:26.843 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-11-08T23:48:26.843 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-11-08T23:48:26.843 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-11-08T23:48:26.843 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout [mgr] 2023-11-08T23:48:26.844 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-11-08T23:48:26.844 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-11-08T23:48:26.844 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout [osd] 2023-11-08T23:48:26.844 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-11-08T23:48:26.844 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-11-08T23:48:26.845 INFO:teuthology.orchestra.run.smithi027.stdout:Enabling cephadm module... 2023-11-08T23:48:26.845 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:26 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/1075998989' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-08T23:48:26.845 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:26 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/1075998989' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-08T23:48:28.612 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:28 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2464674629' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-08T23:48:28.613 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:28 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: ignoring --setuser ceph since I am not root 2023-11-08T23:48:28.613 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:28 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: ignoring --setgroup ceph since I am not root 2023-11-08T23:48:28.613 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:28 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:28.426+0000 7f11cbeb5200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-08T23:48:28.614 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:28 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:28.609+0000 7f11cbeb5200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-08T23:48:29.213 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:28 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:28.947+0000 7f11cbeb5200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-08T23:48:29.465 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:29 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2464674629' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-08T23:48:29.465 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:29 smithi027 ceph-mon[141590]: mgrmap e5: a(active, since 5s) 2023-11-08T23:48:29.872 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:29 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:29.462+0000 7f11cbeb5200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-08T23:48:29.872 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:29 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:29.696+0000 7f11cbeb5200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-08T23:48:30.622 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:30 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:30.130+0000 7f11cbeb5200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-08T23:48:31.122 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:30 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:30.872+0000 7f11cbeb5200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-08T23:48:31.122 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:30 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:30.962+0000 7f11cbeb5200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-08T23:48:31.775 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:31 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:31.591+0000 7f11cbeb5200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-08T23:48:31.775 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:31 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:31.680+0000 7f11cbeb5200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-08T23:48:32.107 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:31 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:31.772+0000 7f11cbeb5200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-08T23:48:32.107 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:32 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:32.005+0000 7f11cbeb5200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-08T23:48:32.372 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:32 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:32.104+0000 7f11cbeb5200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-08T23:48:32.372 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:32 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:32.204+0000 7f11cbeb5200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-08T23:48:32.724 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:32 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/3375142557' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-08T23:48:32.724 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:32 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:32.430+0000 7f11cbeb5200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-08T23:48:32.724 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:32 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:32.531+0000 7f11cbeb5200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-08T23:48:33.122 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:32 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:32.720+0000 7f11cbeb5200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-08T23:48:33.122 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:32 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:32.809+0000 7f11cbeb5200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-08T23:48:33.872 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:33 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:33.600+0000 7f11cbeb5200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-08T23:48:33.873 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:33 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:33.801+0000 7f11cbeb5200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-08T23:48:34.372 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:33 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:33.986+0000 7f11cbeb5200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-08T23:48:34.465 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2023-11-08T23:48:34.465 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-11-08T23:48:34.465 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "available": true, 2023-11-08T23:48:34.465 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-11-08T23:48:34.466 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-11-08T23:48:34.466 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2023-11-08T23:48:34.466 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for the mgr to restart... 2023-11-08T23:48:34.466 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for mgr epoch 5... 2023-11-08T23:48:34.827 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:34 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:34.678+0000 7f11cbeb5200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-08T23:48:35.122 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:34 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:34.873+0000 7f11cbeb5200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-08T23:48:35.122 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:35 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:35.067+0000 7f11cbeb5200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-08T23:48:35.622 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:35 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:35.188+0000 7f11cbeb5200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-08T23:48:35.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:35 smithi027 ceph-mon[141590]: Active manager daemon a restarted 2023-11-08T23:48:35.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:35 smithi027 ceph-mon[141590]: Activating manager daemon a 2023-11-08T23:48:35.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:35 smithi027 ceph-mon[141590]: osdmap e2: 0 total, 0 up, 0 in 2023-11-08T23:48:35.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:35 smithi027 ceph-mon[141590]: mgrmap e6: a(active, starting, since 0.00317131s) 2023-11-08T23:48:35.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:35 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:48:35.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:35 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-08T23:48:35.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:35 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T23:48:35.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:35 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T23:48:35.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:35 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T23:48:35.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:35 smithi027 ceph-mon[141590]: Manager daemon a is now available 2023-11-08T23:48:35.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:35 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' 2023-11-08T23:48:35.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:35 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' 2023-11-08T23:48:35.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:35 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:48:35.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:35 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:48:36.482 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:36 smithi027 ceph-mon[141590]: Found migration_current of "None". Setting to last migration. 2023-11-08T23:48:36.483 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:36 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:48:36.483 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:36 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:48:36.483 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:36 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-08T23:48:36.483 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:36 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' 2023-11-08T23:48:36.483 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:36 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' 2023-11-08T23:48:36.484 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:36 smithi027 ceph-mon[141590]: mgrmap e7: a(active, since 1.00579s) 2023-11-08T23:48:36.556 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2023-11-08T23:48:36.556 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-11-08T23:48:36.556 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "initialized": true 2023-11-08T23:48:36.557 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2023-11-08T23:48:36.557 INFO:teuthology.orchestra.run.smithi027.stdout:mgr epoch 5 is available 2023-11-08T23:48:36.557 INFO:teuthology.orchestra.run.smithi027.stdout:Setting orchestrator backend to cephadm... 2023-11-08T23:48:37.618 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:37 smithi027 ceph-mon[141590]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-08T23:48:37.619 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:37 smithi027 ceph-mon[141590]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-08T23:48:37.619 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:37 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' 2023-11-08T23:48:37.619 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:37 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:48:38.372 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:38 smithi027 ceph-mon[141590]: [08/Nov/2023:23:48:37] ENGINE Bus STARTING 2023-11-08T23:48:38.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:38 smithi027 ceph-mon[141590]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:48:38.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:38 smithi027 ceph-mon[141590]: [08/Nov/2023:23:48:37] ENGINE Serving on https://172.21.15.27:7150 2023-11-08T23:48:38.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:38 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:48:38.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:38 smithi027 ceph-mon[141590]: mgrmap e8: a(active, since 2s) 2023-11-08T23:48:38.421 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout value unchanged 2023-11-08T23:48:38.421 INFO:teuthology.orchestra.run.smithi027.stdout:Generating ssh key... 2023-11-08T23:48:39.432 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-mon[141590]: [08/Nov/2023:23:48:37] ENGINE Serving on http://172.21.15.27:8765 2023-11-08T23:48:39.432 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-mon[141590]: [08/Nov/2023:23:48:37] ENGINE Bus STARTED 2023-11-08T23:48:39.433 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-mon[141590]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:48:39.433 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' 2023-11-08T23:48:39.433 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' 2023-11-08T23:48:39.433 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: Generating public/private rsa key pair. 2023-11-08T23:48:39.434 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: Your identification has been saved in /tmp/tmpwnntmmvf/key. 2023-11-08T23:48:39.434 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: Your public key has been saved in /tmp/tmpwnntmmvf/key.pub. 2023-11-08T23:48:39.434 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: The key fingerprint is: 2023-11-08T23:48:39.434 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: SHA256:bf17lbfJJZD8tJ0ecY6ea7B2+PgK06ZpWtaoVeQSm1E ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:48:39.435 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: The key's randomart image is: 2023-11-08T23:48:39.435 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: +---[RSA 3072]----+ 2023-11-08T23:48:39.435 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: | E | 2023-11-08T23:48:39.435 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: | . | 2023-11-08T23:48:39.435 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: | o... | 2023-11-08T23:48:39.435 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: | . O+ ...| 2023-11-08T23:48:39.436 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: | S * ++ ==| 2023-11-08T23:48:39.436 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: | . *..=+*| 2023-11-08T23:48:39.436 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: | B +=+oB| 2023-11-08T23:48:39.436 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: | =.*+.=*.| 2023-11-08T23:48:39.436 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: | ooo.o*=o | 2023-11-08T23:48:39.437 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:39 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: +----[SHA256]-----+ 2023-11-08T23:48:40.372 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:40 smithi027 ceph-mon[141590]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:48:40.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:40 smithi027 ceph-mon[141590]: Generating ssh key... 2023-11-08T23:48:40.488 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMkRSefppjim3yHRXaRAoVyHKrGC+tZxv6Q5/R4ZGqXHZA1wz92WGKErelCHYfw7oOKgDqIoNa/PL7VJyERzAJfpuwD8lN47r1E0cc10f31IJzoEepLmAvOU6DS8zKzXD6xZ7oielo0ELZfwsiDj5Vy7uG9VAJqdpz7pdrpAfigZ2G5W2j8qnAWnkD5nYgBFutW+ZOkYZSlOfv9UEycxsHX3yt0EKK7KsNKk0oZ1D4t7jbt0fQI9j53f9/hmsp++JiAiBh0NmvxDzauy0f+6xCbuJt3/aDFtOFX4gdJYKrJMV5ZlPg5CKhITrd+KW/doc7tITVBlaVBlaO/MbPmjb43SdRH6Ks3ScFC1+6nopUGyW8qeHzKyHLlTDyn9rshYbV7psZqxhLMWXHnIf7btWihboRtO7tWFvro0j/9qjhfxXYQSwFwR1VcStHtOy73i/qlCYEnGB8/rpH0FejzUEeh8AYnNp7RTMqVYHpFxrzp/+TuhLawsxQESi4fx/9s8M= ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:48:40.489 INFO:teuthology.orchestra.run.smithi027.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-08T23:48:40.489 INFO:teuthology.orchestra.run.smithi027.stdout:Adding key to root@localhost authorized_keys... 2023-11-08T23:48:40.489 INFO:teuthology.orchestra.run.smithi027.stdout:Adding host smithi027... 2023-11-08T23:48:41.320 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:41 smithi027 ceph-mon[141590]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:48:42.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:42 smithi027 ceph-mon[141590]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi027", "addr": "172.21.15.27", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:48:43.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:43 smithi027 ceph-mon[141590]: Deploying cephadm binary to smithi027 2023-11-08T23:48:45.217 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout Added host 'smithi027' with addr '172.21.15.27' 2023-11-08T23:48:45.217 INFO:teuthology.orchestra.run.smithi027.stdout:Deploying unmanaged mon service... 2023-11-08T23:48:46.073 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:45 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' 2023-11-08T23:48:46.073 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:45 smithi027 ceph-mon[141590]: Added host smithi027 2023-11-08T23:48:46.074 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:45 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:48:46.074 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:45 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' 2023-11-08T23:48:46.146 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-11-08T23:48:46.146 INFO:teuthology.orchestra.run.smithi027.stdout:Deploying unmanaged mgr service... 2023-11-08T23:48:47.246 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-11-08T23:48:47.372 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:46 smithi027 ceph-mon[141590]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:48:47.372 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:46 smithi027 ceph-mon[141590]: Saving service mon spec with placement count:5 2023-11-08T23:48:47.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:46 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' 2023-11-08T23:48:47.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:46 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' 2023-11-08T23:48:48.335 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:48 smithi027 ceph-mon[141590]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:48:48.336 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:48 smithi027 ceph-mon[141590]: Saving service mgr spec with placement count:2 2023-11-08T23:48:48.336 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:48 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' 2023-11-08T23:48:48.336 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:48 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' 2023-11-08T23:48:48.336 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:48 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2330923526' entity='client.admin' 2023-11-08T23:48:49.154 INFO:teuthology.orchestra.run.smithi027.stdout:Enabling the dashboard module... 2023-11-08T23:48:49.789 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:49 smithi027 ceph-mon[141590]: from='mgr.14120 172.21.15.27:0/1248206612' entity='mgr.a' 2023-11-08T23:48:49.789 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:49 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2939855576' entity='client.admin' 2023-11-08T23:48:50.997 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:50 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/1278373188' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-08T23:48:50.998 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:50 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: ignoring --setuser ceph since I am not root 2023-11-08T23:48:50.998 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:50 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: ignoring --setgroup ceph since I am not root 2023-11-08T23:48:50.998 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:50 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:50.903+0000 7f1e72006200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-08T23:48:51.372 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:51 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:51.088+0000 7f1e72006200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-08T23:48:51.694 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:51 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:51.441+0000 7f1e72006200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-08T23:48:51.966 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:51 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/1278373188' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-08T23:48:51.967 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:51 smithi027 ceph-mon[141590]: mgrmap e9: a(active, since 15s) 2023-11-08T23:48:51.967 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:51 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/505396204' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-08T23:48:52.004 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2023-11-08T23:48:52.004 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-11-08T23:48:52.005 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "available": true, 2023-11-08T23:48:52.005 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-11-08T23:48:52.005 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-11-08T23:48:52.005 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2023-11-08T23:48:52.005 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for the mgr to restart... 2023-11-08T23:48:52.006 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for mgr epoch 9... 2023-11-08T23:48:52.372 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:51 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:51.964+0000 7f1e72006200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-08T23:48:52.372 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:52 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:52.210+0000 7f1e72006200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-08T23:48:53.122 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:52 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:52.653+0000 7f1e72006200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-08T23:48:53.872 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:53 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:53.393+0000 7f1e72006200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-08T23:48:53.872 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:53 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:53.484+0000 7f1e72006200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-08T23:48:54.372 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:54 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:54.113+0000 7f1e72006200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-08T23:48:54.372 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:54 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:54.202+0000 7f1e72006200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-08T23:48:54.373 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:54 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:54.294+0000 7f1e72006200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-08T23:48:54.872 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:54 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:54.527+0000 7f1e72006200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-08T23:48:54.873 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:54 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:54.624+0000 7f1e72006200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-08T23:48:54.873 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:54 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:54.722+0000 7f1e72006200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-08T23:48:55.242 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:54 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:54.947+0000 7f1e72006200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-08T23:48:55.242 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:55 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:55.047+0000 7f1e72006200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-08T23:48:55.622 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:55 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:55.239+0000 7f1e72006200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-08T23:48:55.622 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:55 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:55.329+0000 7f1e72006200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-08T23:48:56.372 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:56 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:56.118+0000 7f1e72006200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-08T23:48:56.373 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:56 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:56.321+0000 7f1e72006200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-08T23:48:56.872 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:56 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:56.508+0000 7f1e72006200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-08T23:48:57.577 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:57 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:57.194+0000 7f1e72006200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-08T23:48:57.577 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:57 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:57.384+0000 7f1e72006200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-08T23:48:57.833 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:57 smithi027 ceph-mon[141590]: Active manager daemon a restarted 2023-11-08T23:48:57.833 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:57 smithi027 ceph-mon[141590]: Activating manager daemon a 2023-11-08T23:48:57.833 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:57 smithi027 ceph-mon[141590]: osdmap e3: 0 total, 0 up, 0 in 2023-11-08T23:48:57.834 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:57 smithi027 ceph-mon[141590]: mgrmap e10: a(active, starting, since 0.00316064s) 2023-11-08T23:48:57.834 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:57 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:48:57.834 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:57 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-08T23:48:57.834 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:57 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T23:48:57.835 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:57 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T23:48:57.835 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:57 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T23:48:57.835 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:57 smithi027 ceph-mon[141590]: Manager daemon a is now available 2023-11-08T23:48:57.835 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:57 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:48:57.836 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:57 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:48:57.836 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:57 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:57.575+0000 7f1e72006200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-08T23:48:57.836 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:48:57 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:48:57.696+0000 7f1e72006200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-08T23:48:59.053 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2023-11-08T23:48:59.053 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-11-08T23:48:59.054 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "initialized": true 2023-11-08T23:48:59.054 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2023-11-08T23:48:59.054 INFO:teuthology.orchestra.run.smithi027.stdout:mgr epoch 9 is available 2023-11-08T23:48:59.054 INFO:teuthology.orchestra.run.smithi027.stdout:Generating a dashboard self-signed certificate... 2023-11-08T23:48:59.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:58 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:48:59.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:58 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-08T23:48:59.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:58 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:48:59.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:58 smithi027 ceph-mon[141590]: mgrmap e11: a(active, since 1.0066s) 2023-11-08T23:49:00.014 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:59 smithi027 ceph-mon[141590]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-08T23:49:00.015 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:59 smithi027 ceph-mon[141590]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-08T23:49:00.015 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:48:59 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:00.211 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-11-08T23:49:00.211 INFO:teuthology.orchestra.run.smithi027.stdout:Creating initial admin user... 2023-11-08T23:49:01.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:00 smithi027 ceph-mon[141590]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:49:01.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:00 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:01.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:00 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:01.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:00 smithi027 ceph-mon[141590]: mgrmap e12: a(active, since 2s) 2023-11-08T23:49:01.552 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$SMhH4GDlbiaiaYRJDTVpf.zRs9svWuDmLTx.e0eyv5GlEU.2kKnW2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1699487341, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-08T23:49:01.553 INFO:teuthology.orchestra.run.smithi027.stdout:Fetching dashboard port number... 2023-11-08T23:49:02.104 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:01 smithi027 ceph-mon[141590]: [08/Nov/2023:23:49:00] ENGINE Bus STARTING 2023-11-08T23:49:02.104 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:01 smithi027 ceph-mon[141590]: [08/Nov/2023:23:49:00] ENGINE Serving on http://172.21.15.27:8765 2023-11-08T23:49:02.104 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:01 smithi027 ceph-mon[141590]: [08/Nov/2023:23:49:00] ENGINE Serving on https://172.21.15.27:7150 2023-11-08T23:49:02.105 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:01 smithi027 ceph-mon[141590]: [08/Nov/2023:23:49:00] ENGINE Bus STARTED 2023-11-08T23:49:02.105 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:01 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:02.435 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 8443 2023-11-08T23:49:02.445 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-08T23:49:02.445 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout disabled 2023-11-08T23:49:02.453 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-08T23:49:02.453 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2023-11-08T23:49:02.453 INFO:teuthology.orchestra.run.smithi027.stdout:firewalld.service is not enabled 2023-11-08T23:49:02.454 INFO:teuthology.orchestra.run.smithi027.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-08T23:49:02.455 INFO:teuthology.orchestra.run.smithi027.stdout:Ceph Dashboard is now available at: 2023-11-08T23:49:02.455 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:49:02.455 INFO:teuthology.orchestra.run.smithi027.stdout: URL: https://smithi027.front.sepia.ceph.com:8443/ 2023-11-08T23:49:02.455 INFO:teuthology.orchestra.run.smithi027.stdout: User: admin 2023-11-08T23:49:02.456 INFO:teuthology.orchestra.run.smithi027.stdout: Password: nrmt5q69x3 2023-11-08T23:49:02.456 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:49:02.457 INFO:teuthology.orchestra.run.smithi027.stdout:Saving cluster configuration to /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config directory 2023-11-08T23:49:02.457 INFO:teuthology.orchestra.run.smithi027.stdout:Enabling autotune for osd_memory_target 2023-11-08T23:49:02.872 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:02 smithi027 ceph-mon[141590]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:49:02.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:02 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/1435695883' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-08T23:49:04.369 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-11-08T23:49:04.370 INFO:teuthology.orchestra.run.smithi027.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-08T23:49:04.370 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:49:04.370 INFO:teuthology.orchestra.run.smithi027.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-08T23:49:04.370 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:49:04.371 INFO:teuthology.orchestra.run.smithi027.stdout:Or, if you are only running a single cluster on this host: 2023-11-08T23:49:04.371 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:49:04.371 INFO:teuthology.orchestra.run.smithi027.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-08T23:49:04.371 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:49:04.371 INFO:teuthology.orchestra.run.smithi027.stdout:Please consider enabling telemetry to help improve Ceph: 2023-11-08T23:49:04.372 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:49:04.372 INFO:teuthology.orchestra.run.smithi027.stdout: ceph telemetry on 2023-11-08T23:49:04.372 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:49:04.372 INFO:teuthology.orchestra.run.smithi027.stdout:For more information see: 2023-11-08T23:49:04.372 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:49:04.373 INFO:teuthology.orchestra.run.smithi027.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-11-08T23:49:04.373 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:49:04.373 INFO:teuthology.orchestra.run.smithi027.stdout:Bootstrap complete. 2023-11-08T23:49:04.410 INFO:tasks.cephadm:Fetching config... 2023-11-08T23:49:04.411 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-11-08T23:49:04.411 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-08T23:49:04.433 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-08T23:49:04.434 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-11-08T23:49:04.434 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-08T23:49:04.455 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-08T23:49:04.455 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-11-08T23:49:04.456 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/keyring of=/dev/stdout 2023-11-08T23:49:04.531 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-08T23:49:04.531 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-11-08T23:49:04.532 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-08T23:49:04.594 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-08T23:49:04.594 DEBUG:teuthology.orchestra.run.smithi027:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMkRSefppjim3yHRXaRAoVyHKrGC+tZxv6Q5/R4ZGqXHZA1wz92WGKErelCHYfw7oOKgDqIoNa/PL7VJyERzAJfpuwD8lN47r1E0cc10f31IJzoEepLmAvOU6DS8zKzXD6xZ7oielo0ELZfwsiDj5Vy7uG9VAJqdpz7pdrpAfigZ2G5W2j8qnAWnkD5nYgBFutW+ZOkYZSlOfv9UEycxsHX3yt0EKK7KsNKk0oZ1D4t7jbt0fQI9j53f9/hmsp++JiAiBh0NmvxDzauy0f+6xCbuJt3/aDFtOFX4gdJYKrJMV5ZlPg5CKhITrd+KW/doc7tITVBlaVBlaO/MbPmjb43SdRH6Ks3ScFC1+6nopUGyW8qeHzKyHLlTDyn9rshYbV7psZqxhLMWXHnIf7btWihboRtO7tWFvro0j/9qjhfxXYQSwFwR1VcStHtOy73i/qlCYEnGB8/rpH0FejzUEeh8AYnNp7RTMqVYHpFxrzp/+TuhLawsxQESi4fx/9s8M= ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-08T23:49:04.673 INFO:teuthology.orchestra.run.smithi027.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMkRSefppjim3yHRXaRAoVyHKrGC+tZxv6Q5/R4ZGqXHZA1wz92WGKErelCHYfw7oOKgDqIoNa/PL7VJyERzAJfpuwD8lN47r1E0cc10f31IJzoEepLmAvOU6DS8zKzXD6xZ7oielo0ELZfwsiDj5Vy7uG9VAJqdpz7pdrpAfigZ2G5W2j8qnAWnkD5nYgBFutW+ZOkYZSlOfv9UEycxsHX3yt0EKK7KsNKk0oZ1D4t7jbt0fQI9j53f9/hmsp++JiAiBh0NmvxDzauy0f+6xCbuJt3/aDFtOFX4gdJYKrJMV5ZlPg5CKhITrd+KW/doc7tITVBlaVBlaO/MbPmjb43SdRH6Ks3ScFC1+6nopUGyW8qeHzKyHLlTDyn9rshYbV7psZqxhLMWXHnIf7btWihboRtO7tWFvro0j/9qjhfxXYQSwFwR1VcStHtOy73i/qlCYEnGB8/rpH0FejzUEeh8AYnNp7RTMqVYHpFxrzp/+TuhLawsxQESi4fx/9s8M= ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:49:04.685 DEBUG:teuthology.orchestra.run.smithi078:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMkRSefppjim3yHRXaRAoVyHKrGC+tZxv6Q5/R4ZGqXHZA1wz92WGKErelCHYfw7oOKgDqIoNa/PL7VJyERzAJfpuwD8lN47r1E0cc10f31IJzoEepLmAvOU6DS8zKzXD6xZ7oielo0ELZfwsiDj5Vy7uG9VAJqdpz7pdrpAfigZ2G5W2j8qnAWnkD5nYgBFutW+ZOkYZSlOfv9UEycxsHX3yt0EKK7KsNKk0oZ1D4t7jbt0fQI9j53f9/hmsp++JiAiBh0NmvxDzauy0f+6xCbuJt3/aDFtOFX4gdJYKrJMV5ZlPg5CKhITrd+KW/doc7tITVBlaVBlaO/MbPmjb43SdRH6Ks3ScFC1+6nopUGyW8qeHzKyHLlTDyn9rshYbV7psZqxhLMWXHnIf7btWihboRtO7tWFvro0j/9qjhfxXYQSwFwR1VcStHtOy73i/qlCYEnGB8/rpH0FejzUEeh8AYnNp7RTMqVYHpFxrzp/+TuhLawsxQESi4fx/9s8M= ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-08T23:49:04.731 INFO:teuthology.orchestra.run.smithi078.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMkRSefppjim3yHRXaRAoVyHKrGC+tZxv6Q5/R4ZGqXHZA1wz92WGKErelCHYfw7oOKgDqIoNa/PL7VJyERzAJfpuwD8lN47r1E0cc10f31IJzoEepLmAvOU6DS8zKzXD6xZ7oielo0ELZfwsiDj5Vy7uG9VAJqdpz7pdrpAfigZ2G5W2j8qnAWnkD5nYgBFutW+ZOkYZSlOfv9UEycxsHX3yt0EKK7KsNKk0oZ1D4t7jbt0fQI9j53f9/hmsp++JiAiBh0NmvxDzauy0f+6xCbuJt3/aDFtOFX4gdJYKrJMV5ZlPg5CKhITrd+KW/doc7tITVBlaVBlaO/MbPmjb43SdRH6Ks3ScFC1+6nopUGyW8qeHzKyHLlTDyn9rshYbV7psZqxhLMWXHnIf7btWihboRtO7tWFvro0j/9qjhfxXYQSwFwR1VcStHtOy73i/qlCYEnGB8/rpH0FejzUEeh8AYnNp7RTMqVYHpFxrzp/+TuhLawsxQESi4fx/9s8M= ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:49:04.744 DEBUG:teuthology.orchestra.run.smithi155:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMkRSefppjim3yHRXaRAoVyHKrGC+tZxv6Q5/R4ZGqXHZA1wz92WGKErelCHYfw7oOKgDqIoNa/PL7VJyERzAJfpuwD8lN47r1E0cc10f31IJzoEepLmAvOU6DS8zKzXD6xZ7oielo0ELZfwsiDj5Vy7uG9VAJqdpz7pdrpAfigZ2G5W2j8qnAWnkD5nYgBFutW+ZOkYZSlOfv9UEycxsHX3yt0EKK7KsNKk0oZ1D4t7jbt0fQI9j53f9/hmsp++JiAiBh0NmvxDzauy0f+6xCbuJt3/aDFtOFX4gdJYKrJMV5ZlPg5CKhITrd+KW/doc7tITVBlaVBlaO/MbPmjb43SdRH6Ks3ScFC1+6nopUGyW8qeHzKyHLlTDyn9rshYbV7psZqxhLMWXHnIf7btWihboRtO7tWFvro0j/9qjhfxXYQSwFwR1VcStHtOy73i/qlCYEnGB8/rpH0FejzUEeh8AYnNp7RTMqVYHpFxrzp/+TuhLawsxQESi4fx/9s8M= ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-08T23:49:04.791 INFO:teuthology.orchestra.run.smithi155.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMkRSefppjim3yHRXaRAoVyHKrGC+tZxv6Q5/R4ZGqXHZA1wz92WGKErelCHYfw7oOKgDqIoNa/PL7VJyERzAJfpuwD8lN47r1E0cc10f31IJzoEepLmAvOU6DS8zKzXD6xZ7oielo0ELZfwsiDj5Vy7uG9VAJqdpz7pdrpAfigZ2G5W2j8qnAWnkD5nYgBFutW+ZOkYZSlOfv9UEycxsHX3yt0EKK7KsNKk0oZ1D4t7jbt0fQI9j53f9/hmsp++JiAiBh0NmvxDzauy0f+6xCbuJt3/aDFtOFX4gdJYKrJMV5ZlPg5CKhITrd+KW/doc7tITVBlaVBlaO/MbPmjb43SdRH6Ks3ScFC1+6nopUGyW8qeHzKyHLlTDyn9rshYbV7psZqxhLMWXHnIf7btWihboRtO7tWFvro0j/9qjhfxXYQSwFwR1VcStHtOy73i/qlCYEnGB8/rpH0FejzUEeh8AYnNp7RTMqVYHpFxrzp/+TuhLawsxQESi4fx/9s8M= ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:49:04.806 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-08T23:49:05.076 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:49:05.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:04 smithi027 ceph-mon[141590]: mgrmap e13: a(active, since 6s) 2023-11-08T23:49:05.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:04 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/3452228799' entity='client.admin' 2023-11-08T23:49:07.578 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:07 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:07.579 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:07 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:07.579 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:07 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi027", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:49:07.579 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:07 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:07.579 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:07 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:07.580 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:07 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:07.580 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:07 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/3484150566' entity='client.admin' 2023-11-08T23:49:07.647 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-08T23:49:07.647 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-08T23:49:07.940 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:49:08.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:08 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:08.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:08 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:09.690 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi078 2023-11-08T23:49:09.691 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-08T23:49:09.691 DEBUG:teuthology.orchestra.run.smithi078:> dd of=/etc/ceph/ceph.conf 2023-11-08T23:49:09.713 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-08T23:49:09.714 DEBUG:teuthology.orchestra.run.smithi078:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:49:09.775 INFO:tasks.cephadm:Adding host smithi078 to orchestrator... 2023-11-08T23:49:09.776 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph orch host add smithi078 2023-11-08T23:49:10.059 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:49:10.500 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:10 smithi027 ceph-mon[141590]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:49:10.500 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:10 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:10.500 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:10 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:10.501 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:10 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:10.501 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:10 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:10.501 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:10 smithi027 ceph-mon[141590]: Updating smithi027:/etc/ceph/ceph.conf 2023-11-08T23:49:10.501 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:10 smithi027 ceph-mon[141590]: Updating smithi027:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:49:11.872 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:11 smithi027 ceph-mon[141590]: Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:49:11.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:11 smithi027 ceph-mon[141590]: Updating smithi027:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-08T23:49:11.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:11 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:11.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:11 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:11.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:11 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:12.872 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:12 smithi027 ceph-mon[141590]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi078", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:49:12.872 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:12 smithi027 ceph-mon[141590]: Deploying cephadm binary to smithi078 2023-11-08T23:49:14.985 INFO:teuthology.orchestra.run.smithi027.stdout:Added host 'smithi078' with addr '172.21.15.78' 2023-11-08T23:49:15.354 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-08T23:49:15.617 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:49:16.325 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:15 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:16.325 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:15 smithi027 ceph-mon[141590]: Added host smithi078 2023-11-08T23:49:16.325 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:15 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:16.326 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:15 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:16.326 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:15 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:16.729 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:49:16.729 INFO:teuthology.orchestra.run.smithi027.stdout:[{"addr": "172.21.15.27", "hostname": "smithi027", "labels": [], "status": ""}, {"addr": "172.21.15.78", "hostname": "smithi078", "labels": [], "status": ""}] 2023-11-08T23:49:17.092 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi155 2023-11-08T23:49:17.093 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-08T23:49:17.093 DEBUG:teuthology.orchestra.run.smithi155:> dd of=/etc/ceph/ceph.conf 2023-11-08T23:49:17.115 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-08T23:49:17.115 DEBUG:teuthology.orchestra.run.smithi155:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:49:17.176 INFO:tasks.cephadm:Adding host smithi155 to orchestrator... 2023-11-08T23:49:17.177 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph orch host add smithi155 2023-11-08T23:49:17.439 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:49:17.723 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:17 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:17.724 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:17 smithi027 ceph-mon[141590]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:49:19.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:18 smithi027 ceph-mon[141590]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:20.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:19 smithi027 ceph-mon[141590]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi155", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:49:20.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:19 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:20.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:19 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:20.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:19 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:20.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:19 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:20.125 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:19 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi078", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:49:20.125 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:19 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:20.126 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:19 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:21.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:20 smithi027 ceph-mon[141590]: Updating smithi078:/etc/ceph/ceph.conf 2023-11-08T23:49:21.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:20 smithi027 ceph-mon[141590]: Updating smithi078:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:49:21.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:20 smithi027 ceph-mon[141590]: Deploying cephadm binary to smithi155 2023-11-08T23:49:21.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:20 smithi027 ceph-mon[141590]: Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:49:21.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:20 smithi027 ceph-mon[141590]: Updating smithi078:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-08T23:49:21.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:20 smithi027 ceph-mon[141590]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:22.453 INFO:teuthology.orchestra.run.smithi027.stdout:Added host 'smithi155' with addr '172.21.15.155' 2023-11-08T23:49:22.777 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:22 smithi027 ceph-mon[141590]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:22.778 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:22 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:22.778 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:22 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:22.778 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:22 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:22.778 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:22 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:22.778 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:22 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:22.779 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-08T23:49:23.042 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:49:23.824 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:23 smithi027 ceph-mon[141590]: Added host smithi155 2023-11-08T23:49:23.825 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:23 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:23.825 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:23 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:24.214 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:49:24.214 INFO:teuthology.orchestra.run.smithi027.stdout:[{"addr": "172.21.15.27", "hostname": "smithi027", "labels": [], "status": ""}, {"addr": "172.21.15.78", "hostname": "smithi078", "labels": [], "status": ""}, {"addr": "172.21.15.155", "hostname": "smithi155", "labels": [], "status": ""}] 2023-11-08T23:49:24.575 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-08T23:49:24.575 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph osd crush tunables default 2023-11-08T23:49:24.837 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:49:24.872 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:24 smithi027 ceph-mon[141590]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:24.872 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:24 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:25.872 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:25 smithi027 ceph-mon[141590]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:49:26.737 INFO:teuthology.orchestra.run.smithi027.stderr:adjusted tunables profile to default 2023-11-08T23:49:27.026 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:26 smithi027 ceph-mon[141590]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:27.026 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:26 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/1132660337' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-08T23:49:27.026 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:26 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:27.027 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:26 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:27.027 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:26 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:27.027 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:26 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:27.027 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:26 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi155", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:49:27.027 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:26 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:27.028 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:26 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:27.108 INFO:tasks.cephadm:Adding mon.a on smithi027 2023-11-08T23:49:27.108 INFO:tasks.cephadm:Adding mon.b on smithi078 2023-11-08T23:49:27.108 INFO:tasks.cephadm:Adding mon.c on smithi155 2023-11-08T23:49:27.109 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph orch apply mon '3;smithi027:172.21.15.27=a;smithi078:172.21.15.78=b;smithi155:172.21.15.155=c' 2023-11-08T23:49:27.391 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:49:28.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:27 smithi027 ceph-mon[141590]: Updating smithi155:/etc/ceph/ceph.conf 2023-11-08T23:49:28.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:27 smithi027 ceph-mon[141590]: Updating smithi155:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:49:28.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:27 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/1132660337' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-08T23:49:28.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:27 smithi027 ceph-mon[141590]: osdmap e4: 0 total, 0 up, 0 in 2023-11-08T23:49:28.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:27 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:28.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:27 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:28.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:27 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:28.725 INFO:teuthology.orchestra.run.smithi155.stdout:Scheduled mon update... 2023-11-08T23:49:29.114 DEBUG:teuthology.orchestra.run.smithi078:mon.b> sudo journalctl -f -n 0 -u ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mon.b.service 2023-11-08T23:49:29.117 DEBUG:teuthology.orchestra.run.smithi155:mon.c> sudo journalctl -f -n 0 -u ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mon.c.service 2023-11-08T23:49:29.119 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-11-08T23:49:29.120 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T23:49:29.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:28 smithi027 ceph-mon[141590]: Updating smithi155:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:49:29.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:28 smithi027 ceph-mon[141590]: Updating smithi155:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-08T23:49:29.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:28 smithi027 ceph-mon[141590]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:29.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:28 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:29.149 INFO:journalctl@ceph.mon.c.smithi155.stdout:-- Logs begin at Wed 2023-11-08 23:33:07 UTC. -- 2023-11-08T23:49:29.154 INFO:journalctl@ceph.mon.b.smithi078.stdout:-- Logs begin at Wed 2023-11-08 23:32:36 UTC. -- 2023-11-08T23:49:29.564 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:49:30.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:29 smithi027 ceph-mon[141590]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi027:172.21.15.27=a;smithi078:172.21.15.78=b;smithi155:172.21.15.155=c", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:49:30.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:29 smithi027 ceph-mon[141590]: Saving service mon spec with placement smithi027:172.21.15.27=a;smithi078:172.21.15.78=b;smithi155:172.21.15.155=c;count:3 2023-11-08T23:49:30.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:29 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:30.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:29 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:30.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:29 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:30.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:29 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:30.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:29 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:49:30.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:29 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:30.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:29 smithi027 ceph-mon[141590]: Deploying daemon mon.c on smithi155 2023-11-08T23:49:31.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:30 smithi027 ceph-mon[141590]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:31.425 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:49:31.425 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"165dcd8c-7e91-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T23:48:08.629853Z","created":"2023-11-08T23:48:08.629853Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T23:49:31.426 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2023-11-08T23:49:32.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:31 smithi027 ceph-mon[141590]: from='client.? 172.21.15.155:0/856161517' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:49:32.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 systemd[1]: Started Ceph mon.c for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7. 2023-11-08T23:49:32.416 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.allow_ingest_behind: 0 2023-11-08T23:49:32.416 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.two_write_queues: 0 2023-11-08T23:49:32.416 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.manual_wal_flush: 0 2023-11-08T23:49:32.416 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.wal_compression: 0 2023-11-08T23:49:32.417 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.atomic_flush: 0 2023-11-08T23:49:32.417 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T23:49:32.417 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T23:49:32.417 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T23:49:32.417 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.log_readahead_size: 0 2023-11-08T23:49:32.418 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-08T23:49:32.418 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.best_efforts_recovery: 0 2023-11-08T23:49:32.418 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-08T23:49:32.418 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-08T23:49:32.418 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.allow_data_in_errors: 0 2023-11-08T23:49:32.419 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.db_host_id: __hostname__ 2023-11-08T23:49:32.419 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.enforce_single_del_contracts: true 2023-11-08T23:49:32.419 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_background_jobs: 2 2023-11-08T23:49:32.420 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_background_compactions: -1 2023-11-08T23:49:32.420 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_subcompactions: 1 2023-11-08T23:49:32.420 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T23:49:32.420 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T23:49:32.420 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T23:49:32.421 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_total_wal_size: 0 2023-11-08T23:49:32.421 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T23:49:32.421 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T23:49:32.421 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T23:49:32.421 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T23:49:32.422 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_open_files: -1 2023-11-08T23:49:32.422 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.bytes_per_sync: 0 2023-11-08T23:49:32.422 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T23:49:32.422 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T23:49:32.422 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compaction_readahead_size: 0 2023-11-08T23:49:32.423 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_background_flushes: -1 2023-11-08T23:49:32.423 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Compression algorithms supported: 2023-11-08T23:49:32.423 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T23:49:32.424 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: kZSTD supported: 0 2023-11-08T23:49:32.425 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: kXpressCompression supported: 0 2023-11-08T23:49:32.425 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: kLZ4HCCompression supported: 1 2023-11-08T23:49:32.425 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: kZlibCompression supported: 1 2023-11-08T23:49:32.425 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: kSnappyCompression supported: 1 2023-11-08T23:49:32.425 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: kLZ4Compression supported: 1 2023-11-08T23:49:32.426 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: kBZip2Compression supported: 0 2023-11-08T23:49:32.426 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T23:49:32.426 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: DMutex implementation: pthread_mutex_t 2023-11-08T23:49:32.426 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2023-11-08T23:49:32.426 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-11-08T23:49:32.427 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T23:49:32.427 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.merge_operator: 2023-11-08T23:49:32.427 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compaction_filter: None 2023-11-08T23:49:32.427 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compaction_filter_factory: None 2023-11-08T23:49:32.427 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.sst_partitioner_factory: None 2023-11-08T23:49:32.428 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T23:49:32.428 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T23:49:32.428 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561c8baa3820) 2023-11-08T23:49:32.428 INFO:journalctl@ceph.mon.c.smithi155.stdout: cache_index_and_filter_blocks: 1 2023-11-08T23:49:32.428 INFO:journalctl@ceph.mon.c.smithi155.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T23:49:32.429 INFO:journalctl@ceph.mon.c.smithi155.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T23:49:32.429 INFO:journalctl@ceph.mon.c.smithi155.stdout: pin_top_level_index_and_filter: 1 2023-11-08T23:49:32.429 INFO:journalctl@ceph.mon.c.smithi155.stdout: index_type: 0 2023-11-08T23:49:32.429 INFO:journalctl@ceph.mon.c.smithi155.stdout: data_block_index_type: 0 2023-11-08T23:49:32.430 INFO:journalctl@ceph.mon.c.smithi155.stdout: index_shortening: 1 2023-11-08T23:49:32.430 INFO:journalctl@ceph.mon.c.smithi155.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-08T23:49:32.430 INFO:journalctl@ceph.mon.c.smithi155.stdout: checksum: 4 2023-11-08T23:49:32.431 INFO:journalctl@ceph.mon.c.smithi155.stdout: no_block_cache: 0 2023-11-08T23:49:32.431 INFO:journalctl@ceph.mon.c.smithi155.stdout: block_cache: 0x561c8baf9090 2023-11-08T23:49:32.431 INFO:journalctl@ceph.mon.c.smithi155.stdout: block_cache_name: BinnedLRUCache 2023-11-08T23:49:32.431 INFO:journalctl@ceph.mon.c.smithi155.stdout: block_cache_options: 2023-11-08T23:49:32.432 INFO:journalctl@ceph.mon.c.smithi155.stdout: capacity : 536870912 2023-11-08T23:49:32.432 INFO:journalctl@ceph.mon.c.smithi155.stdout: num_shard_bits : 4 2023-11-08T23:49:32.432 INFO:journalctl@ceph.mon.c.smithi155.stdout: strict_capacity_limit : 0 2023-11-08T23:49:32.432 INFO:journalctl@ceph.mon.c.smithi155.stdout: high_pri_pool_ratio: 0.000 2023-11-08T23:49:32.432 INFO:journalctl@ceph.mon.c.smithi155.stdout: block_cache_compressed: (nil) 2023-11-08T23:49:32.433 INFO:journalctl@ceph.mon.c.smithi155.stdout: persistent_cache: (nil) 2023-11-08T23:49:32.433 INFO:journalctl@ceph.mon.c.smithi155.stdout: block_size: 4096 2023-11-08T23:49:32.433 INFO:journalctl@ceph.mon.c.smithi155.stdout: block_size_deviation: 10 2023-11-08T23:49:32.433 INFO:journalctl@ceph.mon.c.smithi155.stdout: block_restart_interval: 16 2023-11-08T23:49:32.433 INFO:journalctl@ceph.mon.c.smithi155.stdout: index_block_restart_interval: 1 2023-11-08T23:49:32.434 INFO:journalctl@ceph.mon.c.smithi155.stdout: metadata_block_size: 4096 2023-11-08T23:49:32.434 INFO:journalctl@ceph.mon.c.smithi155.stdout: partition_filters: 0 2023-11-08T23:49:32.434 INFO:journalctl@ceph.mon.c.smithi155.stdout: use_delta_encoding: 1 2023-11-08T23:49:32.435 INFO:journalctl@ceph.mon.c.smithi155.stdout: filter_policy: bloomfilter 2023-11-08T23:49:32.435 INFO:journalctl@ceph.mon.c.smithi155.stdout: whole_key_filtering: 1 2023-11-08T23:49:32.435 INFO:journalctl@ceph.mon.c.smithi155.stdout: verify_compression: 0 2023-11-08T23:49:32.436 INFO:journalctl@ceph.mon.c.smithi155.stdout: read_amp_bytes_per_bit: 0 2023-11-08T23:49:32.436 INFO:journalctl@ceph.mon.c.smithi155.stdout: format_version: 5 2023-11-08T23:49:32.436 INFO:journalctl@ceph.mon.c.smithi155.stdout: enable_index_compression: 1 2023-11-08T23:49:32.436 INFO:journalctl@ceph.mon.c.smithi155.stdout: block_align: 0 2023-11-08T23:49:32.437 INFO:journalctl@ceph.mon.c.smithi155.stdout: max_auto_readahead_size: 262144 2023-11-08T23:49:32.437 INFO:journalctl@ceph.mon.c.smithi155.stdout: prepopulate_block_cache: 0 2023-11-08T23:49:32.437 INFO:journalctl@ceph.mon.c.smithi155.stdout: initial_auto_readahead_size: 8192 2023-11-08T23:49:32.437 INFO:journalctl@ceph.mon.c.smithi155.stdout: num_file_reads_for_auto_readahead: 2 2023-11-08T23:49:32.437 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.write_buffer_size: 33554432 2023-11-08T23:49:32.437 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_write_buffer_number: 2 2023-11-08T23:49:32.438 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compression: NoCompression 2023-11-08T23:49:32.438 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.bottommost_compression: Disabled 2023-11-08T23:49:32.438 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.prefix_extractor: nullptr 2023-11-08T23:49:32.438 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T23:49:32.439 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.num_levels: 7 2023-11-08T23:49:32.439 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T23:49:32.439 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T23:49:32.439 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T23:49:32.439 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T23:49:32.441 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T23:49:32.441 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T23:49:32.441 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T23:49:32.441 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T23:49:32.441 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-08T23:49:32.442 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T23:49:32.442 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-11-08T23:49:32.442 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-11-08T23:49:32.442 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T23:49:32.442 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compression_opts.level: 32767 2023-11-08T23:49:32.443 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compression_opts.strategy: 0 2023-11-08T23:49:32.443 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T23:49:32.443 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T23:49:32.443 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-11-08T23:49:32.443 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-08T23:49:32.444 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compression_opts.enabled: false 2023-11-08T23:49:32.444 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-11-08T23:49:32.444 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T23:49:32.444 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T23:49:32.444 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T23:49:32.445 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.target_file_size_base: 67108864 2023-11-08T23:49:32.445 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T23:49:32.445 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T23:49:32.445 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T23:49:32.445 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T23:49:32.446 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T23:49:32.446 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T23:49:32.446 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T23:49:32.446 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T23:49:32.446 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T23:49:32.446 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T23:49:32.447 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T23:49:32.447 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T23:49:32.447 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T23:49:32.447 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-11-08T23:49:32.447 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.arena_block_size: 1048576 2023-11-08T23:49:32.448 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T23:49:32.448 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T23:49:32.448 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.disable_auto_compactions: 0 2023-11-08T23:49:32.448 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T23:49:32.448 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T23:49:32.449 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T23:49:32.449 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T23:49:32.449 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T23:49:32.449 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T23:49:32.449 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T23:49:32.450 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T23:49:32.450 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T23:49:32.450 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T23:49:32.450 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.table_properties_collectors: 2023-11-08T23:49:32.450 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.inplace_update_support: 0 2023-11-08T23:49:32.451 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T23:49:32.451 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T23:49:32.451 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T23:49:32.451 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T23:49:32.451 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.bloom_locality: 0 2023-11-08T23:49:32.452 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.max_successive_merges: 0 2023-11-08T23:49:32.452 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T23:49:32.452 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.paranoid_file_checks: 0 2023-11-08T23:49:32.452 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.force_consistency_checks: 1 2023-11-08T23:49:32.452 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.report_bg_io_stats: 0 2023-11-08T23:49:32.452 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.ttl: 2592000 2023-11-08T23:49:32.453 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T23:49:32.453 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-11-08T23:49:32.453 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-11-08T23:49:32.453 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.enable_blob_files: false 2023-11-08T23:49:32.453 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.min_blob_size: 0 2023-11-08T23:49:32.454 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.blob_file_size: 268435456 2023-11-08T23:49:32.454 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-08T23:49:32.454 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-08T23:49:32.454 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-08T23:49:32.454 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-11-08T23:49:32.455 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-11-08T23:49:32.455 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.blob_file_starting_level: 0 2023-11-08T23:49:32.455 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-11-08T23:49:32.455 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: 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 2023-11-08T23:49:32.455 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-11-08T23:49:32.456 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 14776262-817e-4b5c-823d-d75192a283f2 2023-11-08T23:49:32.456 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699487372016958, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-11-08T23:49:32.456 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-11-08T23:49:32.456 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699487372017516, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "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": "[]", "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": 1699487372, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "14776262-817e-4b5c-823d-d75192a283f2", "db_session_id": "PX2K5AI8QHR5RJ46ULFC", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-11-08T23:49:32.456 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699487372017616, "job": 1, "event": "recovery_finished"} 2023-11-08T23:49:32.457 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-11-08T23:49:32.457 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: 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 2023-11-08T23:49:32.457 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x561c8bb94000 2023-11-08T23:49:32.457 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: DB pointer 0x561c8bb80000 2023-11-08T23:49:32.457 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-11-08T23:49:32.457 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-11-08T23:49:32.458 INFO:journalctl@ceph.mon.c.smithi155.stdout: ** DB Stats ** 2023-11-08T23:49:32.459 INFO:journalctl@ceph.mon.c.smithi155.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T23:49:32.459 INFO:journalctl@ceph.mon.c.smithi155.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-08T23:49:32.459 INFO:journalctl@ceph.mon.c.smithi155.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T23:49:32.459 INFO:journalctl@ceph.mon.c.smithi155.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T23:49:32.459 INFO:journalctl@ceph.mon.c.smithi155.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-08T23:49:32.459 INFO:journalctl@ceph.mon.c.smithi155.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T23:49:32.460 INFO:journalctl@ceph.mon.c.smithi155.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T23:49:32.460 INFO:journalctl@ceph.mon.c.smithi155.stdout: 2023-11-08T23:49:32.460 INFO:journalctl@ceph.mon.c.smithi155.stdout: ** Compaction Stats [default] ** 2023-11-08T23:49:32.460 INFO:journalctl@ceph.mon.c.smithi155.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-11-08T23:49:32.461 INFO:journalctl@ceph.mon.c.smithi155.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-11-08T23:49:32.461 INFO:journalctl@ceph.mon.c.smithi155.stdout: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-08T23:49:32.461 INFO:journalctl@ceph.mon.c.smithi155.stdout: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-08T23:49:32.461 INFO:journalctl@ceph.mon.c.smithi155.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.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-08T23:49:32.461 INFO:journalctl@ceph.mon.c.smithi155.stdout: 2023-11-08T23:49:32.462 INFO:journalctl@ceph.mon.c.smithi155.stdout: ** Compaction Stats [default] ** 2023-11-08T23:49:32.462 INFO:journalctl@ceph.mon.c.smithi155.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-11-08T23:49:32.462 INFO:journalctl@ceph.mon.c.smithi155.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T23:49:32.462 INFO:journalctl@ceph.mon.c.smithi155.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.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-08T23:49:32.462 INFO:journalctl@ceph.mon.c.smithi155.stdout: 2023-11-08T23:49:32.462 INFO:journalctl@ceph.mon.c.smithi155.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-11-08T23:49:32.463 INFO:journalctl@ceph.mon.c.smithi155.stdout: 2023-11-08T23:49:32.463 INFO:journalctl@ceph.mon.c.smithi155.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T23:49:32.463 INFO:journalctl@ceph.mon.c.smithi155.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T23:49:32.463 INFO:journalctl@ceph.mon.c.smithi155.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T23:49:32.463 INFO:journalctl@ceph.mon.c.smithi155.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T23:49:32.464 INFO:journalctl@ceph.mon.c.smithi155.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T23:49:32.464 INFO:journalctl@ceph.mon.c.smithi155.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-08T23:49:32.464 INFO:journalctl@ceph.mon.c.smithi155.stdout: Cumulative compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T23:49:32.464 INFO:journalctl@ceph.mon.c.smithi155.stdout: Interval compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T23:49:32.464 INFO:journalctl@ceph.mon.c.smithi155.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-08T23:49:32.464 INFO:journalctl@ceph.mon.c.smithi155.stdout: Block cache BinnedLRUCache@0x561c8baf9090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2023-11-08T23:49:32.465 INFO:journalctl@ceph.mon.c.smithi155.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%) 2023-11-08T23:49:32.465 INFO:journalctl@ceph.mon.c.smithi155.stdout: 2023-11-08T23:49:32.465 INFO:journalctl@ceph.mon.c.smithi155.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-08T23:49:32.466 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: mon.c does not exist in monmap, will attempt to join an existing cluster 2023-11-08T23:49:32.466 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: using public_addr v2:172.21.15.155:0/0 -> [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] 2023-11-08T23:49:32.466 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: starting mon.c rank -1 at public addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] at bind addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:49:32.466 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: mon.c@-1(???) e0 preinit fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:49:32.466 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: mon.c@-1(synchronizing).mds e1 new map 2023-11-08T23:49:32.467 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: mon.c@-1(synchronizing).mds e1 print_map 2023-11-08T23:49:32.467 INFO:journalctl@ceph.mon.c.smithi155.stdout: e1 2023-11-08T23:49:32.467 INFO:journalctl@ceph.mon.c.smithi155.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-08T23:49:32.467 INFO:journalctl@ceph.mon.c.smithi155.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-11-08T23:49:32.467 INFO:journalctl@ceph.mon.c.smithi155.stdout: legacy client fscid: -1 2023-11-08T23:49:32.468 INFO:journalctl@ceph.mon.c.smithi155.stdout: 2023-11-08T23:49:32.468 INFO:journalctl@ceph.mon.c.smithi155.stdout: No filesystems configured 2023-11-08T23:49:32.468 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-08T23:49:32.468 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-08T23:49:32.469 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-08T23:49:32.469 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-08T23:49:32.469 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-08T23:49:32.469 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-08T23:49:32.470 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-08T23:49:32.470 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T23:49:32.470 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T23:49:32.470 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T23:49:32.470 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:49:32.470 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:32.471 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/1132660337' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-08T23:49:32.471 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:32.471 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:32.471 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:32.471 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:32.472 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi155", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:49:32.472 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:32.472 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:32.472 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: Updating smithi155:/etc/ceph/ceph.conf 2023-11-08T23:49:32.472 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: Updating smithi155:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:49:32.473 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/1132660337' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-08T23:49:32.473 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: osdmap e4: 0 total, 0 up, 0 in 2023-11-08T23:49:32.473 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:32.473 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:32.473 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:32.473 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: Updating smithi155:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:49:32.474 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: Updating smithi155:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-08T23:49:32.474 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:32.474 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:32.474 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi027:172.21.15.27=a;smithi078:172.21.15.78=b;smithi155:172.21.15.155=c", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:49:32.475 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: Saving service mon spec with placement smithi027:172.21.15.27=a;smithi078:172.21.15.78=b;smithi155:172.21.15.155=c;count:3 2023-11-08T23:49:32.475 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:32.475 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:32.475 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:32.476 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:32.476 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:49:32.476 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:32.476 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: Deploying daemon mon.c on smithi155 2023-11-08T23:49:32.477 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:32.477 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: from='client.? 172.21.15.155:0/856161517' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:49:32.477 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:32 smithi155 ceph-mon[146064]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-11-08T23:49:32.813 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-11-08T23:49:32.814 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T23:49:33.069 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.c/config 2023-11-08T23:49:37.383 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:49:37.383 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":2,"fsid":"165dcd8c-7e91-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T23:49:32.044528Z","created":"2023-11-08T23:48:08.629853Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:3300","nonce":0},{"type":"v1","addr":"172.21.15.155:6789","nonce":0}]},"addr":"172.21.15.155:6789/0","public_addr":"172.21.15.155:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-08T23:49:37.385 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 2 2023-11-08T23:49:37.405 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:37 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:49:37.405 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:37 smithi155 ceph-mon[146064]: mon.a calling monitor election 2023-11-08T23:49:37.405 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:37 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:37.406 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:37 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:37.406 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:37 smithi155 ceph-mon[146064]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:37.406 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:37 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:37.406 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:37 smithi155 ceph-mon[146064]: mon.c calling monitor election 2023-11-08T23:49:37.406 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:37 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:37.407 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:37 smithi155 ceph-mon[146064]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:37.407 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:37 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:37.407 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:37 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:37.407 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:37 smithi155 ceph-mon[146064]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-08T23:49:37.407 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:37 smithi155 ceph-mon[146064]: monmap e2: 2 mons at {a=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],c=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-08T23:49:37.408 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:37 smithi155 ceph-mon[146064]: fsmap 2023-11-08T23:49:37.408 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:37 smithi155 ceph-mon[146064]: osdmap e4: 0 total, 0 up, 0 in 2023-11-08T23:49:37.408 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:37 smithi155 ceph-mon[146064]: mgrmap e13: a(active, since 39s) 2023-11-08T23:49:37.408 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:37 smithi155 ceph-mon[146064]: overall HEALTH_OK 2023-11-08T23:49:37.408 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:37 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:37.409 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:37 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:37.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:37 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:49:37.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:37 smithi027 ceph-mon[141590]: mon.a calling monitor election 2023-11-08T23:49:37.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:37 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:37.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:37 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:37.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:37 smithi027 ceph-mon[141590]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:37.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:37 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:37.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:37 smithi027 ceph-mon[141590]: mon.c calling monitor election 2023-11-08T23:49:37.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:37 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:37.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:37 smithi027 ceph-mon[141590]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:37.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:37 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:37.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:37 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:37.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:37 smithi027 ceph-mon[141590]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-08T23:49:37.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:37 smithi027 ceph-mon[141590]: monmap e2: 2 mons at {a=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],c=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-08T23:49:37.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:37 smithi027 ceph-mon[141590]: fsmap 2023-11-08T23:49:37.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:37 smithi027 ceph-mon[141590]: osdmap e4: 0 total, 0 up, 0 in 2023-11-08T23:49:37.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:37 smithi027 ceph-mon[141590]: mgrmap e13: a(active, since 39s) 2023-11-08T23:49:37.626 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:37 smithi027 ceph-mon[141590]: overall HEALTH_OK 2023-11-08T23:49:37.626 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:37 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:37.626 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:37 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:38.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:38 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:38.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:38 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:49:38.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:38 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:38.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:38 smithi027 ceph-mon[141590]: Deploying daemon mon.b on smithi078 2023-11-08T23:49:38.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:38 smithi027 ceph-mon[141590]: from='client.? 172.21.15.155:0/4176495993' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:49:38.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:38 smithi027 ceph-mon[141590]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:38.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:38 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:38.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:38 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:38.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:38 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:49:38.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:38 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:38.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:38 smithi155 ceph-mon[146064]: Deploying daemon mon.b on smithi078 2023-11-08T23:49:38.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:38 smithi155 ceph-mon[146064]: from='client.? 172.21.15.155:0/4176495993' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:49:38.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:38 smithi155 ceph-mon[146064]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:38.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:38 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:38.792 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-11-08T23:49:38.792 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T23:49:39.057 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.c/config 2023-11-08T23:49:39.372 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:49:39 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:49:39.043+0000 7f1e34a58700 -1 mgr.server handle_report got status from non-daemon mon.c 2023-11-08T23:49:39.452 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 systemd[1]: Starting Ceph mon.b for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7... 2023-11-08T23:49:40.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: set uid:gid to 167:167 (ceph:ceph) 2023-11-08T23:49:40.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev), process ceph-mon, pid 7 2023-11-08T23:49:40.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 bash[146302]: fe857cc0bd97c6d1b87658e893876b62c9d8c10f0ad2b996b02d87dac7a3df71 2023-11-08T23:49:40.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: pidfile_write: ignore empty --pid-file 2023-11-08T23:49:40.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 systemd[1]: Started Ceph mon.b for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7. 2023-11-08T23:49:40.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: load: jerasure load: lrc 2023-11-08T23:49:40.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: RocksDB version: 7.9.2 2023-11-08T23:49:40.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Git sha 0 2023-11-08T23:49:40.004 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Compile date 2023-11-08 18:25:19 2023-11-08T23:49:40.004 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: DB SUMMARY 2023-11-08T23:49:40.004 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: DB Session ID: 46QL9L34PELL7JAF1P72 2023-11-08T23:49:40.004 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: CURRENT file: CURRENT 2023-11-08T23:49:40.004 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: IDENTITY file: IDENTITY 2023-11-08T23:49:40.005 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-11-08T23:49:40.005 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2023-11-08T23:49:40.005 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2023-11-08T23:49:40.005 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.error_if_exists: 0 2023-11-08T23:49:40.005 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.create_if_missing: 0 2023-11-08T23:49:40.006 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.paranoid_checks: 1 2023-11-08T23:49:40.006 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.flush_verify_memtable_count: 1 2023-11-08T23:49:40.006 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-08T23:49:40.006 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-11-08T23:49:40.006 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.env: 0x5600297569e0 2023-11-08T23:49:40.007 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.fs: PosixFileSystem 2023-11-08T23:49:40.007 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.info_log: 0x56002b437700 2023-11-08T23:49:40.007 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_file_opening_threads: 16 2023-11-08T23:49:40.007 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.statistics: (nil) 2023-11-08T23:49:40.007 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.use_fsync: 0 2023-11-08T23:49:40.008 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_log_file_size: 0 2023-11-08T23:49:40.008 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T23:49:40.008 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T23:49:40.008 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.keep_log_file_num: 1000 2023-11-08T23:49:40.008 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.recycle_log_file_num: 0 2023-11-08T23:49:40.009 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.allow_fallocate: 1 2023-11-08T23:49:40.009 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.allow_mmap_reads: 0 2023-11-08T23:49:40.009 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.allow_mmap_writes: 0 2023-11-08T23:49:40.009 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.use_direct_reads: 0 2023-11-08T23:49:40.009 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T23:49:40.009 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.create_missing_column_families: 0 2023-11-08T23:49:40.010 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.db_log_dir: 2023-11-08T23:49:40.011 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.wal_dir: 2023-11-08T23:49:40.012 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T23:49:40.012 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T23:49:40.012 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T23:49:40.012 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-08T23:49:40.013 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T23:49:40.013 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T23:49:40.013 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.advise_random_on_open: 1 2023-11-08T23:49:40.013 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.db_write_buffer_size: 0 2023-11-08T23:49:40.013 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.write_buffer_manager: 0x56002b3ed360 2023-11-08T23:49:40.014 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T23:49:40.014 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T23:49:40.014 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T23:49:40.014 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.rate_limiter: (nil) 2023-11-08T23:49:40.014 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T23:49:40.014 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.wal_recovery_mode: 2 2023-11-08T23:49:40.015 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.enable_thread_tracking: 0 2023-11-08T23:49:40.015 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.enable_pipelined_write: 0 2023-11-08T23:49:40.015 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.unordered_write: 0 2023-11-08T23:49:40.015 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T23:49:40.015 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T23:49:40.016 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T23:49:40.016 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T23:49:40.016 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.row_cache: None 2023-11-08T23:49:40.016 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.wal_filter: None 2023-11-08T23:49:40.016 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T23:49:40.017 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.allow_ingest_behind: 0 2023-11-08T23:49:40.017 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.two_write_queues: 0 2023-11-08T23:49:40.017 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.manual_wal_flush: 0 2023-11-08T23:49:40.017 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.wal_compression: 0 2023-11-08T23:49:40.017 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.atomic_flush: 0 2023-11-08T23:49:40.018 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T23:49:40.018 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T23:49:40.018 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T23:49:40.018 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.log_readahead_size: 0 2023-11-08T23:49:40.018 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-08T23:49:40.019 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.best_efforts_recovery: 0 2023-11-08T23:49:40.019 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-08T23:49:40.019 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-08T23:49:40.019 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.allow_data_in_errors: 0 2023-11-08T23:49:40.019 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.db_host_id: __hostname__ 2023-11-08T23:49:40.020 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.enforce_single_del_contracts: true 2023-11-08T23:49:40.020 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_background_jobs: 2 2023-11-08T23:49:40.020 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_background_compactions: -1 2023-11-08T23:49:40.020 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_subcompactions: 1 2023-11-08T23:49:40.020 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T23:49:40.021 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T23:49:40.021 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T23:49:40.021 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_total_wal_size: 0 2023-11-08T23:49:40.021 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T23:49:40.021 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T23:49:40.021 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T23:49:40.022 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T23:49:40.022 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_open_files: -1 2023-11-08T23:49:40.022 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.bytes_per_sync: 0 2023-11-08T23:49:40.022 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T23:49:40.023 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T23:49:40.023 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compaction_readahead_size: 0 2023-11-08T23:49:40.023 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_background_flushes: -1 2023-11-08T23:49:40.023 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Compression algorithms supported: 2023-11-08T23:49:40.023 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T23:49:40.023 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: kZSTD supported: 0 2023-11-08T23:49:40.024 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: kXpressCompression supported: 0 2023-11-08T23:49:40.024 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: kLZ4HCCompression supported: 1 2023-11-08T23:49:40.024 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: kZlibCompression supported: 1 2023-11-08T23:49:40.024 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: kSnappyCompression supported: 1 2023-11-08T23:49:40.024 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: kLZ4Compression supported: 1 2023-11-08T23:49:40.025 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: kBZip2Compression supported: 0 2023-11-08T23:49:40.025 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T23:49:40.025 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: DMutex implementation: pthread_mutex_t 2023-11-08T23:49:40.025 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2023-11-08T23:49:40.025 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-11-08T23:49:40.026 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T23:49:40.026 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.merge_operator: 2023-11-08T23:49:40.026 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compaction_filter: None 2023-11-08T23:49:40.026 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compaction_filter_factory: None 2023-11-08T23:49:40.026 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.sst_partitioner_factory: None 2023-11-08T23:49:40.027 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T23:49:40.027 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T23:49:40.027 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56002b437820) 2023-11-08T23:49:40.027 INFO:journalctl@ceph.mon.b.smithi078.stdout: cache_index_and_filter_blocks: 1 2023-11-08T23:49:40.027 INFO:journalctl@ceph.mon.b.smithi078.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T23:49:40.028 INFO:journalctl@ceph.mon.b.smithi078.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T23:49:40.028 INFO:journalctl@ceph.mon.b.smithi078.stdout: pin_top_level_index_and_filter: 1 2023-11-08T23:49:40.028 INFO:journalctl@ceph.mon.b.smithi078.stdout: index_type: 0 2023-11-08T23:49:40.028 INFO:journalctl@ceph.mon.b.smithi078.stdout: data_block_index_type: 0 2023-11-08T23:49:40.028 INFO:journalctl@ceph.mon.b.smithi078.stdout: index_shortening: 1 2023-11-08T23:49:40.029 INFO:journalctl@ceph.mon.b.smithi078.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-08T23:49:40.029 INFO:journalctl@ceph.mon.b.smithi078.stdout: checksum: 4 2023-11-08T23:49:40.029 INFO:journalctl@ceph.mon.b.smithi078.stdout: no_block_cache: 0 2023-11-08T23:49:40.029 INFO:journalctl@ceph.mon.b.smithi078.stdout: block_cache: 0x56002b48d090 2023-11-08T23:49:40.029 INFO:journalctl@ceph.mon.b.smithi078.stdout: block_cache_name: BinnedLRUCache 2023-11-08T23:49:40.030 INFO:journalctl@ceph.mon.b.smithi078.stdout: block_cache_options: 2023-11-08T23:49:40.030 INFO:journalctl@ceph.mon.b.smithi078.stdout: capacity : 536870912 2023-11-08T23:49:40.030 INFO:journalctl@ceph.mon.b.smithi078.stdout: num_shard_bits : 4 2023-11-08T23:49:40.030 INFO:journalctl@ceph.mon.b.smithi078.stdout: strict_capacity_limit : 0 2023-11-08T23:49:40.030 INFO:journalctl@ceph.mon.b.smithi078.stdout: high_pri_pool_ratio: 0.000 2023-11-08T23:49:40.031 INFO:journalctl@ceph.mon.b.smithi078.stdout: block_cache_compressed: (nil) 2023-11-08T23:49:40.031 INFO:journalctl@ceph.mon.b.smithi078.stdout: persistent_cache: (nil) 2023-11-08T23:49:40.031 INFO:journalctl@ceph.mon.b.smithi078.stdout: block_size: 4096 2023-11-08T23:49:40.031 INFO:journalctl@ceph.mon.b.smithi078.stdout: block_size_deviation: 10 2023-11-08T23:49:40.031 INFO:journalctl@ceph.mon.b.smithi078.stdout: block_restart_interval: 16 2023-11-08T23:49:40.032 INFO:journalctl@ceph.mon.b.smithi078.stdout: index_block_restart_interval: 1 2023-11-08T23:49:40.032 INFO:journalctl@ceph.mon.b.smithi078.stdout: metadata_block_size: 4096 2023-11-08T23:49:40.032 INFO:journalctl@ceph.mon.b.smithi078.stdout: partition_filters: 0 2023-11-08T23:49:40.032 INFO:journalctl@ceph.mon.b.smithi078.stdout: use_delta_encoding: 1 2023-11-08T23:49:40.032 INFO:journalctl@ceph.mon.b.smithi078.stdout: filter_policy: bloomfilter 2023-11-08T23:49:40.032 INFO:journalctl@ceph.mon.b.smithi078.stdout: whole_key_filtering: 1 2023-11-08T23:49:40.033 INFO:journalctl@ceph.mon.b.smithi078.stdout: verify_compression: 0 2023-11-08T23:49:40.033 INFO:journalctl@ceph.mon.b.smithi078.stdout: read_amp_bytes_per_bit: 0 2023-11-08T23:49:40.033 INFO:journalctl@ceph.mon.b.smithi078.stdout: format_version: 5 2023-11-08T23:49:40.033 INFO:journalctl@ceph.mon.b.smithi078.stdout: enable_index_compression: 1 2023-11-08T23:49:40.033 INFO:journalctl@ceph.mon.b.smithi078.stdout: block_align: 0 2023-11-08T23:49:40.034 INFO:journalctl@ceph.mon.b.smithi078.stdout: max_auto_readahead_size: 262144 2023-11-08T23:49:40.034 INFO:journalctl@ceph.mon.b.smithi078.stdout: prepopulate_block_cache: 0 2023-11-08T23:49:40.034 INFO:journalctl@ceph.mon.b.smithi078.stdout: initial_auto_readahead_size: 8192 2023-11-08T23:49:40.034 INFO:journalctl@ceph.mon.b.smithi078.stdout: num_file_reads_for_auto_readahead: 2 2023-11-08T23:49:40.034 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.write_buffer_size: 33554432 2023-11-08T23:49:40.035 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_write_buffer_number: 2 2023-11-08T23:49:40.035 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compression: NoCompression 2023-11-08T23:49:40.035 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.bottommost_compression: Disabled 2023-11-08T23:49:40.035 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.prefix_extractor: nullptr 2023-11-08T23:49:40.035 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T23:49:40.036 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.num_levels: 7 2023-11-08T23:49:40.036 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T23:49:40.036 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T23:49:40.036 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T23:49:40.036 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T23:49:40.037 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T23:49:40.037 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T23:49:40.037 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T23:49:40.037 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T23:49:40.037 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-08T23:49:40.038 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T23:49:40.038 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-11-08T23:49:40.038 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-11-08T23:49:40.038 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T23:49:40.038 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compression_opts.level: 32767 2023-11-08T23:49:40.038 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compression_opts.strategy: 0 2023-11-08T23:49:40.039 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T23:49:40.039 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T23:49:40.039 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-11-08T23:49:40.039 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-08T23:49:40.039 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compression_opts.enabled: false 2023-11-08T23:49:40.040 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-11-08T23:49:40.040 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T23:49:40.040 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T23:49:40.040 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T23:49:40.040 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.target_file_size_base: 67108864 2023-11-08T23:49:40.041 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T23:49:40.041 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T23:49:40.041 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T23:49:40.041 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T23:49:40.041 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T23:49:40.041 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T23:49:40.042 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T23:49:40.042 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T23:49:40.042 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T23:49:40.042 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T23:49:40.043 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T23:49:40.043 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T23:49:40.043 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T23:49:40.043 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-11-08T23:49:40.043 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.arena_block_size: 1048576 2023-11-08T23:49:40.043 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T23:49:40.044 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T23:49:40.044 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.disable_auto_compactions: 0 2023-11-08T23:49:40.044 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T23:49:40.044 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T23:49:40.044 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T23:49:40.045 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T23:49:40.045 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T23:49:40.045 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T23:49:40.045 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T23:49:40.045 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T23:49:40.046 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T23:49:40.046 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T23:49:40.046 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.table_properties_collectors: 2023-11-08T23:49:40.046 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.inplace_update_support: 0 2023-11-08T23:49:40.046 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T23:49:40.047 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T23:49:40.047 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T23:49:40.047 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T23:49:40.047 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.bloom_locality: 0 2023-11-08T23:49:40.047 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.max_successive_merges: 0 2023-11-08T23:49:40.048 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T23:49:40.048 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.paranoid_file_checks: 0 2023-11-08T23:49:40.048 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.force_consistency_checks: 1 2023-11-08T23:49:40.048 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.report_bg_io_stats: 0 2023-11-08T23:49:40.048 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.ttl: 2592000 2023-11-08T23:49:40.049 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T23:49:40.049 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-11-08T23:49:40.049 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-11-08T23:49:40.049 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.enable_blob_files: false 2023-11-08T23:49:40.049 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.min_blob_size: 0 2023-11-08T23:49:40.050 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.blob_file_size: 268435456 2023-11-08T23:49:40.050 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-08T23:49:40.050 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-08T23:49:40.050 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-08T23:49:40.050 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-11-08T23:49:40.050 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-11-08T23:49:40.051 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.blob_file_starting_level: 0 2023-11-08T23:49:40.051 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-11-08T23:49:40.051 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-08T23:49:40.051 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-11-08T23:49:40.051 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: fe1308c3-932d-44d0-87f5-daabde96b2c1 2023-11-08T23:49:40.052 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699487379753974, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-11-08T23:49:40.052 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-11-08T23:49:40.052 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699487379754551, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1747, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 648, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 526, "raw_average_value_size": 105, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1699487379, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "fe1308c3-932d-44d0-87f5-daabde96b2c1", "db_session_id": "46QL9L34PELL7JAF1P72", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-11-08T23:49:40.052 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699487379754640, "job": 1, "event": "recovery_finished"} 2023-11-08T23:49:40.052 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-11-08T23:49:40.053 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-08T23:49:40.053 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56002b528000 2023-11-08T23:49:40.053 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: DB pointer 0x56002b514000 2023-11-08T23:49:40.053 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-11-08T23:49:40.053 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-11-08T23:49:40.054 INFO:journalctl@ceph.mon.b.smithi078.stdout: ** DB Stats ** 2023-11-08T23:49:40.054 INFO:journalctl@ceph.mon.b.smithi078.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T23:49:40.054 INFO:journalctl@ceph.mon.b.smithi078.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-08T23:49:40.054 INFO:journalctl@ceph.mon.b.smithi078.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T23:49:40.054 INFO:journalctl@ceph.mon.b.smithi078.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T23:49:40.054 INFO:journalctl@ceph.mon.b.smithi078.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-08T23:49:40.055 INFO:journalctl@ceph.mon.b.smithi078.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T23:49:40.055 INFO:journalctl@ceph.mon.b.smithi078.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T23:49:40.056 INFO:journalctl@ceph.mon.b.smithi078.stdout: 2023-11-08T23:49:40.056 INFO:journalctl@ceph.mon.b.smithi078.stdout: ** Compaction Stats [default] ** 2023-11-08T23:49:40.056 INFO:journalctl@ceph.mon.b.smithi078.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-11-08T23:49:40.057 INFO:journalctl@ceph.mon.b.smithi078.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-11-08T23:49:40.057 INFO:journalctl@ceph.mon.b.smithi078.stdout: L0 1/0 1.71 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-08T23:49:40.057 INFO:journalctl@ceph.mon.b.smithi078.stdout: Sum 1/0 1.71 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-08T23:49:40.057 INFO:journalctl@ceph.mon.b.smithi078.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-08T23:49:40.057 INFO:journalctl@ceph.mon.b.smithi078.stdout: 2023-11-08T23:49:40.057 INFO:journalctl@ceph.mon.b.smithi078.stdout: ** Compaction Stats [default] ** 2023-11-08T23:49:40.058 INFO:journalctl@ceph.mon.b.smithi078.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-11-08T23:49:40.058 INFO:journalctl@ceph.mon.b.smithi078.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T23:49:40.058 INFO:journalctl@ceph.mon.b.smithi078.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-08T23:49:40.058 INFO:journalctl@ceph.mon.b.smithi078.stdout: 2023-11-08T23:49:40.058 INFO:journalctl@ceph.mon.b.smithi078.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-11-08T23:49:40.059 INFO:journalctl@ceph.mon.b.smithi078.stdout: 2023-11-08T23:49:40.059 INFO:journalctl@ceph.mon.b.smithi078.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T23:49:40.059 INFO:journalctl@ceph.mon.b.smithi078.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T23:49:40.059 INFO:journalctl@ceph.mon.b.smithi078.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T23:49:40.059 INFO:journalctl@ceph.mon.b.smithi078.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T23:49:40.060 INFO:journalctl@ceph.mon.b.smithi078.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T23:49:40.060 INFO:journalctl@ceph.mon.b.smithi078.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-08T23:49:40.060 INFO:journalctl@ceph.mon.b.smithi078.stdout: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T23:49:40.060 INFO:journalctl@ceph.mon.b.smithi078.stdout: Interval compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T23:49:40.060 INFO:journalctl@ceph.mon.b.smithi078.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-08T23:49:40.061 INFO:journalctl@ceph.mon.b.smithi078.stdout: Block cache BinnedLRUCache@0x56002b48d090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2023-11-08T23:49:40.061 INFO:journalctl@ceph.mon.b.smithi078.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2023-11-08T23:49:40.061 INFO:journalctl@ceph.mon.b.smithi078.stdout: 2023-11-08T23:49:40.061 INFO:journalctl@ceph.mon.b.smithi078.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-08T23:49:40.061 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: mon.b does not exist in monmap, will attempt to join an existing cluster 2023-11-08T23:49:40.061 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: using public_addr v2:172.21.15.78:0/0 -> [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] 2023-11-08T23:49:40.062 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: starting mon.b rank -1 at public addrs [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] at bind addrs [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:49:40.062 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: mon.b@-1(???) e0 preinit fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:49:40.062 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: mon.b@-1(synchronizing).mds e1 new map 2023-11-08T23:49:40.062 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: mon.b@-1(synchronizing).mds e1 print_map 2023-11-08T23:49:40.062 INFO:journalctl@ceph.mon.b.smithi078.stdout: e1 2023-11-08T23:49:40.063 INFO:journalctl@ceph.mon.b.smithi078.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-08T23:49:40.063 INFO:journalctl@ceph.mon.b.smithi078.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-11-08T23:49:40.063 INFO:journalctl@ceph.mon.b.smithi078.stdout: legacy client fscid: -1 2023-11-08T23:49:40.063 INFO:journalctl@ceph.mon.b.smithi078.stdout: 2023-11-08T23:49:40.063 INFO:journalctl@ceph.mon.b.smithi078.stdout: No filesystems configured 2023-11-08T23:49:40.064 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-08T23:49:40.064 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-08T23:49:40.064 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-08T23:49:40.064 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-08T23:49:40.064 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-08T23:49:40.065 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-08T23:49:40.065 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-08T23:49:40.065 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T23:49:40.065 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T23:49:40.065 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T23:49:40.066 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:49:40.066 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:40.066 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/1132660337' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-08T23:49:40.066 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:40.066 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:40.066 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:40.067 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:40.069 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi155", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:49:40.069 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:40.069 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:40.070 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: Updating smithi155:/etc/ceph/ceph.conf 2023-11-08T23:49:40.070 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: Updating smithi155:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:49:40.070 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/1132660337' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-08T23:49:40.070 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: osdmap e4: 0 total, 0 up, 0 in 2023-11-08T23:49:40.070 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:40.071 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:40.071 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:40.071 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: Updating smithi155:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:49:40.071 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: Updating smithi155:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-08T23:49:40.071 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:40.072 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:40.072 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi027:172.21.15.27=a;smithi078:172.21.15.78=b;smithi155:172.21.15.155=c", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:49:40.072 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: Saving service mon spec with placement smithi027:172.21.15.27=a;smithi078:172.21.15.78=b;smithi155:172.21.15.155=c;count:3 2023-11-08T23:49:40.072 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:40.072 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:40.073 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:40.073 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:40.073 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:49:40.073 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:40.073 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: Deploying daemon mon.c on smithi155 2023-11-08T23:49:40.073 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:40.074 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='client.? 172.21.15.155:0/856161517' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:49:40.074 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:49:40.074 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: mon.a calling monitor election 2023-11-08T23:49:40.074 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:40.074 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:40.075 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:40.075 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:40.075 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: mon.c calling monitor election 2023-11-08T23:49:40.075 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:40.075 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:40.075 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:40.076 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:40.076 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-08T23:49:40.076 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: monmap e2: 2 mons at {a=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],c=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-08T23:49:40.076 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: fsmap 2023-11-08T23:49:40.076 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: osdmap e4: 0 total, 0 up, 0 in 2023-11-08T23:49:40.077 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: mgrmap e13: a(active, since 39s) 2023-11-08T23:49:40.077 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: overall HEALTH_OK 2023-11-08T23:49:40.077 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:40.077 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:40.077 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:40.078 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:49:40.078 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:40.078 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: Deploying daemon mon.b on smithi078 2023-11-08T23:49:40.078 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='client.? 172.21.15.155:0/4176495993' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:49:40.078 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:40.078 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:40.079 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:39 smithi078 ceph-mon[146339]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-11-08T23:49:45.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:49:45.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: mon.a calling monitor election 2023-11-08T23:49:45.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: mon.c calling monitor election 2023-11-08T23:49:45.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:45.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:45.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:45.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:45.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:45.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: mon.b calling monitor election 2023-11-08T23:49:45.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:45.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:45.167 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:45.167 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:45.167 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-11-08T23:49:45.167 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: monmap e3: 3 mons at {a=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],b=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],c=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-08T23:49:45.167 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: fsmap 2023-11-08T23:49:45.168 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: osdmap e4: 0 total, 0 up, 0 in 2023-11-08T23:49:45.168 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: mgrmap e13: a(active, since 47s) 2023-11-08T23:49:45.168 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: overall HEALTH_OK 2023-11-08T23:49:45.168 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:45.168 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:44 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:45.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:49:45.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: mon.a calling monitor election 2023-11-08T23:49:45.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: mon.c calling monitor election 2023-11-08T23:49:45.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:45.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:45.253 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:45.253 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:45.253 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:45.253 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: mon.b calling monitor election 2023-11-08T23:49:45.254 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:45.254 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:45.254 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:45.254 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:45.255 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-11-08T23:49:45.255 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: monmap e3: 3 mons at {a=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],b=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],c=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-08T23:49:45.255 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: fsmap 2023-11-08T23:49:45.255 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: osdmap e4: 0 total, 0 up, 0 in 2023-11-08T23:49:45.256 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: mgrmap e13: a(active, since 47s) 2023-11-08T23:49:45.256 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: overall HEALTH_OK 2023-11-08T23:49:45.256 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:45.256 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:44 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:45.372 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:49:45.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: mon.a calling monitor election 2023-11-08T23:49:45.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: mon.c calling monitor election 2023-11-08T23:49:45.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:45.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:49:45.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:45.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:45.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:45.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: mon.b calling monitor election 2023-11-08T23:49:45.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:45.375 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:45.375 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:45.375 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:45.375 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-11-08T23:49:45.375 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: monmap e3: 3 mons at {a=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],b=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],c=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-08T23:49:45.376 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: fsmap 2023-11-08T23:49:45.376 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: osdmap e4: 0 total, 0 up, 0 in 2023-11-08T23:49:45.376 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: mgrmap e13: a(active, since 47s) 2023-11-08T23:49:45.376 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: overall HEALTH_OK 2023-11-08T23:49:45.376 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:45.377 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:44 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:46.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:45 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:46.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:45 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:46.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:45 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:46.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:45 smithi078 ceph-mon[146339]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:46.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:45 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:46.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:45 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:46.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:45 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:46.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:45 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:46.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:45 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:46.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:45 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:46.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:45 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:46.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:45 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:46.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:45 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:46.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:45 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:46.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:45 smithi155 ceph-mon[146064]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:46.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:45 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:46.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:45 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:46.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:45 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:46.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:45 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:46.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:45 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:46.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:45 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:46.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:45 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:46.319 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-08T23:49:46.319 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":3,"fsid":"165dcd8c-7e91-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T23:49:39.783900Z","created":"2023-11-08T23:48:08.629853Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:3300","nonce":0},{"type":"v1","addr":"172.21.15.155:6789","nonce":0}]},"addr":"172.21.15.155:6789/0","public_addr":"172.21.15.155:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2023-11-08T23:49:46.321 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 3 2023-11-08T23:49:46.372 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:45 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:46.372 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:45 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:46.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:45 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:46.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:45 smithi027 ceph-mon[141590]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:46.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:45 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:49:46.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:45 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:46.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:45 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:46.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:45 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:46.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:45 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:46.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:45 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:46.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:45 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:46.731 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-08T23:49:46.732 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-08T23:49:47.081 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:49:46.783+0000 7f1e34a58700 -1 mgr.server handle_report got status from non-daemon mon.b 2023-11-08T23:49:47.082 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: Updating smithi027:/etc/ceph/ceph.conf 2023-11-08T23:49:47.082 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: Updating smithi078:/etc/ceph/ceph.conf 2023-11-08T23:49:47.082 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: Updating smithi155:/etc/ceph/ceph.conf 2023-11-08T23:49:47.083 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: Updating smithi027:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:49:47.083 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: Updating smithi078:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:49:47.083 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: Updating smithi155:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:49:47.083 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: from='client.? 172.21.15.155:0/584221877' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:49:47.084 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.084 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.084 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.084 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.084 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.085 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.085 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.085 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.085 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.085 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.085 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.086 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: Reconfiguring mon.a (unknown last config time)... 2023-11-08T23:49:47.086 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:49:47.086 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T23:49:47.086 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:47.087 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:46 smithi027 ceph-mon[141590]: Reconfiguring daemon mon.a on smithi027 2023-11-08T23:49:47.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: Updating smithi027:/etc/ceph/ceph.conf 2023-11-08T23:49:47.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: Updating smithi078:/etc/ceph/ceph.conf 2023-11-08T23:49:47.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: Updating smithi155:/etc/ceph/ceph.conf 2023-11-08T23:49:47.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: Updating smithi027:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:49:47.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: Updating smithi078:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:49:47.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: Updating smithi155:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:49:47.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: from='client.? 172.21.15.155:0/584221877' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:49:47.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.167 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.167 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.167 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.167 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.167 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.168 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: Reconfiguring mon.a (unknown last config time)... 2023-11-08T23:49:47.168 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:49:47.168 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T23:49:47.168 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:47.169 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:46 smithi155 ceph-mon[146064]: Reconfiguring daemon mon.a on smithi027 2023-11-08T23:49:47.185 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:49:47.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: Updating smithi027:/etc/ceph/ceph.conf 2023-11-08T23:49:47.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: Updating smithi078:/etc/ceph/ceph.conf 2023-11-08T23:49:47.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: Updating smithi155:/etc/ceph/ceph.conf 2023-11-08T23:49:47.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: Updating smithi027:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:49:47.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: Updating smithi078:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:49:47.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: Updating smithi155:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:49:47.253 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: from='client.? 172.21.15.155:0/584221877' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:49:47.253 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.253 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.253 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.253 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.254 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.254 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.254 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.254 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.254 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.255 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.255 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:47.255 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: Reconfiguring mon.a (unknown last config time)... 2023-11-08T23:49:47.255 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:49:47.255 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T23:49:47.255 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:47.256 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:46 smithi078 ceph-mon[146339]: Reconfiguring daemon mon.a on smithi027 2023-11-08T23:49:48.449 INFO:teuthology.orchestra.run.smithi027.stdout:# minimal ceph.conf for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:49:48.449 INFO:teuthology.orchestra.run.smithi027.stdout:[global] 2023-11-08T23:49:48.449 INFO:teuthology.orchestra.run.smithi027.stdout: fsid = 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:49:48.450 INFO:teuthology.orchestra.run.smithi027.stdout: mon_host = [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] 2023-11-08T23:49:48.751 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:48 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:48.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:48 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:48.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:48 smithi078 ceph-mon[146339]: Reconfiguring mon.b (monmap changed)... 2023-11-08T23:49:48.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:48 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:49:48.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:48 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T23:49:48.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:48 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:48.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:48 smithi078 ceph-mon[146339]: Reconfiguring daemon mon.b on smithi078 2023-11-08T23:49:48.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:48 smithi078 ceph-mon[146339]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:48.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:48 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:48.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:48 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/3757042659' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:48.811 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:48 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:48.812 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:48 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:48.812 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:48 smithi027 ceph-mon[141590]: Reconfiguring mon.b (monmap changed)... 2023-11-08T23:49:48.812 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:48 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:49:48.812 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:48 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T23:49:48.812 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:48 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:48.813 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:48 smithi027 ceph-mon[141590]: Reconfiguring daemon mon.b on smithi078 2023-11-08T23:49:48.813 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:48 smithi027 ceph-mon[141590]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:48.813 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:48 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:48.813 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:48 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/3757042659' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:48.814 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-08T23:49:48.815 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-11-08T23:49:48.815 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/ceph/ceph.conf 2023-11-08T23:49:48.846 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-11-08T23:49:48.847 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:49:48.914 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:48 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:48.915 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:48 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:48.915 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:48 smithi155 ceph-mon[146064]: Reconfiguring mon.b (monmap changed)... 2023-11-08T23:49:48.915 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:48 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:49:48.916 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:48 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T23:49:48.916 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:48 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:48.917 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:48 smithi155 ceph-mon[146064]: Reconfiguring daemon mon.b on smithi078 2023-11-08T23:49:48.917 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:48 smithi155 ceph-mon[146064]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:48.917 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:48 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:48.918 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:48 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/3757042659' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:48.919 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-08T23:49:48.919 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/ceph/ceph.conf 2023-11-08T23:49:48.951 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-08T23:49:48.951 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:49:49.019 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-08T23:49:49.019 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.conf 2023-11-08T23:49:49.049 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-08T23:49:49.049 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:49:49.120 INFO:tasks.cephadm:Adding mgr.a on smithi027 2023-11-08T23:49:49.120 INFO:tasks.cephadm:Adding mgr.b on smithi078 2023-11-08T23:49:49.121 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph orch apply mgr '2;smithi027=a;smithi078=b' 2023-11-08T23:49:49.566 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.c/config 2023-11-08T23:49:49.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:49 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:49.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:49 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:49.840 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:49 smithi155 ceph-mon[146064]: Reconfiguring mon.c (monmap changed)... 2023-11-08T23:49:49.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:49 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:49:49.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:49 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T23:49:49.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:49 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:49.841 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:49 smithi155 ceph-mon[146064]: Reconfiguring daemon mon.c on smithi155 2023-11-08T23:49:49.872 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:49 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:49.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:49 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:49.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:49 smithi027 ceph-mon[141590]: Reconfiguring mon.c (monmap changed)... 2023-11-08T23:49:49.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:49 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:49:49.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:49 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T23:49:49.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:49 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:49.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:49 smithi027 ceph-mon[141590]: Reconfiguring daemon mon.c on smithi155 2023-11-08T23:49:50.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:49 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:50.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:49 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:50.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:49 smithi078 ceph-mon[146339]: Reconfiguring mon.c (monmap changed)... 2023-11-08T23:49:50.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:49 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:49:50.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:49 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T23:49:50.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:49 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:50.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:49 smithi078 ceph-mon[146339]: Reconfiguring daemon mon.c on smithi155 2023-11-08T23:49:50.748 INFO:teuthology.orchestra.run.smithi155.stdout:Scheduled mgr update... 2023-11-08T23:49:50.872 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:50 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:50.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:50 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:50.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:50 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:50.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:50 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:50.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:50 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:50.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:50 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:50.874 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:50 smithi027 ceph-mon[141590]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:50.914 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:50 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:50.914 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:50 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:50.914 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:50 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:50.915 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:50 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:50.915 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:50 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:50.915 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:50 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:50.915 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:50 smithi155 ceph-mon[146064]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:51.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:50 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:51.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:50 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:51.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:50 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:51.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:50 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:51.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:50 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:51.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:50 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:51.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:50 smithi078 ceph-mon[146339]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:51.132 DEBUG:teuthology.orchestra.run.smithi078:mgr.b> sudo journalctl -f -n 0 -u ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mgr.b.service 2023-11-08T23:49:51.134 INFO:tasks.cephadm:Deploying OSDs... 2023-11-08T23:49:51.135 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-11-08T23:49:51.135 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T23:49:51.158 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-08T23:49:51.159 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_1 2023-11-08T23:49:51.161 INFO:journalctl@ceph.mgr.b.smithi078.stdout:-- Logs begin at Wed 2023-11-08 23:32:36 UTC. -- 2023-11-08T23:49:51.221 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-08T23:49:51.221 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:49:51.222 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 426106 Links: 1 2023-11-08T23:49:51.222 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:49:51.222 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:49:51.222 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-11-08 23:49:07.584747202 +0000 2023-11-08T23:49:51.222 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-11-08 23:41:47.086310683 +0000 2023-11-08T23:49:51.223 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-11-08 23:41:47.086310683 +0000 2023-11-08T23:49:51.223 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-11-08T23:49:51.223 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-08T23:49:51.293 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-11-08T23:49:51.294 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-11-08T23:49:51.294 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000248905 s, 2.1 MB/s 2023-11-08T23:49:51.295 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-08T23:49:51.358 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_2 2023-11-08T23:49:51.418 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-08T23:49:51.418 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:49:51.419 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 420824 Links: 1 2023-11-08T23:49:51.419 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:49:51.419 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:49:51.419 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-11-08 23:49:07.632745965 +0000 2023-11-08T23:49:51.419 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-11-08 23:41:47.606297329 +0000 2023-11-08T23:49:51.420 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-11-08 23:41:47.606297329 +0000 2023-11-08T23:49:51.420 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-11-08T23:49:51.420 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-08T23:49:51.488 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-11-08T23:49:51.488 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-11-08T23:49:51.488 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000221868 s, 2.3 MB/s 2023-11-08T23:49:51.489 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-08T23:49:51.551 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_3 2023-11-08T23:49:51.611 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-08T23:49:51.611 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:49:51.611 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 426460 Links: 1 2023-11-08T23:49:51.612 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:49:51.612 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:49:51.612 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-11-08 23:49:07.680744728 +0000 2023-11-08T23:49:51.612 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-11-08 23:41:48.130283873 +0000 2023-11-08T23:49:51.613 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-11-08 23:41:48.130283873 +0000 2023-11-08T23:49:51.613 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-11-08T23:49:51.613 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-08T23:49:51.679 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-11-08T23:49:51.679 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-11-08T23:49:51.679 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000235239 s, 2.2 MB/s 2023-11-08T23:49:51.682 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-08T23:49:51.742 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_4 2023-11-08T23:49:51.801 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-08T23:49:51.802 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:49:51.802 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 427789 Links: 1 2023-11-08T23:49:51.802 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:49:51.803 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:49:51.803 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-11-08 23:49:07.723743620 +0000 2023-11-08T23:49:51.803 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-11-08 23:41:48.635270904 +0000 2023-11-08T23:49:51.803 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-11-08 23:41:48.635270904 +0000 2023-11-08T23:49:51.804 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-11-08T23:49:51.804 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-08T23:49:51.869 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-11-08T23:49:51.870 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-11-08T23:49:51.870 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000217095 s, 2.4 MB/s 2023-11-08T23:49:51.871 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-08T23:49:51.931 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-08T23:49:51.932 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T23:49:51.951 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-08T23:49:51.951 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_1 2023-11-08T23:49:52.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:51 smithi078 ceph-mon[146339]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi027=a;smithi078=b", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:49:52.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:51 smithi078 ceph-mon[146339]: Saving service mgr spec with placement smithi027=a;smithi078=b;count:2 2023-11-08T23:49:52.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:51 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:52.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:51 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:52.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:51 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:52.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:51 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:52.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:51 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:52.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:51 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T23:49:52.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:51 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-08T23:49:52.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:51 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T23:49:52.004 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:51 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:52.008 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-08T23:49:52.009 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:49:52.009 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 422756 Links: 1 2023-11-08T23:49:52.009 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:49:52.010 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:49:52.010 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-11-08 23:49:51.945298024 +0000 2023-11-08T23:49:52.010 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-11-08 23:41:34.012370554 +0000 2023-11-08T23:49:52.010 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-11-08 23:41:34.012370554 +0000 2023-11-08T23:49:52.010 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-11-08T23:49:52.011 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-08T23:49:52.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:51 smithi027 ceph-mon[141590]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi027=a;smithi078=b", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:49:52.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:51 smithi027 ceph-mon[141590]: Saving service mgr spec with placement smithi027=a;smithi078=b;count:2 2023-11-08T23:49:52.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:51 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:52.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:51 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:52.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:51 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:52.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:51 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:52.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:51 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:52.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:51 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T23:49:52.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:51 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-08T23:49:52.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:51 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T23:49:52.125 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:51 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:52.128 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-11-08T23:49:52.128 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-11-08T23:49:52.129 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000209041 s, 2.4 MB/s 2023-11-08T23:49:52.130 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-08T23:49:52.149 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_2 2023-11-08T23:49:52.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:51 smithi155 ceph-mon[146064]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi027=a;smithi078=b", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:49:52.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:51 smithi155 ceph-mon[146064]: Saving service mgr spec with placement smithi027=a;smithi078=b;count:2 2023-11-08T23:49:52.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:51 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:52.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:51 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:52.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:51 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:52.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:51 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:52.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:51 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:52.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:51 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T23:49:52.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:51 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-08T23:49:52.167 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:51 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T23:49:52.168 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:51 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:52.208 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-08T23:49:52.208 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:49:52.208 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 424577 Links: 1 2023-11-08T23:49:52.208 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:49:52.209 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:49:52.209 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-11-08 23:49:52.078295826 +0000 2023-11-08T23:49:52.209 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-11-08 23:41:34.515362099 +0000 2023-11-08T23:49:52.209 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-11-08 23:41:34.515362099 +0000 2023-11-08T23:49:52.209 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-11-08T23:49:52.210 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-08T23:49:52.274 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-11-08T23:49:52.275 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-11-08T23:49:52.275 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000205086 s, 2.5 MB/s 2023-11-08T23:49:52.276 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-08T23:49:52.336 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_3 2023-11-08T23:49:52.386 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:52 smithi078 systemd[1]: Starting Ceph mgr.b for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7... 2023-11-08T23:49:52.393 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-08T23:49:52.394 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:49:52.394 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 417774 Links: 1 2023-11-08T23:49:52.394 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:49:52.394 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:49:52.395 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-11-08 23:49:52.079295809 +0000 2023-11-08T23:49:52.395 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-11-08 23:41:35.032353409 +0000 2023-11-08T23:49:52.395 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-11-08 23:41:35.032353409 +0000 2023-11-08T23:49:52.395 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-11-08T23:49:52.396 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-08T23:49:52.459 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-11-08T23:49:52.460 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-11-08T23:49:52.460 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000198651 s, 2.6 MB/s 2023-11-08T23:49:52.461 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-08T23:49:52.520 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_4 2023-11-08T23:49:52.578 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-08T23:49:52.579 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:49:52.579 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 429099 Links: 1 2023-11-08T23:49:52.579 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:49:52.579 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:49:52.579 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-11-08 23:49:52.079295809 +0000 2023-11-08T23:49:52.580 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-11-08 23:41:35.547344773 +0000 2023-11-08T23:49:52.580 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-11-08 23:41:35.547344773 +0000 2023-11-08T23:49:52.580 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-11-08T23:49:52.580 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-08T23:49:52.648 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-11-08T23:49:52.648 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-11-08T23:49:52.649 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000228899 s, 2.2 MB/s 2023-11-08T23:49:52.650 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-08T23:49:52.711 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-08T23:49:52.712 DEBUG:teuthology.orchestra.run.smithi155:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T23:49:52.723 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:52 smithi078 bash[147791]: 2c812fef214d2fabbdbb84c597c54020511e1acd35dd1f4a1fd2daf7689a1b2f 2023-11-08T23:49:52.723 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:52 smithi078 ceph-mgr[147952]: -- 172.21.15.78:0/3010810785 <== mon.2 v2:172.21.15.78:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e13b34a1a0 con 0x55e13b321000 2023-11-08T23:49:52.723 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:52 smithi078 systemd[1]: Started Ceph mgr.b for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7. 2023-11-08T23:49:52.735 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-08T23:49:52.735 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_1 2023-11-08T23:49:52.798 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-08T23:49:52.799 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:49:52.799 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 425203 Links: 1 2023-11-08T23:49:52.799 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:49:52.799 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:49:52.799 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2023-11-08 23:49:31.396194996 +0000 2023-11-08T23:49:52.800 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2023-11-08 23:41:34.633077937 +0000 2023-11-08T23:49:52.800 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2023-11-08 23:41:34.633077937 +0000 2023-11-08T23:49:52.800 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2023-11-08T23:49:52.800 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-08T23:49:52.873 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2023-11-08T23:49:52.874 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2023-11-08T23:49:52.874 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000211277 s, 2.4 MB/s 2023-11-08T23:49:52.875 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-08T23:49:52.936 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_2 2023-11-08T23:49:52.995 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-08T23:49:52.996 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:49:52.996 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 426258 Links: 1 2023-11-08T23:49:52.996 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:49:52.996 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:49:52.996 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2023-11-08 23:49:31.396194996 +0000 2023-11-08T23:49:52.997 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2023-11-08 23:41:35.148076563 +0000 2023-11-08T23:49:52.997 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2023-11-08 23:41:35.148076563 +0000 2023-11-08T23:49:52.997 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2023-11-08T23:49:52.997 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-08T23:49:53.001 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:52 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:52.719+0000 7f9ff6cc2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-08T23:49:53.001 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:52 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:52.887+0000 7f9ff6cc2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-08T23:49:53.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:52 smithi078 ceph-mon[146339]: Deploying daemon mgr.b on smithi078 2023-11-08T23:49:53.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:52 smithi078 ceph-mon[146339]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:53.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:52 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:53.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:52 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:53.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:52 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:53.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:52 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:53.062 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:52 smithi155 ceph-mon[146064]: Deploying daemon mgr.b on smithi078 2023-11-08T23:49:53.062 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:52 smithi155 ceph-mon[146064]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:53.062 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:52 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:53.063 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:52 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:53.063 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:52 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:53.063 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:52 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:53.064 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2023-11-08T23:49:53.064 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2023-11-08T23:49:53.064 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000219487 s, 2.3 MB/s 2023-11-08T23:49:53.065 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-08T23:49:53.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:52 smithi027 ceph-mon[141590]: Deploying daemon mgr.b on smithi078 2023-11-08T23:49:53.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:52 smithi027 ceph-mon[141590]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:53.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:52 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:53.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:52 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:53.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:52 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:53.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:52 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:53.125 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_3 2023-11-08T23:49:53.184 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-08T23:49:53.184 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:49:53.185 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 428279 Links: 1 2023-11-08T23:49:53.185 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:49:53.185 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:49:53.185 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2023-11-08 23:49:31.396194996 +0000 2023-11-08T23:49:53.185 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2023-11-08 23:41:35.659075199 +0000 2023-11-08T23:49:53.186 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2023-11-08 23:41:35.659075199 +0000 2023-11-08T23:49:53.186 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2023-11-08T23:49:53.186 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-08T23:49:53.251 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2023-11-08T23:49:53.251 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2023-11-08T23:49:53.251 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000197388 s, 2.6 MB/s 2023-11-08T23:49:53.252 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-08T23:49:53.312 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_4 2023-11-08T23:49:53.371 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-08T23:49:53.372 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:49:53.372 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 424460 Links: 1 2023-11-08T23:49:53.372 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:49:53.372 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:49:53.372 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2023-11-08 23:49:31.396194996 +0000 2023-11-08T23:49:53.373 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2023-11-08 23:41:36.189073785 +0000 2023-11-08T23:49:53.373 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2023-11-08 23:41:36.189073785 +0000 2023-11-08T23:49:53.373 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2023-11-08T23:49:53.373 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-08T23:49:53.438 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2023-11-08T23:49:53.439 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2023-11-08T23:49:53.439 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000234211 s, 2.2 MB/s 2023-11-08T23:49:53.440 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-08T23:49:53.499 INFO:tasks.cephadm:Deploying osd.0 on smithi027 with /dev/vg_nvme/lv_4... 2023-11-08T23:49:53.499 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-08T23:49:53.501 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:53 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:53.240+0000 7f9ff6cc2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-08T23:49:53.778 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:49:54.041 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:53 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:54.042 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:53 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:54.042 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:53 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:54.042 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:53 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:54.042 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:53 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:54.043 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:53 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:54.043 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:53 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:54.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:53 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:54.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:53 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:54.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:53 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:54.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:53 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:54.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:53 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:54.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:53 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:54.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:53 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:54.251 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:53 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:53.772+0000 7f9ff6cc2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-08T23:49:54.251 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:54 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:54.002+0000 7f9ff6cc2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-08T23:49:54.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:53 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:54.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:53 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:54.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:53 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:54.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:53 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:54.253 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:53 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:54.253 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:53 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:54.253 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:53 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:54.751 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:54 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:54.418+0000 7f9ff6cc2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-08T23:49:54.841 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:54 smithi027 ceph-mon[141590]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:54.842 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:54 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T23:49:54.842 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:54 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T23:49:54.842 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:54 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:55.121 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:54 smithi078 ceph-mon[146339]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:55.121 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:54 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T23:49:55.121 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:54 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T23:49:55.121 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:54 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:55.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:54 smithi155 ceph-mon[146064]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:55.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:54 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T23:49:55.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:54 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T23:49:55.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:54 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:55.276 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-08T23:49:55.276 INFO:teuthology.orchestra.run.smithi027.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-08T23:49:55.276 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 10+0 records in 2023-11-08T23:49:55.276 INFO:teuthology.orchestra.run.smithi027.stderr:10+0 records out 2023-11-08T23:49:55.277 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110709 s, 947 MB/s 2023-11-08T23:49:55.277 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping successful for: 2023-11-08T23:49:55.502 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:55 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:55.118+0000 7f9ff6cc2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-08T23:49:55.502 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:55 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:55.206+0000 7f9ff6cc2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-08T23:49:55.627 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add osd smithi027:vg_nvme/lv_4 2023-11-08T23:49:55.893 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:49:55.984 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:55 smithi027 ceph-mon[141590]: Reconfiguring mgr.a (unknown last config time)... 2023-11-08T23:49:55.984 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:55 smithi027 ceph-mon[141590]: Reconfiguring daemon mgr.a on smithi027 2023-11-08T23:49:55.985 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:55 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:55.985 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:55 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:55.985 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:55 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:55.985 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:55 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:55.985 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:55 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:55.985 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:55 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:56.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:55 smithi155 ceph-mon[146064]: Reconfiguring mgr.a (unknown last config time)... 2023-11-08T23:49:56.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:55 smithi155 ceph-mon[146064]: Reconfiguring daemon mgr.a on smithi027 2023-11-08T23:49:56.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:55 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:56.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:55 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:56.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:55 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:56.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:55 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:56.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:55 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:56.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:55 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:56.195 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:55 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:55.794+0000 7f9ff6cc2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-08T23:49:56.195 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:55 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:55.877+0000 7f9ff6cc2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-08T23:49:56.195 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:55 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:55.963+0000 7f9ff6cc2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-08T23:49:56.196 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:55 smithi078 ceph-mon[146339]: Reconfiguring mgr.a (unknown last config time)... 2023-11-08T23:49:56.196 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:55 smithi078 ceph-mon[146339]: Reconfiguring daemon mgr.a on smithi027 2023-11-08T23:49:56.196 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:55 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:56.196 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:55 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:56.196 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:55 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:49:56.197 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:55 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:56.197 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:55 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:49:56.197 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:55 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:49:56.501 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:56 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:56.192+0000 7f9ff6cc2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-08T23:49:56.501 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:56 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:56.283+0000 7f9ff6cc2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-08T23:49:56.502 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:56 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:56.375+0000 7f9ff6cc2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-08T23:49:56.869 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:56 smithi078 ceph-mon[146339]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:56.869 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:56 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:56.587+0000 7f9ff6cc2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-08T23:49:56.870 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:56 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:56.684+0000 7f9ff6cc2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-08T23:49:56.870 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:56 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:56.866+0000 7f9ff6cc2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-08T23:49:57.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:56 smithi027 ceph-mon[141590]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:57.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:56 smithi155 ceph-mon[146064]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:57.251 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:56 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:56.950+0000 7f9ff6cc2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-08T23:49:58.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:57 smithi078 ceph-mon[146339]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:49:58.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:57 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:49:58.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:57 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:49:58.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:57 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:58.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:57 smithi078 ceph-mon[146339]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:58.003 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:57 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:57.689+0000 7f9ff6cc2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-08T23:49:58.003 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:57 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:57.881+0000 7f9ff6cc2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-08T23:49:58.085 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:57 smithi027 ceph-mon[141590]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:49:58.085 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:57 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:49:58.085 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:57 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:49:58.086 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:57 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:58.086 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:57 smithi027 ceph-mon[141590]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:58.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:57 smithi155 ceph-mon[146064]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:49:58.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:57 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:49:58.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:57 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:49:58.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:57 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:49:58.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:57 smithi155 ceph-mon[146064]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:49:58.501 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:58 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:58.057+0000 7f9ff6cc2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-08T23:49:59.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:58 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/2582137557' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1c70354-d05e-4099-8166-a0ddcb878fd8"}]: dispatch 2023-11-08T23:49:59.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:58 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/2582137557' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d1c70354-d05e-4099-8166-a0ddcb878fd8"}]': finished 2023-11-08T23:49:59.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:58 smithi078 ceph-mon[146339]: osdmap e5: 1 total, 0 up, 1 in 2023-11-08T23:49:59.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:49:58 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:49:59.002 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:58 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:58.703+0000 7f9ff6cc2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-08T23:49:59.002 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:58 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:58.883+0000 7f9ff6cc2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-08T23:49:59.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:58 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2582137557' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1c70354-d05e-4099-8166-a0ddcb878fd8"}]: dispatch 2023-11-08T23:49:59.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:58 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2582137557' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d1c70354-d05e-4099-8166-a0ddcb878fd8"}]': finished 2023-11-08T23:49:59.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:58 smithi027 ceph-mon[141590]: osdmap e5: 1 total, 0 up, 1 in 2023-11-08T23:49:59.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:49:58 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:49:59.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:58 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/2582137557' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1c70354-d05e-4099-8166-a0ddcb878fd8"}]: dispatch 2023-11-08T23:49:59.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:58 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/2582137557' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d1c70354-d05e-4099-8166-a0ddcb878fd8"}]': finished 2023-11-08T23:49:59.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:58 smithi155 ceph-mon[146064]: osdmap e5: 1 total, 0 up, 1 in 2023-11-08T23:49:59.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:49:58 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:49:59.501 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:59 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:59.064+0000 7f9ff6cc2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-08T23:49:59.502 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:49:59 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:49:59.178+0000 7f9ff6cc2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-08T23:50:00.372 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:00 smithi027 ceph-mon[141590]: Standby manager daemon b started 2023-11-08T23:50:00.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:00 smithi027 ceph-mon[141590]: from='mgr.? 172.21.15.78:0/2054169840' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-08T23:50:00.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:00 smithi027 ceph-mon[141590]: from='mgr.? 172.21.15.78:0/2054169840' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T23:50:00.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:00 smithi027 ceph-mon[141590]: from='mgr.? 172.21.15.78:0/2054169840' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-08T23:50:00.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:00 smithi027 ceph-mon[141590]: from='mgr.? 172.21.15.78:0/2054169840' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T23:50:00.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:00 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/1824344121' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:50:00.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:00 smithi027 ceph-mon[141590]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:00.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:00 smithi027 ceph-mon[141590]: overall HEALTH_OK 2023-11-08T23:50:00.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:00 smithi155 ceph-mon[146064]: Standby manager daemon b started 2023-11-08T23:50:00.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:00 smithi155 ceph-mon[146064]: from='mgr.? 172.21.15.78:0/2054169840' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-08T23:50:00.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:00 smithi155 ceph-mon[146064]: from='mgr.? 172.21.15.78:0/2054169840' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T23:50:00.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:00 smithi155 ceph-mon[146064]: from='mgr.? 172.21.15.78:0/2054169840' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-08T23:50:00.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:00 smithi155 ceph-mon[146064]: from='mgr.? 172.21.15.78:0/2054169840' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T23:50:00.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:00 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/1824344121' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:50:00.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:00 smithi155 ceph-mon[146064]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:00.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:00 smithi155 ceph-mon[146064]: overall HEALTH_OK 2023-11-08T23:50:00.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:00 smithi078 ceph-mon[146339]: Standby manager daemon b started 2023-11-08T23:50:00.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:00 smithi078 ceph-mon[146339]: from='mgr.? 172.21.15.78:0/2054169840' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-08T23:50:00.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:00 smithi078 ceph-mon[146339]: from='mgr.? 172.21.15.78:0/2054169840' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T23:50:00.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:00 smithi078 ceph-mon[146339]: from='mgr.? 172.21.15.78:0/2054169840' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-08T23:50:00.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:00 smithi078 ceph-mon[146339]: from='mgr.? 172.21.15.78:0/2054169840' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T23:50:00.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:00 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/1824344121' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:50:00.503 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:00 smithi078 ceph-mon[146339]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:00.503 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:00 smithi078 ceph-mon[146339]: overall HEALTH_OK 2023-11-08T23:50:01.372 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:01 smithi027 ceph-mon[141590]: mgrmap e14: a(active, since 62s), standbys: b 2023-11-08T23:50:01.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:01 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-08T23:50:01.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:01 smithi155 ceph-mon[146064]: mgrmap e14: a(active, since 62s), standbys: b 2023-11-08T23:50:01.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:01 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-08T23:50:01.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:01 smithi078 ceph-mon[146339]: mgrmap e14: a(active, since 62s), standbys: b 2023-11-08T23:50:01.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:01 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-08T23:50:02.372 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:02 smithi027 ceph-mon[141590]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:02.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:02 smithi155 ceph-mon[146064]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:02.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:02 smithi078 ceph-mon[146339]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:05.076 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:04 smithi027 ceph-mon[141590]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:05.077 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:04 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-08T23:50:05.077 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:04 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:05.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:04 smithi155 ceph-mon[146064]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:05.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:04 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-08T23:50:05.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:04 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:05.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:04 smithi078 ceph-mon[146339]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:05.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:04 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-08T23:50:05.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:04 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:06.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:05 smithi027 ceph-mon[141590]: Deploying daemon osd.0 on smithi027 2023-11-08T23:50:06.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:05 smithi155 ceph-mon[146064]: Deploying daemon osd.0 on smithi027 2023-11-08T23:50:06.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:05 smithi078 ceph-mon[146339]: Deploying daemon osd.0 on smithi027 2023-11-08T23:50:07.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:06 smithi027 ceph-mon[141590]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:07.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:06 smithi155 ceph-mon[146064]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:07.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:06 smithi078 ceph-mon[146339]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:08.745 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:08 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:08.746 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:08 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:08.746 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:08 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:08.746 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:08 smithi027 ceph-mon[141590]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:08.914 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:08 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:08.914 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:08 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:08.914 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:08 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:08.915 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:08 smithi155 ceph-mon[146064]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:09.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:08 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:09.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:08 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:09.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:08 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:09.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:08 smithi078 ceph-mon[146339]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:09.625 INFO:teuthology.orchestra.run.smithi027.stdout:Created osd(s) 0 on host 'smithi027' 2023-11-08T23:50:09.872 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:09 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:09.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:09 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:09.873 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:09 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:09.874 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:09 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:09.874 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:09 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:09.874 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:09 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:09.875 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:09 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:09.875 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:09 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:09.914 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:09 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:09.914 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:09 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:09.915 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:09 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:09.915 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:09 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:09.915 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:09 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:09.915 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:09 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:09.915 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:09 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:09.916 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:09 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:10.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:09 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:10.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:09 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:10.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:09 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:10.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:09 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:10.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:09 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:10.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:09 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:10.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:09 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:10.004 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:09 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:10.048 DEBUG:teuthology.orchestra.run.smithi027:osd.0> sudo journalctl -f -n 0 -u ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@osd.0.service 2023-11-08T23:50:10.050 INFO:tasks.cephadm:Deploying osd.1 on smithi078 with /dev/vg_nvme/lv_4... 2023-11-08T23:50:10.051 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-08T23:50:10.081 INFO:journalctl@ceph.osd.0.smithi027.stdout:-- Logs begin at Wed 2023-11-08 23:33:45 UTC. -- 2023-11-08T23:50:10.326 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.b/config 2023-11-08T23:50:10.702 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:10 smithi027 ceph-mon[141590]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:10.724 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:10 smithi078 ceph-mon[146339]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:11.122 INFO:journalctl@ceph.osd.0.smithi027.stdout:Nov 08 23:50:10 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-0[160171]: 2023-11-08T23:50:10.698+0000 7f539f61f640 -1 osd.0 0 log_to_monitors true 2023-11-08T23:50:11.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:10 smithi155 ceph-mon[146064]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:11.582 INFO:teuthology.orchestra.run.smithi078.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-08T23:50:11.582 INFO:teuthology.orchestra.run.smithi078.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-08T23:50:11.583 INFO:teuthology.orchestra.run.smithi078.stderr: stderr: 10+0 records in 2023-11-08T23:50:11.583 INFO:teuthology.orchestra.run.smithi078.stderr:10+0 records out 2023-11-08T23:50:11.583 INFO:teuthology.orchestra.run.smithi078.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0112754 s, 930 MB/s 2023-11-08T23:50:11.584 INFO:teuthology.orchestra.run.smithi078.stderr:--> Zapping successful for: 2023-11-08T23:50:11.875 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:11 smithi078 ceph-mon[146339]: from='osd.0 [v2:172.21.15.27:6802/2157923867,v1:172.21.15.27:6803/2157923867]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T23:50:11.954 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:11 smithi027 ceph-mon[141590]: from='osd.0 [v2:172.21.15.27:6802/2157923867,v1:172.21.15.27:6803/2157923867]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T23:50:11.965 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add osd smithi078:vg_nvme/lv_4 2023-11-08T23:50:12.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:11 smithi155 ceph-mon[146064]: from='osd.0 [v2:172.21.15.27:6802/2157923867,v1:172.21.15.27:6803/2157923867]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T23:50:12.221 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.b/config 2023-11-08T23:50:13.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:12 smithi078 ceph-mon[146339]: from='osd.0 [v2:172.21.15.27:6802/2157923867,v1:172.21.15.27:6803/2157923867]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-08T23:50:13.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:12 smithi078 ceph-mon[146339]: osdmap e6: 1 total, 0 up, 1 in 2023-11-08T23:50:13.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:12 smithi078 ceph-mon[146339]: from='osd.0 [v2:172.21.15.27:6802/2157923867,v1:172.21.15.27:6803/2157923867]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-11-08T23:50:13.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:12 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:50:13.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:12 smithi078 ceph-mon[146339]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:13.004 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:12 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:13.004 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:12 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:13.004 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:12 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:50:13.005 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:12 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:13.005 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:12 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:13.005 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:12 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:13.005 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:12 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:13.122 INFO:journalctl@ceph.osd.0.smithi027.stdout:Nov 08 23:50:12 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-0[160171]: 2023-11-08T23:50:12.678+0000 7f5394c96700 -1 osd.0 0 waiting for initial osdmap 2023-11-08T23:50:13.123 INFO:journalctl@ceph.osd.0.smithi027.stdout:Nov 08 23:50:12 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-0[160171]: 2023-11-08T23:50:12.681+0000 7f538fa8e700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-08T23:50:13.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:12 smithi027 ceph-mon[141590]: from='osd.0 [v2:172.21.15.27:6802/2157923867,v1:172.21.15.27:6803/2157923867]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-08T23:50:13.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:12 smithi027 ceph-mon[141590]: osdmap e6: 1 total, 0 up, 1 in 2023-11-08T23:50:13.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:12 smithi027 ceph-mon[141590]: from='osd.0 [v2:172.21.15.27:6802/2157923867,v1:172.21.15.27:6803/2157923867]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-11-08T23:50:13.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:12 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:50:13.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:12 smithi027 ceph-mon[141590]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:13.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:12 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:13.125 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:12 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:13.125 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:12 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:50:13.125 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:12 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:13.125 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:12 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:13.125 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:12 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:13.126 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:12 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:13.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:12 smithi155 ceph-mon[146064]: from='osd.0 [v2:172.21.15.27:6802/2157923867,v1:172.21.15.27:6803/2157923867]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-08T23:50:13.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:12 smithi155 ceph-mon[146064]: osdmap e6: 1 total, 0 up, 1 in 2023-11-08T23:50:13.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:12 smithi155 ceph-mon[146064]: from='osd.0 [v2:172.21.15.27:6802/2157923867,v1:172.21.15.27:6803/2157923867]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-11-08T23:50:13.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:12 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:50:13.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:12 smithi155 ceph-mon[146064]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:13.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:12 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:13.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:12 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:13.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:12 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:50:13.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:12 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:13.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:12 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:13.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:12 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:13.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:12 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:14.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:13 smithi078 ceph-mon[146339]: Detected new or changed devices on smithi027 2023-11-08T23:50:14.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:13 smithi078 ceph-mon[146339]: Adjusting osd_memory_target on smithi027 to 17122M 2023-11-08T23:50:14.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:13 smithi078 ceph-mon[146339]: from='osd.0 [v2:172.21.15.27:6802/2157923867,v1:172.21.15.27:6803/2157923867]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-11-08T23:50:14.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:13 smithi078 ceph-mon[146339]: osdmap e7: 1 total, 0 up, 1 in 2023-11-08T23:50:14.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:13 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:50:14.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:13 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:50:14.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:13 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:50:14.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:13 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:50:14.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:13 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:14.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:13 smithi027 ceph-mon[141590]: Detected new or changed devices on smithi027 2023-11-08T23:50:14.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:13 smithi027 ceph-mon[141590]: Adjusting osd_memory_target on smithi027 to 17122M 2023-11-08T23:50:14.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:13 smithi027 ceph-mon[141590]: from='osd.0 [v2:172.21.15.27:6802/2157923867,v1:172.21.15.27:6803/2157923867]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-11-08T23:50:14.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:13 smithi027 ceph-mon[141590]: osdmap e7: 1 total, 0 up, 1 in 2023-11-08T23:50:14.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:13 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:50:14.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:13 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:50:14.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:13 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:50:14.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:13 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:50:14.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:13 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:14.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:13 smithi155 ceph-mon[146064]: Detected new or changed devices on smithi027 2023-11-08T23:50:14.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:13 smithi155 ceph-mon[146064]: Adjusting osd_memory_target on smithi027 to 17122M 2023-11-08T23:50:14.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:13 smithi155 ceph-mon[146064]: from='osd.0 [v2:172.21.15.27:6802/2157923867,v1:172.21.15.27:6803/2157923867]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-11-08T23:50:14.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:13 smithi155 ceph-mon[146064]: osdmap e7: 1 total, 0 up, 1 in 2023-11-08T23:50:14.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:13 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:50:14.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:13 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:50:14.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:13 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:50:14.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:13 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:50:14.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:13 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:15.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:14 smithi078 ceph-mon[146339]: purged_snaps scrub starts 2023-11-08T23:50:15.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:14 smithi078 ceph-mon[146339]: purged_snaps scrub ok 2023-11-08T23:50:15.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:14 smithi078 ceph-mon[146339]: from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi078:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:50:15.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:14 smithi078 ceph-mon[146339]: osd.0 [v2:172.21.15.27:6802/2157923867,v1:172.21.15.27:6803/2157923867] boot 2023-11-08T23:50:15.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:14 smithi078 ceph-mon[146339]: osdmap e8: 1 total, 1 up, 1 in 2023-11-08T23:50:15.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:14 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:50:15.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:14 smithi078 ceph-mon[146339]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:15.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:14 smithi027 ceph-mon[141590]: purged_snaps scrub starts 2023-11-08T23:50:15.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:14 smithi027 ceph-mon[141590]: purged_snaps scrub ok 2023-11-08T23:50:15.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:14 smithi027 ceph-mon[141590]: from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi078:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:50:15.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:14 smithi027 ceph-mon[141590]: osd.0 [v2:172.21.15.27:6802/2157923867,v1:172.21.15.27:6803/2157923867] boot 2023-11-08T23:50:15.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:14 smithi027 ceph-mon[141590]: osdmap e8: 1 total, 1 up, 1 in 2023-11-08T23:50:15.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:14 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:50:15.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:14 smithi027 ceph-mon[141590]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:15.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:14 smithi155 ceph-mon[146064]: purged_snaps scrub starts 2023-11-08T23:50:15.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:14 smithi155 ceph-mon[146064]: purged_snaps scrub ok 2023-11-08T23:50:15.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:14 smithi155 ceph-mon[146064]: from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi078:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:50:15.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:14 smithi155 ceph-mon[146064]: osd.0 [v2:172.21.15.27:6802/2157923867,v1:172.21.15.27:6803/2157923867] boot 2023-11-08T23:50:15.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:14 smithi155 ceph-mon[146064]: osdmap e8: 1 total, 1 up, 1 in 2023-11-08T23:50:15.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:14 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:50:15.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:14 smithi155 ceph-mon[146064]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:50:16.372 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:16 smithi027 ceph-mon[141590]: osdmap e9: 1 total, 1 up, 1 in 2023-11-08T23:50:16.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:16 smithi027 ceph-mon[141590]: from='client.? 172.21.15.78:0/336154920' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8392a777-11fe-427a-b922-d5a877bc9c2f"}]: dispatch 2023-11-08T23:50:16.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:16 smithi027 ceph-mon[141590]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8392a777-11fe-427a-b922-d5a877bc9c2f"}]: dispatch 2023-11-08T23:50:16.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:16 smithi027 ceph-mon[141590]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8392a777-11fe-427a-b922-d5a877bc9c2f"}]': finished 2023-11-08T23:50:16.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:16 smithi027 ceph-mon[141590]: osdmap e10: 2 total, 1 up, 2 in 2023-11-08T23:50:16.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:16 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:50:16.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:16 smithi027 ceph-mon[141590]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:16.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:16 smithi027 ceph-mon[141590]: from='client.? 172.21.15.78:0/2584150278' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:50:16.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:16 smithi155 ceph-mon[146064]: osdmap e9: 1 total, 1 up, 1 in 2023-11-08T23:50:16.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:16 smithi155 ceph-mon[146064]: from='client.? 172.21.15.78:0/336154920' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8392a777-11fe-427a-b922-d5a877bc9c2f"}]: dispatch 2023-11-08T23:50:16.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:16 smithi155 ceph-mon[146064]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8392a777-11fe-427a-b922-d5a877bc9c2f"}]: dispatch 2023-11-08T23:50:16.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:16 smithi155 ceph-mon[146064]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8392a777-11fe-427a-b922-d5a877bc9c2f"}]': finished 2023-11-08T23:50:16.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:16 smithi155 ceph-mon[146064]: osdmap e10: 2 total, 1 up, 2 in 2023-11-08T23:50:16.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:16 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:50:16.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:16 smithi155 ceph-mon[146064]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:16.416 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:16 smithi155 ceph-mon[146064]: from='client.? 172.21.15.78:0/2584150278' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:50:16.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:16 smithi078 ceph-mon[146339]: osdmap e9: 1 total, 1 up, 1 in 2023-11-08T23:50:16.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:16 smithi078 ceph-mon[146339]: from='client.? 172.21.15.78:0/336154920' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8392a777-11fe-427a-b922-d5a877bc9c2f"}]: dispatch 2023-11-08T23:50:16.503 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:16 smithi078 ceph-mon[146339]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8392a777-11fe-427a-b922-d5a877bc9c2f"}]: dispatch 2023-11-08T23:50:16.503 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:16 smithi078 ceph-mon[146339]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8392a777-11fe-427a-b922-d5a877bc9c2f"}]': finished 2023-11-08T23:50:16.503 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:16 smithi078 ceph-mon[146339]: osdmap e10: 2 total, 1 up, 2 in 2023-11-08T23:50:16.504 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:16 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:50:16.504 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:16 smithi078 ceph-mon[146339]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:16.504 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:16 smithi078 ceph-mon[146339]: from='client.? 172.21.15.78:0/2584150278' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:50:19.103 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:18 smithi078 ceph-mon[146339]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:19.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:18 smithi027 ceph-mon[141590]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:19.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:18 smithi155 ceph-mon[146064]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:20.349 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:20 smithi078 ceph-mon[146339]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:20.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:20 smithi155 ceph-mon[146064]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:20.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:20 smithi027 ceph-mon[141590]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:21.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:21 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-08T23:50:21.416 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:21 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:21.416 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:21 smithi155 ceph-mon[146064]: Deploying daemon osd.1 on smithi078 2023-11-08T23:50:21.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:21 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-08T23:50:21.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:21 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:21.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:21 smithi078 ceph-mon[146339]: Deploying daemon osd.1 on smithi078 2023-11-08T23:50:21.628 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:21 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-08T23:50:21.629 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:21 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:21.629 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:21 smithi027 ceph-mon[141590]: Deploying daemon osd.1 on smithi078 2023-11-08T23:50:22.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:22 smithi155 ceph-mon[146064]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:22.491 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:22 smithi078 ceph-mon[146339]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:22.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:22 smithi027 ceph-mon[141590]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:25.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:24 smithi078 ceph-mon[146339]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:25.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:24 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:25.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:24 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:25.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:24 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:25.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:24 smithi027 ceph-mon[141590]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:25.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:24 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:25.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:24 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:25.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:24 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:25.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:24 smithi155 ceph-mon[146064]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:25.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:24 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:25.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:24 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:25.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:24 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:26.279 INFO:teuthology.orchestra.run.smithi078.stdout:Created osd(s) 1 on host 'smithi078' 2023-11-08T23:50:26.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:26 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:26.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:26 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:26.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:26 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:26.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:26 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:26.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:26 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:26.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:26 smithi078 ceph-mon[146339]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:26.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:26 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:26.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:26 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:26.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:26 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:26.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:26 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:26.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:26 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:26.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:26 smithi027 ceph-mon[141590]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:26.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:26 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:26.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:26 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:26.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:26 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:26.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:26 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:26.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:26 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:26.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:26 smithi155 ceph-mon[146064]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:26.702 DEBUG:teuthology.orchestra.run.smithi078:osd.1> sudo journalctl -f -n 0 -u ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@osd.1.service 2023-11-08T23:50:26.704 INFO:tasks.cephadm:Deploying osd.2 on smithi155 with /dev/vg_nvme/lv_4... 2023-11-08T23:50:26.705 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-08T23:50:26.737 INFO:journalctl@ceph.osd.1.smithi078.stdout:-- Logs begin at Wed 2023-11-08 23:32:36 UTC. -- 2023-11-08T23:50:26.969 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.c/config 2023-11-08T23:50:27.409 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:27 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:27.410 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:27 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:27.410 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:27 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:27.452 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:27 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:27.453 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:27 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:27.453 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:27 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:27.453 INFO:journalctl@ceph.osd.1.smithi078.stdout:Nov 08 23:50:27 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-1[151218]: 2023-11-08T23:50:27.285+0000 7f2b4f5ad640 -1 osd.1 0 log_to_monitors true 2023-11-08T23:50:27.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:27 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:27.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:27 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:27.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:27 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:28.245 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-08T23:50:28.245 INFO:teuthology.orchestra.run.smithi155.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-08T23:50:28.246 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10+0 records in 2023-11-08T23:50:28.246 INFO:teuthology.orchestra.run.smithi155.stderr:10+0 records out 2023-11-08T23:50:28.246 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111057 s, 944 MB/s 2023-11-08T23:50:28.246 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping successful for: 2023-11-08T23:50:28.562 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:28 smithi155 ceph-mon[146064]: from='osd.1 [v2:172.21.15.78:6800/3506145224,v1:172.21.15.78:6801/3506145224]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T23:50:28.562 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:28 smithi155 ceph-mon[146064]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T23:50:28.562 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:28 smithi155 ceph-mon[146064]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:28.581 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:28 smithi078 ceph-mon[146339]: from='osd.1 [v2:172.21.15.78:6800/3506145224,v1:172.21.15.78:6801/3506145224]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T23:50:28.581 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:28 smithi078 ceph-mon[146339]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T23:50:28.581 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:28 smithi078 ceph-mon[146339]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:28.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:28 smithi027 ceph-mon[141590]: from='osd.1 [v2:172.21.15.78:6800/3506145224,v1:172.21.15.78:6801/3506145224]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T23:50:28.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:28 smithi027 ceph-mon[141590]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T23:50:28.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:28 smithi027 ceph-mon[141590]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:28.634 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add osd smithi155:vg_nvme/lv_4 2023-11-08T23:50:28.890 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.c/config 2023-11-08T23:50:29.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:29 smithi027 ceph-mon[141590]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-08T23:50:29.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:29 smithi027 ceph-mon[141590]: osdmap e11: 2 total, 1 up, 2 in 2023-11-08T23:50:29.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:29 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:50:29.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:29 smithi027 ceph-mon[141590]: from='osd.1 [v2:172.21.15.78:6800/3506145224,v1:172.21.15.78:6801/3506145224]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-08T23:50:29.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:29 smithi027 ceph-mon[141590]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-08T23:50:29.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:29 smithi027 ceph-mon[141590]: Detected new or changed devices on smithi078 2023-11-08T23:50:29.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:29 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:29.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:29 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:29.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:29 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:50:29.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:29 smithi027 ceph-mon[141590]: Adjusting osd_memory_target on smithi078 to 17122M 2023-11-08T23:50:29.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:29 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:29.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:29 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:29.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:29 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:29.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:29 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:29.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:29 smithi155 ceph-mon[146064]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-08T23:50:29.666 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:29 smithi155 ceph-mon[146064]: osdmap e11: 2 total, 1 up, 2 in 2023-11-08T23:50:29.666 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:29 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:50:29.666 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:29 smithi155 ceph-mon[146064]: from='osd.1 [v2:172.21.15.78:6800/3506145224,v1:172.21.15.78:6801/3506145224]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-08T23:50:29.666 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:29 smithi155 ceph-mon[146064]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-08T23:50:29.667 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:29 smithi155 ceph-mon[146064]: Detected new or changed devices on smithi078 2023-11-08T23:50:29.667 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:29 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:29.667 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:29 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:29.667 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:29 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:50:29.668 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:29 smithi155 ceph-mon[146064]: Adjusting osd_memory_target on smithi078 to 17122M 2023-11-08T23:50:29.668 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:29 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:29.668 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:29 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:29.668 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:29 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:29.668 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:29 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:29.751 INFO:journalctl@ceph.osd.1.smithi078.stdout:Nov 08 23:50:29 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-1[151218]: 2023-11-08T23:50:29.283+0000 7f2b44c24700 -1 osd.1 0 waiting for initial osdmap 2023-11-08T23:50:29.752 INFO:journalctl@ceph.osd.1.smithi078.stdout:Nov 08 23:50:29 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-1[151218]: 2023-11-08T23:50:29.285+0000 7f2b40a1e700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-08T23:50:29.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:29 smithi078 ceph-mon[146339]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-08T23:50:29.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:29 smithi078 ceph-mon[146339]: osdmap e11: 2 total, 1 up, 2 in 2023-11-08T23:50:29.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:29 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:50:29.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:29 smithi078 ceph-mon[146339]: from='osd.1 [v2:172.21.15.78:6800/3506145224,v1:172.21.15.78:6801/3506145224]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-08T23:50:29.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:29 smithi078 ceph-mon[146339]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-08T23:50:29.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:29 smithi078 ceph-mon[146339]: Detected new or changed devices on smithi078 2023-11-08T23:50:29.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:29 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:29.754 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:29 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:29.754 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:29 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:50:29.754 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:29 smithi078 ceph-mon[146339]: Adjusting osd_memory_target on smithi078 to 17122M 2023-11-08T23:50:29.754 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:29 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:29.754 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:29 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:29.755 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:29 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:29.755 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:29 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:30.562 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:30 smithi155 ceph-mon[146064]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-11-08T23:50:30.562 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:30 smithi155 ceph-mon[146064]: osdmap e12: 2 total, 1 up, 2 in 2023-11-08T23:50:30.562 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:30 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:50:30.563 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:30 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:50:30.563 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:30 smithi155 ceph-mon[146064]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:30.563 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:30 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:50:30.563 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:30 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:50:30.564 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:30 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:30.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:30 smithi027 ceph-mon[141590]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-11-08T23:50:30.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:30 smithi027 ceph-mon[141590]: osdmap e12: 2 total, 1 up, 2 in 2023-11-08T23:50:30.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:30 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:50:30.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:30 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:50:30.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:30 smithi027 ceph-mon[141590]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:30.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:30 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:50:30.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:30 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:50:30.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:30 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:30.751 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:30 smithi078 ceph-mon[146339]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-11-08T23:50:30.751 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:30 smithi078 ceph-mon[146339]: osdmap e12: 2 total, 1 up, 2 in 2023-11-08T23:50:30.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:30 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:50:30.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:30 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:50:30.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:30 smithi078 ceph-mon[146339]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:50:30.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:30 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:50:30.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:30 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:50:30.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:30 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:31.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:31 smithi027 ceph-mon[141590]: purged_snaps scrub starts 2023-11-08T23:50:31.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:31 smithi027 ceph-mon[141590]: purged_snaps scrub ok 2023-11-08T23:50:31.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:31 smithi027 ceph-mon[141590]: from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:50:31.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:31 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:50:31.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:31 smithi027 ceph-mon[141590]: osd.1 [v2:172.21.15.78:6800/3506145224,v1:172.21.15.78:6801/3506145224] boot 2023-11-08T23:50:31.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:31 smithi027 ceph-mon[141590]: osdmap e13: 2 total, 2 up, 2 in 2023-11-08T23:50:31.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:31 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:50:31.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:31 smithi155 ceph-mon[146064]: purged_snaps scrub starts 2023-11-08T23:50:31.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:31 smithi155 ceph-mon[146064]: purged_snaps scrub ok 2023-11-08T23:50:31.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:31 smithi155 ceph-mon[146064]: from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:50:31.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:31 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:50:31.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:31 smithi155 ceph-mon[146064]: osd.1 [v2:172.21.15.78:6800/3506145224,v1:172.21.15.78:6801/3506145224] boot 2023-11-08T23:50:31.666 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:31 smithi155 ceph-mon[146064]: osdmap e13: 2 total, 2 up, 2 in 2023-11-08T23:50:31.666 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:31 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:50:31.751 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:31 smithi078 ceph-mon[146339]: purged_snaps scrub starts 2023-11-08T23:50:31.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:31 smithi078 ceph-mon[146339]: purged_snaps scrub ok 2023-11-08T23:50:31.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:31 smithi078 ceph-mon[146339]: from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:50:31.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:31 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:50:31.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:31 smithi078 ceph-mon[146339]: osd.1 [v2:172.21.15.78:6800/3506145224,v1:172.21.15.78:6801/3506145224] boot 2023-11-08T23:50:31.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:31 smithi078 ceph-mon[146339]: osdmap e13: 2 total, 2 up, 2 in 2023-11-08T23:50:31.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:31 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:50:32.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:32 smithi027 ceph-mon[141590]: osdmap e14: 2 total, 2 up, 2 in 2023-11-08T23:50:32.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:32 smithi027 ceph-mon[141590]: pgmap v51: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:32.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:32 smithi027 ceph-mon[141590]: from='client.? 172.21.15.155:0/4057826528' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bae6fde5-60b5-4009-8c14-ae1d2e3a0157"}]: dispatch 2023-11-08T23:50:32.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:32 smithi027 ceph-mon[141590]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bae6fde5-60b5-4009-8c14-ae1d2e3a0157"}]: dispatch 2023-11-08T23:50:32.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:32 smithi027 ceph-mon[141590]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bae6fde5-60b5-4009-8c14-ae1d2e3a0157"}]': finished 2023-11-08T23:50:32.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:32 smithi027 ceph-mon[141590]: osdmap e15: 3 total, 2 up, 3 in 2023-11-08T23:50:32.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:32 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:50:32.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:32 smithi155 ceph-mon[146064]: osdmap e14: 2 total, 2 up, 2 in 2023-11-08T23:50:32.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:32 smithi155 ceph-mon[146064]: pgmap v51: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:32.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:32 smithi155 ceph-mon[146064]: from='client.? 172.21.15.155:0/4057826528' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bae6fde5-60b5-4009-8c14-ae1d2e3a0157"}]: dispatch 2023-11-08T23:50:32.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:32 smithi155 ceph-mon[146064]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bae6fde5-60b5-4009-8c14-ae1d2e3a0157"}]: dispatch 2023-11-08T23:50:32.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:32 smithi155 ceph-mon[146064]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bae6fde5-60b5-4009-8c14-ae1d2e3a0157"}]': finished 2023-11-08T23:50:32.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:32 smithi155 ceph-mon[146064]: osdmap e15: 3 total, 2 up, 3 in 2023-11-08T23:50:32.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:32 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:50:32.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:32 smithi078 ceph-mon[146339]: osdmap e14: 2 total, 2 up, 2 in 2023-11-08T23:50:32.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:32 smithi078 ceph-mon[146339]: pgmap v51: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:32.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:32 smithi078 ceph-mon[146339]: from='client.? 172.21.15.155:0/4057826528' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bae6fde5-60b5-4009-8c14-ae1d2e3a0157"}]: dispatch 2023-11-08T23:50:32.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:32 smithi078 ceph-mon[146339]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bae6fde5-60b5-4009-8c14-ae1d2e3a0157"}]: dispatch 2023-11-08T23:50:32.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:32 smithi078 ceph-mon[146339]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bae6fde5-60b5-4009-8c14-ae1d2e3a0157"}]': finished 2023-11-08T23:50:32.754 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:32 smithi078 ceph-mon[146339]: osdmap e15: 3 total, 2 up, 3 in 2023-11-08T23:50:32.754 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:32 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:50:33.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:33 smithi027 ceph-mon[141590]: from='client.? 172.21.15.155:0/29904772' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:50:33.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:33 smithi155 ceph-mon[146064]: from='client.? 172.21.15.155:0/29904772' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:50:33.751 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:33 smithi078 ceph-mon[146339]: from='client.? 172.21.15.155:0/29904772' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:50:34.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:34 smithi027 ceph-mon[141590]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:34.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:34 smithi155 ceph-mon[146064]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:34.751 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:34 smithi078 ceph-mon[146339]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:36.977 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:36 smithi155 ceph-mon[146064]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:37.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:36 smithi027 ceph-mon[141590]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:37.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:36 smithi078 ceph-mon[146339]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:38.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:37 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-08T23:50:38.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:37 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:38.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:37 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-08T23:50:38.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:37 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:38.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:37 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-08T23:50:38.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:37 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:38.810 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:38 smithi155 ceph-mon[146064]: Deploying daemon osd.2 on smithi155 2023-11-08T23:50:38.811 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:38 smithi155 ceph-mon[146064]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:39.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:38 smithi027 ceph-mon[141590]: Deploying daemon osd.2 on smithi155 2023-11-08T23:50:39.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:38 smithi027 ceph-mon[141590]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:39.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:38 smithi078 ceph-mon[146339]: Deploying daemon osd.2 on smithi155 2023-11-08T23:50:39.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:38 smithi078 ceph-mon[146339]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:40.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:40 smithi155 ceph-mon[146064]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:40.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:40 smithi078 ceph-mon[146339]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:40.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:40 smithi027 ceph-mon[141590]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:42.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:41 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:42.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:41 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:42.098 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:41 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:42.099 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:41 smithi155 ceph-mon[146064]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:42.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:41 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:42.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:41 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:42.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:41 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:42.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:41 smithi027 ceph-mon[141590]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:42.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:41 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:42.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:41 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:42.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:41 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:42.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:41 smithi078 ceph-mon[146339]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:42.966 INFO:teuthology.orchestra.run.smithi155.stdout:Created osd(s) 2 on host 'smithi155' 2023-11-08T23:50:43.131 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:42 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:43.132 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:42 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:43.132 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:42 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:43.132 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:42 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:43.132 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:42 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:43.132 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:42 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:43.133 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:42 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:43.133 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:42 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:43.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:42 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:43.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:42 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:43.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:42 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:43.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:42 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:43.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:42 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:43.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:42 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:43.253 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:42 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:43.253 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:42 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:43.343 DEBUG:teuthology.orchestra.run.smithi155:osd.2> sudo journalctl -f -n 0 -u ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@osd.2.service 2023-11-08T23:50:43.345 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2023-11-08T23:50:43.346 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T23:50:43.372 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:42 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:43.372 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:42 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:43.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:42 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:43.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:42 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:43.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:42 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:43.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:42 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:43.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:42 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:43.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:42 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:43.377 INFO:journalctl@ceph.osd.2.smithi155.stdout:-- Logs begin at Wed 2023-11-08 23:33:07 UTC. -- 2023-11-08T23:50:43.627 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:50:44.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:44 smithi155 ceph-mon[146064]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:44.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:44 smithi155 ceph-mon[146064]: from='osd.2 [v2:172.21.15.155:6800/3148795080,v1:172.21.15.155:6801/3148795080]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T23:50:44.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:44 smithi155 ceph-mon[146064]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T23:50:44.165 INFO:journalctl@ceph.osd.2.smithi155.stdout:Nov 08 23:50:43 smithi155 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-2[151116]: 2023-11-08T23:50:43.968+0000 7f6ceabdd640 -1 osd.2 0 log_to_monitors true 2023-11-08T23:50:44.356 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:44 smithi027 ceph-mon[141590]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:44.357 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:44 smithi027 ceph-mon[141590]: from='osd.2 [v2:172.21.15.155:6800/3148795080,v1:172.21.15.155:6801/3148795080]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T23:50:44.357 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:44 smithi027 ceph-mon[141590]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T23:50:44.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:44 smithi078 ceph-mon[146339]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:44.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:44 smithi078 ceph-mon[146339]: from='osd.2 [v2:172.21.15.155:6800/3148795080,v1:172.21.15.155:6801/3148795080]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T23:50:44.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:44 smithi078 ceph-mon[146339]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T23:50:44.732 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:50:45.104 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:45 smithi027 ceph-mon[141590]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-08T23:50:45.105 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:45 smithi027 ceph-mon[141590]: osdmap e16: 3 total, 2 up, 3 in 2023-11-08T23:50:45.105 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:45 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:50:45.105 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:45 smithi027 ceph-mon[141590]: from='osd.2 [v2:172.21.15.155:6800/3148795080,v1:172.21.15.155:6801/3148795080]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-08T23:50:45.105 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:45 smithi027 ceph-mon[141590]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-08T23:50:45.105 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:45 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/735519018' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T23:50:45.106 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1699487430,"num_in_osds":3,"osd_in_since":1699487431,"num_remapped_pgs":0} 2023-11-08T23:50:45.299 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:45 smithi155 ceph-mon[146064]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-08T23:50:45.300 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:45 smithi155 ceph-mon[146064]: osdmap e16: 3 total, 2 up, 3 in 2023-11-08T23:50:45.300 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:45 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:50:45.300 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:45 smithi155 ceph-mon[146064]: from='osd.2 [v2:172.21.15.155:6800/3148795080,v1:172.21.15.155:6801/3148795080]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-08T23:50:45.300 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:45 smithi155 ceph-mon[146064]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-08T23:50:45.300 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:45 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/735519018' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T23:50:45.301 INFO:journalctl@ceph.osd.2.smithi155.stdout:Nov 08 23:50:45 smithi155 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-2[151116]: 2023-11-08T23:50:45.010+0000 7f6ce0254700 -1 osd.2 0 waiting for initial osdmap 2023-11-08T23:50:45.301 INFO:journalctl@ceph.osd.2.smithi155.stdout:Nov 08 23:50:45 smithi155 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-2[151116]: 2023-11-08T23:50:45.013+0000 7f6cdb84d700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-08T23:50:45.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:45 smithi078 ceph-mon[146339]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-08T23:50:45.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:45 smithi078 ceph-mon[146339]: osdmap e16: 3 total, 2 up, 3 in 2023-11-08T23:50:45.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:45 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:50:45.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:45 smithi078 ceph-mon[146339]: from='osd.2 [v2:172.21.15.155:6800/3148795080,v1:172.21.15.155:6801/3148795080]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-08T23:50:45.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:45 smithi078 ceph-mon[146339]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-08T23:50:45.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:45 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/735519018' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T23:50:46.107 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T23:50:46.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:46 smithi027 ceph-mon[141590]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2023-11-08T23:50:46.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:46 smithi027 ceph-mon[141590]: osdmap e17: 3 total, 2 up, 3 in 2023-11-08T23:50:46.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:50:46.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:50:46.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:46 smithi027 ceph-mon[141590]: Detected new or changed devices on smithi155 2023-11-08T23:50:46.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:46.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:46.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:50:46.374 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:46 smithi027 ceph-mon[141590]: Adjusting osd_memory_target on smithi155 to 21218M 2023-11-08T23:50:46.375 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:46.375 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:46.375 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:46.375 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:46 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:46.375 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:46 smithi027 ceph-mon[141590]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:46.378 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:50:46.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:46 smithi155 ceph-mon[146064]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2023-11-08T23:50:46.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:46 smithi155 ceph-mon[146064]: osdmap e17: 3 total, 2 up, 3 in 2023-11-08T23:50:46.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:50:46.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:50:46.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:46 smithi155 ceph-mon[146064]: Detected new or changed devices on smithi155 2023-11-08T23:50:46.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:46.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:46.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:50:46.416 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:46 smithi155 ceph-mon[146064]: Adjusting osd_memory_target on smithi155 to 21218M 2023-11-08T23:50:46.416 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:46.416 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:46.416 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:46.416 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:46 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:46.417 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:46 smithi155 ceph-mon[146064]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:46.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:46 smithi078 ceph-mon[146339]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2023-11-08T23:50:46.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:46 smithi078 ceph-mon[146339]: osdmap e17: 3 total, 2 up, 3 in 2023-11-08T23:50:46.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:50:46.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:50:46.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:46 smithi078 ceph-mon[146339]: Detected new or changed devices on smithi155 2023-11-08T23:50:46.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:46.503 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:46.503 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:50:46.503 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:46 smithi078 ceph-mon[146339]: Adjusting osd_memory_target on smithi155 to 21218M 2023-11-08T23:50:46.503 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:46.503 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:46.504 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:46.504 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:46 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:46.504 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:46 smithi078 ceph-mon[146339]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:50:47.372 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:47 smithi027 ceph-mon[141590]: purged_snaps scrub starts 2023-11-08T23:50:47.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:47 smithi027 ceph-mon[141590]: purged_snaps scrub ok 2023-11-08T23:50:47.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:47 smithi027 ceph-mon[141590]: osd.2 [v2:172.21.15.155:6800/3148795080,v1:172.21.15.155:6801/3148795080] boot 2023-11-08T23:50:47.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:47 smithi027 ceph-mon[141590]: osdmap e18: 3 total, 3 up, 3 in 2023-11-08T23:50:47.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:47 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:50:47.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:47 smithi155 ceph-mon[146064]: purged_snaps scrub starts 2023-11-08T23:50:47.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:47 smithi155 ceph-mon[146064]: purged_snaps scrub ok 2023-11-08T23:50:47.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:47 smithi155 ceph-mon[146064]: osd.2 [v2:172.21.15.155:6800/3148795080,v1:172.21.15.155:6801/3148795080] boot 2023-11-08T23:50:47.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:47 smithi155 ceph-mon[146064]: osdmap e18: 3 total, 3 up, 3 in 2023-11-08T23:50:47.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:47 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:50:47.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:47 smithi078 ceph-mon[146339]: purged_snaps scrub starts 2023-11-08T23:50:47.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:47 smithi078 ceph-mon[146339]: purged_snaps scrub ok 2023-11-08T23:50:47.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:47 smithi078 ceph-mon[146339]: osd.2 [v2:172.21.15.155:6800/3148795080,v1:172.21.15.155:6801/3148795080] boot 2023-11-08T23:50:47.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:47 smithi078 ceph-mon[146339]: osdmap e18: 3 total, 3 up, 3 in 2023-11-08T23:50:47.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:47 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:50:47.515 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:50:47.921 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":19,"num_osds":3,"num_up_osds":3,"osd_up_since":1699487446,"num_in_osds":3,"osd_in_since":1699487431,"num_remapped_pgs":0} 2023-11-08T23:50:47.922 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T23:50:48.209 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:50:48.612 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:48 smithi027 ceph-mon[141590]: osdmap e19: 3 total, 3 up, 3 in 2023-11-08T23:50:48.612 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:48 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/1223659467' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T23:50:48.613 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:48 smithi027 ceph-mon[141590]: pgmap v64: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:50:48.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:48 smithi155 ceph-mon[146064]: osdmap e19: 3 total, 3 up, 3 in 2023-11-08T23:50:48.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:48 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/1223659467' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T23:50:48.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:48 smithi155 ceph-mon[146064]: pgmap v64: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:50:48.751 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:48 smithi078 ceph-mon[146339]: osdmap e19: 3 total, 3 up, 3 in 2023-11-08T23:50:48.751 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:48 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/1223659467' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T23:50:48.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:48 smithi078 ceph-mon[146339]: pgmap v64: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:50:49.307 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:50:49.308 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":21,"fsid":"165dcd8c-7e91-11ee-8dbb-212e2dc638e7","created":"2023-11-08T23:48:10.594655+0000","modified":"2023-11-08T23:50:49.299279+0000","last_up_change":"2023-11-08T23:50:46.006365+0000","last_in_change":"2023-11-08T23:50:31.950016+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":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-08T23:50:48.247383+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"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_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":"d1c70354-d05e-4099-8166-a0ddcb878fd8","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.27:6802","nonce":2157923867},{"type":"v1","addr":"172.21.15.27:6803","nonce":2157923867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6804","nonce":2157923867},{"type":"v1","addr":"172.21.15.27:6805","nonce":2157923867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6808","nonce":2157923867},{"type":"v1","addr":"172.21.15.27:6809","nonce":2157923867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6806","nonce":2157923867},{"type":"v1","addr":"172.21.15.27:6807","nonce":2157923867}]},"public_addr":"172.21.15.27:6803/2157923867","cluster_addr":"172.21.15.27:6805/2157923867","heartbeat_back_addr":"172.21.15.27:6809/2157923867","heartbeat_front_addr":"172.21.15.27:6807/2157923867","state":["exists","up"]},{"osd":1,"uuid":"8392a777-11fe-427a-b922-d5a877bc9c2f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6800","nonce":3506145224},{"type":"v1","addr":"172.21.15.78:6801","nonce":3506145224}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6802","nonce":3506145224},{"type":"v1","addr":"172.21.15.78:6803","nonce":3506145224}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6806","nonce":3506145224},{"type":"v1","addr":"172.21.15.78:6807","nonce":3506145224}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6804","nonce":3506145224},{"type":"v1","addr":"172.21.15.78:6805","nonce":3506145224}]},"public_addr":"172.21.15.78:6801/3506145224","cluster_addr":"172.21.15.78:6803/3506145224","heartbeat_back_addr":"172.21.15.78:6807/3506145224","heartbeat_front_addr":"172.21.15.78:6805/3506145224","state":["exists","up"]},{"osd":2,"uuid":"bae6fde5-60b5-4009-8c14-ae1d2e3a0157","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.155:6800","nonce":3148795080},{"type":"v1","addr":"172.21.15.155:6801","nonce":3148795080}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":3148795080},{"type":"v1","addr":"172.21.15.155:6803","nonce":3148795080}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":3148795080},{"type":"v1","addr":"172.21.15.155:6807","nonce":3148795080}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":3148795080},{"type":"v1","addr":"172.21.15.155:6805","nonce":3148795080}]},"public_addr":"172.21.15.155:6801/3148795080","cluster_addr":"172.21.15.155:6803/3148795080","heartbeat_back_addr":"172.21.15.155:6807/3148795080","heartbeat_front_addr":"172.21.15.155:6805/3148795080","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T23:50:11.714977+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T23:50:28.250332+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T23:50:45.013810+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.27:0/580620694":"2023-11-09T23:48:57.709258+0000","172.21.15.27:0/3469858907":"2023-11-09T23:48:57.709258+0000","172.21.15.27:6800/1536172624":"2023-11-09T23:48:35.191506+0000","172.21.15.27:6800/329446094":"2023-11-09T23:48:57.709258+0000","172.21.15.27:0/3581261353":"2023-11-09T23:48:35.191506+0000","172.21.15.27:6801/1536172624":"2023-11-09T23:48:35.191506+0000","172.21.15.27:0/3576868373":"2023-11-09T23:48:57.709258+0000","172.21.15.27:0/863237815":"2023-11-09T23:48:35.191506+0000","172.21.15.27:6801/329446094":"2023-11-09T23:48:57.709258+0000","172.21.15.27:0/785754097":"2023-11-09T23:48:35.191506+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}} 2023-11-08T23:50:49.573 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:49 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' 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 2023-11-08T23:50:49.574 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:49 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' 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 2023-11-08T23:50:49.574 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:49 smithi027 ceph-mon[141590]: osdmap e20: 3 total, 3 up, 3 in 2023-11-08T23:50:49.574 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:49 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-08T23:50:49.632 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-11-08T23:50:48.247383+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, '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_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}}] 2023-11-08T23:50:49.632 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-11-08T23:50:49.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:49 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' 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 2023-11-08T23:50:49.666 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:49 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' 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 2023-11-08T23:50:49.666 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:49 smithi155 ceph-mon[146064]: osdmap e20: 3 total, 3 up, 3 in 2023-11-08T23:50:49.666 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:49 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-08T23:50:49.751 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:49 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' 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 2023-11-08T23:50:49.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:49 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' 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 2023-11-08T23:50:49.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:49 smithi078 ceph-mon[146339]: osdmap e20: 3 total, 3 up, 3 in 2023-11-08T23:50:49.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:49 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-08T23:50:49.901 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:50:50.123 INFO:journalctl@ceph.osd.0.smithi027.stdout:Nov 08 23:50:49 smithi027 sudo[165451]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-08T23:50:50.123 INFO:journalctl@ceph.osd.0.smithi027.stdout:Nov 08 23:50:49 smithi027 sudo[165451]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-08T23:50:50.124 INFO:journalctl@ceph.osd.0.smithi027.stdout:Nov 08 23:50:49 smithi027 sudo[165451]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:50:50.124 INFO:journalctl@ceph.osd.0.smithi027.stdout:Nov 08 23:50:49 smithi027 sudo[165451]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:50:50.566 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:50 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-08T23:50:50.567 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:50 smithi078 ceph-mon[146339]: osdmap e21: 3 total, 3 up, 3 in 2023-11-08T23:50:50.567 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:50 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/2414172669' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T23:50:50.567 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:50 smithi078 ceph-mon[146339]: pgmap v67: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:50:50.568 INFO:journalctl@ceph.osd.1.smithi078.stdout:Nov 08 23:50:50 smithi078 sudo[155894]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-08T23:50:50.568 INFO:journalctl@ceph.osd.1.smithi078.stdout:Nov 08 23:50:50 smithi078 sudo[155894]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-08T23:50:50.568 INFO:journalctl@ceph.osd.1.smithi078.stdout:Nov 08 23:50:50 smithi078 sudo[155894]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:50:50.568 INFO:journalctl@ceph.osd.1.smithi078.stdout:Nov 08 23:50:50 smithi078 sudo[155894]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:50:50.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:50 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-08T23:50:50.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:50 smithi027 ceph-mon[141590]: osdmap e21: 3 total, 3 up, 3 in 2023-11-08T23:50:50.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:50 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2414172669' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T23:50:50.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:50 smithi027 ceph-mon[141590]: pgmap v67: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:50:50.624 INFO:journalctl@ceph.osd.0.smithi027.stdout:Nov 08 23:50:50 smithi027 sudo[165552]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-08T23:50:50.624 INFO:journalctl@ceph.osd.0.smithi027.stdout:Nov 08 23:50:50 smithi027 sudo[165552]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-08T23:50:50.625 INFO:journalctl@ceph.osd.0.smithi027.stdout:Nov 08 23:50:50 smithi027 sudo[165552]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:50:50.625 INFO:journalctl@ceph.osd.0.smithi027.stdout:Nov 08 23:50:50 smithi027 sudo[165552]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:50:50.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:50 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-08T23:50:50.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:50 smithi155 ceph-mon[146064]: osdmap e21: 3 total, 3 up, 3 in 2023-11-08T23:50:50.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:50 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/2414172669' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T23:50:50.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:50 smithi155 ceph-mon[146064]: pgmap v67: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:50:51.001 INFO:journalctl@ceph.osd.1.smithi078.stdout:Nov 08 23:50:50 smithi078 sudo[155897]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-08T23:50:51.002 INFO:journalctl@ceph.osd.1.smithi078.stdout:Nov 08 23:50:50 smithi078 sudo[155897]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-08T23:50:51.002 INFO:journalctl@ceph.osd.1.smithi078.stdout:Nov 08 23:50:50 smithi078 sudo[155897]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:50:51.002 INFO:journalctl@ceph.osd.1.smithi078.stdout:Nov 08 23:50:50 smithi078 sudo[155897]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:50:51.032 INFO:teuthology.orchestra.run.smithi027.stdout:pg_num: 1 2023-11-08T23:50:51.311 INFO:journalctl@ceph.osd.2.smithi155.stdout:Nov 08 23:50:51 smithi155 sudo[155388]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-08T23:50:51.311 INFO:journalctl@ceph.osd.2.smithi155.stdout:Nov 08 23:50:51 smithi155 sudo[155388]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-08T23:50:51.311 INFO:journalctl@ceph.osd.2.smithi155.stdout:Nov 08 23:50:51 smithi155 sudo[155388]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:50:51.312 INFO:journalctl@ceph.osd.2.smithi155.stdout:Nov 08 23:50:51 smithi155 sudo[155388]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:50:51.312 INFO:journalctl@ceph.osd.2.smithi155.stdout:Nov 08 23:50:51 smithi155 sudo[155391]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-08T23:50:51.312 INFO:journalctl@ceph.osd.2.smithi155.stdout:Nov 08 23:50:51 smithi155 sudo[155391]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-08T23:50:51.312 INFO:journalctl@ceph.osd.2.smithi155.stdout:Nov 08 23:50:51 smithi155 sudo[155391]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:50:51.312 INFO:journalctl@ceph.osd.2.smithi155.stdout:Nov 08 23:50:51 smithi155 sudo[155391]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:50:51.406 INFO:tasks.cephadm:Setting up client nodes... 2023-11-08T23:50:51.406 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-08T23:50:51.407 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-08T23:50:51.407 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-08T23:50:51.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:51 smithi027 ceph-mon[141590]: osdmap e22: 3 total, 3 up, 3 in 2023-11-08T23:50:51.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:51 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:51.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:51 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:51.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:51 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/1162506189' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-08T23:50:51.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:51 smithi155 ceph-mon[146064]: osdmap e22: 3 total, 3 up, 3 in 2023-11-08T23:50:51.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:51 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:51.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:51 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:51.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:51 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/1162506189' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-08T23:50:51.674 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:50:51.751 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:51 smithi078 ceph-mon[146339]: osdmap e22: 3 total, 3 up, 3 in 2023-11-08T23:50:51.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:51 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:51.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:51 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:51.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:51 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/1162506189' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-08T23:50:52.121 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:51 smithi027 sudo[165728]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-08T23:50:52.121 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:51 smithi027 sudo[165728]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-08T23:50:52.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:51 smithi027 sudo[165728]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:50:52.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:51 smithi027 sudo[165728]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:50:52.372 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:52 smithi027 sudo[165777]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-08T23:50:52.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:52 smithi027 sudo[165777]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-08T23:50:52.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:52 smithi027 sudo[165777]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:50:52.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:52 smithi027 sudo[165777]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:50:52.716 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:52 smithi155 sudo[155394]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-08T23:50:52.716 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:52 smithi155 sudo[155394]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-08T23:50:52.716 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:52 smithi155 sudo[155394]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:50:52.716 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:52 smithi155 sudo[155394]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:50:52.716 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:52 smithi155 sudo[155397]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-08T23:50:52.717 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:52 smithi155 sudo[155397]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-08T23:50:52.717 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:52 smithi155 sudo[155397]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:50:52.717 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:52 smithi155 sudo[155397]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:50:52.872 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:50:53.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:52 smithi078 ceph-mon[146339]: mgrmap e15: a(active, since 113s), standbys: b 2023-11-08T23:50:53.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:52 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:53.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:52 smithi078 ceph-mon[146339]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-08T23:50:53.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:52 smithi078 ceph-mon[146339]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:50:53.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:52 smithi078 ceph-mon[146339]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-08T23:50:53.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:52 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:50:53.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:52 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:50:53.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:52 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:50:53.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:52 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:50:53.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:52 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:50:53.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:52 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:50:53.004 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:52 smithi078 sudo[155900]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-08T23:50:53.004 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:52 smithi078 sudo[155900]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-08T23:50:53.004 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:52 smithi078 sudo[155900]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:50:53.004 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:52 smithi078 sudo[155900]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:50:53.053 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:52 smithi027 ceph-mon[141590]: mgrmap e15: a(active, since 113s), standbys: b 2023-11-08T23:50:53.054 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:52 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:53.054 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:52 smithi027 ceph-mon[141590]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-08T23:50:53.055 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:52 smithi027 ceph-mon[141590]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:50:53.055 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:52 smithi027 ceph-mon[141590]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-08T23:50:53.055 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:52 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:50:53.055 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:52 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:50:53.056 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:52 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:50:53.056 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:52 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:50:53.056 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:52 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:50:53.056 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:52 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:50:53.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:52 smithi155 ceph-mon[146064]: mgrmap e15: a(active, since 113s), standbys: b 2023-11-08T23:50:53.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:52 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' 2023-11-08T23:50:53.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:52 smithi155 ceph-mon[146064]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-08T23:50:53.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:52 smithi155 ceph-mon[146064]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:50:53.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:52 smithi155 ceph-mon[146064]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-08T23:50:53.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:52 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:50:53.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:52 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:50:53.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:52 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:50:53.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:52 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:50:53.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:52 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:50:53.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:52 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:50:53.288 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":15,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6800","nonce":2117326488},{"type":"v1","addr":"172.21.15.27:6801","nonce":2117326488}]},"active_addr":"172.21.15.27:6801/2117326488","active_change":"2023-11-08T23:48:57.709374+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14214,"name":"b","mgr_features":4540138322906710015,"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","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_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:v0.0.5","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":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]}}},{"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","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_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:v0.0.5","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":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]}}},{"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.27: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"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.27:0","nonce":1323197164}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.27:0","nonce":744136581}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.27:0","nonce":562944465}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.27:0","nonce":3897060642}]}]} 2023-11-08T23:50:53.294 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-08T23:50:53.295 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-08T23:50:53.295 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T23:50:53.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:53 smithi078 sudo[155903]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-08T23:50:53.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:53 smithi078 sudo[155903]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-08T23:50:53.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:53 smithi078 sudo[155903]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:50:53.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:53 smithi078 sudo[155903]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:50:53.558 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:50:53.978 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:53 smithi027 ceph-mon[141590]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-08T23:50:53.979 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:53 smithi027 ceph-mon[141590]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-08T23:50:53.979 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:53 smithi027 ceph-mon[141590]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-08T23:50:53.979 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:53 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:50:53.979 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:53 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:50:53.979 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:53 smithi027 ceph-mon[141590]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:50:53.980 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:53 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/315163448' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-08T23:50:53.980 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:53 smithi027 ceph-mon[141590]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-08T23:50:54.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:53 smithi078 ceph-mon[146339]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-08T23:50:54.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:53 smithi078 ceph-mon[146339]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-08T23:50:54.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:53 smithi078 ceph-mon[146339]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-08T23:50:54.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:53 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:50:54.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:53 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:50:54.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:53 smithi078 ceph-mon[146339]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:50:54.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:53 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/315163448' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-08T23:50:54.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:53 smithi078 ceph-mon[146339]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-08T23:50:54.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:53 smithi155 ceph-mon[146064]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-08T23:50:54.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:53 smithi155 ceph-mon[146064]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-08T23:50:54.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:53 smithi155 ceph-mon[146064]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-08T23:50:54.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:53 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:50:54.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:53 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:50:54.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:53 smithi155 ceph-mon[146064]: from='mgr.14152 172.21.15.27:0/1938221497' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:50:54.167 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:53 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/315163448' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-08T23:50:54.167 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:53 smithi155 ceph-mon[146064]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-08T23:50:54.681 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:50:54.682 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":22,"fsid":"165dcd8c-7e91-11ee-8dbb-212e2dc638e7","created":"2023-11-08T23:48:10.594655+0000","modified":"2023-11-08T23:50:50.300646+0000","last_up_change":"2023-11-08T23:50:46.006365+0000","last_in_change":"2023-11-08T23:50:31.950016+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":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-08T23:50:48.247383+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"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":"d1c70354-d05e-4099-8166-a0ddcb878fd8","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.27:6802","nonce":2157923867},{"type":"v1","addr":"172.21.15.27:6803","nonce":2157923867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6804","nonce":2157923867},{"type":"v1","addr":"172.21.15.27:6805","nonce":2157923867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6808","nonce":2157923867},{"type":"v1","addr":"172.21.15.27:6809","nonce":2157923867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6806","nonce":2157923867},{"type":"v1","addr":"172.21.15.27:6807","nonce":2157923867}]},"public_addr":"172.21.15.27:6803/2157923867","cluster_addr":"172.21.15.27:6805/2157923867","heartbeat_back_addr":"172.21.15.27:6809/2157923867","heartbeat_front_addr":"172.21.15.27:6807/2157923867","state":["exists","up"]},{"osd":1,"uuid":"8392a777-11fe-427a-b922-d5a877bc9c2f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6800","nonce":3506145224},{"type":"v1","addr":"172.21.15.78:6801","nonce":3506145224}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6802","nonce":3506145224},{"type":"v1","addr":"172.21.15.78:6803","nonce":3506145224}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6806","nonce":3506145224},{"type":"v1","addr":"172.21.15.78:6807","nonce":3506145224}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6804","nonce":3506145224},{"type":"v1","addr":"172.21.15.78:6805","nonce":3506145224}]},"public_addr":"172.21.15.78:6801/3506145224","cluster_addr":"172.21.15.78:6803/3506145224","heartbeat_back_addr":"172.21.15.78:6807/3506145224","heartbeat_front_addr":"172.21.15.78:6805/3506145224","state":["exists","up"]},{"osd":2,"uuid":"bae6fde5-60b5-4009-8c14-ae1d2e3a0157","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.155:6800","nonce":3148795080},{"type":"v1","addr":"172.21.15.155:6801","nonce":3148795080}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":3148795080},{"type":"v1","addr":"172.21.15.155:6803","nonce":3148795080}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":3148795080},{"type":"v1","addr":"172.21.15.155:6807","nonce":3148795080}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":3148795080},{"type":"v1","addr":"172.21.15.155:6805","nonce":3148795080}]},"public_addr":"172.21.15.155:6801/3148795080","cluster_addr":"172.21.15.155:6803/3148795080","heartbeat_back_addr":"172.21.15.155:6807/3148795080","heartbeat_front_addr":"172.21.15.155:6805/3148795080","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T23:50:11.714977+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T23:50:28.250332+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T23:50:45.013810+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.27:0/580620694":"2023-11-09T23:48:57.709258+0000","172.21.15.27:0/3469858907":"2023-11-09T23:48:57.709258+0000","172.21.15.27:6800/1536172624":"2023-11-09T23:48:35.191506+0000","172.21.15.27:6800/329446094":"2023-11-09T23:48:57.709258+0000","172.21.15.27:0/3581261353":"2023-11-09T23:48:35.191506+0000","172.21.15.27:6801/1536172624":"2023-11-09T23:48:35.191506+0000","172.21.15.27:0/3576868373":"2023-11-09T23:48:57.709258+0000","172.21.15.27:0/863237815":"2023-11-09T23:48:35.191506+0000","172.21.15.27:6801/329446094":"2023-11-09T23:48:57.709258+0000","172.21.15.27:0/785754097":"2023-11-09T23:48:35.191506+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}} 2023-11-08T23:50:55.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:54 smithi078 ceph-mon[146339]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:50:55.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:54 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/1066079940' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T23:50:55.053 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:54 smithi027 ceph-mon[141590]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:50:55.053 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:54 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/1066079940' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T23:50:55.054 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-08T23:50:55.055 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T23:50:55.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:54 smithi155 ceph-mon[146064]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:50:55.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:54 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/1066079940' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T23:50:55.317 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:50:56.447 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:50:56.448 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":22,"fsid":"165dcd8c-7e91-11ee-8dbb-212e2dc638e7","created":"2023-11-08T23:48:10.594655+0000","modified":"2023-11-08T23:50:50.300646+0000","last_up_change":"2023-11-08T23:50:46.006365+0000","last_in_change":"2023-11-08T23:50:31.950016+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":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-08T23:50:48.247383+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"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":"d1c70354-d05e-4099-8166-a0ddcb878fd8","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.27:6802","nonce":2157923867},{"type":"v1","addr":"172.21.15.27:6803","nonce":2157923867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6804","nonce":2157923867},{"type":"v1","addr":"172.21.15.27:6805","nonce":2157923867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6808","nonce":2157923867},{"type":"v1","addr":"172.21.15.27:6809","nonce":2157923867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6806","nonce":2157923867},{"type":"v1","addr":"172.21.15.27:6807","nonce":2157923867}]},"public_addr":"172.21.15.27:6803/2157923867","cluster_addr":"172.21.15.27:6805/2157923867","heartbeat_back_addr":"172.21.15.27:6809/2157923867","heartbeat_front_addr":"172.21.15.27:6807/2157923867","state":["exists","up"]},{"osd":1,"uuid":"8392a777-11fe-427a-b922-d5a877bc9c2f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6800","nonce":3506145224},{"type":"v1","addr":"172.21.15.78:6801","nonce":3506145224}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6802","nonce":3506145224},{"type":"v1","addr":"172.21.15.78:6803","nonce":3506145224}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6806","nonce":3506145224},{"type":"v1","addr":"172.21.15.78:6807","nonce":3506145224}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6804","nonce":3506145224},{"type":"v1","addr":"172.21.15.78:6805","nonce":3506145224}]},"public_addr":"172.21.15.78:6801/3506145224","cluster_addr":"172.21.15.78:6803/3506145224","heartbeat_back_addr":"172.21.15.78:6807/3506145224","heartbeat_front_addr":"172.21.15.78:6805/3506145224","state":["exists","up"]},{"osd":2,"uuid":"bae6fde5-60b5-4009-8c14-ae1d2e3a0157","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.155:6800","nonce":3148795080},{"type":"v1","addr":"172.21.15.155:6801","nonce":3148795080}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":3148795080},{"type":"v1","addr":"172.21.15.155:6803","nonce":3148795080}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":3148795080},{"type":"v1","addr":"172.21.15.155:6807","nonce":3148795080}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":3148795080},{"type":"v1","addr":"172.21.15.155:6805","nonce":3148795080}]},"public_addr":"172.21.15.155:6801/3148795080","cluster_addr":"172.21.15.155:6803/3148795080","heartbeat_back_addr":"172.21.15.155:6807/3148795080","heartbeat_front_addr":"172.21.15.155:6805/3148795080","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T23:50:11.714977+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T23:50:28.250332+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T23:50:45.013810+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.27:0/580620694":"2023-11-09T23:48:57.709258+0000","172.21.15.27:0/3469858907":"2023-11-09T23:48:57.709258+0000","172.21.15.27:6800/1536172624":"2023-11-09T23:48:35.191506+0000","172.21.15.27:6800/329446094":"2023-11-09T23:48:57.709258+0000","172.21.15.27:0/3581261353":"2023-11-09T23:48:35.191506+0000","172.21.15.27:6801/1536172624":"2023-11-09T23:48:35.191506+0000","172.21.15.27:0/3576868373":"2023-11-09T23:48:57.709258+0000","172.21.15.27:0/863237815":"2023-11-09T23:48:35.191506+0000","172.21.15.27:6801/329446094":"2023-11-09T23:48:57.709258+0000","172.21.15.27:0/785754097":"2023-11-09T23:48:35.191506+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}} 2023-11-08T23:50:56.830 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-08T23:50:56.831 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-08T23:50:56.832 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-08T23:50:57.111 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:50:57.118 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:50:57.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:56 smithi027 ceph-mon[141590]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:50:57.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:56 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/217022837' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T23:50:57.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:56 smithi155 ceph-mon[146064]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:50:57.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:56 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/217022837' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T23:50:57.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:56 smithi078 ceph-mon[146339]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:50:57.252 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:56 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/217022837' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T23:50:57.563 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:50:59.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:50:58 smithi027 ceph-mon[141590]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-11-08T23:50:59.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:50:58 smithi155 ceph-mon[146064]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-11-08T23:50:59.209 INFO:teuthology.orchestra.run.smithi027.stdout:55834574857 2023-11-08T23:50:59.210 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-08T23:50:59.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:50:58 smithi078 ceph-mon[146339]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-11-08T23:50:59.261 INFO:teuthology.orchestra.run.smithi027.stdout:77309411333 2023-11-08T23:50:59.262 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-08T23:50:59.538 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:50:59.571 INFO:teuthology.orchestra.run.smithi027.stdout:34359738379 2023-11-08T23:50:59.572 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-08T23:50:59.591 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:51:00.281 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:00 smithi027 ceph-mon[141590]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-08T23:51:00.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:00 smithi155 ceph-mon[146064]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-08T23:51:00.420 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:51:00.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:00 smithi078 ceph-mon[146339]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-08T23:51:01.110 INFO:teuthology.orchestra.run.smithi027.stdout:55834574857 2023-11-08T23:51:01.168 INFO:teuthology.orchestra.run.smithi027.stdout:77309411333 2023-11-08T23:51:01.372 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:01 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/161584784' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-08T23:51:01.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:01 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/161584784' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-08T23:51:01.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:01 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/161584784' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-08T23:51:01.623 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411333 got 77309411333 for osd.2 2023-11-08T23:51:01.624 DEBUG:teuthology.parallel:result is None 2023-11-08T23:51:01.704 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574857 got 55834574857 for osd.1 2023-11-08T23:51:01.705 DEBUG:teuthology.parallel:result is None 2023-11-08T23:51:02.067 INFO:teuthology.orchestra.run.smithi027.stdout:34359738380 2023-11-08T23:51:02.372 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:02 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2377425789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-08T23:51:02.372 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:02 smithi027 ceph-mon[141590]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-11-08T23:51:02.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:02 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/1872003184' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-08T23:51:02.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:02 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/2377425789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-08T23:51:02.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:02 smithi155 ceph-mon[146064]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-11-08T23:51:02.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:02 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/1872003184' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-08T23:51:02.431 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738379 got 34359738380 for osd.0 2023-11-08T23:51:02.432 DEBUG:teuthology.parallel:result is None 2023-11-08T23:51:02.432 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-08T23:51:02.432 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph pg dump --format=json 2023-11-08T23:51:02.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:02 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/2377425789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-08T23:51:02.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:02 smithi078 ceph-mon[146339]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-11-08T23:51:02.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:02 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/1872003184' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-08T23:51:02.696 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:51:03.865 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:51:03.867 INFO:teuthology.orchestra.run.smithi027.stderr:dumped all 2023-11-08T23:51:04.237 INFO:teuthology.orchestra.run.smithi027.stdout:{"pg_ready":true,"pg_map":{"version":75,"stamp":"2023-11-08T23:51:03.732451+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":83964,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151492,"statfs":{"total":287985106944,"available":287899127808,"internally_reserved":0,"allocated":2347008,"data_stored":1944591,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":20,"num_read_kb":18,"num_write":36,"num_write_kb":784,"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.001608"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":185,"reported_epoch":22,"state":"active+clean","last_fresh":"2023-11-08T23:50:53.205032+0000","last_change":"2023-11-08T23:50:49.304551+0000","last_active":"2023-11-08T23:50:53.205032+0000","last_peered":"2023-11-08T23:50:53.205032+0000","last_clean":"2023-11-08T23:50:53.205032+0000","last_became_active":"2023-11-08T23:50:49.304173+0000","last_became_peered":"2023-11-08T23:50:49.304173+0000","last_unstale":"2023-11-08T23:50:53.205032+0000","last_undegraded":"2023-11-08T23:50:53.205032+0000","last_fullsized":"2023-11-08T23:50:53.205032+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-08T23:50:48.297543+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-08T23:50:48.297543+0000","last_clean_scrub_stamp":"2023-11-08T23:50:48.297543+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 @ 2023-11-10T08:24:47.843539+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":77309411334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36099999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52500000000000002}]}]},{"osd":0,"up_from":8,"seq":34359738380,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648197,"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":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42099999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.377}]}]},{"osd":1,"up_from":13,"seq":55834574858,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"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":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36099999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56699999999999995}]}]}],"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}]}} 2023-11-08T23:51:04.238 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph pg dump --format=json 2023-11-08T23:51:04.500 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:51:04.872 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:04 smithi027 ceph-mon[141590]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2023-11-08T23:51:05.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:04 smithi155 ceph-mon[146064]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2023-11-08T23:51:05.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:04 smithi078 ceph-mon[146339]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2023-11-08T23:51:05.657 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:51:05.659 INFO:teuthology.orchestra.run.smithi027.stderr:dumped all 2023-11-08T23:51:05.938 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:05 smithi027 ceph-mon[141590]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:51:06.036 INFO:teuthology.orchestra.run.smithi027.stdout:{"pg_ready":true,"pg_map":{"version":75,"stamp":"2023-11-08T23:51:03.732451+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":83964,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151492,"statfs":{"total":287985106944,"available":287899127808,"internally_reserved":0,"allocated":2347008,"data_stored":1944591,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":20,"num_read_kb":18,"num_write":36,"num_write_kb":784,"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.001608"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":185,"reported_epoch":22,"state":"active+clean","last_fresh":"2023-11-08T23:50:53.205032+0000","last_change":"2023-11-08T23:50:49.304551+0000","last_active":"2023-11-08T23:50:53.205032+0000","last_peered":"2023-11-08T23:50:53.205032+0000","last_clean":"2023-11-08T23:50:53.205032+0000","last_became_active":"2023-11-08T23:50:49.304173+0000","last_became_peered":"2023-11-08T23:50:49.304173+0000","last_unstale":"2023-11-08T23:50:53.205032+0000","last_undegraded":"2023-11-08T23:50:53.205032+0000","last_fullsized":"2023-11-08T23:50:53.205032+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-08T23:50:48.297543+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-08T23:50:48.297543+0000","last_clean_scrub_stamp":"2023-11-08T23:50:48.297543+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 @ 2023-11-10T08:24:47.843539+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":77309411334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36099999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52500000000000002}]}]},{"osd":0,"up_from":8,"seq":34359738380,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648197,"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":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42099999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.377}]}]},{"osd":1,"up_from":13,"seq":55834574858,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"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":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36099999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56699999999999995}]}]}],"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}]}} 2023-11-08T23:51:06.037 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-08T23:51:06.038 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-08T23:51:06.038 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-08T23:51:06.038 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph health --format=json 2023-11-08T23:51:06.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:05 smithi155 ceph-mon[146064]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:51:06.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:05 smithi078 ceph-mon[146339]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:51:06.297 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:51:07.035 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:06 smithi027 ceph-mon[141590]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:51:07.036 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:06 smithi027 ceph-mon[141590]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2023-11-08T23:51:07.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:06 smithi155 ceph-mon[146064]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:51:07.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:06 smithi155 ceph-mon[146064]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2023-11-08T23:51:07.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:06 smithi078 ceph-mon[146339]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:51:07.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:06 smithi078 ceph-mon[146339]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2023-11-08T23:51:07.453 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-11-08T23:51:07.453 INFO:teuthology.orchestra.run.smithi027.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-08T23:51:07.815 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-08T23:51:07.815 INFO:tasks.cephadm:Setup complete, yielding 2023-11-08T23:51:07.816 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T23:51:07.827 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2023-11-08T23:51:07.828 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph mgr module enable rgw' 2023-11-08T23:51:08.090 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:51:08.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:07 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2204383908' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-08T23:51:08.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:07 smithi027 ceph-mon[141590]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2023-11-08T23:51:08.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:07 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/2204383908' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-08T23:51:08.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:07 smithi155 ceph-mon[146064]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2023-11-08T23:51:08.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:07 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/2204383908' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-08T23:51:08.251 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:07 smithi078 ceph-mon[146339]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2023-11-08T23:51:10.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:10 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/774291881' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-11-08T23:51:10.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:10 smithi155 ceph-mon[146064]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:51:10.475 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:10 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: ignoring --setuser ceph since I am not root 2023-11-08T23:51:10.475 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:10 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: ignoring --setgroup ceph since I am not root 2023-11-08T23:51:10.476 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:10 smithi078 ceph-mgr[147952]: -- 172.21.15.78:0/1121065750 <== mon.2 v2:172.21.15.78:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5559badc81a0 con 0x5559bad9f000 2023-11-08T23:51:10.476 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:10 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:10.312+0000 7f68bc0d8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-08T23:51:10.476 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:10 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:10.473+0000 7f68bc0d8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-08T23:51:10.476 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:10 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/774291881' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-11-08T23:51:10.477 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:10 smithi078 ceph-mon[146339]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:51:10.477 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:10 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: ignoring --setuser ceph since I am not root 2023-11-08T23:51:10.477 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:10 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: ignoring --setgroup ceph since I am not root 2023-11-08T23:51:10.478 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:10 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:10.319+0000 7f3ff3829200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-08T23:51:10.478 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:10 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/774291881' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-11-08T23:51:10.478 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:10 smithi027 ceph-mon[141590]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:51:10.537 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2023-11-08T23:51:10.556 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2023-11-08T23:51:10.557 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph rgw realm bootstrap -i - 2023-11-08T23:51:10.829 INFO:teuthology.orchestra.run.smithi027.stdout:Inferring config /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/mon.a/config 2023-11-08T23:51:10.872 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:10 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:10.506+0000 7f3ff3829200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-08T23:51:11.135 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:10 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:10.871+0000 7f3ff3829200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-08T23:51:11.136 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:10 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:10.793+0000 7f68bc0d8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-08T23:51:11.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:11 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/774291881' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-11-08T23:51:11.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:11 smithi155 ceph-mon[146064]: mgrmap e16: a(active, since 2m), standbys: b 2023-11-08T23:51:11.422 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:11 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/774291881' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-11-08T23:51:11.422 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:11 smithi027 ceph-mon[141590]: mgrmap e16: a(active, since 2m), standbys: b 2023-11-08T23:51:11.496 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:11 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/774291881' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-11-08T23:51:11.497 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:11 smithi078 ceph-mon[146339]: mgrmap e16: a(active, since 2m), standbys: b 2023-11-08T23:51:11.497 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:11 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:11.272+0000 7f68bc0d8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-08T23:51:11.751 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:11 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:11.495+0000 7f68bc0d8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-08T23:51:11.872 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:11 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:11.418+0000 7f3ff3829200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-08T23:51:11.873 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:11 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:11.668+0000 7f3ff3829200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-08T23:51:12.251 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:11 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:11.908+0000 7f68bc0d8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-08T23:51:12.372 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:12 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:12.112+0000 7f3ff3829200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-08T23:51:13.001 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:12 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:12.601+0000 7f68bc0d8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-08T23:51:13.001 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:12 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:12.687+0000 7f68bc0d8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-08T23:51:13.122 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:12 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:12.857+0000 7f3ff3829200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-08T23:51:13.122 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:12 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:12.948+0000 7f3ff3829200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-08T23:51:13.684 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:13 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:13.288+0000 7f68bc0d8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-08T23:51:13.684 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:13 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:13.372+0000 7f68bc0d8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-08T23:51:13.684 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:13 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:13.459+0000 7f68bc0d8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-08T23:51:13.872 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:13 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:13.584+0000 7f3ff3829200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-08T23:51:13.873 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:13 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:13.674+0000 7f3ff3829200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-08T23:51:13.873 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:13 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:13.769+0000 7f3ff3829200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-08T23:51:14.001 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:13 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:13.681+0000 7f68bc0d8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-08T23:51:14.001 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:13 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:13.772+0000 7f68bc0d8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-08T23:51:14.002 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:13 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:13.864+0000 7f68bc0d8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-08T23:51:14.357 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:14 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:14.078+0000 7f68bc0d8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-08T23:51:14.357 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:14 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:14.173+0000 7f68bc0d8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-08T23:51:14.357 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:14 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:14.354+0000 7f68bc0d8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-08T23:51:14.372 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:14 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:14.004+0000 7f3ff3829200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-08T23:51:14.373 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:14 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:14.101+0000 7f3ff3829200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-08T23:51:14.373 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:14 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:14.200+0000 7f3ff3829200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-08T23:51:14.727 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:14 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:14.428+0000 7f3ff3829200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-08T23:51:14.727 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:14 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:14.529+0000 7f3ff3829200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-08T23:51:14.751 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:14 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:14.439+0000 7f68bc0d8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-08T23:51:15.122 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:14 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:14.724+0000 7f3ff3829200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-08T23:51:15.122 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:14 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:14.815+0000 7f3ff3829200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-08T23:51:15.501 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:15 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:15.179+0000 7f68bc0d8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-08T23:51:15.501 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:15 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:15.371+0000 7f68bc0d8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-08T23:51:15.872 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:15 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:15.611+0000 7f3ff3829200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-08T23:51:15.872 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:15 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:15.815+0000 7f3ff3829200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-08T23:51:16.001 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:15 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:15.548+0000 7f68bc0d8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-08T23:51:16.372 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:16 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:16.004+0000 7f3ff3829200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-08T23:51:16.501 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:16 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:16.192+0000 7f68bc0d8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-08T23:51:16.501 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:16 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:16.372+0000 7f68bc0d8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-08T23:51:17.001 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:16 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:16.552+0000 7f68bc0d8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-08T23:51:17.002 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:16 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b[147846]: 2023-11-08T23:51:16.667+0000 7f68bc0d8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-08T23:51:17.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:16 smithi078 ceph-mon[146339]: Standby manager daemon b restarted 2023-11-08T23:51:17.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:16 smithi078 ceph-mon[146339]: Standby manager daemon b started 2023-11-08T23:51:17.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:16 smithi078 ceph-mon[146339]: from='mgr.? 172.21.15.78:0/4120823619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-08T23:51:17.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:16 smithi078 ceph-mon[146339]: from='mgr.? 172.21.15.78:0/4120823619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T23:51:17.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:16 smithi078 ceph-mon[146339]: from='mgr.? 172.21.15.78:0/4120823619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-08T23:51:17.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:16 smithi078 ceph-mon[146339]: from='mgr.? 172.21.15.78:0/4120823619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T23:51:17.084 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:16 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:16.694+0000 7f3ff3829200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-08T23:51:17.085 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:16 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:16.889+0000 7f3ff3829200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-08T23:51:17.085 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:16 smithi027 ceph-mon[141590]: Standby manager daemon b restarted 2023-11-08T23:51:17.085 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:16 smithi027 ceph-mon[141590]: Standby manager daemon b started 2023-11-08T23:51:17.085 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:16 smithi027 ceph-mon[141590]: from='mgr.? 172.21.15.78:0/4120823619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-08T23:51:17.086 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:16 smithi027 ceph-mon[141590]: from='mgr.? 172.21.15.78:0/4120823619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T23:51:17.086 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:16 smithi027 ceph-mon[141590]: from='mgr.? 172.21.15.78:0/4120823619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-08T23:51:17.086 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:16 smithi027 ceph-mon[141590]: from='mgr.? 172.21.15.78:0/4120823619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T23:51:17.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:16 smithi155 ceph-mon[146064]: Standby manager daemon b restarted 2023-11-08T23:51:17.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:16 smithi155 ceph-mon[146064]: Standby manager daemon b started 2023-11-08T23:51:17.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:16 smithi155 ceph-mon[146064]: from='mgr.? 172.21.15.78:0/4120823619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-08T23:51:17.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:16 smithi155 ceph-mon[146064]: from='mgr.? 172.21.15.78:0/4120823619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T23:51:17.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:16 smithi155 ceph-mon[146064]: from='mgr.? 172.21.15.78:0/4120823619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-08T23:51:17.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:16 smithi155 ceph-mon[146064]: from='mgr.? 172.21.15.78:0/4120823619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T23:51:17.350 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:17.081+0000 7f3ff3829200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-08T23:51:17.351 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:17.204+0000 7f3ff3829200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-08T23:51:18.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: mgrmap e17: a(active, since 2m), standbys: b 2023-11-08T23:51:18.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: Active manager daemon a restarted 2023-11-08T23:51:18.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: Activating manager daemon a 2023-11-08T23:51:18.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: osdmap e23: 3 total, 3 up, 3 in 2023-11-08T23:51:18.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: mgrmap e18: a(active, starting, since 0.00666208s), standbys: b 2023-11-08T23:51:18.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:51:18.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:51:18.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:51:18.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-08T23:51:18.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-08T23:51:18.004 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:51:18.004 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:51:18.004 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:51:18.004 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T23:51:18.004 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T23:51:18.005 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T23:51:18.005 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: Manager daemon a is now available 2023-11-08T23:51:18.005 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:51:18.005 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:51:18.005 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:51:18.006 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:17 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-08T23:51:18.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: mgrmap e17: a(active, since 2m), standbys: b 2023-11-08T23:51:18.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: Active manager daemon a restarted 2023-11-08T23:51:18.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: Activating manager daemon a 2023-11-08T23:51:18.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: osdmap e23: 3 total, 3 up, 3 in 2023-11-08T23:51:18.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: mgrmap e18: a(active, starting, since 0.00666208s), standbys: b 2023-11-08T23:51:18.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:51:18.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:51:18.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:51:18.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-08T23:51:18.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-08T23:51:18.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:51:18.125 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:51:18.125 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:51:18.125 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T23:51:18.125 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T23:51:18.125 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T23:51:18.126 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: Manager daemon a is now available 2023-11-08T23:51:18.126 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:51:18.126 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:51:18.126 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:51:18.126 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:17 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-08T23:51:18.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: mgrmap e17: a(active, since 2m), standbys: b 2023-11-08T23:51:18.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: Active manager daemon a restarted 2023-11-08T23:51:18.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: Activating manager daemon a 2023-11-08T23:51:18.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: osdmap e23: 3 total, 3 up, 3 in 2023-11-08T23:51:18.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: mgrmap e18: a(active, starting, since 0.00666208s), standbys: b 2023-11-08T23:51:18.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-08T23:51:18.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-08T23:51:18.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-08T23:51:18.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-08T23:51:18.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-08T23:51:18.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:51:18.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:51:18.167 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:51:18.167 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T23:51:18.167 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T23:51:18.167 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T23:51:18.167 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: Manager daemon a is now available 2023-11-08T23:51:18.168 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:51:18.168 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:51:18.168 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:51:18.168 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:17 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-08T23:51:19.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:18 smithi078 ceph-mon[146339]: [08/Nov/2023:23:51:18] ENGINE Bus STARTING 2023-11-08T23:51:19.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:18 smithi078 ceph-mon[146339]: [08/Nov/2023:23:51:18] ENGINE Serving on http://172.21.15.27:8765 2023-11-08T23:51:19.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:18 smithi078 ceph-mon[146339]: mgrmap e19: a(active, since 1.01181s), standbys: b 2023-11-08T23:51:19.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:18 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:19.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:18 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:19.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:18 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:19.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:18 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:19.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:18 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:19.003 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:18 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:19.122 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:18 smithi027 ceph-mon[141590]: [08/Nov/2023:23:51:18] ENGINE Bus STARTING 2023-11-08T23:51:19.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:18 smithi027 ceph-mon[141590]: [08/Nov/2023:23:51:18] ENGINE Serving on http://172.21.15.27:8765 2023-11-08T23:51:19.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:18 smithi027 ceph-mon[141590]: mgrmap e19: a(active, since 1.01181s), standbys: b 2023-11-08T23:51:19.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:18 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:19.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:18 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:19.123 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:18 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:19.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:18 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:19.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:18 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:19.124 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:18 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:19.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:18 smithi155 ceph-mon[146064]: [08/Nov/2023:23:51:18] ENGINE Bus STARTING 2023-11-08T23:51:19.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:18 smithi155 ceph-mon[146064]: [08/Nov/2023:23:51:18] ENGINE Serving on http://172.21.15.27:8765 2023-11-08T23:51:19.164 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:18 smithi155 ceph-mon[146064]: mgrmap e19: a(active, since 1.01181s), standbys: b 2023-11-08T23:51:19.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:18 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:19.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:18 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:19.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:18 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:19.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:18 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:19.165 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:18 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:19.166 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:18 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:20.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:20 smithi155 ceph-mon[146064]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:51:20.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:20 smithi155 ceph-mon[146064]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:51:20.414 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:20 smithi155 ceph-mon[146064]: [08/Nov/2023:23:51:18] ENGINE Serving on https://172.21.15.27:7150 2023-11-08T23:51:20.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:20 smithi155 ceph-mon[146064]: [08/Nov/2023:23:51:18] ENGINE Bus STARTED 2023-11-08T23:51:20.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:20 smithi155 ceph-mon[146064]: osdmap e24: 3 total, 3 up, 3 in 2023-11-08T23:51:20.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:20 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/2437042328' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-08T23:51:20.415 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:20 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:20.416 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:20 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:20.416 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:20 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:20.416 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:20 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:20.416 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:20 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:20.416 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:20 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:20.416 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:20 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:51:20.417 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:20 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:51:20.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:20 smithi078 ceph-mon[146339]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:51:20.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:20 smithi078 ceph-mon[146339]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:51:20.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:20 smithi078 ceph-mon[146339]: [08/Nov/2023:23:51:18] ENGINE Serving on https://172.21.15.27:7150 2023-11-08T23:51:20.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:20 smithi078 ceph-mon[146339]: [08/Nov/2023:23:51:18] ENGINE Bus STARTED 2023-11-08T23:51:20.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:20 smithi078 ceph-mon[146339]: osdmap e24: 3 total, 3 up, 3 in 2023-11-08T23:51:20.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:20 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/2437042328' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-08T23:51:20.502 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:20 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:20.503 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:20 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:20.503 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:20 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:20.503 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:20 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:20.503 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:20 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:20.503 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:20 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:20.504 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:20 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:51:20.504 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:20 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:51:20.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:20 smithi027 ceph-mon[141590]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:51:20.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:20 smithi027 ceph-mon[141590]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:51:20.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:20 smithi027 ceph-mon[141590]: [08/Nov/2023:23:51:18] ENGINE Serving on https://172.21.15.27:7150 2023-11-08T23:51:20.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:20 smithi027 ceph-mon[141590]: [08/Nov/2023:23:51:18] ENGINE Bus STARTED 2023-11-08T23:51:20.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:20 smithi027 ceph-mon[141590]: osdmap e24: 3 total, 3 up, 3 in 2023-11-08T23:51:20.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:20 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2437042328' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-08T23:51:20.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:20 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:20.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:20 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:20.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:20 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:20.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:20 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:20.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:20 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:20.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:20 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:20.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:20 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:51:20.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:20 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:51:21.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:51:21.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: Updating smithi027:/etc/ceph/ceph.conf 2023-11-08T23:51:21.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: Updating smithi078:/etc/ceph/ceph.conf 2023-11-08T23:51:21.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: Updating smithi155:/etc/ceph/ceph.conf 2023-11-08T23:51:21.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: Updating smithi078:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:51:21.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: Updating smithi027:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:51:21.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: Updating smithi155:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:51:21.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:51:21.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:51:21.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: Updating smithi155:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:51:21.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2437042328' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-08T23:51:21.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: osdmap e25: 3 total, 3 up, 3 in 2023-11-08T23:51:21.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: mgrmap e20: a(active, since 3s), standbys: b 2023-11-08T23:51:21.625 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.626 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.626 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.626 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.626 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.626 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.627 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:21 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:51:21.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: Updating smithi027:/etc/ceph/ceph.conf 2023-11-08T23:51:21.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: Updating smithi078:/etc/ceph/ceph.conf 2023-11-08T23:51:21.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: Updating smithi155:/etc/ceph/ceph.conf 2023-11-08T23:51:21.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: Updating smithi078:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:51:21.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: Updating smithi027:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:51:21.666 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: Updating smithi155:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:51:21.666 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:51:21.666 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:51:21.666 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: Updating smithi155:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:51:21.666 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/2437042328' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-08T23:51:21.667 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: osdmap e25: 3 total, 3 up, 3 in 2023-11-08T23:51:21.667 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: mgrmap e20: a(active, since 3s), standbys: b 2023-11-08T23:51:21.667 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.667 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.667 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.668 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.668 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.668 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.668 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:21 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.751 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:51:21.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: Updating smithi027:/etc/ceph/ceph.conf 2023-11-08T23:51:21.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: Updating smithi078:/etc/ceph/ceph.conf 2023-11-08T23:51:21.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: Updating smithi155:/etc/ceph/ceph.conf 2023-11-08T23:51:21.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: Updating smithi078:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:51:21.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: Updating smithi027:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:51:21.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: Updating smithi155:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:51:21.754 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:51:21.754 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:51:21.754 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: Updating smithi155:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:51:21.755 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/2437042328' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-08T23:51:21.755 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: osdmap e25: 3 total, 3 up, 3 in 2023-11-08T23:51:21.755 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: mgrmap e20: a(active, since 3s), standbys: b 2023-11-08T23:51:21.756 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.756 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.756 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.757 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.757 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.757 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:21.758 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:21 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:22.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:22 smithi027 ceph-mon[141590]: Updating smithi027:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-08T23:51:22.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:22 smithi027 ceph-mon[141590]: Updating smithi155:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-08T23:51:22.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:22 smithi027 ceph-mon[141590]: Updating smithi078:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-08T23:51:22.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:22 smithi027 ceph-mon[141590]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:51:22.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:22 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:51:22.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:22 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:51:22.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:22 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:51:22.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:22 smithi027 ceph-mon[141590]: osdmap e26: 3 total, 3 up, 3 in 2023-11-08T23:51:22.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:22 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2638910822' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-11-08T23:51:22.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:22 smithi027 ceph-mon[141590]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:22.624 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:22 smithi027 ceph-mon[141590]: mgrmap e21: a(active, since 4s), standbys: b 2023-11-08T23:51:22.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:22 smithi155 ceph-mon[146064]: Updating smithi027:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-08T23:51:22.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:22 smithi155 ceph-mon[146064]: Updating smithi155:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-08T23:51:22.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:22 smithi155 ceph-mon[146064]: Updating smithi078:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-08T23:51:22.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:22 smithi155 ceph-mon[146064]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:51:22.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:22 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:51:22.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:22 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:51:22.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:22 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:51:22.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:22 smithi155 ceph-mon[146064]: osdmap e26: 3 total, 3 up, 3 in 2023-11-08T23:51:22.666 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:22 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/2638910822' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-11-08T23:51:22.666 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:22 smithi155 ceph-mon[146064]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:22.666 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:22 smithi155 ceph-mon[146064]: mgrmap e21: a(active, since 4s), standbys: b 2023-11-08T23:51:22.751 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:22 smithi078 ceph-mon[146339]: Updating smithi027:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-08T23:51:22.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:22 smithi078 ceph-mon[146339]: Updating smithi155:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-08T23:51:22.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:22 smithi078 ceph-mon[146339]: Updating smithi078:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-08T23:51:22.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:22 smithi078 ceph-mon[146339]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:51:22.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:22 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:51:22.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:22 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:51:22.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:22 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:51:22.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:22 smithi078 ceph-mon[146339]: osdmap e26: 3 total, 3 up, 3 in 2023-11-08T23:51:22.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:22 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/2638910822' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-11-08T23:51:22.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:22 smithi078 ceph-mon[146339]: from='mgr.14388 172.21.15.27:0/1179668672' entity='mgr.a' 2023-11-08T23:51:22.753 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:22 smithi078 ceph-mon[146339]: mgrmap e21: a(active, since 4s), standbys: b 2023-11-08T23:51:23.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:23 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2638910822' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-11-08T23:51:23.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:23 smithi027 ceph-mon[141590]: osdmap e27: 3 total, 3 up, 3 in 2023-11-08T23:51:23.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:23 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/2638910822' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-11-08T23:51:23.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:23 smithi155 ceph-mon[146064]: osdmap e27: 3 total, 3 up, 3 in 2023-11-08T23:51:23.751 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:23 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/2638910822' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-11-08T23:51:23.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:23 smithi078 ceph-mon[146339]: osdmap e27: 3 total, 3 up, 3 in 2023-11-08T23:51:24.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:24 smithi027 ceph-mon[141590]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:51:24.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:24 smithi027 ceph-mon[141590]: osdmap e28: 3 total, 3 up, 3 in 2023-11-08T23:51:24.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:24 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2638910822' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-11-08T23:51:24.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:24 smithi155 ceph-mon[146064]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:51:24.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:24 smithi155 ceph-mon[146064]: osdmap e28: 3 total, 3 up, 3 in 2023-11-08T23:51:24.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:24 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/2638910822' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-11-08T23:51:24.751 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:24 smithi078 ceph-mon[146339]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:51:24.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:24 smithi078 ceph-mon[146339]: osdmap e28: 3 total, 3 up, 3 in 2023-11-08T23:51:24.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:24 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/2638910822' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-11-08T23:51:25.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:25 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2638910822' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-11-08T23:51:25.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:25 smithi027 ceph-mon[141590]: osdmap e29: 3 total, 3 up, 3 in 2023-11-08T23:51:25.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:25 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/2638910822' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-11-08T23:51:25.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:25 smithi155 ceph-mon[146064]: osdmap e29: 3 total, 3 up, 3 in 2023-11-08T23:51:25.751 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:25 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/2638910822' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-11-08T23:51:25.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:25 smithi078 ceph-mon[146339]: osdmap e29: 3 total, 3 up, 3 in 2023-11-08T23:51:26.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:26 smithi027 ceph-mon[141590]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-11-08T23:51:26.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:26 smithi027 ceph-mon[141590]: osdmap e30: 3 total, 3 up, 3 in 2023-11-08T23:51:26.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:26 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2107065178' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T23:51:26.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:26 smithi155 ceph-mon[146064]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-11-08T23:51:26.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:26 smithi155 ceph-mon[146064]: osdmap e30: 3 total, 3 up, 3 in 2023-11-08T23:51:26.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:26 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/2107065178' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T23:51:26.751 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:26 smithi078 ceph-mon[146339]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-11-08T23:51:26.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:26 smithi078 ceph-mon[146339]: osdmap e30: 3 total, 3 up, 3 in 2023-11-08T23:51:26.752 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:26 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/2107065178' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T23:51:27.362 INFO:teuthology.orchestra.run.smithi027.stderr:Error EINVAL: Traceback (most recent call last): 2023-11-08T23:51:27.363 INFO:teuthology.orchestra.run.smithi027.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 1811, in _handle_command 2023-11-08T23:51:27.363 INFO:teuthology.orchestra.run.smithi027.stderr: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-11-08T23:51:27.363 INFO:teuthology.orchestra.run.smithi027.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-11-08T23:51:27.363 INFO:teuthology.orchestra.run.smithi027.stderr: return self.func(mgr, **kwargs) 2023-11-08T23:51:27.363 INFO:teuthology.orchestra.run.smithi027.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-11-08T23:51:27.364 INFO:teuthology.orchestra.run.smithi027.stderr: return func(self, *args, **kwargs) 2023-11-08T23:51:27.364 INFO:teuthology.orchestra.run.smithi027.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-11-08T23:51:27.364 INFO:teuthology.orchestra.run.smithi027.stderr: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-11-08T23:51:27.364 INFO:teuthology.orchestra.run.smithi027.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-11-08T23:51:27.365 INFO:teuthology.orchestra.run.smithi027.stderr: self.update_period(realm, zonegroup) 2023-11-08T23:51:27.365 INFO:teuthology.orchestra.run.smithi027.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-11-08T23:51:27.365 INFO:teuthology.orchestra.run.smithi027.stderr: period = RGWPeriod(period_info) 2023-11-08T23:51:27.365 INFO:teuthology.orchestra.run.smithi027.stderr: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-11-08T23:51:27.365 INFO:teuthology.orchestra.run.smithi027.stderr: self.realm_name = period_dict['realm_name'] 2023-11-08T23:51:27.366 INFO:teuthology.orchestra.run.smithi027.stderr:KeyError: 'realm_name' 2023-11-08T23:51:27.366 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-11-08T23:51:27.622 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2107065178' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-11-08T23:51:27.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-mon[141590]: osdmap e31: 3 total, 3 up, 3 in 2023-11-08T23:51:27.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2107065178' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T23:51:27.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-mon[141590]: from='client.? 172.21.15.27:0/2107065178' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-08T23:51:27.623 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-mon[141590]: osdmap e32: 3 total, 3 up, 3 in 2023-11-08T23:51:27.624 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:27.356+0000 7f3f62b73700 -1 mgr handle_command module 'rgw' command handler threw exception: 'realm_name' 2023-11-08T23:51:27.624 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:27.357+0000 7f3f62b73700 -1 mgr.server reply reply (22) Invalid argument Traceback (most recent call last): 2023-11-08T23:51:27.624 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: File "/usr/share/ceph/mgr/mgr_module.py", line 1811, in _handle_command 2023-11-08T23:51:27.624 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-11-08T23:51:27.625 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-11-08T23:51:27.625 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: return self.func(mgr, **kwargs) 2023-11-08T23:51:27.625 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-11-08T23:51:27.625 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: return func(self, *args, **kwargs) 2023-11-08T23:51:27.625 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-11-08T23:51:27.626 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-11-08T23:51:27.626 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-11-08T23:51:27.626 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: self.update_period(realm, zonegroup) 2023-11-08T23:51:27.626 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-11-08T23:51:27.626 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: period = RGWPeriod(period_info) 2023-11-08T23:51:27.627 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-11-08T23:51:27.627 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: self.realm_name = period_dict['realm_name'] 2023-11-08T23:51:27.627 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: KeyError: 'realm_name' 2023-11-08T23:51:27.627 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:27 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:27.664 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:27 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/2107065178' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-11-08T23:51:27.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:27 smithi155 ceph-mon[146064]: osdmap e31: 3 total, 3 up, 3 in 2023-11-08T23:51:27.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:27 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/2107065178' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T23:51:27.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:27 smithi155 ceph-mon[146064]: from='client.? 172.21.15.27:0/2107065178' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-08T23:51:27.665 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:27 smithi155 ceph-mon[146064]: osdmap e32: 3 total, 3 up, 3 in 2023-11-08T23:51:27.729 DEBUG:teuthology.orchestra.run:got remote process result: 22 2023-11-08T23:51:27.731 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_c5dca1b39843ab5db10818164a43fe9d7a0543db/qa/tasks/rgw_module.py", line 49, in apply _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_c5dca1b39843ab5db10818164a43fe9d7a0543db/qa/tasks/rgw_module.py", line 12, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi027 with status 22: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph rgw realm bootstrap -i -' 2023-11-08T23:51:27.796 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d54870bcf3b34bb89a3def4fa13f5409 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_c5dca1b39843ab5db10818164a43fe9d7a0543db/qa/tasks/rgw_module.py", line 49, in apply _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_c5dca1b39843ab5db10818164a43fe9d7a0543db/qa/tasks/rgw_module.py", line 12, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi027 with status 22: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph rgw realm bootstrap -i -' 2023-11-08T23:51:27.799 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-08T23:51:27.809 INFO:tasks.cephadm:Teardown begin 2023-11-08T23:51:27.810 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T23:51:27.814 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:27 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/2107065178' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-11-08T23:51:27.815 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:27 smithi078 ceph-mon[146339]: osdmap e31: 3 total, 3 up, 3 in 2023-11-08T23:51:27.815 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:27 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/2107065178' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T23:51:27.815 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:27 smithi078 ceph-mon[146339]: from='client.? 172.21.15.27:0/2107065178' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-08T23:51:27.816 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:27 smithi078 ceph-mon[146339]: osdmap e32: 3 total, 3 up, 3 in 2023-11-08T23:51:27.848 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T23:51:27.886 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T23:51:27.925 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-08T23:51:27.926 DEBUG:teuthology.orchestra.run.smithi027:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-08T23:51:27.948 DEBUG:teuthology.orchestra.run.smithi078:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-08T23:51:27.972 DEBUG:teuthology.orchestra.run.smithi155:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-08T23:51:27.996 INFO:tasks.cephadm:Stopping all daemons... 2023-11-08T23:51:27.996 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-11-08T23:51:27.997 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mon.a 2023-11-08T23:51:28.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:28 smithi027 systemd[1]: Stopping Ceph mon.a for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7... 2023-11-08T23:51:28.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:28 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mon-a[141567]: 2023-11-08T23:51:28.212+0000 7fa8dd07e700 -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 2023-11-08T23:51:28.373 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:28 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mon-a[141567]: 2023-11-08T23:51:28.212+0000 7fa8dd07e700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-11-08T23:51:28.634 INFO:journalctl@ceph.mon.a.smithi027.stdout:Nov 08 23:51:28 smithi027 bash[171180]: ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mon-a 2023-11-08T23:51:28.640 DEBUG:teuthology.orchestra.run.smithi027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mon.a.service' 2023-11-08T23:51:28.684 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T23:51:28.685 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-11-08T23:51:28.685 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2023-11-08T23:51:28.686 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mon.b 2023-11-08T23:51:29.001 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:28 smithi078 systemd[1]: Stopping Ceph mon.b for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7... 2023-11-08T23:51:29.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:28 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mon-b[146316]: 2023-11-08T23:51:28.907+0000 7f733d74e700 -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 2023-11-08T23:51:29.002 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:28 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mon-b[146316]: 2023-11-08T23:51:28.907+0000 7f733d74e700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-11-08T23:51:29.501 INFO:journalctl@ceph.mon.b.smithi078.stdout:Nov 08 23:51:29 smithi078 bash[157563]: ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mon-b 2023-11-08T23:51:29.510 DEBUG:teuthology.orchestra.run.smithi078:> sudo pkill -f 'journalctl -f -n 0 -u ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mon.b.service' 2023-11-08T23:51:29.566 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T23:51:29.567 INFO:tasks.cephadm.mon.c:Stopped mon.b 2023-11-08T23:51:29.567 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2023-11-08T23:51:29.568 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mon.c 2023-11-08T23:51:29.914 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:29 smithi155 systemd[1]: Stopping Ceph mon.c for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7... 2023-11-08T23:51:29.915 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:29 smithi155 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mon-c[146040]: 2023-11-08T23:51:29.786+0000 7f92edb46700 -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 2023-11-08T23:51:29.916 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:29 smithi155 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mon-c[146040]: 2023-11-08T23:51:29.786+0000 7f92edb46700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-11-08T23:51:30.310 INFO:journalctl@ceph.mon.c.smithi155.stdout:Nov 08 23:51:30 smithi155 bash[156937]: ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mon-c 2023-11-08T23:51:30.318 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mon.c.service' 2023-11-08T23:51:30.365 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T23:51:30.366 INFO:tasks.cephadm.mon.c:Stopped mon.c 2023-11-08T23:51:30.366 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2023-11-08T23:51:30.367 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mgr.a 2023-11-08T23:51:30.757 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:30 smithi027 systemd[1]: Stopping Ceph mgr.a for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7... 2023-11-08T23:51:30.757 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:30 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:30.586+0000 7f3fe829f700 -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 2023-11-08T23:51:30.758 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:30 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a[141839]: 2023-11-08T23:51:30.586+0000 7f3fe829f700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2023-11-08T23:51:31.019 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Nov 08 23:51:30 smithi027 bash[171325]: ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-a 2023-11-08T23:51:31.024 DEBUG:teuthology.orchestra.run.smithi027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mgr.a.service' 2023-11-08T23:51:31.061 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T23:51:31.062 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2023-11-08T23:51:31.063 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2023-11-08T23:51:31.063 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mgr.b 2023-11-08T23:51:31.402 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:31 smithi078 systemd[1]: Stopping Ceph mgr.b for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7... 2023-11-08T23:51:31.653 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:31 smithi078 bash[157708]: ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-mgr-b 2023-11-08T23:51:31.654 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Nov 08 23:51:31 smithi078 systemd[1]: ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mgr.b.service: Main process exited, code=exited, status=143/n/a 2023-11-08T23:51:31.659 DEBUG:teuthology.orchestra.run.smithi078:> sudo pkill -f 'journalctl -f -n 0 -u ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@mgr.b.service' 2023-11-08T23:51:31.694 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T23:51:31.695 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2023-11-08T23:51:31.695 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-11-08T23:51:31.695 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@osd.0 2023-11-08T23:51:32.122 INFO:journalctl@ceph.osd.0.smithi027.stdout:Nov 08 23:51:31 smithi027 systemd[1]: Stopping Ceph osd.0 for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7... 2023-11-08T23:51:32.123 INFO:journalctl@ceph.osd.0.smithi027.stdout:Nov 08 23:51:31 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-0[160171]: 2023-11-08T23:51:31.904+0000 7f5395c98700 -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 2023-11-08T23:51:32.123 INFO:journalctl@ceph.osd.0.smithi027.stdout:Nov 08 23:51:31 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-0[160171]: 2023-11-08T23:51:31.904+0000 7f5395c98700 -1 osd.0 32 *** Got signal Terminated *** 2023-11-08T23:51:32.123 INFO:journalctl@ceph.osd.0.smithi027.stdout:Nov 08 23:51:31 smithi027 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-0[160171]: 2023-11-08T23:51:31.904+0000 7f5395c98700 -1 osd.0 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-08T23:51:37.872 INFO:journalctl@ceph.osd.0.smithi027.stdout:Nov 08 23:51:37 smithi027 bash[171473]: ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-0 2023-11-08T23:51:38.763 DEBUG:teuthology.orchestra.run.smithi027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@osd.0.service' 2023-11-08T23:51:38.803 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T23:51:38.804 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-11-08T23:51:38.804 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-11-08T23:51:38.804 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@osd.1 2023-11-08T23:51:39.251 INFO:journalctl@ceph.osd.1.smithi078.stdout:Nov 08 23:51:38 smithi078 systemd[1]: Stopping Ceph osd.1 for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7... 2023-11-08T23:51:39.251 INFO:journalctl@ceph.osd.1.smithi078.stdout:Nov 08 23:51:39 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-1[151218]: 2023-11-08T23:51:39.014+0000 7f2b45c26700 -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 2023-11-08T23:51:39.252 INFO:journalctl@ceph.osd.1.smithi078.stdout:Nov 08 23:51:39 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-1[151218]: 2023-11-08T23:51:39.014+0000 7f2b45c26700 -1 osd.1 32 *** Got signal Terminated *** 2023-11-08T23:51:39.252 INFO:journalctl@ceph.osd.1.smithi078.stdout:Nov 08 23:51:39 smithi078 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-1[151218]: 2023-11-08T23:51:39.014+0000 7f2b45c26700 -1 osd.1 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-08T23:51:45.002 INFO:journalctl@ceph.osd.1.smithi078.stdout:Nov 08 23:51:44 smithi078 bash[157853]: ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-1 2023-11-08T23:51:45.802 DEBUG:teuthology.orchestra.run.smithi078:> sudo pkill -f 'journalctl -f -n 0 -u ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@osd.1.service' 2023-11-08T23:51:45.841 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T23:51:45.842 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-11-08T23:51:45.843 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-11-08T23:51:45.843 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@osd.2 2023-11-08T23:51:46.164 INFO:journalctl@ceph.osd.2.smithi155.stdout:Nov 08 23:51:45 smithi155 systemd[1]: Stopping Ceph osd.2 for 165dcd8c-7e91-11ee-8dbb-212e2dc638e7... 2023-11-08T23:51:46.164 INFO:journalctl@ceph.osd.2.smithi155.stdout:Nov 08 23:51:46 smithi155 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-2[151116]: 2023-11-08T23:51:46.057+0000 7f6ce1256700 -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 2023-11-08T23:51:46.165 INFO:journalctl@ceph.osd.2.smithi155.stdout:Nov 08 23:51:46 smithi155 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-2[151116]: 2023-11-08T23:51:46.057+0000 7f6ce1256700 -1 osd.2 32 *** Got signal Terminated *** 2023-11-08T23:51:46.165 INFO:journalctl@ceph.osd.2.smithi155.stdout:Nov 08 23:51:46 smithi155 ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-2[151116]: 2023-11-08T23:51:46.057+0000 7f6ce1256700 -1 osd.2 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-08T23:51:51.914 INFO:journalctl@ceph.osd.2.smithi155.stdout:Nov 08 23:51:51 smithi155 bash[157092]: ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7-osd-2 2023-11-08T23:51:52.761 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-165dcd8c-7e91-11ee-8dbb-212e2dc638e7@osd.2.service' 2023-11-08T23:51:52.800 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T23:51:52.801 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-11-08T23:51:52.802 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 --force --keep-logs 2023-11-08T23:51:53.043 INFO:teuthology.orchestra.run.smithi027.stdout:Deleting cluster with fsid: 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:51:53.708 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 --force --keep-logs 2023-11-08T23:51:53.937 INFO:teuthology.orchestra.run.smithi078.stdout:Deleting cluster with fsid: 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:51:54.569 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 --force --keep-logs 2023-11-08T23:51:54.798 INFO:teuthology.orchestra.run.smithi155.stdout:Deleting cluster with fsid: 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:51:55.339 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T23:51:55.377 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T23:51:55.411 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T23:51:55.441 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-08T23:51:55.443 DEBUG:teuthology.misc:Transferring archived files from smithi027:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452169/remote/smithi027/crash 2023-11-08T23:51:55.444 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/crash -- . 2023-11-08T23:51:55.492 INFO:teuthology.orchestra.run.smithi027.stderr:tar: /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-08T23:51:55.493 INFO:teuthology.orchestra.run.smithi027.stderr:tar: Error is not recoverable: exiting now 2023-11-08T23:51:55.494 DEBUG:teuthology.misc:Transferring archived files from smithi078:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452169/remote/smithi078/crash 2023-11-08T23:51:55.495 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/crash -- . 2023-11-08T23:51:55.544 INFO:teuthology.orchestra.run.smithi078.stderr:tar: /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-08T23:51:55.544 INFO:teuthology.orchestra.run.smithi078.stderr:tar: Error is not recoverable: exiting now 2023-11-08T23:51:55.547 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452169/remote/smithi155/crash 2023-11-08T23:51:55.548 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/crash -- . 2023-11-08T23:51:55.594 INFO:teuthology.orchestra.run.smithi155.stderr:tar: /var/lib/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-08T23:51:55.594 INFO:teuthology.orchestra.run.smithi155.stderr:tar: Error is not recoverable: exiting now 2023-11-08T23:51:55.596 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-08T23:51:55.596 DEBUG:teuthology.orchestra.run.smithi027:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-08T23:51:55.629 INFO:teuthology.orchestra.run.smithi027.stderr:grep: /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph.log: No such file or directory 2023-11-08T23:51:55.630 INFO:tasks.cephadm:Compressing logs... 2023-11-08T23:51:55.631 DEBUG:teuthology.orchestra.run.smithi027:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-08T23:51:55.673 DEBUG:teuthology.orchestra.run.smithi078:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-08T23:51:55.676 DEBUG:teuthology.orchestra.run.smithi155:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-08T23:51:55.702 INFO:teuthology.orchestra.run.smithi027.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-08T23:51:55.703 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-08T23:51:55.703 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-volume.log 2023-11-08T23:51:55.704 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-osd.0.log 2023-11-08T23:51:55.704 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-mgr.a.log 2023-11-08T23:51:55.704 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-mon.a.log 2023-11-08T23:51:55.707 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-mgr.a.log: /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-mon.a.log: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-08T23:51:55.707 INFO:teuthology.orchestra.run.smithi027.stderr: 91.3% -- replaced with /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-volume.log.gz 2023-11-08T23:51:55.708 INFO:teuthology.orchestra.run.smithi155.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-08T23:51:55.709 INFO:teuthology.orchestra.run.smithi155.stderr:: No such file or directory 2023-11-08T23:51:55.709 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-volume.log 2023-11-08T23:51:55.709 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-osd.2.log 2023-11-08T23:51:55.710 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-mon.c.log 2023-11-08T23:51:55.710 INFO:teuthology.orchestra.run.smithi155.stderr: 88.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-08T23:51:55.710 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-osd.2.log: /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-mon.c.log: 91.1% -- replaced with /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-volume.log.gz 2023-11-08T23:51:55.711 INFO:teuthology.orchestra.run.smithi078.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-08T23:51:55.712 INFO:teuthology.orchestra.run.smithi078.stderr:: No such file or directory 2023-11-08T23:51:55.712 INFO:teuthology.orchestra.run.smithi078.stderr:gzip -5 --verbose -- /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-volume.log 2023-11-08T23:51:55.712 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-mgr.b.log 2023-11-08T23:51:55.713 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-mon.b.log 2023-11-08T23:51:55.713 INFO:teuthology.orchestra.run.smithi078.stderr: 87.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-08T23:51:55.713 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-osd.1.log 2023-11-08T23:51:55.714 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-mon.b.log: /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-osd.1.log: 91.1% -- replaced with /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-volume.log.gz 2023-11-08T23:51:55.714 INFO:teuthology.orchestra.run.smithi078.stderr: 89.8% -- replaced with /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-mgr.b.log.gz 2023-11-08T23:51:55.735 INFO:teuthology.orchestra.run.smithi078.stderr: 92.6% -- replaced with /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-mon.b.log.gz 2023-11-08T23:51:55.736 INFO:teuthology.orchestra.run.smithi155.stderr: 92.6% -- replaced with /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-mon.c.log.gz 2023-11-08T23:51:55.753 INFO:teuthology.orchestra.run.smithi027.stderr: 89.1% -- replaced with /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-mgr.a.log.gz 2023-11-08T23:51:55.817 INFO:teuthology.orchestra.run.smithi027.stderr: 94.4% -- replaced with /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-osd.0.log.gz 2023-11-08T23:51:55.824 INFO:teuthology.orchestra.run.smithi155.stderr: 94.4% -- replaced with /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-osd.2.log.gz 2023-11-08T23:51:55.826 INFO:teuthology.orchestra.run.smithi155.stderr: 2023-11-08T23:51:55.826 INFO:teuthology.orchestra.run.smithi155.stderr:real 0m0.133s 2023-11-08T23:51:55.826 INFO:teuthology.orchestra.run.smithi155.stderr:user 0m0.153s 2023-11-08T23:51:55.827 INFO:teuthology.orchestra.run.smithi155.stderr:sys 0m0.023s 2023-11-08T23:51:55.833 INFO:teuthology.orchestra.run.smithi027.stderr: 91.6% -- replaced with /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-mon.a.log.gz 2023-11-08T23:51:55.834 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-11-08T23:51:55.835 INFO:teuthology.orchestra.run.smithi027.stderr:real 0m0.144s 2023-11-08T23:51:55.835 INFO:teuthology.orchestra.run.smithi027.stderr:user 0m0.293s 2023-11-08T23:51:55.835 INFO:teuthology.orchestra.run.smithi027.stderr:sys 0m0.031s 2023-11-08T23:51:55.850 INFO:teuthology.orchestra.run.smithi078.stderr: 94.4% -- replaced with /var/log/ceph/165dcd8c-7e91-11ee-8dbb-212e2dc638e7/ceph-osd.1.log.gz 2023-11-08T23:51:55.851 INFO:teuthology.orchestra.run.smithi078.stderr: 2023-11-08T23:51:55.851 INFO:teuthology.orchestra.run.smithi078.stderr:real 0m0.159s 2023-11-08T23:51:55.852 INFO:teuthology.orchestra.run.smithi078.stderr:user 0m0.188s 2023-11-08T23:51:55.852 INFO:teuthology.orchestra.run.smithi078.stderr:sys 0m0.018s 2023-11-08T23:51:55.853 INFO:tasks.cephadm:Archiving logs... 2023-11-08T23:51:55.853 DEBUG:teuthology.misc:Transferring archived files from smithi027:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452169/remote/smithi027/log 2023-11-08T23:51:55.854 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-08T23:51:55.958 DEBUG:teuthology.misc:Transferring archived files from smithi078:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452169/remote/smithi078/log 2023-11-08T23:51:55.959 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-08T23:51:56.016 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452169/remote/smithi155/log 2023-11-08T23:51:56.017 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-08T23:51:56.072 INFO:tasks.cephadm:Removing cluster... 2023-11-08T23:51:56.072 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 --force 2023-11-08T23:51:56.295 INFO:teuthology.orchestra.run.smithi027.stdout:Deleting cluster with fsid: 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:51:56.541 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 --force 2023-11-08T23:51:56.754 INFO:teuthology.orchestra.run.smithi078.stdout:Deleting cluster with fsid: 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:51:56.992 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 --force 2023-11-08T23:51:57.213 INFO:teuthology.orchestra.run.smithi155.stdout:Deleting cluster with fsid: 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 2023-11-08T23:51:57.450 INFO:tasks.cephadm:Removing cephadm ... 2023-11-08T23:51:57.451 DEBUG:teuthology.orchestra.run.smithi027:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-08T23:51:57.474 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-08T23:51:57.495 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-08T23:51:57.514 INFO:tasks.cephadm:Teardown complete 2023-11-08T23:51:57.515 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-11-08T23:51:57.524 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2023-11-08T23:51:57.525 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-08T23:51:57.528 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-08T23:51:57.537 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-08T23:51:57.659 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-08T23:51:57.670 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-08T23:51:57.671 DEBUG:teuthology.orchestra.run.smithi027:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T23:51:57.674 DEBUG:teuthology.orchestra.run.smithi078:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T23:51:57.676 DEBUG:teuthology.orchestra.run.smithi155:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T23:51:57.692 INFO:teuthology.orchestra.run.smithi078.stderr:bash: ntpq: command not found 2023-11-08T23:51:57.693 INFO:teuthology.orchestra.run.smithi027.stderr:bash: ntpq: command not found 2023-11-08T23:51:57.694 INFO:teuthology.orchestra.run.smithi155.stderr:bash: ntpq: command not found 2023-11-08T23:51:57.698 INFO:teuthology.orchestra.run.smithi078.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T23:51:57.698 INFO:teuthology.orchestra.run.smithi078.stdout:=============================================================================== 2023-11-08T23:51:57.698 INFO:teuthology.orchestra.run.smithi078.stdout:^* hv01.front.sepia.ceph.com 2 6 377 49 +563us[ +573us] +/- 79ms 2023-11-08T23:51:57.699 INFO:teuthology.orchestra.run.smithi078.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 50 -1802us[-1791us] +/- 50ms 2023-11-08T23:51:57.699 INFO:teuthology.orchestra.run.smithi078.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 49 +2462us[+2462us] +/- 90ms 2023-11-08T23:51:57.699 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:51:57.701 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T23:51:57.701 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2023-11-08T23:51:57.701 INFO:teuthology.orchestra.run.smithi155.stdout:^* hv01.front.sepia.ceph.com 2 6 377 49 +549us[ +552us] +/- 79ms 2023-11-08T23:51:57.702 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 50 -1803us[-1800us] +/- 50ms 2023-11-08T23:51:57.702 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 47 +2455us[+2455us] +/- 90ms 2023-11-08T23:51:57.702 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:51:57.702 INFO:teuthology.orchestra.run.smithi027.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T23:51:57.703 INFO:teuthology.orchestra.run.smithi027.stdout:=============================================================================== 2023-11-08T23:51:57.703 INFO:teuthology.orchestra.run.smithi027.stdout:^* hv01.front.sepia.ceph.com 2 6 377 49 +542us[ +233us] +/- 79ms 2023-11-08T23:51:57.703 INFO:teuthology.orchestra.run.smithi027.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 48 -1815us[-1815us] +/- 50ms 2023-11-08T23:51:57.704 INFO:teuthology.orchestra.run.smithi027.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 50 +2426us[+2117us] +/- 90ms 2023-11-08T23:51:57.704 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:51:57.704 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-08T23:51:57.713 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-08T23:51:57.714 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-08T23:51:57.750 DEBUG:teuthology.orchestra.run.smithi027:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-08T23:51:57.852 DEBUG:teuthology.orchestra.run.smithi078:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-08T23:51:57.944 DEBUG:teuthology.orchestra.run.smithi155:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-08T23:51:58.035 DEBUG:teuthology.orchestra.run.smithi027:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-08T23:51:58.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T23:51:58.071 DEBUG:teuthology.orchestra.run.smithi078:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-08T23:51:58.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T23:51:58.104 DEBUG:teuthology.orchestra.run.smithi155:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-08T23:51:58.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T23:51:58.137 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-08T23:51:58.148 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-08T23:51:58.202 INFO:teuthology.task.internal:Duration was 1031.012068 seconds 2023-11-08T23:51:58.203 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-08T23:51:58.248 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-08T23:51:58.249 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-08T23:51:58.252 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-08T23:51:58.254 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-08T23:51:58.298 INFO:teuthology.orchestra.run.smithi078.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T23:51:58.300 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T23:51:58.301 INFO:teuthology.orchestra.run.smithi027.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T23:51:58.764 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-08T23:51:58.764 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi027.front.sepia.ceph.com 2023-11-08T23:51:58.765 DEBUG:teuthology.orchestra.run.smithi027:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-08T23:51:58.792 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi078.front.sepia.ceph.com 2023-11-08T23:51:58.792 DEBUG:teuthology.orchestra.run.smithi078:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-08T23:51:58.816 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi155.front.sepia.ceph.com 2023-11-08T23:51:58.817 DEBUG:teuthology.orchestra.run.smithi155:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-08T23:51:58.842 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-08T23:51:58.842 DEBUG:teuthology.orchestra.run.smithi027:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-08T23:51:58.845 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-08T23:51:58.858 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-08T23:51:58.923 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-08T23:51:58.924 DEBUG:teuthology.orchestra.run.smithi027:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-08T23:51:58.926 DEBUG:teuthology.orchestra.run.smithi078:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-08T23:51:58.940 DEBUG:teuthology.orchestra.run.smithi155:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-08T23:51:59.036 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-08T23:51:59.047 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-08T23:51:59.048 DEBUG:teuthology.orchestra.run.smithi027:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-08T23:51:59.076 DEBUG:teuthology.orchestra.run.smithi078:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-08T23:51:59.103 DEBUG:teuthology.orchestra.run.smithi155:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-08T23:51:59.131 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-08T23:51:59.142 DEBUG:teuthology.orchestra.run.smithi027:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-08T23:51:59.144 DEBUG:teuthology.orchestra.run.smithi078:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-08T23:51:59.147 DEBUG:teuthology.orchestra.run.smithi155:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-08T23:51:59.170 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern = core 2023-11-08T23:51:59.171 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = core 2023-11-08T23:51:59.198 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = core 2023-11-08T23:51:59.219 DEBUG:teuthology.orchestra.run.smithi027:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-08T23:51:59.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T23:51:59.249 DEBUG:teuthology.orchestra.run.smithi078:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-08T23:51:59.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T23:51:59.267 DEBUG:teuthology.orchestra.run.smithi155:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-08T23:51:59.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T23:51:59.285 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-08T23:51:59.295 INFO:teuthology.task.internal:Transferring archived files... 2023-11-08T23:51:59.296 DEBUG:teuthology.misc:Transferring archived files from smithi027:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452169/remote/smithi027 2023-11-08T23:51:59.297 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-08T23:51:59.337 DEBUG:teuthology.misc:Transferring archived files from smithi078:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452169/remote/smithi078 2023-11-08T23:51:59.338 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-08T23:51:59.378 DEBUG:teuthology.misc:Transferring archived files from smithi155:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452169/remote/smithi155 2023-11-08T23:51:59.378 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-08T23:51:59.418 INFO:teuthology.task.internal:Removing archive directory... 2023-11-08T23:51:59.419 DEBUG:teuthology.orchestra.run.smithi027:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-08T23:51:59.422 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-08T23:51:59.425 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-08T23:51:59.470 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-08T23:51:59.483 INFO:teuthology.task.internal:Not uploading archives. 2023-11-08T23:51:59.483 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-08T23:51:59.543 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-08T23:51:59.543 DEBUG:teuthology.orchestra.run.smithi027:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-08T23:51:59.546 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-08T23:51:59.548 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-08T23:51:59.561 INFO:teuthology.orchestra.run.smithi027.stdout: 525356 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 8 23:51 /home/ubuntu/cephtest 2023-11-08T23:51:59.563 INFO:teuthology.orchestra.run.smithi078.stdout: 525356 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 8 23:51 /home/ubuntu/cephtest 2023-11-08T23:51:59.565 INFO:teuthology.orchestra.run.smithi155.stdout: 525356 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 8 23:51 /home/ubuntu/cephtest 2023-11-08T23:51:59.567 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-08T23:51:59.577 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-08T23:51:59.598 INFO:teuthology.nuke:Checking targets against current locks 2023-11-08T23:51:59.627 DEBUG:teuthology.nuke:shortname: smithi027 2023-11-08T23:51:59.627 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T23:51:59.650 DEBUG:teuthology.nuke:shortname: smithi078 2023-11-08T23:51:59.651 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T23:51:59.656 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi027.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452169', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 22:48:42.086093', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBADxG8ESK0daRBRSOgxA/Hw8et8LlzNRFEAMWcuyTNo3ImGAtW7470J2flvUtaqcCikp85q1Lb2dgg3Ol0f7jyo='} 2023-11-08T23:51:59.672 DEBUG:teuthology.nuke:shortname: smithi155 2023-11-08T23:51:59.672 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T23:51:59.677 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi078.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452169', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 22:48:42.087140', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKs/fbQXSrG2pzMt94AE81zZLnRjVGAt0lYXfhPLg6+um78ZABYv1DQDjQe7hqx2x6QDe8zf6M1xQOgaKHgRPQM='} 2023-11-08T23:51:59.698 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452169', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 22:48:42.084857', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIFk7dAUzff+WmaxOQg+yB0GiLygHAPo5+cegMjgsdZIZh2iKXrbNIS8aaxUhbQ4ng+7KkBXOBqgUMwQhyIl+ds='} 2023-11-08T23:51:59.709 INFO:teuthology.orchestra.console.smithi027:Power off 2023-11-08T23:51:59.711 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T23:51:59.735 DEBUG:teuthology.orchestra.console.smithi027:power off output: Chassis Power Control: Down/Off 2023-11-08T23:51:59.735 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T23:51:59.756 INFO:teuthology.orchestra.console.smithi078:Power off 2023-11-08T23:51:59.757 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T23:51:59.770 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2023-11-08T23:51:59.782 DEBUG:teuthology.orchestra.console.smithi078:power off output: Chassis Power Control: Down/Off 2023-11-08T23:51:59.782 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T23:51:59.801 INFO:teuthology.orchestra.console.smithi155:Power off 2023-11-08T23:51:59.802 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T23:51:59.812 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2023-11-08T23:51:59.827 DEBUG:teuthology.orchestra.console.smithi155:power off output: Chassis Power Control: Down/Off 2023-11-08T23:51:59.828 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T23:51:59.855 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2023-11-08T23:52:03.772 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T23:52:03.813 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T23:52:03.857 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T23:52:03.883 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2023-11-08T23:52:03.923 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2023-11-08T23:52:03.968 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2023-11-08T23:52:07.886 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T23:52:07.924 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T23:52:07.969 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T23:52:07.997 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is off 2023-11-08T23:52:08.035 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is off 2023-11-08T23:52:08.081 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2023-11-08T23:52:08.099 INFO:teuthology.orchestra.console.smithi027:Power off completed 2023-11-08T23:52:08.136 INFO:teuthology.orchestra.console.smithi078:Power off completed 2023-11-08T23:52:12.086 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T23:52:12.198 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is off 2023-11-08T23:52:12.299 INFO:teuthology.orchestra.console.smithi155:Power off completed 2023-11-08T23:52:12.404 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/classic task/test_rgw_multisite} duration: 1031.012068271637 failure_reason: 'Command failed on smithi027 with status 22: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 165dcd8c-7e91-11ee-8dbb-212e2dc638e7 -- ceph rgw realm bootstrap -i -''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d54870bcf3b34bb89a3def4fa13f5409 status: fail success: false 2023-11-08T23:52:12.404 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T23:52:12.484 INFO:teuthology.run:FAIL