2024-03-16T16:18:14.342 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-16T16:18:14.343 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} --name yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603651 --verbose --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603651/orig.config.yaml 2024-03-16T16:18:14.411 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-16T16:18:14.509 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603651 branch: wip-yuri6-testing-2024-03-15-0709 description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7603651' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri6-testing-2024-03-15-0709 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN sha1: 5ea4d9cfac4d9f2893126a48d28cca7da69243c1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5ea4d9cfac4d9f2893126a48d28cca7da69243c1 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri6-testing-2024-03-15-0709 sha1: 5ea4d9cfac4d9f2893126a48d28cca7da69243c1 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 9615 sha1: 5ea4d9cfac4d9f2893126a48d28cca7da69243c1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri6-testing-2024-03-15-0709 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5ea4d9cfac4d9f2893126a48d28cca7da69243c1/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5ea4d9cfac4d9f2893126a48d28cca7da69243c1 targets: smithi003.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE9x3+yKjE4TqpFLTxuxSFsIyOfX/JxbiqQpOeW2l2XzMVHJ2kfYpMd2liXkxA6nHKTgY+Gpdo1VlgThzaRDZiE= smithi060.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGsuAoeJVAbf6KzAAsf6ou+ANnXNVbmissbk67JOTd5QBwp1DrLO8WzOsKhIvGGA/1O+rWxvtGereLvk8MUC4W4= smithi084.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNYoKAKcjF2W4rdeuJVXz4Ir5qzA6rVvdhHgyYHpYPDQEwUvFpiwFkupOGlScTCpa9/K/a9KiH/u6ubB0Ia4ctI= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-15_19:59:43 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-16T16:18:14.509 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_5ea4d9cfac4d9f2893126a48d28cca7da69243c1/qa; will attempt to use it 2024-03-16T16:18:14.510 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5ea4d9cfac4d9f2893126a48d28cca7da69243c1/qa/tasks 2024-03-16T16:18:14.510 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-16T16:18:14.526 INFO:teuthology.task.internal:Checking packages... 2024-03-16T16:18:14.559 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5ea4d9cfac4d9f2893126a48d28cca7da69243c1' 2024-03-16T16:18:14.560 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-16T16:18:14.560 INFO:teuthology.packaging:ref: None 2024-03-16T16:18:14.560 INFO:teuthology.packaging:tag: None 2024-03-16T16:18:14.560 INFO:teuthology.packaging:branch: wip-yuri6-testing-2024-03-15-0709 2024-03-16T16:18:14.560 INFO:teuthology.packaging:sha1: 5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:18:14.560 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri6-testing-2024-03-15-0709 2024-03-16T16:18:14.784 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2121.g5ea4d9cf 2024-03-16T16:18:14.786 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-16T16:18:14.795 INFO:teuthology.task.internal:no buildpackages task found 2024-03-16T16:18:14.795 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-16T16:18:14.851 INFO:teuthology.task.internal:Saving configuration 2024-03-16T16:18:14.864 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-16T16:18:14.895 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-16T16:18:14.917 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi003.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603651', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-16 16:13:19.883302', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE9x3+yKjE4TqpFLTxuxSFsIyOfX/JxbiqQpOeW2l2XzMVHJ2kfYpMd2liXkxA6nHKTgY+Gpdo1VlgThzaRDZiE='} 2024-03-16T16:18:14.939 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603651', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-16 16:13:19.885347', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGsuAoeJVAbf6KzAAsf6ou+ANnXNVbmissbk67JOTd5QBwp1DrLO8WzOsKhIvGGA/1O+rWxvtGereLvk8MUC4W4='} 2024-03-16T16:18:14.960 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi084.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603651', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-16 16:13:19.887089', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNYoKAKcjF2W4rdeuJVXz4Ir5qzA6rVvdhHgyYHpYPDQEwUvFpiwFkupOGlScTCpa9/K/a9KiH/u6ubB0Ia4ctI='} 2024-03-16T16:18:14.960 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-16T16:18:14.967 INFO:teuthology.task.internal:roles: ubuntu@smithi003.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-16T16:18:14.967 INFO:teuthology.task.internal:roles: ubuntu@smithi060.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-16T16:18:14.967 INFO:teuthology.task.internal:roles: ubuntu@smithi084.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-16T16:18:14.967 INFO:teuthology.run_tasks:Running task console_log... 2024-03-16T16:18:15.122 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff89b71cf70>, signals=[15]) 2024-03-16T16:18:15.122 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-16T16:18:15.130 INFO:teuthology.task.internal:Opening connections... 2024-03-16T16:18:15.131 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi003.front.sepia.ceph.com 2024-03-16T16:18:15.133 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:18:15.242 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi060.front.sepia.ceph.com 2024-03-16T16:18:15.243 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:18:15.345 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi084.front.sepia.ceph.com 2024-03-16T16:18:15.346 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:18:15.434 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-16T16:18:15.440 DEBUG:teuthology.orchestra.run.smithi003:> uname -m 2024-03-16T16:18:15.459 INFO:teuthology.orchestra.run.smithi003.stdout:x86_64 2024-03-16T16:18:15.460 DEBUG:teuthology.orchestra.run.smithi003:> cat /etc/os-release 2024-03-16T16:18:15.517 INFO:teuthology.orchestra.run.smithi003.stdout:NAME="CentOS Stream" 2024-03-16T16:18:15.517 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION="9" 2024-03-16T16:18:15.517 INFO:teuthology.orchestra.run.smithi003.stdout:ID="centos" 2024-03-16T16:18:15.517 INFO:teuthology.orchestra.run.smithi003.stdout:ID_LIKE="rhel fedora" 2024-03-16T16:18:15.517 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION_ID="9" 2024-03-16T16:18:15.517 INFO:teuthology.orchestra.run.smithi003.stdout:PLATFORM_ID="platform:el9" 2024-03-16T16:18:15.517 INFO:teuthology.orchestra.run.smithi003.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-16T16:18:15.518 INFO:teuthology.orchestra.run.smithi003.stdout:ANSI_COLOR="0;31" 2024-03-16T16:18:15.518 INFO:teuthology.orchestra.run.smithi003.stdout:LOGO="fedora-logo-icon" 2024-03-16T16:18:15.518 INFO:teuthology.orchestra.run.smithi003.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-16T16:18:15.518 INFO:teuthology.orchestra.run.smithi003.stdout:HOME_URL="https://centos.org/" 2024-03-16T16:18:15.518 INFO:teuthology.orchestra.run.smithi003.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-16T16:18:15.518 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-16T16:18:15.518 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-16T16:18:15.519 INFO:teuthology.lock.ops:Updating smithi003.front.sepia.ceph.com on lock server 2024-03-16T16:18:15.541 DEBUG:teuthology.orchestra.run.smithi060:> uname -m 2024-03-16T16:18:15.560 INFO:teuthology.orchestra.run.smithi060.stdout:x86_64 2024-03-16T16:18:15.560 DEBUG:teuthology.orchestra.run.smithi060:> cat /etc/os-release 2024-03-16T16:18:15.619 INFO:teuthology.orchestra.run.smithi060.stdout:NAME="CentOS Stream" 2024-03-16T16:18:15.619 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION="9" 2024-03-16T16:18:15.619 INFO:teuthology.orchestra.run.smithi060.stdout:ID="centos" 2024-03-16T16:18:15.619 INFO:teuthology.orchestra.run.smithi060.stdout:ID_LIKE="rhel fedora" 2024-03-16T16:18:15.620 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION_ID="9" 2024-03-16T16:18:15.620 INFO:teuthology.orchestra.run.smithi060.stdout:PLATFORM_ID="platform:el9" 2024-03-16T16:18:15.620 INFO:teuthology.orchestra.run.smithi060.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-16T16:18:15.620 INFO:teuthology.orchestra.run.smithi060.stdout:ANSI_COLOR="0;31" 2024-03-16T16:18:15.620 INFO:teuthology.orchestra.run.smithi060.stdout:LOGO="fedora-logo-icon" 2024-03-16T16:18:15.620 INFO:teuthology.orchestra.run.smithi060.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-16T16:18:15.621 INFO:teuthology.orchestra.run.smithi060.stdout:HOME_URL="https://centos.org/" 2024-03-16T16:18:15.621 INFO:teuthology.orchestra.run.smithi060.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-16T16:18:15.621 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-16T16:18:15.621 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-16T16:18:15.622 INFO:teuthology.lock.ops:Updating smithi060.front.sepia.ceph.com on lock server 2024-03-16T16:18:15.642 DEBUG:teuthology.orchestra.run.smithi084:> uname -m 2024-03-16T16:18:15.661 INFO:teuthology.orchestra.run.smithi084.stdout:x86_64 2024-03-16T16:18:15.661 DEBUG:teuthology.orchestra.run.smithi084:> cat /etc/os-release 2024-03-16T16:18:15.719 INFO:teuthology.orchestra.run.smithi084.stdout:NAME="CentOS Stream" 2024-03-16T16:18:15.719 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION="9" 2024-03-16T16:18:15.719 INFO:teuthology.orchestra.run.smithi084.stdout:ID="centos" 2024-03-16T16:18:15.719 INFO:teuthology.orchestra.run.smithi084.stdout:ID_LIKE="rhel fedora" 2024-03-16T16:18:15.719 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION_ID="9" 2024-03-16T16:18:15.720 INFO:teuthology.orchestra.run.smithi084.stdout:PLATFORM_ID="platform:el9" 2024-03-16T16:18:15.720 INFO:teuthology.orchestra.run.smithi084.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-16T16:18:15.720 INFO:teuthology.orchestra.run.smithi084.stdout:ANSI_COLOR="0;31" 2024-03-16T16:18:15.720 INFO:teuthology.orchestra.run.smithi084.stdout:LOGO="fedora-logo-icon" 2024-03-16T16:18:15.720 INFO:teuthology.orchestra.run.smithi084.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-16T16:18:15.720 INFO:teuthology.orchestra.run.smithi084.stdout:HOME_URL="https://centos.org/" 2024-03-16T16:18:15.720 INFO:teuthology.orchestra.run.smithi084.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-16T16:18:15.720 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-16T16:18:15.721 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-16T16:18:15.721 INFO:teuthology.lock.ops:Updating smithi084.front.sepia.ceph.com on lock server 2024-03-16T16:18:15.741 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-16T16:18:15.750 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-16T16:18:15.788 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-16T16:18:15.788 DEBUG:teuthology.orchestra.run.smithi003:> test '!' -e /home/ubuntu/cephtest 2024-03-16T16:18:15.790 DEBUG:teuthology.orchestra.run.smithi060:> test '!' -e /home/ubuntu/cephtest 2024-03-16T16:18:15.793 DEBUG:teuthology.orchestra.run.smithi084:> test '!' -e /home/ubuntu/cephtest 2024-03-16T16:18:15.809 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-16T16:18:15.827 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-16T16:18:15.827 DEBUG:teuthology.orchestra.run.smithi003:> test -z $(ls -A /var/lib/ceph) 2024-03-16T16:18:15.848 DEBUG:teuthology.orchestra.run.smithi060:> test -z $(ls -A /var/lib/ceph) 2024-03-16T16:18:15.850 DEBUG:teuthology.orchestra.run.smithi084:> test -z $(ls -A /var/lib/ceph) 2024-03-16T16:18:15.951 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-16T16:18:16.028 INFO:teuthology.run_tasks:Running task kernel... 2024-03-16T16:18:16.044 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-16T16:18:16.044 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-16T16:18:16.045 DEBUG:teuthology.orchestra.run.smithi003:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-16T16:18:16.045 DEBUG:teuthology.orchestra.run.smithi060:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-16T16:18:16.046 DEBUG:teuthology.orchestra.run.smithi084:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-16T16:18:16.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-16T16:18:16.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-16T16:18:16.063 DEBUG:teuthology.orchestra.run.smithi003:> uname -r 2024-03-16T16:18:16.064 DEBUG:teuthology.orchestra.run.smithi084:> uname -r 2024-03-16T16:18:16.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-16T16:18:16.065 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2024-03-16T16:18:16.121 INFO:teuthology.orchestra.run.smithi084.stdout:5.14.0-361.el9.x86_64 2024-03-16T16:18:16.121 INFO:teuthology.task.kernel:Running kernel on smithi084: 5.14.0-361.el9.x86_64 2024-03-16T16:18:16.121 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum install -y kernel 2024-03-16T16:18:16.122 INFO:teuthology.orchestra.run.smithi003.stdout:5.14.0-361.el9.x86_64 2024-03-16T16:18:16.122 INFO:teuthology.task.kernel:Running kernel on smithi003: 5.14.0-361.el9.x86_64 2024-03-16T16:18:16.122 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum install -y kernel 2024-03-16T16:18:16.124 INFO:teuthology.orchestra.run.smithi060.stdout:5.14.0-361.el9.x86_64 2024-03-16T16:18:16.124 INFO:teuthology.task.kernel:Running kernel on smithi060: 5.14.0-361.el9.x86_64 2024-03-16T16:18:16.124 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum install -y kernel 2024-03-16T16:18:18.209 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-03-16T16:18:18.409 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS-9 - AppStream 10 MB/s | 6.7 MB 00:00 2024-03-16T16:18:18.808 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS-9 - AppStream 6.3 MB/s | 6.7 MB 00:01 2024-03-16T16:18:19.651 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS-9 - BaseOS 6.4 MB/s | 2.0 MB 00:00 2024-03-16T16:18:19.843 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS-9 - BaseOS 7.4 MB/s | 2.0 MB 00:00 2024-03-16T16:18:20.274 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS-9 - BaseOS 6.6 MB/s | 2.0 MB 00:00 2024-03-16T16:18:23.623 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - BaseOS 2.7 MB/s | 8.0 MB 00:03 2024-03-16T16:18:25.668 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - AppStream 21 MB/s | 19 MB 00:00 2024-03-16T16:18:29.841 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - BaseOS 858 kB/s | 8.0 MB 00:09 2024-03-16T16:18:30.132 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 9 - BaseOS 827 kB/s | 8.0 MB 00:09 2024-03-16T16:18:31.866 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - AppStream 20 MB/s | 19 MB 00:00 2024-03-16T16:18:33.758 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 9 - AppStream 7.5 MB/s | 19 MB 00:02 2024-03-16T16:18:35.841 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.1 MB 00:00 2024-03-16T16:18:37.426 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 15 kB 00:00 2024-03-16T16:18:38.043 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 9 - CRB 8.8 MB/s | 6.1 MB 00:00 2024-03-16T16:18:38.891 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - CRB 652 kB/s | 6.1 MB 00:09 2024-03-16T16:18:39.210 INFO:teuthology.orchestra.run.smithi084.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-03-16T16:18:39.726 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 9 - Extras packages 30 kB/s | 15 kB 00:00 2024-03-16T16:18:40.275 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - Extras packages 81 kB/s | 15 kB 00:00 2024-03-16T16:18:41.155 INFO:teuthology.orchestra.run.smithi003.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-03-16T16:18:42.010 INFO:teuthology.orchestra.run.smithi060.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-03-16T16:18:44.184 INFO:teuthology.orchestra.run.smithi084.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-03-16T16:18:46.344 INFO:teuthology.orchestra.run.smithi003.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-03-16T16:18:46.399 INFO:teuthology.orchestra.run.smithi084.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-16T16:18:46.399 INFO:teuthology.orchestra.run.smithi084.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-16T16:18:46.512 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:18:46.523 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:18:46.523 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-03-16T16:18:46.523 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:18:46.523 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-03-16T16:18:46.524 INFO:teuthology.orchestra.run.smithi084.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-16T16:18:46.524 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-03-16T16:18:46.524 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-16T16:18:46.524 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-16T16:18:46.524 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-16T16:18:46.524 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:18:46.524 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-03-16T16:18:46.524 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:18:46.524 INFO:teuthology.orchestra.run.smithi084.stdout:Install 4 Packages 2024-03-16T16:18:46.524 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:18:46.525 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 100 M 2024-03-16T16:18:46.525 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 123 M 2024-03-16T16:18:46.525 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-03-16T16:18:46.877 INFO:teuthology.orchestra.run.smithi084.stdout:(1/4): kernel-5.14.0-427.el9.x86_64.rpm 19 MB/s | 6.0 MB 00:00 2024-03-16T16:18:47.177 INFO:teuthology.orchestra.run.smithi060.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-03-16T16:18:47.436 INFO:teuthology.orchestra.run.smithi084.stdout:(2/4): kernel-core-5.14.0-427.el9.x86_64.rpm 24 MB/s | 21 MB 00:00 2024-03-16T16:18:47.986 INFO:teuthology.orchestra.run.smithi084.stdout:(3/4): kernel-modules-5.14.0-427.el9.x86_64.rpm 28 MB/s | 39 MB 00:01 2024-03-16T16:18:48.595 INFO:teuthology.orchestra.run.smithi084.stdout:(4/4): kernel-modules-core-5.14.0-427.el9.x86_6 19 MB/s | 33 MB 00:01 2024-03-16T16:18:48.595 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:18:48.595 INFO:teuthology.orchestra.run.smithi084.stdout:Total 48 MB/s | 100 MB 00:02 2024-03-16T16:18:48.634 INFO:teuthology.orchestra.run.smithi003.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-16T16:18:48.634 INFO:teuthology.orchestra.run.smithi003.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-16T16:18:48.735 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:18:48.743 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:18:48.743 INFO:teuthology.orchestra.run.smithi003.stdout: Package Architecture Version Repository Size 2024-03-16T16:18:48.743 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:18:48.743 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2024-03-16T16:18:48.744 INFO:teuthology.orchestra.run.smithi003.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-16T16:18:48.744 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2024-03-16T16:18:48.744 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-16T16:18:48.744 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-16T16:18:48.744 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-16T16:18:48.744 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:18:48.744 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2024-03-16T16:18:48.744 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:18:48.744 INFO:teuthology.orchestra.run.smithi003.stdout:Install 4 Packages 2024-03-16T16:18:48.744 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:18:48.745 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 100 M 2024-03-16T16:18:48.745 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 123 M 2024-03-16T16:18:48.745 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2024-03-16T16:18:49.290 INFO:teuthology.orchestra.run.smithi003.stdout:(1/4): kernel-5.14.0-427.el9.x86_64.rpm 22 MB/s | 6.0 MB 00:00 2024-03-16T16:18:49.474 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-03-16T16:18:49.493 INFO:teuthology.orchestra.run.smithi060.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-16T16:18:49.494 INFO:teuthology.orchestra.run.smithi060.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-16T16:18:49.583 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:18:49.595 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:18:49.595 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2024-03-16T16:18:49.595 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:18:49.595 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-16T16:18:49.595 INFO:teuthology.orchestra.run.smithi060.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-16T16:18:49.595 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-16T16:18:49.595 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-16T16:18:49.595 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-16T16:18:49.596 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-16T16:18:49.596 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:18:49.596 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-16T16:18:49.596 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:18:49.596 INFO:teuthology.orchestra.run.smithi060.stdout:Install 4 Packages 2024-03-16T16:18:49.596 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:18:49.596 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 100 M 2024-03-16T16:18:49.597 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 123 M 2024-03-16T16:18:49.597 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-16T16:18:49.621 INFO:teuthology.orchestra.run.smithi003.stdout:(2/4): kernel-core-5.14.0-427.el9.x86_64.rpm 34 MB/s | 21 MB 00:00 2024-03-16T16:18:49.841 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-03-16T16:18:49.841 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-03-16T16:18:50.154 INFO:teuthology.orchestra.run.smithi003.stdout:(3/4): kernel-modules-5.14.0-427.el9.x86_64.rpm 34 MB/s | 39 MB 00:01 2024-03-16T16:18:50.336 INFO:teuthology.orchestra.run.smithi060.stdout:(1/4): kernel-5.14.0-427.el9.x86_64.rpm 13 MB/s | 6.0 MB 00:00 2024-03-16T16:18:50.463 INFO:teuthology.orchestra.run.smithi003.stdout:(4/4): kernel-modules-core-5.14.0-427.el9.x86_6 28 MB/s | 33 MB 00:01 2024-03-16T16:18:50.464 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:18:50.464 INFO:teuthology.orchestra.run.smithi003.stdout:Total 58 MB/s | 100 MB 00:01 2024-03-16T16:18:51.120 INFO:teuthology.orchestra.run.smithi060.stdout:(2/4): kernel-core-5.14.0-427.el9.x86_64.rpm 17 MB/s | 21 MB 00:01 2024-03-16T16:18:51.183 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-03-16T16:18:51.184 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-03-16T16:18:51.388 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2024-03-16T16:18:51.816 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2024-03-16T16:18:51.816 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2024-03-16T16:18:52.678 INFO:teuthology.orchestra.run.smithi060.stdout:(3/4): kernel-modules-5.14.0-427.el9.x86_64.rpm 14 MB/s | 39 MB 00:02 2024-03-16T16:18:52.995 INFO:teuthology.orchestra.run.smithi060.stdout:(4/4): kernel-modules-core-5.14.0-427.el9.x86_6 13 MB/s | 33 MB 00:02 2024-03-16T16:18:52.995 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:18:52.996 INFO:teuthology.orchestra.run.smithi060.stdout:Total 29 MB/s | 100 MB 00:03 2024-03-16T16:18:53.212 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2024-03-16T16:18:53.213 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2024-03-16T16:18:53.878 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-03-16T16:18:53.919 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-16T16:18:54.361 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-16T16:18:54.361 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-16T16:18:54.522 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-modules-core-5.14.0-427.el9.x86_64 1/4 2024-03-16T16:18:54.653 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-16T16:18:55.742 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-16T16:18:55.743 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-16T16:18:56.084 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2024-03-16T16:18:56.759 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : kernel-modules-core-5.14.0-427.el9.x86_64 1/4 2024-03-16T16:18:56.924 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-16T16:18:57.415 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-16T16:18:57.598 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-16T16:18:58.585 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-16T16:18:59.270 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-modules-core-5.14.0-427.el9.x86_64 1/4 2024-03-16T16:18:59.414 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-16T16:18:59.806 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-16T16:18:59.983 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-16T16:19:02.321 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-16T16:19:02.366 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-16T16:19:02.510 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-16T16:19:02.666 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-5.14.0-427.el9.x86_64 4/4 2024-03-16T16:19:05.080 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-16T16:19:05.195 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : kernel-5.14.0-427.el9.x86_64 4/4 2024-03-16T16:19:07.424 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-16T16:19:07.611 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-16T16:19:07.738 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-5.14.0-427.el9.x86_64 4/4 2024-03-16T16:19:10.324 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-16T16:19:12.863 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-16T16:19:36.491 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 4/4 2024-03-16T16:19:36.491 INFO:teuthology.orchestra.run.smithi084.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-16T16:19:36.491 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:19:36.576 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 4/4 2024-03-16T16:19:37.022 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-5.14.0-427.el9.x86_64 4/4 2024-03-16T16:19:37.022 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-5.14.0-427.el9.x86_64 1/4 2024-03-16T16:19:37.022 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-16T16:19:37.023 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-16T16:19:37.443 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-16T16:19:37.444 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:19:37.444 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-03-16T16:19:37.444 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-5.14.0-427.el9.x86_64 2024-03-16T16:19:37.444 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-core-5.14.0-427.el9.x86_64 2024-03-16T16:19:37.444 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-modules-5.14.0-427.el9.x86_64 2024-03-16T16:19:37.444 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-modules-core-5.14.0-427.el9.x86_64 2024-03-16T16:19:37.444 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:19:37.444 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:19:38.001 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q kernel | sort -rV | head -n 1 2024-03-16T16:19:38.142 INFO:teuthology.orchestra.run.smithi084.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-16T16:19:38.143 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-16T16:19:38.143 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-427.el9.x86_64 2024-03-16T16:19:38.143 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-16T16:19:38.143 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-16T16:19:38.143 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-16T16:19:38.143 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi084.front.sepia.ceph.com, path=None, version=distro) 2024-03-16T16:19:38.143 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q kernel | sort -rV | head -n 1 2024-03-16T16:19:38.262 INFO:teuthology.orchestra.run.smithi084.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-16T16:19:38.263 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-16T16:19:38.263 DEBUG:teuthology.orchestra.run.smithi084:> sudo rpm -qi grub2-tools 2024-03-16T16:19:38.305 INFO:teuthology.orchestra.run.smithi084.stdout:Name : grub2-tools 2024-03-16T16:19:38.305 INFO:teuthology.orchestra.run.smithi084.stdout:Epoch : 1 2024-03-16T16:19:38.305 INFO:teuthology.orchestra.run.smithi084.stdout:Version : 2.06 2024-03-16T16:19:38.305 INFO:teuthology.orchestra.run.smithi084.stdout:Release : 68.el9 2024-03-16T16:19:38.305 INFO:teuthology.orchestra.run.smithi084.stdout:Architecture: x86_64 2024-03-16T16:19:38.305 INFO:teuthology.orchestra.run.smithi084.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-16T16:19:38.305 INFO:teuthology.orchestra.run.smithi084.stdout:Group : Unspecified 2024-03-16T16:19:38.305 INFO:teuthology.orchestra.run.smithi084.stdout:Size : 8264254 2024-03-16T16:19:38.305 INFO:teuthology.orchestra.run.smithi084.stdout:License : GPLv3+ 2024-03-16T16:19:38.305 INFO:teuthology.orchestra.run.smithi084.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-16T16:19:38.305 INFO:teuthology.orchestra.run.smithi084.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-16T16:19:38.305 INFO:teuthology.orchestra.run.smithi084.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-16T16:19:38.306 INFO:teuthology.orchestra.run.smithi084.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-16T16:19:38.306 INFO:teuthology.orchestra.run.smithi084.stdout:Packager : builder@centos.org 2024-03-16T16:19:38.306 INFO:teuthology.orchestra.run.smithi084.stdout:Vendor : CentOS 2024-03-16T16:19:38.306 INFO:teuthology.orchestra.run.smithi084.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-16T16:19:38.306 INFO:teuthology.orchestra.run.smithi084.stdout:Summary : Support tools for GRUB. 2024-03-16T16:19:38.306 INFO:teuthology.orchestra.run.smithi084.stdout:Description : 2024-03-16T16:19:38.306 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:19:38.306 INFO:teuthology.orchestra.run.smithi084.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-16T16:19:38.306 INFO:teuthology.orchestra.run.smithi084.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-16T16:19:38.306 INFO:teuthology.orchestra.run.smithi084.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-16T16:19:38.306 INFO:teuthology.orchestra.run.smithi084.stdout:hardware devices. 2024-03-16T16:19:38.306 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:19:38.306 INFO:teuthology.orchestra.run.smithi084.stdout:This subpackage provides tools for support of all platforms. 2024-03-16T16:19:38.307 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-16T16:19:38.307 INFO:teuthology.task.kernel:Updating grub on smithi084 to boot 5.14.0-427.el9.x86_64 2024-03-16T16:19:38.307 DEBUG:teuthology.orchestra.run.smithi084:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-16T16:19:38.926 INFO:teuthology.orchestra.run.smithi084.stderr:Generating grub configuration file ... 2024-03-16T16:19:40.258 INFO:teuthology.orchestra.run.smithi084.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-16T16:19:40.300 INFO:teuthology.orchestra.run.smithi084.stderr:done 2024-03-16T16:19:40.303 DEBUG:teuthology.orchestra.run.smithi084:> mktemp 2024-03-16T16:19:40.323 INFO:teuthology.orchestra.run.smithi084.stdout:/tmp/tmp.S1e1Q7eoET 2024-03-16T16:19:40.323 DEBUG:teuthology.orchestra.run.smithi084:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.S1e1Q7eoET 2024-03-16T16:19:40.392 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod 0666 /tmp/tmp.S1e1Q7eoET 2024-03-16T16:19:40.527 DEBUG:teuthology.orchestra.remote:smithi084:/tmp/tmp.S1e1Q7eoET is 6KB 2024-03-16T16:19:40.576 DEBUG:teuthology.orchestra.run.smithi084:> rm -fr /tmp/tmp.S1e1Q7eoET 2024-03-16T16:19:40.590 DEBUG:teuthology.orchestra.run.smithi084:> sudo /bin/ls /boot/loader/entries || true 2024-03-16T16:19:40.663 INFO:teuthology.orchestra.run.smithi084.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-16T16:19:40.663 INFO:teuthology.orchestra.run.smithi084.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-16T16:19:40.663 INFO:teuthology.orchestra.run.smithi084.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-16T16:19:40.663 INFO:teuthology.orchestra.run.smithi084.stdout:15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64.conf 2024-03-16T16:19:40.664 DEBUG:teuthology.orchestra.run.smithi084:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64 2024-03-16T16:19:40.833 DEBUG:teuthology.orchestra.run.smithi084:> sudo shutdown -r now 2024-03-16T16:19:40.926 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 4/4 2024-03-16T16:19:40.927 INFO:teuthology.orchestra.run.smithi003.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-16T16:19:40.927 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:19:41.015 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 4/4 2024-03-16T16:19:41.487 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-5.14.0-427.el9.x86_64 4/4 2024-03-16T16:19:41.487 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : kernel-5.14.0-427.el9.x86_64 1/4 2024-03-16T16:19:41.487 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-16T16:19:41.488 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-16T16:19:41.902 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-16T16:19:41.902 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:19:41.902 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2024-03-16T16:19:41.902 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-5.14.0-427.el9.x86_64 2024-03-16T16:19:41.902 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-core-5.14.0-427.el9.x86_64 2024-03-16T16:19:41.903 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-modules-5.14.0-427.el9.x86_64 2024-03-16T16:19:41.903 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-modules-core-5.14.0-427.el9.x86_64 2024-03-16T16:19:41.903 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:19:41.903 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:19:42.410 DEBUG:teuthology.orchestra.run.smithi003:> rpm -q kernel | sort -rV | head -n 1 2024-03-16T16:19:42.562 INFO:teuthology.orchestra.run.smithi003.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-16T16:19:42.562 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-16T16:19:42.562 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-427.el9.x86_64 2024-03-16T16:19:42.563 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-16T16:19:42.563 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-16T16:19:42.563 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-16T16:19:42.563 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi003.front.sepia.ceph.com, path=None, version=distro) 2024-03-16T16:19:42.563 DEBUG:teuthology.orchestra.run.smithi003:> rpm -q kernel | sort -rV | head -n 1 2024-03-16T16:19:42.689 INFO:teuthology.orchestra.run.smithi003.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-16T16:19:42.689 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-16T16:19:42.690 DEBUG:teuthology.orchestra.run.smithi003:> sudo rpm -qi grub2-tools 2024-03-16T16:19:42.732 INFO:teuthology.orchestra.run.smithi003.stdout:Name : grub2-tools 2024-03-16T16:19:42.732 INFO:teuthology.orchestra.run.smithi003.stdout:Epoch : 1 2024-03-16T16:19:42.732 INFO:teuthology.orchestra.run.smithi003.stdout:Version : 2.06 2024-03-16T16:19:42.732 INFO:teuthology.orchestra.run.smithi003.stdout:Release : 68.el9 2024-03-16T16:19:42.732 INFO:teuthology.orchestra.run.smithi003.stdout:Architecture: x86_64 2024-03-16T16:19:42.733 INFO:teuthology.orchestra.run.smithi003.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-16T16:19:42.733 INFO:teuthology.orchestra.run.smithi003.stdout:Group : Unspecified 2024-03-16T16:19:42.733 INFO:teuthology.orchestra.run.smithi003.stdout:Size : 8264254 2024-03-16T16:19:42.733 INFO:teuthology.orchestra.run.smithi003.stdout:License : GPLv3+ 2024-03-16T16:19:42.733 INFO:teuthology.orchestra.run.smithi003.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-16T16:19:42.733 INFO:teuthology.orchestra.run.smithi003.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-16T16:19:42.733 INFO:teuthology.orchestra.run.smithi003.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-16T16:19:42.733 INFO:teuthology.orchestra.run.smithi003.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-16T16:19:42.733 INFO:teuthology.orchestra.run.smithi003.stdout:Packager : builder@centos.org 2024-03-16T16:19:42.733 INFO:teuthology.orchestra.run.smithi003.stdout:Vendor : CentOS 2024-03-16T16:19:42.733 INFO:teuthology.orchestra.run.smithi003.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-16T16:19:42.733 INFO:teuthology.orchestra.run.smithi003.stdout:Summary : Support tools for GRUB. 2024-03-16T16:19:42.733 INFO:teuthology.orchestra.run.smithi003.stdout:Description : 2024-03-16T16:19:42.733 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:19:42.733 INFO:teuthology.orchestra.run.smithi003.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-16T16:19:42.734 INFO:teuthology.orchestra.run.smithi003.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-16T16:19:42.734 INFO:teuthology.orchestra.run.smithi003.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-16T16:19:42.734 INFO:teuthology.orchestra.run.smithi003.stdout:hardware devices. 2024-03-16T16:19:42.734 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:19:42.734 INFO:teuthology.orchestra.run.smithi003.stdout:This subpackage provides tools for support of all platforms. 2024-03-16T16:19:42.735 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-16T16:19:42.735 INFO:teuthology.task.kernel:Updating grub on smithi003 to boot 5.14.0-427.el9.x86_64 2024-03-16T16:19:42.735 DEBUG:teuthology.orchestra.run.smithi003:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-16T16:19:43.373 INFO:teuthology.orchestra.run.smithi003.stderr:Generating grub configuration file ... 2024-03-16T16:19:43.749 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 4/4 2024-03-16T16:19:43.749 INFO:teuthology.orchestra.run.smithi060.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-16T16:19:43.749 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:19:43.836 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 4/4 2024-03-16T16:19:44.264 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-5.14.0-427.el9.x86_64 4/4 2024-03-16T16:19:44.264 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-5.14.0-427.el9.x86_64 1/4 2024-03-16T16:19:44.264 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-16T16:19:44.264 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-16T16:19:44.724 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-16T16:19:44.724 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:19:44.724 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-16T16:19:44.724 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-5.14.0-427.el9.x86_64 2024-03-16T16:19:44.724 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-core-5.14.0-427.el9.x86_64 2024-03-16T16:19:44.724 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules-5.14.0-427.el9.x86_64 2024-03-16T16:19:44.724 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules-core-5.14.0-427.el9.x86_64 2024-03-16T16:19:44.724 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:19:44.724 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:19:44.849 INFO:teuthology.orchestra.run.smithi003.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-16T16:19:44.871 INFO:teuthology.orchestra.run.smithi003.stderr:done 2024-03-16T16:19:44.873 DEBUG:teuthology.orchestra.run.smithi003:> mktemp 2024-03-16T16:19:44.889 INFO:teuthology.orchestra.run.smithi003.stdout:/tmp/tmp.MbYS6DzT6M 2024-03-16T16:19:44.889 DEBUG:teuthology.orchestra.run.smithi003:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.MbYS6DzT6M 2024-03-16T16:19:44.962 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 0666 /tmp/tmp.MbYS6DzT6M 2024-03-16T16:19:45.108 DEBUG:teuthology.orchestra.remote:smithi003:/tmp/tmp.MbYS6DzT6M is 6KB 2024-03-16T16:19:45.157 DEBUG:teuthology.orchestra.run.smithi003:> rm -fr /tmp/tmp.MbYS6DzT6M 2024-03-16T16:19:45.171 DEBUG:teuthology.orchestra.run.smithi003:> sudo /bin/ls /boot/loader/entries || true 2024-03-16T16:19:45.240 INFO:teuthology.orchestra.run.smithi003.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-16T16:19:45.240 INFO:teuthology.orchestra.run.smithi003.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-16T16:19:45.241 INFO:teuthology.orchestra.run.smithi003.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-16T16:19:45.241 INFO:teuthology.orchestra.run.smithi003.stdout:15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64.conf 2024-03-16T16:19:45.242 DEBUG:teuthology.orchestra.run.smithi003:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64 2024-03-16T16:19:45.253 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q kernel | sort -rV | head -n 1 2024-03-16T16:19:45.397 DEBUG:teuthology.orchestra.run.smithi003:> sudo shutdown -r now 2024-03-16T16:19:45.406 INFO:teuthology.orchestra.run.smithi060.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-16T16:19:45.406 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-16T16:19:45.406 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-427.el9.x86_64 2024-03-16T16:19:45.406 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-16T16:19:45.406 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-16T16:19:45.406 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-16T16:19:45.407 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi060.front.sepia.ceph.com, path=None, version=distro) 2024-03-16T16:19:45.407 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q kernel | sort -rV | head -n 1 2024-03-16T16:19:45.532 INFO:teuthology.orchestra.run.smithi060.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-16T16:19:45.533 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-16T16:19:45.533 DEBUG:teuthology.orchestra.run.smithi060:> sudo rpm -qi grub2-tools 2024-03-16T16:19:45.571 INFO:teuthology.orchestra.run.smithi060.stdout:Name : grub2-tools 2024-03-16T16:19:45.571 INFO:teuthology.orchestra.run.smithi060.stdout:Epoch : 1 2024-03-16T16:19:45.571 INFO:teuthology.orchestra.run.smithi060.stdout:Version : 2.06 2024-03-16T16:19:45.571 INFO:teuthology.orchestra.run.smithi060.stdout:Release : 68.el9 2024-03-16T16:19:45.571 INFO:teuthology.orchestra.run.smithi060.stdout:Architecture: x86_64 2024-03-16T16:19:45.571 INFO:teuthology.orchestra.run.smithi060.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-16T16:19:45.571 INFO:teuthology.orchestra.run.smithi060.stdout:Group : Unspecified 2024-03-16T16:19:45.571 INFO:teuthology.orchestra.run.smithi060.stdout:Size : 8264254 2024-03-16T16:19:45.571 INFO:teuthology.orchestra.run.smithi060.stdout:License : GPLv3+ 2024-03-16T16:19:45.571 INFO:teuthology.orchestra.run.smithi060.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-16T16:19:45.571 INFO:teuthology.orchestra.run.smithi060.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-16T16:19:45.572 INFO:teuthology.orchestra.run.smithi060.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-16T16:19:45.572 INFO:teuthology.orchestra.run.smithi060.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-16T16:19:45.572 INFO:teuthology.orchestra.run.smithi060.stdout:Packager : builder@centos.org 2024-03-16T16:19:45.572 INFO:teuthology.orchestra.run.smithi060.stdout:Vendor : CentOS 2024-03-16T16:19:45.572 INFO:teuthology.orchestra.run.smithi060.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-16T16:19:45.572 INFO:teuthology.orchestra.run.smithi060.stdout:Summary : Support tools for GRUB. 2024-03-16T16:19:45.572 INFO:teuthology.orchestra.run.smithi060.stdout:Description : 2024-03-16T16:19:45.572 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:19:45.572 INFO:teuthology.orchestra.run.smithi060.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-16T16:19:45.572 INFO:teuthology.orchestra.run.smithi060.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-16T16:19:45.572 INFO:teuthology.orchestra.run.smithi060.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-16T16:19:45.572 INFO:teuthology.orchestra.run.smithi060.stdout:hardware devices. 2024-03-16T16:19:45.572 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:19:45.573 INFO:teuthology.orchestra.run.smithi060.stdout:This subpackage provides tools for support of all platforms. 2024-03-16T16:19:45.573 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-16T16:19:45.573 INFO:teuthology.task.kernel:Updating grub on smithi060 to boot 5.14.0-427.el9.x86_64 2024-03-16T16:19:45.574 DEBUG:teuthology.orchestra.run.smithi060:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-16T16:19:46.184 INFO:teuthology.orchestra.run.smithi060.stderr:Generating grub configuration file ... 2024-03-16T16:19:47.650 INFO:teuthology.orchestra.run.smithi060.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-16T16:19:47.678 INFO:teuthology.orchestra.run.smithi060.stderr:done 2024-03-16T16:19:47.680 DEBUG:teuthology.orchestra.run.smithi060:> mktemp 2024-03-16T16:19:47.697 INFO:teuthology.orchestra.run.smithi060.stdout:/tmp/tmp.nmgFRrAVdm 2024-03-16T16:19:47.697 DEBUG:teuthology.orchestra.run.smithi060:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.nmgFRrAVdm 2024-03-16T16:19:47.772 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 0666 /tmp/tmp.nmgFRrAVdm 2024-03-16T16:19:47.917 DEBUG:teuthology.orchestra.remote:smithi060:/tmp/tmp.nmgFRrAVdm is 6KB 2024-03-16T16:19:47.966 DEBUG:teuthology.orchestra.run.smithi060:> rm -fr /tmp/tmp.nmgFRrAVdm 2024-03-16T16:19:47.981 DEBUG:teuthology.orchestra.run.smithi060:> sudo /bin/ls /boot/loader/entries || true 2024-03-16T16:19:48.049 INFO:teuthology.orchestra.run.smithi060.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-16T16:19:48.050 INFO:teuthology.orchestra.run.smithi060.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-16T16:19:48.050 INFO:teuthology.orchestra.run.smithi060.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-16T16:19:48.050 INFO:teuthology.orchestra.run.smithi060.stdout:15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64.conf 2024-03-16T16:19:48.051 DEBUG:teuthology.orchestra.run.smithi060:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64 2024-03-16T16:19:48.201 DEBUG:teuthology.orchestra.run.smithi060:> sudo shutdown -r now 2024-03-16T16:20:10.858 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-16T16:20:10.859 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-03-16T16:20:10.859 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:20:15.405 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-16T16:20:15.405 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-03-16T16:20:15.406 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:20:18.204 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-16T16:20:18.205 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-03-16T16:20:18.205 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:20:29.342 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.84 2024-03-16T16:20:33.950 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.3 2024-03-16T16:20:36.766 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.60 2024-03-16T16:20:38.345 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-03-16T16:20:38.346 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:20:41.406 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.84 2024-03-16T16:20:42.952 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-03-16T16:20:42.953 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:20:45.768 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-03-16T16:20:45.768 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:20:53.414 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-03-16T16:20:53.415 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:21:25.249 DEBUG:teuthology.orchestra.run.smithi084:> true 2024-03-16T16:21:25.635 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-03-16T16:21:25.635 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-427.el9.x86_64"... 2024-03-16T16:21:25.635 DEBUG:teuthology.orchestra.run.smithi084:> uname -r 2024-03-16T16:21:25.649 INFO:teuthology.orchestra.run.smithi084.stdout:5.14.0-427.el9.x86_64 2024-03-16T16:21:25.649 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-427.el9.x86_64 vs 5.14.0-427.el9.x86_64 2024-03-16T16:21:25.649 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-16T16:21:25.649 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-16T16:21:26.651 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-16T16:21:26.651 DEBUG:teuthology.orchestra.run.smithi084:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-16T16:21:26.748 INFO:teuthology.orchestra.run.smithi084.stdout:ttyS1 2024-03-16T16:21:26.775 DEBUG:teuthology.parallel:result is None 2024-03-16T16:21:42.955 DEBUG:teuthology.orchestra.remote:timed out 2024-03-16T16:21:45.771 DEBUG:teuthology.orchestra.remote:timed out 2024-03-16T16:21:54.955 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-03-16T16:21:54.956 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:21:55.302 DEBUG:teuthology.orchestra.run.smithi003:> true 2024-03-16T16:21:55.678 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-03-16T16:21:55.678 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-427.el9.x86_64"... 2024-03-16T16:21:55.678 DEBUG:teuthology.orchestra.run.smithi003:> uname -r 2024-03-16T16:21:55.693 INFO:teuthology.orchestra.run.smithi003.stdout:5.14.0-427.el9.x86_64 2024-03-16T16:21:55.694 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-427.el9.x86_64 vs 5.14.0-427.el9.x86_64 2024-03-16T16:21:55.694 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-16T16:21:55.694 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-16T16:21:56.695 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-16T16:21:56.695 DEBUG:teuthology.orchestra.run.smithi003:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-16T16:21:56.759 INFO:teuthology.orchestra.run.smithi003.stdout:ttyS1 2024-03-16T16:21:56.791 DEBUG:teuthology.parallel:result is None 2024-03-16T16:21:57.771 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-03-16T16:21:57.772 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:21:58.090 DEBUG:teuthology.orchestra.run.smithi060:> true 2024-03-16T16:21:58.479 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-03-16T16:21:58.480 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-427.el9.x86_64"... 2024-03-16T16:21:58.480 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2024-03-16T16:21:58.495 INFO:teuthology.orchestra.run.smithi060.stdout:5.14.0-427.el9.x86_64 2024-03-16T16:21:58.495 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-427.el9.x86_64 vs 5.14.0-427.el9.x86_64 2024-03-16T16:21:58.495 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-16T16:21:58.495 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-16T16:21:59.496 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-16T16:21:59.496 DEBUG:teuthology.orchestra.run.smithi060:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-16T16:21:59.564 INFO:teuthology.orchestra.run.smithi060.stdout:ttyS1 2024-03-16T16:21:59.597 DEBUG:teuthology.parallel:result is None 2024-03-16T16:21:59.597 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-16T16:21:59.604 INFO:teuthology.task.internal:Creating test directory... 2024-03-16T16:21:59.605 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-16T16:21:59.608 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-16T16:21:59.610 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-16T16:21:59.628 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-16T16:21:59.655 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-16T16:21:59.753 INFO:teuthology.task.internal:Creating archive directory... 2024-03-16T16:21:59.753 DEBUG:teuthology.orchestra.run.smithi003:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-16T16:21:59.755 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-16T16:21:59.758 DEBUG:teuthology.orchestra.run.smithi084:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-16T16:21:59.800 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-16T16:21:59.809 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-16T16:21:59.810 DEBUG:teuthology.orchestra.run.smithi003:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-16T16:21:59.817 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-16T16:21:59.820 DEBUG:teuthology.orchestra.run.smithi084:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-16T16:21:59.854 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-16T16:21:59.855 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-16T16:21:59.868 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-16T16:21:59.869 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-16T16:21:59.877 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-16T16:21:59.891 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-16T16:21:59.893 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-16T16:21:59.900 INFO:teuthology.task.internal:Configuring sudo... 2024-03-16T16:21:59.900 DEBUG:teuthology.orchestra.run.smithi003:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-16T16:21:59.914 DEBUG:teuthology.orchestra.run.smithi060:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-16T16:21:59.916 DEBUG:teuthology.orchestra.run.smithi084:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-16T16:21:59.963 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-16T16:21:59.972 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-16T16:21:59.972 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-16T16:21:59.984 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-16T16:21:59.986 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-16T16:22:00.020 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-16T16:22:00.076 DEBUG:teuthology.orchestra.run.smithi003:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-16T16:22:00.131 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-16T16:22:00.213 DEBUG:teuthology.orchestra.run.smithi003:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-16T16:22:00.259 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-03-16T16:22:00.259 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-16T16:22:00.327 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-16T16:22:00.372 DEBUG:teuthology.orchestra.run.smithi060:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-16T16:22:00.427 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-16T16:22:00.506 DEBUG:teuthology.orchestra.run.smithi060:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-16T16:22:00.556 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-16T16:22:00.556 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-16T16:22:00.626 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-16T16:22:00.669 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-16T16:22:00.727 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-16T16:22:00.813 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-16T16:22:00.860 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-03-16T16:22:00.860 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-16T16:22:00.929 DEBUG:teuthology.orchestra.run.smithi003:> sudo service rsyslog restart 2024-03-16T16:22:00.931 DEBUG:teuthology.orchestra.run.smithi060:> sudo service rsyslog restart 2024-03-16T16:22:00.934 DEBUG:teuthology.orchestra.run.smithi084:> sudo service rsyslog restart 2024-03-16T16:22:00.974 INFO:teuthology.orchestra.run.smithi060.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-16T16:22:00.975 INFO:teuthology.orchestra.run.smithi003.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-16T16:22:01.019 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-16T16:22:01.428 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-16T16:22:01.437 INFO:teuthology.task.internal:Starting timer... 2024-03-16T16:22:01.437 INFO:teuthology.run_tasks:Running task pcp... 2024-03-16T16:22:01.485 INFO:teuthology.run_tasks:Running task selinux... 2024-03-16T16:22:01.517 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-03-16T16:22:01.518 DEBUG:teuthology.orchestra.run.smithi003:> sudo service auditd rotate 2024-03-16T16:22:01.589 INFO:teuthology.orchestra.run.smithi003.stdout:Rotating logs: 2024-03-16T16:22:01.591 DEBUG:teuthology.orchestra.run.smithi060:> sudo service auditd rotate 2024-03-16T16:22:01.651 INFO:teuthology.orchestra.run.smithi060.stdout:Rotating logs: 2024-03-16T16:22:01.653 DEBUG:teuthology.orchestra.run.smithi084:> sudo service auditd rotate 2024-03-16T16:22:01.712 INFO:teuthology.orchestra.run.smithi084.stdout:Rotating logs: 2024-03-16T16:22:01.714 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-16T16:22:01.714 DEBUG:teuthology.orchestra.run.smithi003:> /usr/sbin/getenforce 2024-03-16T16:22:01.738 INFO:teuthology.orchestra.run.smithi003.stdout:Permissive 2024-03-16T16:22:01.738 DEBUG:teuthology.orchestra.run.smithi060:> /usr/sbin/getenforce 2024-03-16T16:22:01.762 INFO:teuthology.orchestra.run.smithi060.stdout:Permissive 2024-03-16T16:22:01.762 DEBUG:teuthology.orchestra.run.smithi084:> /usr/sbin/getenforce 2024-03-16T16:22:01.797 INFO:teuthology.orchestra.run.smithi084.stdout:Permissive 2024-03-16T16:22:01.797 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi003.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi060.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi084.front.sepia.ceph.com': 'permissive'} 2024-03-16T16:22:01.797 DEBUG:teuthology.orchestra.run.smithi003:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-16T16:22:01.825 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-16T16:22:01.826 DEBUG:teuthology.orchestra.run.smithi060:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-16T16:22:01.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-16T16:22:01.854 DEBUG:teuthology.orchestra.run.smithi084:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-16T16:22:01.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-16T16:22:01.883 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-16T16:22:01.883 DEBUG:teuthology.orchestra.run.smithi003:> sudo /usr/sbin/setenforce permissive 2024-03-16T16:22:01.923 DEBUG:teuthology.orchestra.run.smithi060:> sudo /usr/sbin/setenforce permissive 2024-03-16T16:22:01.973 DEBUG:teuthology.orchestra.run.smithi084:> sudo /usr/sbin/setenforce permissive 2024-03-16T16:22:02.016 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-16T16:22:02.026 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-16T16:22:02.043 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-03-16T16:22:02.044 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi003.front.sepia.ceph.com,smithi060.front.sepia.ceph.com,smithi084.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-16T16:26:18.129 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi003.front.sepia.ceph.com'), Remote(name='ubuntu@smithi060.front.sepia.ceph.com'), Remote(name='ubuntu@smithi084.front.sepia.ceph.com')] 2024-03-16T16:26:18.130 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-03-16T16:26:18.132 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:26:18.222 DEBUG:teuthology.orchestra.run.smithi003:> true 2024-03-16T16:26:18.308 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-03-16T16:26:18.309 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-03-16T16:26:18.309 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:26:18.404 DEBUG:teuthology.orchestra.run.smithi060:> true 2024-03-16T16:26:18.481 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-03-16T16:26:18.481 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-03-16T16:26:18.482 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:26:18.569 DEBUG:teuthology.orchestra.run.smithi084:> true 2024-03-16T16:26:18.645 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-03-16T16:26:18.645 INFO:teuthology.run_tasks:Running task clock... 2024-03-16T16:26:18.655 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-16T16:26:18.655 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-16T16:26:18.655 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-16T16:26:18.658 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-16T16:26:18.658 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-16T16:26:18.660 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-16T16:26:18.660 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-16T16:26:18.687 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-16T16:26:18.690 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-16T16:26:18.704 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-16T16:26:18.707 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-16T16:26:18.716 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-16T16:26:18.734 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-16T16:26:18.734 INFO:teuthology.orchestra.run.smithi003.stderr:sudo: ntpd: command not found 2024-03-16T16:26:18.737 INFO:teuthology.orchestra.run.smithi060.stderr:sudo: ntpd: command not found 2024-03-16T16:26:18.747 INFO:teuthology.orchestra.run.smithi003.stdout:506 Cannot talk to daemon 2024-03-16T16:26:18.751 INFO:teuthology.orchestra.run.smithi060.stdout:506 Cannot talk to daemon 2024-03-16T16:26:18.762 INFO:teuthology.orchestra.run.smithi084.stderr:sudo: ntpd: command not found 2024-03-16T16:26:18.763 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-16T16:26:18.768 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-16T16:26:18.776 INFO:teuthology.orchestra.run.smithi084.stdout:506 Cannot talk to daemon 2024-03-16T16:26:18.779 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-16T16:26:18.784 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-16T16:26:18.792 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-16T16:26:18.808 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-16T16:26:18.831 INFO:teuthology.orchestra.run.smithi003.stderr:bash: line 1: ntpq: command not found 2024-03-16T16:26:18.835 INFO:teuthology.orchestra.run.smithi003.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-16T16:26:18.835 INFO:teuthology.orchestra.run.smithi003.stdout:=============================================================================== 2024-03-16T16:26:18.836 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-16T16:26:18.836 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-16T16:26:18.836 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-16T16:26:18.836 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-16T16:26:18.836 INFO:teuthology.orchestra.run.smithi060.stderr:bash: line 1: ntpq: command not found 2024-03-16T16:26:18.840 INFO:teuthology.orchestra.run.smithi060.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-16T16:26:18.841 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================== 2024-03-16T16:26:18.841 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-16T16:26:18.841 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-16T16:26:18.841 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-16T16:26:18.841 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-16T16:26:18.864 INFO:teuthology.orchestra.run.smithi084.stderr:bash: line 1: ntpq: command not found 2024-03-16T16:26:18.868 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-16T16:26:18.868 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2024-03-16T16:26:18.868 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-16T16:26:18.868 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-16T16:26:18.869 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-16T16:26:18.869 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-16T16:26:18.869 INFO:teuthology.run_tasks:Running task install... 2024-03-16T16:26:18.877 DEBUG:teuthology.task.install:project ceph 2024-03-16T16:26:18.877 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5ea4d9cfac4d9f2893126a48d28cca7da69243c1'}} 2024-03-16T16:26:18.877 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5ea4d9cfac4d9f2893126a48d28cca7da69243c1'} 2024-03-16T16:26:18.877 INFO:teuthology.task.install:Using flavor: default 2024-03-16T16:26:18.884 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-03-16T16:26:18.884 INFO:teuthology.task.install:extra packages: [] 2024-03-16T16:26:18.885 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': '5ea4d9cfac4d9f2893126a48d28cca7da69243c1', 'tag': None, 'wait_for_package': False} 2024-03-16T16:26:18.885 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:26:18.887 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': '5ea4d9cfac4d9f2893126a48d28cca7da69243c1', 'tag': None, 'wait_for_package': False} 2024-03-16T16:26:18.887 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:26:18.888 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': '5ea4d9cfac4d9f2893126a48d28cca7da69243c1', 'tag': None, 'wait_for_package': False} 2024-03-16T16:26:18.889 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:26:19.179 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/centos/9/flavors/default/ 2024-03-16T16:26:19.179 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2121.g5ea4d9cf 2024-03-16T16:26:19.212 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/centos/9/flavors/default/ 2024-03-16T16:26:19.212 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2121.g5ea4d9cf 2024-03-16T16:26:19.213 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/centos/9/flavors/default/ 2024-03-16T16:26:19.214 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2121.g5ea4d9cf 2024-03-16T16:26:19.288 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-16T16:26:19.288 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-03-16T16:26:19.288 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-16T16:26:19.316 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-03-16T16:26:19.316 DEBUG:teuthology.orchestra.run.smithi003:> 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/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-16T16:26:19.327 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-16T16:26:19.327 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-03-16T16:26:19.327 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-16T16:26:19.355 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-03-16T16:26:19.355 DEBUG:teuthology.orchestra.run.smithi084:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-16T16:26:19.384 DEBUG:teuthology.orchestra.run.smithi003:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-03-16T16:26:19.424 DEBUG:teuthology.orchestra.run.smithi084:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-03-16T16:26:19.463 DEBUG:teuthology.orchestra.run.smithi003:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-03-16T16:26:19.473 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-16T16:26:19.474 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-16T16:26:19.474 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-16T16:26:19.503 DEBUG:teuthology.orchestra.run.smithi084:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-03-16T16:26:19.504 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-03-16T16:26:19.504 DEBUG:teuthology.orchestra.run.smithi060:> 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/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-16T16:26:19.531 INFO:teuthology.orchestra.run.smithi003.stdout:check_obsoletes = 1 2024-03-16T16:26:19.532 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum clean all 2024-03-16T16:26:19.570 INFO:teuthology.orchestra.run.smithi084.stdout:check_obsoletes = 1 2024-03-16T16:26:19.571 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum clean all 2024-03-16T16:26:19.574 DEBUG:teuthology.orchestra.run.smithi060:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-03-16T16:26:19.655 DEBUG:teuthology.orchestra.run.smithi060:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-03-16T16:26:19.721 INFO:teuthology.orchestra.run.smithi060.stdout:check_obsoletes = 1 2024-03-16T16:26:19.723 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum clean all 2024-03-16T16:26:19.777 INFO:teuthology.orchestra.run.smithi003.stdout:74 files removed 2024-03-16T16:26:19.804 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-radosgw 2024-03-16T16:26:19.809 INFO:teuthology.orchestra.run.smithi084.stdout:74 files removed 2024-03-16T16:26:19.836 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-radosgw 2024-03-16T16:26:19.970 INFO:teuthology.orchestra.run.smithi060.stdout:74 files removed 2024-03-16T16:26:19.997 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-radosgw 2024-03-16T16:26:20.696 INFO:teuthology.orchestra.run.smithi003.stdout:ceph packages for x86_64 146 kB/s | 83 kB 00:00 2024-03-16T16:26:20.737 INFO:teuthology.orchestra.run.smithi084.stdout:ceph packages for x86_64 142 kB/s | 83 kB 00:00 2024-03-16T16:26:20.893 INFO:teuthology.orchestra.run.smithi060.stdout:ceph packages for x86_64 145 kB/s | 83 kB 00:00 2024-03-16T16:26:21.104 INFO:teuthology.orchestra.run.smithi084.stdout:ceph noarch packages 32 kB/s | 10 kB 00:00 2024-03-16T16:26:21.146 INFO:teuthology.orchestra.run.smithi003.stdout:ceph noarch packages 25 kB/s | 10 kB 00:00 2024-03-16T16:26:21.268 INFO:teuthology.orchestra.run.smithi060.stdout:ceph noarch packages 31 kB/s | 10 kB 00:00 2024-03-16T16:26:21.413 INFO:teuthology.orchestra.run.smithi084.stdout:ceph source packages 7.0 kB/s | 1.9 kB 00:00 2024-03-16T16:26:21.531 INFO:teuthology.orchestra.run.smithi003.stdout:ceph source packages 5.5 kB/s | 1.9 kB 00:00 2024-03-16T16:26:21.585 INFO:teuthology.orchestra.run.smithi060.stdout:ceph source packages 6.9 kB/s | 1.9 kB 00:00 2024-03-16T16:26:21.857 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS-9 - AppStream 16 MB/s | 6.7 MB 00:00 2024-03-16T16:26:22.025 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-03-16T16:26:22.129 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS-9 - AppStream 13 MB/s | 6.7 MB 00:00 2024-03-16T16:26:23.274 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS-9 - BaseOS 6.6 MB/s | 2.0 MB 00:00 2024-03-16T16:26:23.517 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS-9 - BaseOS 6.3 MB/s | 2.0 MB 00:00 2024-03-16T16:26:23.696 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS-9 - BaseOS 4.9 MB/s | 2.0 MB 00:00 2024-03-16T16:26:24.164 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-03-16T16:26:26.004 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - BaseOS 4.1 MB/s | 8.0 MB 00:01 2024-03-16T16:26:26.274 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - AppStream 18 MB/s | 19 MB 00:01 2024-03-16T16:26:28.338 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - AppStream 15 MB/s | 19 MB 00:01 2024-03-16T16:26:30.760 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - CRB 6.1 MB/s | 6.1 MB 00:01 2024-03-16T16:26:32.275 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - Extras packages 105 kB/s | 15 kB 00:00 2024-03-16T16:26:33.714 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - CRB 3.4 MB/s | 6.1 MB 00:01 2024-03-16T16:26:34.143 INFO:teuthology.orchestra.run.smithi084.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-03-16T16:26:35.115 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 9 - BaseOS 730 kB/s | 8.0 MB 00:11 2024-03-16T16:26:35.465 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - Extras packages 27 kB/s | 15 kB 00:00 2024-03-16T16:26:37.865 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 9 - AppStream 11 MB/s | 19 MB 00:01 2024-03-16T16:26:38.358 INFO:teuthology.orchestra.run.smithi060.stdout:Extra Packages for Enterprise Linux 7.5 MB/s | 21 MB 00:02 2024-03-16T16:26:39.242 INFO:teuthology.orchestra.run.smithi084.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-03-16T16:26:41.820 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:26:41.833 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:26:41.833 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-03-16T16:26:41.833 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:26:41.833 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-03-16T16:26:41.833 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-radosgw x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 9.9 M 2024-03-16T16:26:41.833 INFO:teuthology.orchestra.run.smithi084.stdout:Upgrading: 2024-03-16T16:26:41.834 INFO:teuthology.orchestra.run.smithi084.stdout: librados2 x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 3.4 M 2024-03-16T16:26:41.834 INFO:teuthology.orchestra.run.smithi084.stdout: librbd1 x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 3.1 M 2024-03-16T16:26:41.834 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-03-16T16:26:41.834 INFO:teuthology.orchestra.run.smithi084.stdout: boost-program-options 2024-03-16T16:26:41.834 INFO:teuthology.orchestra.run.smithi084.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-16T16:26:41.834 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-base x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 5.4 M 2024-03-16T16:26:41.834 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-common x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 20 M 2024-03-16T16:26:41.834 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-selinux x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 25 k 2024-03-16T16:26:41.834 INFO:teuthology.orchestra.run.smithi084.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-16T16:26:41.834 INFO:teuthology.orchestra.run.smithi084.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-16T16:26:41.834 INFO:teuthology.orchestra.run.smithi084.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-16T16:26:41.834 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs2 x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 747 k 2024-03-16T16:26:41.835 INFO:teuthology.orchestra.run.smithi084.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-16T16:26:41.835 INFO:teuthology.orchestra.run.smithi084.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-16T16:26:41.835 INFO:teuthology.orchestra.run.smithi084.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-16T16:26:41.835 INFO:teuthology.orchestra.run.smithi084.stdout: libradosstriper1 x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 501 k 2024-03-16T16:26:41.835 INFO:teuthology.orchestra.run.smithi084.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-16T16:26:41.835 INFO:teuthology.orchestra.run.smithi084.stdout: librgw2 x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 5.1 M 2024-03-16T16:26:41.835 INFO:teuthology.orchestra.run.smithi084.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-16T16:26:41.835 INFO:teuthology.orchestra.run.smithi084.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-16T16:26:41.835 INFO:teuthology.orchestra.run.smithi084.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-16T16:26:41.835 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-argparse 2024-03-16T16:26:41.835 INFO:teuthology.orchestra.run.smithi084.stdout: x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 45 k 2024-03-16T16:26:41.835 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-common x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 131 k 2024-03-16T16:26:41.835 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cephfs x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 162 k 2024-03-16T16:26:41.836 INFO:teuthology.orchestra.run.smithi084.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-16T16:26:41.836 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rados x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 321 k 2024-03-16T16:26:41.836 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rbd x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 298 k 2024-03-16T16:26:41.836 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rgw x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 99 k 2024-03-16T16:26:41.836 INFO:teuthology.orchestra.run.smithi084.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-16T16:26:41.836 INFO:teuthology.orchestra.run.smithi084.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-16T16:26:41.836 INFO:teuthology.orchestra.run.smithi084.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-16T16:26:41.836 INFO:teuthology.orchestra.run.smithi084.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-16T16:26:41.836 INFO:teuthology.orchestra.run.smithi084.stdout:Installing weak dependencies: 2024-03-16T16:26:41.836 INFO:teuthology.orchestra.run.smithi084.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-16T16:26:41.836 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:26:41.836 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-03-16T16:26:41.836 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:26:41.836 INFO:teuthology.orchestra.run.smithi084.stdout:Install 30 Packages 2024-03-16T16:26:41.837 INFO:teuthology.orchestra.run.smithi084.stdout:Upgrade 2 Packages 2024-03-16T16:26:41.837 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:26:41.837 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 59 M 2024-03-16T16:26:41.837 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-03-16T16:26:43.085 INFO:teuthology.orchestra.run.smithi084.stdout:(1/32): ceph-base-19.0.0-2121.g5ea4d9cf.el9.x86 8.3 MB/s | 5.4 MB 00:00 2024-03-16T16:26:43.152 INFO:teuthology.orchestra.run.smithi084.stdout:(2/32): ceph-selinux-19.0.0-2121.g5ea4d9cf.el9. 377 kB/s | 25 kB 00:00 2024-03-16T16:26:43.244 INFO:teuthology.orchestra.run.smithi084.stdout:(3/32): libcephfs2-19.0.0-2121.g5ea4d9cf.el9.x8 8.0 MB/s | 747 kB 00:00 2024-03-16T16:26:43.360 INFO:teuthology.orchestra.run.smithi084.stdout:(4/32): ceph-radosgw-19.0.0-2121.g5ea4d9cf.el9. 11 MB/s | 9.9 MB 00:00 2024-03-16T16:26:43.386 INFO:teuthology.orchestra.run.smithi084.stdout:(5/32): libradosstriper1-19.0.0-2121.g5ea4d9cf. 3.4 MB/s | 501 kB 00:00 2024-03-16T16:26:43.453 INFO:teuthology.orchestra.run.smithi084.stdout:(6/32): python3-ceph-argparse-19.0.0-2121.g5ea4 677 kB/s | 45 kB 00:00 2024-03-16T16:26:43.501 INFO:teuthology.orchestra.run.smithi060.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-03-16T16:26:43.540 INFO:teuthology.orchestra.run.smithi084.stdout:(7/32): python3-ceph-common-19.0.0-2121.g5ea4d9 1.5 MB/s | 131 kB 00:00 2024-03-16T16:26:43.628 INFO:teuthology.orchestra.run.smithi084.stdout:(8/32): librgw2-19.0.0-2121.g5ea4d9cf.el9.x86_6 19 MB/s | 5.1 MB 00:00 2024-03-16T16:26:43.654 INFO:teuthology.orchestra.run.smithi084.stdout:(9/32): python3-cephfs-19.0.0-2121.g5ea4d9cf.el 1.4 MB/s | 162 kB 00:00 2024-03-16T16:26:43.679 INFO:teuthology.orchestra.run.smithi084.stdout:(10/32): python3-rados-19.0.0-2121.g5ea4d9cf.el 6.2 MB/s | 321 kB 00:00 2024-03-16T16:26:43.704 INFO:teuthology.orchestra.run.smithi084.stdout:(11/32): python3-rbd-19.0.0-2121.g5ea4d9cf.el9. 5.8 MB/s | 298 kB 00:00 2024-03-16T16:26:43.730 INFO:teuthology.orchestra.run.smithi084.stdout:(12/32): python3-rgw-19.0.0-2121.g5ea4d9cf.el9. 1.9 MB/s | 99 kB 00:00 2024-03-16T16:26:44.004 INFO:teuthology.orchestra.run.smithi084.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 353 kB/s | 106 kB 00:00 2024-03-16T16:26:44.046 INFO:teuthology.orchestra.run.smithi084.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 502 kB/s | 159 kB 00:00 2024-03-16T16:26:44.080 INFO:teuthology.orchestra.run.smithi084.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 584 kB/s | 44 kB 00:00 2024-03-16T16:26:44.247 INFO:teuthology.orchestra.run.smithi084.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.2 MB/s | 661 kB 00:00 2024-03-16T16:26:44.272 INFO:teuthology.orchestra.run.smithi084.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.4 MB/s | 282 kB 00:00 2024-03-16T16:26:44.298 INFO:teuthology.orchestra.run.smithi084.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 829 kB/s | 41 kB 00:00 2024-03-16T16:26:44.673 INFO:teuthology.orchestra.run.smithi084.stdout:(19/32): qatlib-service-23.11.0-1.el9.x86_64.rp 93 kB/s | 35 kB 00:00 2024-03-16T16:26:44.932 INFO:teuthology.orchestra.run.smithi084.stdout:(20/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 172 kB/s | 44 kB 00:00 2024-03-16T16:26:45.057 INFO:teuthology.orchestra.run.smithi084.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.4 MB/s | 309 kB 00:00 2024-03-16T16:26:45.190 INFO:teuthology.orchestra.run.smithi084.stdout:(22/32): libarrow-9.0.0-10.el9.x86_64.rpm 33 MB/s | 4.4 MB 00:00 2024-03-16T16:26:45.216 INFO:teuthology.orchestra.run.smithi084.stdout:(23/32): qatlib-23.11.0-1.el9.x86_64.rpm 230 kB/s | 216 kB 00:00 2024-03-16T16:26:45.241 INFO:teuthology.orchestra.run.smithi084.stdout:(24/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 517 kB/s | 26 kB 00:00 2024-03-16T16:26:45.275 INFO:teuthology.orchestra.run.smithi084.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 2.0 MB/s | 67 kB 00:00 2024-03-16T16:26:45.300 INFO:teuthology.orchestra.run.smithi084.stdout:(26/32): liboath-2.6.7-2.el9.x86_64.rpm 579 kB/s | 49 kB 00:00 2024-03-16T16:26:45.333 INFO:teuthology.orchestra.run.smithi084.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 14 MB/s | 838 kB 00:00 2024-03-16T16:26:45.383 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 9 - CRB 1.5 MB/s | 6.1 MB 00:03 2024-03-16T16:26:45.417 INFO:teuthology.orchestra.run.smithi084.stdout:(28/32): thrift-0.15.0-2.el9.x86_64.rpm 19 MB/s | 1.6 MB 00:00 2024-03-16T16:26:45.442 INFO:teuthology.orchestra.run.smithi084.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 1.3 MB/s | 192 kB 00:00 2024-03-16T16:26:45.759 INFO:teuthology.orchestra.run.smithi084.stdout:(30/32): librados2-19.0.0-2121.g5ea4d9cf.el9.x8 9.9 MB/s | 3.4 MB 00:00 2024-03-16T16:26:45.826 INFO:teuthology.orchestra.run.smithi084.stdout:(31/32): librbd1-19.0.0-2121.g5ea4d9cf.el9.x86_ 8.2 MB/s | 3.1 MB 00:00 2024-03-16T16:26:46.147 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:26:46.158 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:26:46.158 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-16T16:26:46.158 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:26:46.158 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-16T16:26:46.158 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-radosgw x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 9.9 M 2024-03-16T16:26:46.158 INFO:teuthology.orchestra.run.smithi060.stdout:Upgrading: 2024-03-16T16:26:46.159 INFO:teuthology.orchestra.run.smithi060.stdout: librados2 x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 3.4 M 2024-03-16T16:26:46.159 INFO:teuthology.orchestra.run.smithi060.stdout: librbd1 x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 3.1 M 2024-03-16T16:26:46.159 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-16T16:26:46.159 INFO:teuthology.orchestra.run.smithi060.stdout: boost-program-options 2024-03-16T16:26:46.159 INFO:teuthology.orchestra.run.smithi060.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-16T16:26:46.159 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-base x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 5.4 M 2024-03-16T16:26:46.159 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-common x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 20 M 2024-03-16T16:26:46.159 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-selinux x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 25 k 2024-03-16T16:26:46.159 INFO:teuthology.orchestra.run.smithi060.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-16T16:26:46.159 INFO:teuthology.orchestra.run.smithi060.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-16T16:26:46.159 INFO:teuthology.orchestra.run.smithi060.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-16T16:26:46.159 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs2 x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 747 k 2024-03-16T16:26:46.159 INFO:teuthology.orchestra.run.smithi060.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-16T16:26:46.160 INFO:teuthology.orchestra.run.smithi060.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-16T16:26:46.160 INFO:teuthology.orchestra.run.smithi060.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-16T16:26:46.160 INFO:teuthology.orchestra.run.smithi060.stdout: libradosstriper1 x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 501 k 2024-03-16T16:26:46.160 INFO:teuthology.orchestra.run.smithi060.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-16T16:26:46.160 INFO:teuthology.orchestra.run.smithi060.stdout: librgw2 x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 5.1 M 2024-03-16T16:26:46.160 INFO:teuthology.orchestra.run.smithi060.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-16T16:26:46.160 INFO:teuthology.orchestra.run.smithi060.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-16T16:26:46.160 INFO:teuthology.orchestra.run.smithi060.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-16T16:26:46.160 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-argparse 2024-03-16T16:26:46.160 INFO:teuthology.orchestra.run.smithi060.stdout: x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 45 k 2024-03-16T16:26:46.160 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-common x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 131 k 2024-03-16T16:26:46.160 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cephfs x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 162 k 2024-03-16T16:26:46.160 INFO:teuthology.orchestra.run.smithi060.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-16T16:26:46.161 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rados x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 321 k 2024-03-16T16:26:46.161 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rbd x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 298 k 2024-03-16T16:26:46.161 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rgw x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 99 k 2024-03-16T16:26:46.161 INFO:teuthology.orchestra.run.smithi060.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-16T16:26:46.161 INFO:teuthology.orchestra.run.smithi060.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-16T16:26:46.161 INFO:teuthology.orchestra.run.smithi060.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-16T16:26:46.161 INFO:teuthology.orchestra.run.smithi060.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-16T16:26:46.161 INFO:teuthology.orchestra.run.smithi060.stdout:Installing weak dependencies: 2024-03-16T16:26:46.161 INFO:teuthology.orchestra.run.smithi060.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-16T16:26:46.161 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:26:46.161 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-16T16:26:46.161 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:26:46.162 INFO:teuthology.orchestra.run.smithi060.stdout:Install 30 Packages 2024-03-16T16:26:46.162 INFO:teuthology.orchestra.run.smithi060.stdout:Upgrade 2 Packages 2024-03-16T16:26:46.162 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:26:46.162 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 59 M 2024-03-16T16:26:46.162 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-16T16:26:46.750 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 9 - Extras packages 87 kB/s | 15 kB 00:00 2024-03-16T16:26:47.542 INFO:teuthology.orchestra.run.smithi060.stdout:(1/32): ceph-base-19.0.0-2121.g5ea4d9cf.el9.x86 4.8 MB/s | 5.4 MB 00:01 2024-03-16T16:26:47.618 INFO:teuthology.orchestra.run.smithi060.stdout:(2/32): ceph-selinux-19.0.0-2121.g5ea4d9cf.el9. 335 kB/s | 25 kB 00:00 2024-03-16T16:26:47.968 INFO:teuthology.orchestra.run.smithi060.stdout:(3/32): libcephfs2-19.0.0-2121.g5ea4d9cf.el9.x8 2.1 MB/s | 747 kB 00:00 2024-03-16T16:26:48.185 INFO:teuthology.orchestra.run.smithi060.stdout:(4/32): libradosstriper1-19.0.0-2121.g5ea4d9cf. 2.3 MB/s | 501 kB 00:00 2024-03-16T16:26:48.721 INFO:teuthology.orchestra.run.smithi003.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-03-16T16:26:49.777 INFO:teuthology.orchestra.run.smithi060.stdout:(5/32): ceph-radosgw-19.0.0-2121.g5ea4d9cf.el9. 2.9 MB/s | 9.9 MB 00:03 2024-03-16T16:26:49.835 INFO:teuthology.orchestra.run.smithi060.stdout:(6/32): python3-ceph-argparse-19.0.0-2121.g5ea4 780 kB/s | 45 kB 00:00 2024-03-16T16:26:49.902 INFO:teuthology.orchestra.run.smithi060.stdout:(7/32): python3-ceph-common-19.0.0-2121.g5ea4d9 1.9 MB/s | 131 kB 00:00 2024-03-16T16:26:50.002 INFO:teuthology.orchestra.run.smithi060.stdout:(8/32): python3-cephfs-19.0.0-2121.g5ea4d9cf.el 1.6 MB/s | 162 kB 00:00 2024-03-16T16:26:50.153 INFO:teuthology.orchestra.run.smithi060.stdout:(9/32): librgw2-19.0.0-2121.g5ea4d9cf.el9.x86_6 2.6 MB/s | 5.1 MB 00:01 2024-03-16T16:26:50.178 INFO:teuthology.orchestra.run.smithi060.stdout:(10/32): python3-rados-19.0.0-2121.g5ea4d9cf.el 1.8 MB/s | 321 kB 00:00 2024-03-16T16:26:50.237 INFO:teuthology.orchestra.run.smithi060.stdout:(11/32): python3-rgw-19.0.0-2121.g5ea4d9cf.el9. 1.7 MB/s | 99 kB 00:00 2024-03-16T16:26:50.304 INFO:teuthology.orchestra.run.smithi060.stdout:(12/32): python3-rbd-19.0.0-2121.g5ea4d9cf.el9. 1.9 MB/s | 298 kB 00:00 2024-03-16T16:26:50.371 INFO:teuthology.orchestra.run.smithi060.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.4 MB/s | 159 kB 00:00 2024-03-16T16:26:50.404 INFO:teuthology.orchestra.run.smithi060.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 633 kB/s | 106 kB 00:00 2024-03-16T16:26:50.429 INFO:teuthology.orchestra.run.smithi060.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 759 kB/s | 44 kB 00:00 2024-03-16T16:26:50.480 INFO:teuthology.orchestra.run.smithi060.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2024-03-16T16:26:50.513 INFO:teuthology.orchestra.run.smithi060.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.3 MB/s | 282 kB 00:00 2024-03-16T16:26:50.539 INFO:teuthology.orchestra.run.smithi060.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 707 kB/s | 41 kB 00:00 2024-03-16T16:26:50.656 INFO:teuthology.orchestra.run.smithi060.stdout:(19/32): qatlib-service-23.11.0-1.el9.x86_64.rp 299 kB/s | 35 kB 00:00 2024-03-16T16:26:50.706 INFO:teuthology.orchestra.run.smithi060.stdout:(20/32): qatlib-23.11.0-1.el9.x86_64.rpm 1.1 MB/s | 216 kB 00:00 2024-03-16T16:26:50.739 INFO:teuthology.orchestra.run.smithi060.stdout:(21/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 533 kB/s | 44 kB 00:00 2024-03-16T16:26:51.023 INFO:teuthology.orchestra.run.smithi060.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 975 kB/s | 309 kB 00:00 2024-03-16T16:26:51.082 INFO:teuthology.orchestra.run.smithi060.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 445 kB/s | 26 kB 00:00 2024-03-16T16:26:51.140 INFO:teuthology.orchestra.run.smithi060.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 835 kB/s | 49 kB 00:00 2024-03-16T16:26:51.199 INFO:teuthology.orchestra.run.smithi060.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-03-16T16:26:51.433 INFO:teuthology.orchestra.run.smithi060.stdout:(26/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.5 MB/s | 838 kB 00:00 2024-03-16T16:26:51.525 INFO:teuthology.orchestra.run.smithi060.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.0 MB/s | 192 kB 00:00 2024-03-16T16:26:51.725 INFO:teuthology.orchestra.run.smithi060.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.6 MB/s | 4.4 MB 00:00 2024-03-16T16:26:51.842 INFO:teuthology.orchestra.run.smithi060.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 5.0 MB/s | 1.6 MB 00:00 2024-03-16T16:26:52.717 INFO:teuthology.orchestra.run.smithi060.stdout:(30/32): librados2-19.0.0-2121.g5ea4d9cf.el9.x8 3.4 MB/s | 3.4 MB 00:00 2024-03-16T16:26:52.826 INFO:teuthology.orchestra.run.smithi060.stdout:(31/32): librbd1-19.0.0-2121.g5ea4d9cf.el9.x86_ 3.2 MB/s | 3.1 MB 00:00 2024-03-16T16:26:53.719 INFO:teuthology.orchestra.run.smithi060.stdout:(32/32): ceph-common-19.0.0-2121.g5ea4d9cf.el9. 2.8 MB/s | 20 MB 00:07 2024-03-16T16:26:53.727 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:26:53.727 INFO:teuthology.orchestra.run.smithi060.stdout:Total 7.8 MB/s | 59 MB 00:07 2024-03-16T16:26:53.759 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-16T16:26:53.801 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-16T16:26:53.801 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-16T16:26:53.893 INFO:teuthology.orchestra.run.smithi003.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-03-16T16:26:54.298 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-16T16:26:54.299 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-16T16:26:54.825 INFO:teuthology.orchestra.run.smithi084.stdout:(32/32): ceph-common-19.0.0-2121.g5ea4d9cf.el9. 1.7 MB/s | 20 MB 00:12 2024-03-16T16:26:54.828 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:26:54.828 INFO:teuthology.orchestra.run.smithi084.stdout:Total 4.5 MB/s | 59 MB 00:12 2024-03-16T16:26:54.863 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-03-16T16:26:54.901 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-03-16T16:26:54.901 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-03-16T16:26:55.383 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-03-16T16:26:55.383 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-03-16T16:26:55.813 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-16T16:26:55.907 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-16T16:26:55.939 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-16T16:26:55.964 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-16T16:26:55.995 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-16T16:26:56.012 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-16T16:26:56.216 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-16T16:26:56.268 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-16T16:26:56.580 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:26:56.591 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:26:56.591 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2024-03-16T16:26:56.591 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:26:56.591 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2024-03-16T16:26:56.591 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-radosgw x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 9.9 M 2024-03-16T16:26:56.592 INFO:teuthology.orchestra.run.smithi003.stdout:Upgrading: 2024-03-16T16:26:56.592 INFO:teuthology.orchestra.run.smithi003.stdout: librados2 x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 3.4 M 2024-03-16T16:26:56.592 INFO:teuthology.orchestra.run.smithi003.stdout: librbd1 x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 3.1 M 2024-03-16T16:26:56.592 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2024-03-16T16:26:56.592 INFO:teuthology.orchestra.run.smithi003.stdout: boost-program-options 2024-03-16T16:26:56.592 INFO:teuthology.orchestra.run.smithi003.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-16T16:26:56.592 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-base x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 5.4 M 2024-03-16T16:26:56.592 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-common x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 20 M 2024-03-16T16:26:56.592 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-selinux x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 25 k 2024-03-16T16:26:56.592 INFO:teuthology.orchestra.run.smithi003.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-16T16:26:56.592 INFO:teuthology.orchestra.run.smithi003.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-16T16:26:56.592 INFO:teuthology.orchestra.run.smithi003.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-16T16:26:56.592 INFO:teuthology.orchestra.run.smithi003.stdout: libcephfs2 x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 747 k 2024-03-16T16:26:56.593 INFO:teuthology.orchestra.run.smithi003.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-16T16:26:56.593 INFO:teuthology.orchestra.run.smithi003.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-16T16:26:56.593 INFO:teuthology.orchestra.run.smithi003.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-16T16:26:56.593 INFO:teuthology.orchestra.run.smithi003.stdout: libradosstriper1 x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 501 k 2024-03-16T16:26:56.593 INFO:teuthology.orchestra.run.smithi003.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-16T16:26:56.593 INFO:teuthology.orchestra.run.smithi003.stdout: librgw2 x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 5.1 M 2024-03-16T16:26:56.593 INFO:teuthology.orchestra.run.smithi003.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-16T16:26:56.593 INFO:teuthology.orchestra.run.smithi003.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-16T16:26:56.593 INFO:teuthology.orchestra.run.smithi003.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-16T16:26:56.593 INFO:teuthology.orchestra.run.smithi003.stdout: python3-ceph-argparse 2024-03-16T16:26:56.593 INFO:teuthology.orchestra.run.smithi003.stdout: x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 45 k 2024-03-16T16:26:56.593 INFO:teuthology.orchestra.run.smithi003.stdout: python3-ceph-common x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 131 k 2024-03-16T16:26:56.594 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cephfs x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 162 k 2024-03-16T16:26:56.594 INFO:teuthology.orchestra.run.smithi003.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-16T16:26:56.594 INFO:teuthology.orchestra.run.smithi003.stdout: python3-rados x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 321 k 2024-03-16T16:26:56.594 INFO:teuthology.orchestra.run.smithi003.stdout: python3-rbd x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 298 k 2024-03-16T16:26:56.594 INFO:teuthology.orchestra.run.smithi003.stdout: python3-rgw x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 99 k 2024-03-16T16:26:56.594 INFO:teuthology.orchestra.run.smithi003.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-16T16:26:56.594 INFO:teuthology.orchestra.run.smithi003.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-16T16:26:56.594 INFO:teuthology.orchestra.run.smithi003.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-16T16:26:56.594 INFO:teuthology.orchestra.run.smithi003.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-16T16:26:56.594 INFO:teuthology.orchestra.run.smithi003.stdout:Installing weak dependencies: 2024-03-16T16:26:56.594 INFO:teuthology.orchestra.run.smithi003.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-16T16:26:56.594 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:26:56.594 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2024-03-16T16:26:56.595 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:26:56.595 INFO:teuthology.orchestra.run.smithi003.stdout:Install 30 Packages 2024-03-16T16:26:56.595 INFO:teuthology.orchestra.run.smithi003.stdout:Upgrade 2 Packages 2024-03-16T16:26:56.595 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:26:56.595 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 59 M 2024-03-16T16:26:56.595 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2024-03-16T16:26:56.621 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-16T16:26:56.683 INFO:teuthology.orchestra.run.smithi060.stdout: Upgrading : librados2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 7/34 2024-03-16T16:26:56.775 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librados2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 7/34 2024-03-16T16:26:56.911 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rados-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 8/34 2024-03-16T16:26:56.976 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libcephfs2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 9/34 2024-03-16T16:26:57.022 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-03-16T16:26:57.039 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libcephfs2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 9/34 2024-03-16T16:26:57.067 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-16T16:26:57.105 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-16T16:26:57.111 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-ceph-argparse-2:19.0.0-2121.g5ea4d9cf.el9. 11/34 2024-03-16T16:26:57.137 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-16T16:26:57.163 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-16T16:26:57.181 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cephfs-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 12/34 2024-03-16T16:26:57.194 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-16T16:26:57.203 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libradosstriper1-2:19.0.0-2121.g5ea4d9cf.el9.x86_6 13/34 2024-03-16T16:26:57.211 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-16T16:26:57.249 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2121.g5ea4d9cf.el9.x86_6 13/34 2024-03-16T16:26:57.276 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-16T16:26:57.356 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-16T16:26:57.387 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-16T16:26:57.407 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-16T16:26:57.428 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-16T16:26:57.468 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-16T16:26:57.501 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-16T16:26:57.530 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-16T16:26:57.553 INFO:teuthology.orchestra.run.smithi003.stdout:(1/32): ceph-base-19.0.0-2121.g5ea4d9cf.el9.x86 9.6 MB/s | 5.4 MB 00:00 2024-03-16T16:26:57.563 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-16T16:26:57.611 INFO:teuthology.orchestra.run.smithi003.stdout:(2/32): ceph-selinux-19.0.0-2121.g5ea4d9cf.el9. 432 kB/s | 25 kB 00:00 2024-03-16T16:26:57.687 INFO:teuthology.orchestra.run.smithi003.stdout:(3/32): libcephfs2-19.0.0-2121.g5ea4d9cf.el9.x8 9.7 MB/s | 747 kB 00:00 2024-03-16T16:26:57.727 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-16T16:26:57.745 INFO:teuthology.orchestra.run.smithi003.stdout:(4/32): libradosstriper1-19.0.0-2121.g5ea4d9cf. 8.4 MB/s | 501 kB 00:00 2024-03-16T16:26:57.781 INFO:teuthology.orchestra.run.smithi084.stdout: Upgrading : librados2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 7/34 2024-03-16T16:26:57.874 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librados2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 7/34 2024-03-16T16:26:57.894 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-16T16:26:57.917 INFO:teuthology.orchestra.run.smithi060.stdout: Upgrading : librbd1-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 22/34 2024-03-16T16:26:57.963 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rados-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 8/34 2024-03-16T16:26:57.991 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libcephfs2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 9/34 2024-03-16T16:26:58.008 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librbd1-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 22/34 2024-03-16T16:26:58.039 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 23/34 2024-03-16T16:26:58.054 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libcephfs2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 9/34 2024-03-16T16:26:58.083 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-16T16:26:58.085 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-16T16:26:58.087 INFO:teuthology.orchestra.run.smithi003.stdout:(5/32): librgw2-19.0.0-2121.g5ea4d9cf.el9.x86_6 15 MB/s | 5.1 MB 00:00 2024-03-16T16:26:58.145 INFO:teuthology.orchestra.run.smithi003.stdout:(6/32): python3-ceph-argparse-19.0.0-2121.g5ea4 778 kB/s | 45 kB 00:00 2024-03-16T16:26:58.169 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-ceph-argparse-2:19.0.0-2121.g5ea4d9cf.el9. 11/34 2024-03-16T16:26:58.204 INFO:teuthology.orchestra.run.smithi003.stdout:(7/32): python3-ceph-common-19.0.0-2121.g5ea4d9 2.2 MB/s | 131 kB 00:00 2024-03-16T16:26:58.263 INFO:teuthology.orchestra.run.smithi003.stdout:(8/32): python3-cephfs-19.0.0-2121.g5ea4d9cf.el 2.7 MB/s | 162 kB 00:00 2024-03-16T16:26:58.330 INFO:teuthology.orchestra.run.smithi003.stdout:(9/32): python3-rados-19.0.0-2121.g5ea4d9cf.el9 4.7 MB/s | 321 kB 00:00 2024-03-16T16:26:58.367 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cephfs-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 12/34 2024-03-16T16:26:58.393 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libradosstriper1-2:19.0.0-2121.g5ea4d9cf.el9.x86_6 13/34 2024-03-16T16:26:58.397 INFO:teuthology.orchestra.run.smithi003.stdout:(10/32): python3-rbd-19.0.0-2121.g5ea4d9cf.el9. 4.4 MB/s | 298 kB 00:00 2024-03-16T16:26:58.447 INFO:teuthology.orchestra.run.smithi003.stdout:(11/32): python3-rgw-19.0.0-2121.g5ea4d9cf.el9. 1.9 MB/s | 99 kB 00:00 2024-03-16T16:26:58.456 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2121.g5ea4d9cf.el9.x86_6 13/34 2024-03-16T16:26:58.483 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-16T16:26:58.564 INFO:teuthology.orchestra.run.smithi003.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 910 kB/s | 106 kB 00:00 2024-03-16T16:26:58.572 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-16T16:26:58.594 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-16T16:26:58.603 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librgw2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 26/34 2024-03-16T16:26:58.622 INFO:teuthology.orchestra.run.smithi003.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.7 MB/s | 159 kB 00:00 2024-03-16T16:26:58.626 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-16T16:26:58.658 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librgw2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 26/34 2024-03-16T16:26:58.664 INFO:teuthology.orchestra.run.smithi003.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.0 MB/s | 44 kB 00:00 2024-03-16T16:26:58.666 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-16T16:26:58.699 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-16T16:26:58.728 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-16T16:26:58.728 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 27/34 2024-03-16T16:26:58.731 INFO:teuthology.orchestra.run.smithi003.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 9.7 MB/s | 661 kB 00:00 2024-03-16T16:26:58.761 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-16T16:26:58.764 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x8 28/34 2024-03-16T16:26:58.773 INFO:teuthology.orchestra.run.smithi003.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 6.7 MB/s | 282 kB 00:00 2024-03-16T16:26:58.807 INFO:teuthology.orchestra.run.smithi003.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 1.2 MB/s | 41 kB 00:00 2024-03-16T16:26:58.975 INFO:teuthology.orchestra.run.smithi003.stdout:(18/32): qatlib-23.11.0-1.el9.x86_64.rpm 1.3 MB/s | 216 kB 00:00 2024-03-16T16:26:59.025 INFO:teuthology.orchestra.run.smithi003.stdout:(19/32): qatlib-service-23.11.0-1.el9.x86_64.rp 700 kB/s | 35 kB 00:00 2024-03-16T16:26:59.075 INFO:teuthology.orchestra.run.smithi003.stdout:(20/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 895 kB/s | 44 kB 00:00 2024-03-16T16:26:59.090 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-16T16:26:59.124 INFO:teuthology.orchestra.run.smithi084.stdout: Upgrading : librbd1-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 22/34 2024-03-16T16:26:59.198 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librbd1-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 22/34 2024-03-16T16:26:59.228 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 23/34 2024-03-16T16:26:59.268 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-16T16:26:59.275 INFO:teuthology.orchestra.run.smithi003.stdout:(21/32): ceph-common-19.0.0-2121.g5ea4d9cf.el9. 9.0 MB/s | 20 MB 00:02 2024-03-16T16:26:59.384 INFO:teuthology.orchestra.run.smithi003.stdout:(22/32): ceph-radosgw-19.0.0-2121.g5ea4d9cf.el9 4.1 MB/s | 9.9 MB 00:02 2024-03-16T16:26:59.551 INFO:teuthology.orchestra.run.smithi003.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 156 kB/s | 26 kB 00:00 2024-03-16T16:26:59.584 INFO:teuthology.orchestra.run.smithi003.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 606 kB/s | 309 kB 00:00 2024-03-16T16:26:59.669 INFO:teuthology.orchestra.run.smithi003.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 810 kB/s | 67 kB 00:00 2024-03-16T16:26:59.693 INFO:teuthology.orchestra.run.smithi003.stdout:(26/32): liboath-2.6.7-2.el9.x86_64.rpm 341 kB/s | 49 kB 00:00 2024-03-16T16:26:59.727 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-16T16:26:59.760 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librgw2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 26/34 2024-03-16T16:26:59.830 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librgw2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 26/34 2024-03-16T16:26:59.900 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 27/34 2024-03-16T16:26:59.910 INFO:teuthology.orchestra.run.smithi003.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 7.0 MB/s | 4.4 MB 00:00 2024-03-16T16:26:59.929 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x8 28/34 2024-03-16T16:27:00.018 INFO:teuthology.orchestra.run.smithi003.stdout:(28/32): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-03-16T16:27:00.044 INFO:teuthology.orchestra.run.smithi003.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 547 kB/s | 192 kB 00:00 2024-03-16T16:27:00.069 INFO:teuthology.orchestra.run.smithi003.stdout:(30/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.0 MB/s | 838 kB 00:00 2024-03-16T16:27:00.369 INFO:teuthology.orchestra.run.smithi003.stdout:(31/32): librados2-19.0.0-2121.g5ea4d9cf.el9.x8 9.7 MB/s | 3.4 MB 00:00 2024-03-16T16:27:00.419 INFO:teuthology.orchestra.run.smithi003.stdout:(32/32): librbd1-19.0.0-2121.g5ea4d9cf.el9.x86_ 8.4 MB/s | 3.1 MB 00:00 2024-03-16T16:27:00.423 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:27:00.423 INFO:teuthology.orchestra.run.smithi003.stdout:Total 15 MB/s | 59 MB 00:03 2024-03-16T16:27:00.458 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2024-03-16T16:27:00.499 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2024-03-16T16:27:00.499 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2024-03-16T16:27:01.004 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2024-03-16T16:27:01.005 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2024-03-16T16:27:01.122 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 29/34 2024-03-16T16:27:01.169 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 29/34 2024-03-16T16:27:01.753 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 29/34 2024-03-16T16:27:01.797 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-base-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 30/34 2024-03-16T16:27:01.897 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-base-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 30/34 2024-03-16T16:27:01.897 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-16T16:27:01.897 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-16T16:27:01.897 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:01.915 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-selinux-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 31/34 2024-03-16T16:27:02.207 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 29/34 2024-03-16T16:27:02.416 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 29/34 2024-03-16T16:27:02.524 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2024-03-16T16:27:02.617 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-16T16:27:02.649 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-16T16:27:02.675 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-16T16:27:02.706 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-16T16:27:02.722 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-16T16:27:02.883 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-16T16:27:02.945 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-16T16:27:02.967 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 29/34 2024-03-16T16:27:03.003 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-base-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 30/34 2024-03-16T16:27:03.096 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-base-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 30/34 2024-03-16T16:27:03.096 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-16T16:27:03.096 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-16T16:27:03.096 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:03.138 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-selinux-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 31/34 2024-03-16T16:27:03.280 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-16T16:27:03.343 INFO:teuthology.orchestra.run.smithi003.stdout: Upgrading : librados2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 7/34 2024-03-16T16:27:03.427 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: librados2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 7/34 2024-03-16T16:27:03.523 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-rados-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 8/34 2024-03-16T16:27:03.553 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : libcephfs2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 9/34 2024-03-16T16:27:03.615 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: libcephfs2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 9/34 2024-03-16T16:27:03.644 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-16T16:27:03.688 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-ceph-argparse-2:19.0.0-2121.g5ea4d9cf.el9. 11/34 2024-03-16T16:27:03.758 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-cephfs-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 12/34 2024-03-16T16:27:03.780 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : libradosstriper1-2:19.0.0-2121.g5ea4d9cf.el9.x86_6 13/34 2024-03-16T16:27:03.842 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2121.g5ea4d9cf.el9.x86_6 13/34 2024-03-16T16:27:03.870 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-16T16:27:03.980 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-16T16:27:04.013 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-16T16:27:04.062 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-16T16:27:04.095 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-16T16:27:04.124 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-16T16:27:04.156 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-16T16:27:04.488 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-16T16:27:04.511 INFO:teuthology.orchestra.run.smithi003.stdout: Upgrading : librbd1-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 22/34 2024-03-16T16:27:04.593 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: librbd1-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 22/34 2024-03-16T16:27:04.624 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-rbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 23/34 2024-03-16T16:27:04.668 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-16T16:27:05.154 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-16T16:27:05.180 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : librgw2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 26/34 2024-03-16T16:27:05.251 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: librgw2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 26/34 2024-03-16T16:27:05.322 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-rgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 27/34 2024-03-16T16:27:05.349 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x8 28/34 2024-03-16T16:27:07.726 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 29/34 2024-03-16T16:27:07.821 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 29/34 2024-03-16T16:27:08.393 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 29/34 2024-03-16T16:27:08.433 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-base-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 30/34 2024-03-16T16:27:08.507 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-base-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 30/34 2024-03-16T16:27:08.507 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-16T16:27:08.508 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-16T16:27:08.508 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:08.542 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-selinux-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 31/34 2024-03-16T16:27:12.002 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 31/34 2024-03-16T16:27:12.002 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /sys 2024-03-16T16:27:12.002 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /proc 2024-03-16T16:27:12.002 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /mnt 2024-03-16T16:27:12.002 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /var/tmp 2024-03-16T16:27:12.002 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /home 2024-03-16T16:27:12.002 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /root 2024-03-16T16:27:12.002 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /tmp 2024-03-16T16:27:12.002 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:12.659 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 31/34 2024-03-16T16:27:12.659 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /sys 2024-03-16T16:27:12.660 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /proc 2024-03-16T16:27:12.660 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /mnt 2024-03-16T16:27:12.660 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /var/tmp 2024-03-16T16:27:12.660 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /home 2024-03-16T16:27:12.660 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /root 2024-03-16T16:27:12.660 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /tmp 2024-03-16T16:27:12.660 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:12.956 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-radosgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 32/34 2024-03-16T16:27:12.980 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 32/34 2024-03-16T16:27:12.981 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:27:12.981 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-16T16:27:12.981 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-16T16:27:12.981 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-16T16:27:12.981 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:12.983 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-16T16:27:13.059 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-16T16:27:13.059 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-16T16:27:13.601 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-radosgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 32/34 2024-03-16T16:27:13.626 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 32/34 2024-03-16T16:27:13.626 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:27:13.626 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-16T16:27:13.626 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-16T16:27:13.626 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-16T16:27:13.626 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:13.628 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-16T16:27:13.712 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-16T16:27:13.712 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-16T16:27:14.379 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-16T16:27:14.380 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-base-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/34 2024-03-16T16:27:14.380 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2/34 2024-03-16T16:27:14.380 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-radosgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 3/34 2024-03-16T16:27:14.380 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-selinux-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 4/34 2024-03-16T16:27:14.380 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libcephfs2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 5/34 2024-03-16T16:27:14.380 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libradosstriper1-2:19.0.0-2121.g5ea4d9cf.el9.x86_6 6/34 2024-03-16T16:27:14.380 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librgw2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 7/34 2024-03-16T16:27:14.380 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2121.g5ea4d9cf.el9. 8/34 2024-03-16T16:27:14.380 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x8 9/34 2024-03-16T16:27:14.380 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cephfs-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 10/34 2024-03-16T16:27:14.380 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rados-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 11/34 2024-03-16T16:27:14.380 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 12/34 2024-03-16T16:27:14.381 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 13/34 2024-03-16T16:27:14.381 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-16T16:27:14.381 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-16T16:27:14.381 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-16T16:27:14.381 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-16T16:27:14.381 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-16T16:27:14.381 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-16T16:27:14.381 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-16T16:27:14.381 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-16T16:27:14.381 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-16T16:27:14.381 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-16T16:27:14.381 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-16T16:27:14.382 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-16T16:27:14.382 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-16T16:27:14.382 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-16T16:27:14.382 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-16T16:27:14.382 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-16T16:27:14.382 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-16T16:27:14.382 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librados2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 31/34 2024-03-16T16:27:14.382 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-16T16:27:14.382 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librbd1-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 33/34 2024-03-16T16:27:14.887 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-16T16:27:14.887 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-base-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/34 2024-03-16T16:27:14.887 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2/34 2024-03-16T16:27:14.887 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-radosgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 3/34 2024-03-16T16:27:14.888 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-selinux-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 4/34 2024-03-16T16:27:14.888 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libcephfs2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 5/34 2024-03-16T16:27:14.888 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libradosstriper1-2:19.0.0-2121.g5ea4d9cf.el9.x86_6 6/34 2024-03-16T16:27:14.888 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librgw2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 7/34 2024-03-16T16:27:14.888 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2121.g5ea4d9cf.el9. 8/34 2024-03-16T16:27:14.888 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x8 9/34 2024-03-16T16:27:14.888 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cephfs-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 10/34 2024-03-16T16:27:14.888 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rados-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 11/34 2024-03-16T16:27:14.888 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 12/34 2024-03-16T16:27:14.888 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 13/34 2024-03-16T16:27:14.888 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-16T16:27:14.888 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-16T16:27:14.888 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-16T16:27:14.888 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-16T16:27:14.889 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-16T16:27:14.889 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-16T16:27:14.889 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-16T16:27:14.889 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-16T16:27:14.889 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-16T16:27:14.889 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-16T16:27:14.889 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-16T16:27:14.889 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-16T16:27:14.889 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-16T16:27:14.889 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-16T16:27:14.889 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-16T16:27:14.889 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-16T16:27:14.890 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-16T16:27:14.890 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librados2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 31/34 2024-03-16T16:27:14.890 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-16T16:27:14.890 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librbd1-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 33/34 2024-03-16T16:27:15.337 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-16T16:27:15.338 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:15.338 INFO:teuthology.orchestra.run.smithi060.stdout:Upgraded: 2024-03-16T16:27:15.338 INFO:teuthology.orchestra.run.smithi060.stdout: librados2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:15.338 INFO:teuthology.orchestra.run.smithi060.stdout: librbd1-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:15.338 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-16T16:27:15.338 INFO:teuthology.orchestra.run.smithi060.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-16T16:27:15.338 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-base-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:15.338 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:15.338 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-radosgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:15.338 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-selinux-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:15.338 INFO:teuthology.orchestra.run.smithi060.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-16T16:27:15.338 INFO:teuthology.orchestra.run.smithi060.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-16T16:27:15.338 INFO:teuthology.orchestra.run.smithi060.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-16T16:27:15.339 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:15.339 INFO:teuthology.orchestra.run.smithi060.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-16T16:27:15.339 INFO:teuthology.orchestra.run.smithi060.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-16T16:27:15.339 INFO:teuthology.orchestra.run.smithi060.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-16T16:27:15.339 INFO:teuthology.orchestra.run.smithi060.stdout: libradosstriper1-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:15.339 INFO:teuthology.orchestra.run.smithi060.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-16T16:27:15.339 INFO:teuthology.orchestra.run.smithi060.stdout: librgw2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:15.339 INFO:teuthology.orchestra.run.smithi060.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-16T16:27:15.339 INFO:teuthology.orchestra.run.smithi060.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-16T16:27:15.339 INFO:teuthology.orchestra.run.smithi060.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-16T16:27:15.339 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-argparse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:15.339 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:15.339 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cephfs-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:15.339 INFO:teuthology.orchestra.run.smithi060.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-16T16:27:15.340 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rados-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:15.340 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:15.340 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:15.340 INFO:teuthology.orchestra.run.smithi060.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-16T16:27:15.340 INFO:teuthology.orchestra.run.smithi060.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-16T16:27:15.340 INFO:teuthology.orchestra.run.smithi060.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-16T16:27:15.340 INFO:teuthology.orchestra.run.smithi060.stdout: re2-1:20211101-3.el9.x86_64 2024-03-16T16:27:15.340 INFO:teuthology.orchestra.run.smithi060.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-16T16:27:15.340 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:15.340 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:27:15.687 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-test 2024-03-16T16:27:16.077 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-16T16:27:16.078 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:16.078 INFO:teuthology.orchestra.run.smithi084.stdout:Upgraded: 2024-03-16T16:27:16.078 INFO:teuthology.orchestra.run.smithi084.stdout: librados2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:16.078 INFO:teuthology.orchestra.run.smithi084.stdout: librbd1-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:16.078 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-03-16T16:27:16.078 INFO:teuthology.orchestra.run.smithi084.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-16T16:27:16.078 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-base-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:16.078 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:16.078 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-radosgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:16.078 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-selinux-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:16.078 INFO:teuthology.orchestra.run.smithi084.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-16T16:27:16.079 INFO:teuthology.orchestra.run.smithi084.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-16T16:27:16.079 INFO:teuthology.orchestra.run.smithi084.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-16T16:27:16.079 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:16.079 INFO:teuthology.orchestra.run.smithi084.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-16T16:27:16.079 INFO:teuthology.orchestra.run.smithi084.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-16T16:27:16.079 INFO:teuthology.orchestra.run.smithi084.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-16T16:27:16.079 INFO:teuthology.orchestra.run.smithi084.stdout: libradosstriper1-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:16.079 INFO:teuthology.orchestra.run.smithi084.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-16T16:27:16.079 INFO:teuthology.orchestra.run.smithi084.stdout: librgw2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:16.079 INFO:teuthology.orchestra.run.smithi084.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-16T16:27:16.079 INFO:teuthology.orchestra.run.smithi084.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-16T16:27:16.079 INFO:teuthology.orchestra.run.smithi084.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-16T16:27:16.080 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-argparse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:16.080 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:16.080 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cephfs-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:16.080 INFO:teuthology.orchestra.run.smithi084.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-16T16:27:16.080 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rados-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:16.080 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:16.080 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:16.080 INFO:teuthology.orchestra.run.smithi084.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-16T16:27:16.080 INFO:teuthology.orchestra.run.smithi084.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-16T16:27:16.080 INFO:teuthology.orchestra.run.smithi084.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-16T16:27:16.080 INFO:teuthology.orchestra.run.smithi084.stdout: re2-1:20211101-3.el9.x86_64 2024-03-16T16:27:16.081 INFO:teuthology.orchestra.run.smithi084.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-16T16:27:16.081 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:16.081 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:27:16.252 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:33 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:27:16.365 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-test 2024-03-16T16:27:16.407 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:27:16.408 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:27:16.408 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-16T16:27:16.408 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:27:16.408 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-16T16:27:16.408 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-test x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 48 M 2024-03-16T16:27:16.408 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-16T16:27:16.408 INFO:teuthology.orchestra.run.smithi060.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-16T16:27:16.409 INFO:teuthology.orchestra.run.smithi060.stdout: libcephsqlite x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 163 k 2024-03-16T16:27:16.409 INFO:teuthology.orchestra.run.smithi060.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-16T16:27:16.409 INFO:teuthology.orchestra.run.smithi060.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-16T16:27:16.409 INFO:teuthology.orchestra.run.smithi060.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-16T16:27:16.409 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:16.409 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-16T16:27:16.409 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:27:16.409 INFO:teuthology.orchestra.run.smithi060.stdout:Install 6 Packages 2024-03-16T16:27:16.409 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:16.410 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 49 M 2024-03-16T16:27:16.410 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 206 M 2024-03-16T16:27:16.410 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-16T16:27:16.699 INFO:teuthology.orchestra.run.smithi060.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-03-16T16:27:16.767 INFO:teuthology.orchestra.run.smithi060.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 4.4 MB/s | 300 kB 00:00 2024-03-16T16:27:16.792 INFO:teuthology.orchestra.run.smithi060.stdout:(3/6): libcephsqlite-19.0.0-2121.g5ea4d9cf.el9. 636 kB/s | 163 kB 00:00 2024-03-16T16:27:16.808 INFO:teuthology.orchestra.run.smithi060.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 63 kB 00:00 2024-03-16T16:27:16.922 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:37 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:27:16.950 INFO:teuthology.orchestra.run.smithi060.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-03-16T16:27:17.073 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:27:17.074 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:27:17.074 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-03-16T16:27:17.074 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:27:17.074 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-03-16T16:27:17.074 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-test x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 48 M 2024-03-16T16:27:17.075 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-03-16T16:27:17.075 INFO:teuthology.orchestra.run.smithi084.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-16T16:27:17.075 INFO:teuthology.orchestra.run.smithi084.stdout: libcephsqlite x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 163 k 2024-03-16T16:27:17.075 INFO:teuthology.orchestra.run.smithi084.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-16T16:27:17.075 INFO:teuthology.orchestra.run.smithi084.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-16T16:27:17.075 INFO:teuthology.orchestra.run.smithi084.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-16T16:27:17.075 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:17.075 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-03-16T16:27:17.075 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:27:17.075 INFO:teuthology.orchestra.run.smithi084.stdout:Install 6 Packages 2024-03-16T16:27:17.075 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:17.076 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 49 M 2024-03-16T16:27:17.076 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 206 M 2024-03-16T16:27:17.076 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-03-16T16:27:17.427 INFO:teuthology.orchestra.run.smithi084.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.1 MB/s | 217 kB 00:00 2024-03-16T16:27:17.486 INFO:teuthology.orchestra.run.smithi084.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.0 MB/s | 300 kB 00:00 2024-03-16T16:27:17.527 INFO:teuthology.orchestra.run.smithi084.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 63 kB 00:00 2024-03-16T16:27:17.853 INFO:teuthology.orchestra.run.smithi084.stdout:(4/6): libcephsqlite-19.0.0-2121.g5ea4d9cf.el9. 261 kB/s | 163 kB 00:00 2024-03-16T16:27:18.603 INFO:teuthology.orchestra.run.smithi084.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 174 kB/s | 187 kB 00:01 2024-03-16T16:27:18.607 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 31/34 2024-03-16T16:27:18.607 INFO:teuthology.orchestra.run.smithi003.stdout:skipping the directory /sys 2024-03-16T16:27:18.607 INFO:teuthology.orchestra.run.smithi003.stdout:skipping the directory /proc 2024-03-16T16:27:18.607 INFO:teuthology.orchestra.run.smithi003.stdout:skipping the directory /mnt 2024-03-16T16:27:18.607 INFO:teuthology.orchestra.run.smithi003.stdout:skipping the directory /var/tmp 2024-03-16T16:27:18.607 INFO:teuthology.orchestra.run.smithi003.stdout:skipping the directory /home 2024-03-16T16:27:18.607 INFO:teuthology.orchestra.run.smithi003.stdout:skipping the directory /root 2024-03-16T16:27:18.607 INFO:teuthology.orchestra.run.smithi003.stdout:skipping the directory /tmp 2024-03-16T16:27:18.607 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:19.393 INFO:teuthology.orchestra.run.smithi060.stdout:(6/6): ceph-test-19.0.0-2121.g5ea4d9cf.el9.x86_ 17 MB/s | 48 MB 00:02 2024-03-16T16:27:19.395 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:27:19.396 INFO:teuthology.orchestra.run.smithi060.stdout:Total 16 MB/s | 49 MB 00:02 2024-03-16T16:27:19.410 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-16T16:27:19.433 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-16T16:27:19.433 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-16T16:27:19.563 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-radosgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 32/34 2024-03-16T16:27:19.584 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 32/34 2024-03-16T16:27:19.584 INFO:teuthology.orchestra.run.smithi003.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:27:19.585 INFO:teuthology.orchestra.run.smithi003.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-16T16:27:19.585 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-16T16:27:19.585 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-16T16:27:19.585 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:19.586 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-16T16:27:19.673 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-16T16:27:19.673 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-16T16:27:19.823 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-16T16:27:19.823 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-16T16:27:20.438 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-16T16:27:20.510 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-16T16:27:20.564 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-16T16:27:20.604 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-16T16:27:20.653 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-16T16:27:20.678 INFO:teuthology.orchestra.run.smithi084.stdout:(6/6): ceph-test-19.0.0-2121.g5ea4d9cf.el9.x86_ 14 MB/s | 48 MB 00:03 2024-03-16T16:27:20.679 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libcephsqlite-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 5/6 2024-03-16T16:27:20.681 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:27:20.681 INFO:teuthology.orchestra.run.smithi084.stdout:Total 13 MB/s | 49 MB 00:03 2024-03-16T16:27:20.695 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-03-16T16:27:20.717 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-03-16T16:27:20.717 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-03-16T16:27:20.887 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-16T16:27:20.887 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-base-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/34 2024-03-16T16:27:20.887 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2/34 2024-03-16T16:27:20.887 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-radosgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 3/34 2024-03-16T16:27:20.887 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-selinux-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 4/34 2024-03-16T16:27:20.887 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libcephfs2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 5/34 2024-03-16T16:27:20.887 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libradosstriper1-2:19.0.0-2121.g5ea4d9cf.el9.x86_6 6/34 2024-03-16T16:27:20.887 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : librgw2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 7/34 2024-03-16T16:27:20.888 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2121.g5ea4d9cf.el9. 8/34 2024-03-16T16:27:20.888 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x8 9/34 2024-03-16T16:27:20.888 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-cephfs-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 10/34 2024-03-16T16:27:20.888 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-rados-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 11/34 2024-03-16T16:27:20.888 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-rbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 12/34 2024-03-16T16:27:20.888 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-rgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 13/34 2024-03-16T16:27:20.888 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-16T16:27:20.888 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-16T16:27:20.888 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-16T16:27:20.888 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-16T16:27:20.888 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-16T16:27:20.888 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-16T16:27:20.888 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-16T16:27:20.888 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-16T16:27:20.889 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-16T16:27:20.889 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-16T16:27:20.889 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-16T16:27:20.889 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-16T16:27:20.889 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-16T16:27:20.889 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-16T16:27:20.889 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-16T16:27:20.889 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-16T16:27:20.890 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-16T16:27:20.890 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : librados2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 31/34 2024-03-16T16:27:20.890 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-16T16:27:20.890 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : librbd1-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 33/34 2024-03-16T16:27:21.104 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-03-16T16:27:21.105 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-03-16T16:27:21.693 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-03-16T16:27:21.778 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-16T16:27:21.816 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-16T16:27:21.858 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-16T16:27:21.863 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-16T16:27:21.863 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:21.863 INFO:teuthology.orchestra.run.smithi003.stdout:Upgraded: 2024-03-16T16:27:21.863 INFO:teuthology.orchestra.run.smithi003.stdout: librados2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:21.863 INFO:teuthology.orchestra.run.smithi003.stdout: librbd1-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:21.863 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2024-03-16T16:27:21.863 INFO:teuthology.orchestra.run.smithi003.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-16T16:27:21.863 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-base-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:21.864 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:21.864 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-radosgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:21.864 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-selinux-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:21.864 INFO:teuthology.orchestra.run.smithi003.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-16T16:27:21.864 INFO:teuthology.orchestra.run.smithi003.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-16T16:27:21.864 INFO:teuthology.orchestra.run.smithi003.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-16T16:27:21.864 INFO:teuthology.orchestra.run.smithi003.stdout: libcephfs2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:21.864 INFO:teuthology.orchestra.run.smithi003.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-16T16:27:21.864 INFO:teuthology.orchestra.run.smithi003.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-16T16:27:21.864 INFO:teuthology.orchestra.run.smithi003.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-16T16:27:21.864 INFO:teuthology.orchestra.run.smithi003.stdout: libradosstriper1-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:21.864 INFO:teuthology.orchestra.run.smithi003.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-16T16:27:21.864 INFO:teuthology.orchestra.run.smithi003.stdout: librgw2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:21.864 INFO:teuthology.orchestra.run.smithi003.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-16T16:27:21.865 INFO:teuthology.orchestra.run.smithi003.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-16T16:27:21.865 INFO:teuthology.orchestra.run.smithi003.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-16T16:27:21.865 INFO:teuthology.orchestra.run.smithi003.stdout: python3-ceph-argparse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:21.865 INFO:teuthology.orchestra.run.smithi003.stdout: python3-ceph-common-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:21.865 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cephfs-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:21.865 INFO:teuthology.orchestra.run.smithi003.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-16T16:27:21.865 INFO:teuthology.orchestra.run.smithi003.stdout: python3-rados-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:21.865 INFO:teuthology.orchestra.run.smithi003.stdout: python3-rbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:21.865 INFO:teuthology.orchestra.run.smithi003.stdout: python3-rgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:21.865 INFO:teuthology.orchestra.run.smithi003.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-16T16:27:21.865 INFO:teuthology.orchestra.run.smithi003.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-16T16:27:21.865 INFO:teuthology.orchestra.run.smithi003.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-16T16:27:21.865 INFO:teuthology.orchestra.run.smithi003.stdout: re2-1:20211101-3.el9.x86_64 2024-03-16T16:27:21.865 INFO:teuthology.orchestra.run.smithi003.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-16T16:27:21.865 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:21.866 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:27:21.902 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-16T16:27:21.930 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libcephsqlite-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 5/6 2024-03-16T16:27:22.076 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-test 2024-03-16T16:27:22.640 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:00:29 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:27:22.796 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:27:22.796 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:27:22.796 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2024-03-16T16:27:22.797 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:27:22.797 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2024-03-16T16:27:22.797 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-test x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 48 M 2024-03-16T16:27:22.797 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2024-03-16T16:27:22.797 INFO:teuthology.orchestra.run.smithi003.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-16T16:27:22.797 INFO:teuthology.orchestra.run.smithi003.stdout: libcephsqlite x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 163 k 2024-03-16T16:27:22.797 INFO:teuthology.orchestra.run.smithi003.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-16T16:27:22.797 INFO:teuthology.orchestra.run.smithi003.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-16T16:27:22.797 INFO:teuthology.orchestra.run.smithi003.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-16T16:27:22.797 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:22.797 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2024-03-16T16:27:22.797 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:27:22.797 INFO:teuthology.orchestra.run.smithi003.stdout:Install 6 Packages 2024-03-16T16:27:22.798 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:22.798 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 49 M 2024-03-16T16:27:22.798 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 206 M 2024-03-16T16:27:22.798 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2024-03-16T16:27:23.057 INFO:teuthology.orchestra.run.smithi003.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-03-16T16:27:23.099 INFO:teuthology.orchestra.run.smithi003.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 7.0 MB/s | 300 kB 00:00 2024-03-16T16:27:23.133 INFO:teuthology.orchestra.run.smithi003.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-03-16T16:27:23.158 INFO:teuthology.orchestra.run.smithi003.stdout:(4/6): libcephsqlite-19.0.0-2121.g5ea4d9cf.el9. 632 kB/s | 163 kB 00:00 2024-03-16T16:27:23.267 INFO:teuthology.orchestra.run.smithi003.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 1.4 MB/s | 187 kB 00:00 2024-03-16T16:27:25.208 INFO:teuthology.orchestra.run.smithi003.stdout:(6/6): ceph-test-19.0.0-2121.g5ea4d9cf.el9.x86_ 21 MB/s | 48 MB 00:02 2024-03-16T16:27:25.212 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:27:25.212 INFO:teuthology.orchestra.run.smithi003.stdout:Total 20 MB/s | 49 MB 00:02 2024-03-16T16:27:25.226 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2024-03-16T16:27:25.249 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2024-03-16T16:27:25.250 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2024-03-16T16:27:25.484 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 5/6 2024-03-16T16:27:25.582 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-test-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 6/6 2024-03-16T16:27:25.648 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2024-03-16T16:27:25.649 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2024-03-16T16:27:26.238 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2024-03-16T16:27:26.309 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-16T16:27:26.347 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-16T16:27:26.388 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-16T16:27:26.426 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-16T16:27:26.453 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : libcephsqlite-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 5/6 2024-03-16T16:27:26.539 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 5/6 2024-03-16T16:27:26.629 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-test-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 6/6 2024-03-16T16:27:28.010 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-test-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 6/6 2024-03-16T16:27:28.010 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-test-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/6 2024-03-16T16:27:28.010 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libcephsqlite-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2/6 2024-03-16T16:27:28.010 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-16T16:27:28.010 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-16T16:27:28.010 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-16T16:27:28.398 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-16T16:27:28.398 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:28.398 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-16T16:27:28.398 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-test-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:28.398 INFO:teuthology.orchestra.run.smithi060.stdout: jq-1.6-16.el9.x86_64 2024-03-16T16:27:28.398 INFO:teuthology.orchestra.run.smithi060.stdout: libcephsqlite-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:28.398 INFO:teuthology.orchestra.run.smithi060.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-16T16:27:28.399 INFO:teuthology.orchestra.run.smithi060.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-16T16:27:28.399 INFO:teuthology.orchestra.run.smithi060.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-16T16:27:28.399 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:28.399 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:27:28.722 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph 2024-03-16T16:27:29.131 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-test-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 6/6 2024-03-16T16:27:29.131 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-test-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/6 2024-03-16T16:27:29.131 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libcephsqlite-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2/6 2024-03-16T16:27:29.131 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-16T16:27:29.131 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-16T16:27:29.131 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-16T16:27:29.299 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:46 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:27:29.467 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:27:29.469 INFO:teuthology.orchestra.run.smithi060.stdout:========================================================================================= 2024-03-16T16:27:29.469 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-16T16:27:29.470 INFO:teuthology.orchestra.run.smithi060.stdout:========================================================================================= 2024-03-16T16:27:29.470 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-16T16:27:29.470 INFO:teuthology.orchestra.run.smithi060.stdout: ceph x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 6.6 k 2024-03-16T16:27:29.470 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-16T16:27:29.470 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mds x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 2.3 M 2024-03-16T16:27:29.470 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 1.5 M 2024-03-16T16:27:29.470 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 248 k 2024-03-16T16:27:29.470 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mon x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 4.7 M 2024-03-16T16:27:29.470 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-osd x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 17 M 2024-03-16T16:27:29.470 INFO:teuthology.orchestra.run.smithi060.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-16T16:27:29.470 INFO:teuthology.orchestra.run.smithi060.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-16T16:27:29.470 INFO:teuthology.orchestra.run.smithi060.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-16T16:27:29.470 INFO:teuthology.orchestra.run.smithi060.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-16T16:27:29.470 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-16T16:27:29.471 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-16T16:27:29.471 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-16T16:27:29.471 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-16T16:27:29.471 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-16T16:27:29.471 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-16T16:27:29.471 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-16T16:27:29.471 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-16T16:27:29.471 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-16T16:27:29.471 INFO:teuthology.orchestra.run.smithi060.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-16T16:27:29.471 INFO:teuthology.orchestra.run.smithi060.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-16T16:27:29.471 INFO:teuthology.orchestra.run.smithi060.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-16T16:27:29.471 INFO:teuthology.orchestra.run.smithi060.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-16T16:27:29.471 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-16T16:27:29.471 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-16T16:27:29.471 INFO:teuthology.orchestra.run.smithi060.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-16T16:27:29.472 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-16T16:27:29.472 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-16T16:27:29.472 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-16T16:27:29.472 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-16T16:27:29.472 INFO:teuthology.orchestra.run.smithi060.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-16T16:27:29.472 INFO:teuthology.orchestra.run.smithi060.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-16T16:27:29.472 INFO:teuthology.orchestra.run.smithi060.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-16T16:27:29.472 INFO:teuthology.orchestra.run.smithi060.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-16T16:27:29.472 INFO:teuthology.orchestra.run.smithi060.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-16T16:27:29.472 INFO:teuthology.orchestra.run.smithi060.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-16T16:27:29.472 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:29.472 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-16T16:27:29.472 INFO:teuthology.orchestra.run.smithi060.stdout:========================================================================================= 2024-03-16T16:27:29.472 INFO:teuthology.orchestra.run.smithi060.stdout:Install 36 Packages 2024-03-16T16:27:29.472 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:29.473 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 30 M 2024-03-16T16:27:29.473 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 107 M 2024-03-16T16:27:29.473 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-16T16:27:29.575 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-16T16:27:29.575 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:29.575 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-03-16T16:27:29.575 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-test-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:29.575 INFO:teuthology.orchestra.run.smithi084.stdout: jq-1.6-16.el9.x86_64 2024-03-16T16:27:29.575 INFO:teuthology.orchestra.run.smithi084.stdout: libcephsqlite-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:29.575 INFO:teuthology.orchestra.run.smithi084.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-16T16:27:29.575 INFO:teuthology.orchestra.run.smithi084.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-16T16:27:29.575 INFO:teuthology.orchestra.run.smithi084.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-16T16:27:29.575 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:29.575 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:27:29.911 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph 2024-03-16T16:27:30.171 INFO:teuthology.orchestra.run.smithi060.stdout:(1/36): ceph-19.0.0-2121.g5ea4d9cf.el9.x86_64.r 36 kB/s | 6.6 kB 00:00 2024-03-16T16:27:30.455 INFO:teuthology.orchestra.run.smithi060.stdout:(2/36): ceph-mgr-19.0.0-2121.g5ea4d9cf.el9.x86_ 3.2 MB/s | 1.5 MB 00:00 2024-03-16T16:27:30.472 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:51 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:27:30.625 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:27:30.627 INFO:teuthology.orchestra.run.smithi084.stdout:========================================================================================= 2024-03-16T16:27:30.628 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-03-16T16:27:30.628 INFO:teuthology.orchestra.run.smithi084.stdout:========================================================================================= 2024-03-16T16:27:30.628 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-03-16T16:27:30.628 INFO:teuthology.orchestra.run.smithi084.stdout: ceph x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 6.6 k 2024-03-16T16:27:30.628 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-03-16T16:27:30.628 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mds x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 2.3 M 2024-03-16T16:27:30.628 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 1.5 M 2024-03-16T16:27:30.628 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 248 k 2024-03-16T16:27:30.628 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mon x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 4.7 M 2024-03-16T16:27:30.628 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-osd x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 17 M 2024-03-16T16:27:30.628 INFO:teuthology.orchestra.run.smithi084.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-16T16:27:30.628 INFO:teuthology.orchestra.run.smithi084.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-16T16:27:30.628 INFO:teuthology.orchestra.run.smithi084.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-16T16:27:30.628 INFO:teuthology.orchestra.run.smithi084.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-16T16:27:30.628 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-16T16:27:30.629 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-16T16:27:30.629 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-16T16:27:30.629 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-16T16:27:30.629 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-16T16:27:30.629 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-16T16:27:30.629 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-16T16:27:30.629 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-16T16:27:30.629 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-16T16:27:30.629 INFO:teuthology.orchestra.run.smithi084.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-16T16:27:30.629 INFO:teuthology.orchestra.run.smithi084.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-16T16:27:30.629 INFO:teuthology.orchestra.run.smithi084.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-16T16:27:30.629 INFO:teuthology.orchestra.run.smithi084.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-16T16:27:30.630 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-16T16:27:30.630 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-16T16:27:30.630 INFO:teuthology.orchestra.run.smithi084.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-16T16:27:30.630 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-16T16:27:30.630 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-16T16:27:30.630 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-16T16:27:30.630 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-16T16:27:30.630 INFO:teuthology.orchestra.run.smithi084.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-16T16:27:30.630 INFO:teuthology.orchestra.run.smithi084.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-16T16:27:30.630 INFO:teuthology.orchestra.run.smithi084.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-16T16:27:30.630 INFO:teuthology.orchestra.run.smithi084.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-16T16:27:30.630 INFO:teuthology.orchestra.run.smithi084.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-16T16:27:30.630 INFO:teuthology.orchestra.run.smithi084.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-16T16:27:30.631 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:30.631 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-03-16T16:27:30.631 INFO:teuthology.orchestra.run.smithi084.stdout:========================================================================================= 2024-03-16T16:27:30.631 INFO:teuthology.orchestra.run.smithi084.stdout:Install 36 Packages 2024-03-16T16:27:30.631 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:30.631 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 30 M 2024-03-16T16:27:30.631 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 107 M 2024-03-16T16:27:30.632 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-03-16T16:27:31.122 INFO:teuthology.orchestra.run.smithi060.stdout:(3/36): ceph-mon-19.0.0-2121.g5ea4d9cf.el9.x86_ 4.9 MB/s | 4.7 MB 00:00 2024-03-16T16:27:31.188 INFO:teuthology.orchestra.run.smithi060.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2121.g5ea4 3.7 MB/s | 248 kB 00:00 2024-03-16T16:27:31.225 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 5/6 2024-03-16T16:27:31.305 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-test-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 6/6 2024-03-16T16:27:31.320 INFO:teuthology.orchestra.run.smithi084.stdout:(1/36): ceph-19.0.0-2121.g5ea4d9cf.el9.x86_64.r 24 kB/s | 6.6 kB 00:00 2024-03-16T16:27:31.330 INFO:teuthology.orchestra.run.smithi060.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.3 MB/s | 187 kB 00:00 2024-03-16T16:27:31.372 INFO:teuthology.orchestra.run.smithi060.stdout:(6/36): ceph-mds-19.0.0-2121.g5ea4d9cf.el9.x86_ 1.7 MB/s | 2.3 MB 00:01 2024-03-16T16:27:31.397 INFO:teuthology.orchestra.run.smithi060.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.1 MB/s | 144 kB 00:00 2024-03-16T16:27:31.423 INFO:teuthology.orchestra.run.smithi060.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 633 kB/s | 32 kB 00:00 2024-03-16T16:27:31.448 INFO:teuthology.orchestra.run.smithi060.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 945 kB/s | 47 kB 00:00 2024-03-16T16:27:31.473 INFO:teuthology.orchestra.run.smithi060.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 772 kB/s | 39 kB 00:00 2024-03-16T16:27:31.507 INFO:teuthology.orchestra.run.smithi060.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.0 MB/s | 241 kB 00:00 2024-03-16T16:27:31.599 INFO:teuthology.orchestra.run.smithi060.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 9.2 MB/s | 1.1 MB 00:00 2024-03-16T16:27:31.624 INFO:teuthology.orchestra.run.smithi060.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 884 kB/s | 103 kB 00:00 2024-03-16T16:27:31.649 INFO:teuthology.orchestra.run.smithi060.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-03-16T16:27:31.675 INFO:teuthology.orchestra.run.smithi060.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-03-16T16:27:31.753 INFO:teuthology.orchestra.run.smithi084.stdout:(2/36): ceph-mds-19.0.0-2121.g5ea4d9cf.el9.x86_ 3.3 MB/s | 2.3 MB 00:00 2024-03-16T16:27:31.891 INFO:teuthology.orchestra.run.smithi060.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 103 kB/s | 22 kB 00:00 2024-03-16T16:27:31.967 INFO:teuthology.orchestra.run.smithi060.stdout:(17/36): python3-requests-2.25.1-8.el9.noarch.r 394 kB/s | 125 kB 00:00 2024-03-16T16:27:31.970 INFO:teuthology.orchestra.run.smithi084.stdout:(3/36): ceph-mgr-19.0.0-2121.g5ea4d9cf.el9.x86_ 1.6 MB/s | 1.5 MB 00:00 2024-03-16T16:27:32.087 INFO:teuthology.orchestra.run.smithi084.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2121.g5ea4 2.1 MB/s | 248 kB 00:00 2024-03-16T16:27:32.251 INFO:teuthology.orchestra.run.smithi060.stdout:(18/36): ceph-osd-19.0.0-2121.g5ea4d9cf.el9.x86 9.4 MB/s | 17 MB 00:01 2024-03-16T16:27:32.313 INFO:teuthology.orchestra.run.smithi084.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 830 kB/s | 187 kB 00:00 2024-03-16T16:27:32.363 INFO:teuthology.orchestra.run.smithi084.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.8 MB/s | 144 kB 00:00 2024-03-16T16:27:32.392 INFO:teuthology.orchestra.run.smithi060.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 302 kB/s | 151 kB 00:00 2024-03-16T16:27:32.405 INFO:teuthology.orchestra.run.smithi084.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 763 kB/s | 32 kB 00:00 2024-03-16T16:27:32.426 INFO:teuthology.orchestra.run.smithi060.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 95 kB/s | 43 kB 00:00 2024-03-16T16:27:32.446 INFO:teuthology.orchestra.run.smithi084.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 2024-03-16T16:27:32.489 INFO:teuthology.orchestra.run.smithi084.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 924 kB/s | 39 kB 00:00 2024-03-16T16:27:32.510 INFO:teuthology.orchestra.run.smithi060.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 128 kB/s | 11 kB 00:00 2024-03-16T16:27:32.539 INFO:teuthology.orchestra.run.smithi084.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-03-16T16:27:32.594 INFO:teuthology.orchestra.run.smithi060.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 212 kB/s | 18 kB 00:00 2024-03-16T16:27:32.631 INFO:teuthology.orchestra.run.smithi084.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 12 MB/s | 1.1 MB 00:00 2024-03-16T16:27:32.652 INFO:teuthology.orchestra.run.smithi060.stdout:(23/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 430 kB/s | 172 kB 00:00 2024-03-16T16:27:32.681 INFO:teuthology.orchestra.run.smithi084.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 2.0 MB/s | 103 kB 00:00 2024-03-16T16:27:32.686 INFO:teuthology.orchestra.run.smithi060.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 252 kB/s | 23 kB 00:00 2024-03-16T16:27:32.723 INFO:teuthology.orchestra.run.smithi084.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 2.9 MB/s | 124 kB 00:00 2024-03-16T16:27:32.728 INFO:teuthology.orchestra.run.smithi060.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 259 kB/s | 19 kB 00:00 2024-03-16T16:27:32.756 INFO:teuthology.orchestra.run.smithi084.stdout:(14/36): python3-urllib3-1.26.5-5.el9.noarch.rp 5.5 MB/s | 187 kB 00:00 2024-03-16T16:27:32.770 INFO:teuthology.orchestra.run.smithi060.stdout:(26/36): python3-cherrypy-18.6.1-2.el9.noarch.r 954 kB/s | 358 kB 00:00 2024-03-16T16:27:32.795 INFO:teuthology.orchestra.run.smithi060.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 181 kB/s | 20 kB 00:00 2024-03-16T16:27:32.820 INFO:teuthology.orchestra.run.smithi060.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 503 kB/s | 46 kB 00:00 2024-03-16T16:27:32.823 INFO:teuthology.orchestra.run.smithi084.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 1.8 MB/s | 125 kB 00:00 2024-03-16T16:27:32.887 INFO:teuthology.orchestra.run.smithi060.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 674 kB/s | 79 kB 00:00 2024-03-16T16:27:32.912 INFO:teuthology.orchestra.run.smithi060.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 179 kB/s | 16 kB 00:00 2024-03-16T16:27:32.988 INFO:teuthology.orchestra.run.smithi060.stdout:(31/36): python3-tempora-5.0.0-2.el9.noarch.rpm 478 kB/s | 36 kB 00:00 2024-03-16T16:27:33.038 INFO:teuthology.orchestra.run.smithi060.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 598 kB/s | 90 kB 00:00 2024-03-16T16:27:33.063 INFO:teuthology.orchestra.run.smithi060.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.0 MB/s | 272 kB 00:00 2024-03-16T16:27:33.099 INFO:teuthology.orchestra.run.smithi084.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 81 kB/s | 22 kB 00:00 2024-03-16T16:27:33.105 INFO:teuthology.orchestra.run.smithi060.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.9 MB/s | 230 kB 00:00 2024-03-16T16:27:33.138 INFO:teuthology.orchestra.run.smithi060.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 266 kB/s | 20 kB 00:00 2024-03-16T16:27:33.266 INFO:teuthology.orchestra.run.smithi084.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 906 kB/s | 151 kB 00:00 2024-03-16T16:27:33.313 INFO:teuthology.orchestra.run.smithi060.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.5 MB/s | 427 kB 00:00 2024-03-16T16:27:33.319 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:27:33.319 INFO:teuthology.orchestra.run.smithi060.stdout:Total 7.8 MB/s | 30 MB 00:03 2024-03-16T16:27:33.341 INFO:teuthology.orchestra.run.smithi084.stdout:(18/36): ceph-mon-19.0.0-2121.g5ea4d9cf.el9.x86 2.3 MB/s | 4.7 MB 00:02 2024-03-16T16:27:33.344 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-16T16:27:33.366 INFO:teuthology.orchestra.run.smithi084.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 434 kB/s | 43 kB 00:00 2024-03-16T16:27:33.391 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-16T16:27:33.391 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-16T16:27:33.458 INFO:teuthology.orchestra.run.smithi084.stdout:(20/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.8 MB/s | 358 kB 00:00 2024-03-16T16:27:33.483 INFO:teuthology.orchestra.run.smithi084.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.2 MB/s | 172 kB 00:00 2024-03-16T16:27:33.509 INFO:teuthology.orchestra.run.smithi084.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 213 kB/s | 11 kB 00:00 2024-03-16T16:27:33.534 INFO:teuthology.orchestra.run.smithi084.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 351 kB/s | 18 kB 00:00 2024-03-16T16:27:33.559 INFO:teuthology.orchestra.run.smithi084.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 460 kB/s | 23 kB 00:00 2024-03-16T16:27:33.584 INFO:teuthology.orchestra.run.smithi084.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-03-16T16:27:33.606 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-test-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 6/6 2024-03-16T16:27:33.606 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-test-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/6 2024-03-16T16:27:33.606 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libcephsqlite-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2/6 2024-03-16T16:27:33.606 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-16T16:27:33.606 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-16T16:27:33.606 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-16T16:27:33.743 INFO:teuthology.orchestra.run.smithi084.stdout:(26/36): ceph-osd-19.0.0-2121.g5ea4d9cf.el9.x86 8.5 MB/s | 17 MB 00:01 2024-03-16T16:27:33.768 INFO:teuthology.orchestra.run.smithi084.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 94 kB/s | 20 kB 00:00 2024-03-16T16:27:33.793 INFO:teuthology.orchestra.run.smithi084.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 222 kB/s | 46 kB 00:00 2024-03-16T16:27:33.816 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-16T16:27:33.817 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-16T16:27:33.819 INFO:teuthology.orchestra.run.smithi084.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 5.3 MB/s | 272 kB 00:00 2024-03-16T16:27:33.844 INFO:teuthology.orchestra.run.smithi084.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-03-16T16:27:33.869 INFO:teuthology.orchestra.run.smithi084.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-03-16T16:27:33.895 INFO:teuthology.orchestra.run.smithi084.stdout:(32/36): python3-more-itertools-8.12.0-2.el9.no 522 kB/s | 79 kB 00:00 2024-03-16T16:27:33.920 INFO:teuthology.orchestra.run.smithi084.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 475 kB/s | 36 kB 00:00 2024-03-16T16:27:33.945 INFO:teuthology.orchestra.run.smithi084.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-03-16T16:27:33.964 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-16T16:27:33.964 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:33.965 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2024-03-16T16:27:33.965 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-test-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:33.965 INFO:teuthology.orchestra.run.smithi003.stdout: jq-1.6-16.el9.x86_64 2024-03-16T16:27:33.965 INFO:teuthology.orchestra.run.smithi003.stdout: libcephsqlite-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:33.965 INFO:teuthology.orchestra.run.smithi003.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-16T16:27:33.965 INFO:teuthology.orchestra.run.smithi003.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-16T16:27:33.965 INFO:teuthology.orchestra.run.smithi003.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-16T16:27:33.965 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:33.965 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:27:33.970 INFO:teuthology.orchestra.run.smithi084.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 399 kB/s | 20 kB 00:00 2024-03-16T16:27:34.046 INFO:teuthology.orchestra.run.smithi084.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.3 MB/s | 427 kB 00:00 2024-03-16T16:27:34.049 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:27:34.049 INFO:teuthology.orchestra.run.smithi084.stdout:Total 8.8 MB/s | 30 MB 00:03 2024-03-16T16:27:34.073 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-03-16T16:27:34.114 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-03-16T16:27:34.114 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-03-16T16:27:34.243 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph 2024-03-16T16:27:34.517 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-03-16T16:27:34.517 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-03-16T16:27:34.834 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:00:41 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:27:34.995 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:27:34.998 INFO:teuthology.orchestra.run.smithi003.stdout:========================================================================================= 2024-03-16T16:27:34.998 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2024-03-16T16:27:34.998 INFO:teuthology.orchestra.run.smithi003.stdout:========================================================================================= 2024-03-16T16:27:34.998 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2024-03-16T16:27:34.998 INFO:teuthology.orchestra.run.smithi003.stdout: ceph x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 6.6 k 2024-03-16T16:27:34.999 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2024-03-16T16:27:34.999 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mds x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 2.3 M 2024-03-16T16:27:34.999 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 1.5 M 2024-03-16T16:27:34.999 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 248 k 2024-03-16T16:27:34.999 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mon x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 4.7 M 2024-03-16T16:27:34.999 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-osd x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 17 M 2024-03-16T16:27:34.999 INFO:teuthology.orchestra.run.smithi003.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-16T16:27:34.999 INFO:teuthology.orchestra.run.smithi003.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-16T16:27:34.999 INFO:teuthology.orchestra.run.smithi003.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-16T16:27:34.999 INFO:teuthology.orchestra.run.smithi003.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-16T16:27:34.999 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-16T16:27:34.999 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-16T16:27:34.999 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-16T16:27:34.999 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-16T16:27:34.999 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-16T16:27:35.000 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-16T16:27:35.000 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-16T16:27:35.000 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-16T16:27:35.000 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-16T16:27:35.000 INFO:teuthology.orchestra.run.smithi003.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-16T16:27:35.000 INFO:teuthology.orchestra.run.smithi003.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-16T16:27:35.000 INFO:teuthology.orchestra.run.smithi003.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-16T16:27:35.000 INFO:teuthology.orchestra.run.smithi003.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-16T16:27:35.000 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-16T16:27:35.000 INFO:teuthology.orchestra.run.smithi003.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-16T16:27:35.000 INFO:teuthology.orchestra.run.smithi003.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-16T16:27:35.000 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-16T16:27:35.000 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-16T16:27:35.000 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-16T16:27:35.000 INFO:teuthology.orchestra.run.smithi003.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-16T16:27:35.000 INFO:teuthology.orchestra.run.smithi003.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-16T16:27:35.001 INFO:teuthology.orchestra.run.smithi003.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-16T16:27:35.001 INFO:teuthology.orchestra.run.smithi003.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-16T16:27:35.001 INFO:teuthology.orchestra.run.smithi003.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-16T16:27:35.001 INFO:teuthology.orchestra.run.smithi003.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-16T16:27:35.001 INFO:teuthology.orchestra.run.smithi003.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-16T16:27:35.001 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:35.001 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2024-03-16T16:27:35.001 INFO:teuthology.orchestra.run.smithi003.stdout:========================================================================================= 2024-03-16T16:27:35.001 INFO:teuthology.orchestra.run.smithi003.stdout:Install 36 Packages 2024-03-16T16:27:35.001 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:35.002 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 30 M 2024-03-16T16:27:35.002 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 107 M 2024-03-16T16:27:35.002 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2024-03-16T16:27:35.179 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-16T16:27:35.233 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-16T16:27:35.266 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-16T16:27:35.294 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-16T16:27:35.369 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-16T16:27:35.426 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-16T16:27:35.459 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-16T16:27:35.563 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-16T16:27:35.640 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-16T16:27:35.695 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-16T16:27:35.770 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-16T16:27:35.802 INFO:teuthology.orchestra.run.smithi003.stdout:(1/36): ceph-19.0.0-2121.g5ea4d9cf.el9.x86_64.r 38 kB/s | 6.6 kB 00:00 2024-03-16T16:27:35.821 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-16T16:27:35.859 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-16T16:27:35.902 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-03-16T16:27:35.917 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-16T16:27:35.956 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-16T16:27:35.981 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-16T16:27:35.990 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-16T16:27:36.017 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-16T16:27:36.087 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-16T16:27:36.124 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-16T16:27:36.157 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-16T16:27:36.175 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-16T16:27:36.193 INFO:teuthology.orchestra.run.smithi003.stdout:(2/36): ceph-mon-19.0.0-2121.g5ea4d9cf.el9.x86_ 12 MB/s | 4.7 MB 00:00 2024-03-16T16:27:36.222 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-16T16:27:36.248 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-16T16:27:36.270 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-16T16:27:36.303 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-16T16:27:36.318 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-16T16:27:36.333 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-16T16:27:36.360 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-16T16:27:36.412 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-16T16:27:36.430 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-16T16:27:36.452 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-16T16:27:36.485 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-16T16:27:36.485 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-16T16:27:36.526 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-16T16:27:36.531 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-16T16:27:36.561 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-16T16:27:36.588 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-16T16:27:36.595 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-16T16:27:36.643 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-16T16:27:36.688 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-16T16:27:36.726 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-16T16:27:36.727 INFO:teuthology.orchestra.run.smithi003.stdout:(3/36): ceph-mgr-19.0.0-2121.g5ea4d9cf.el9.x86_ 1.4 MB/s | 1.5 MB 00:01 2024-03-16T16:27:36.794 INFO:teuthology.orchestra.run.smithi003.stdout:(4/36): ceph-mds-19.0.0-2121.g5ea4d9cf.el9.x86_ 2.0 MB/s | 2.3 MB 00:01 2024-03-16T16:27:36.802 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-16T16:27:36.828 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-16T16:27:36.877 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-16T16:27:36.895 INFO:teuthology.orchestra.run.smithi003.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2121.g5ea4 1.5 MB/s | 248 kB 00:00 2024-03-16T16:27:36.915 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-16T16:27:36.950 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-16T16:27:36.951 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-16T16:27:36.980 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-16T16:27:37.055 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-16T16:27:37.062 INFO:teuthology.orchestra.run.smithi003.stdout:(6/36): ceph-osd-19.0.0-2121.g5ea4d9cf.el9.x86_ 19 MB/s | 17 MB 00:00 2024-03-16T16:27:37.084 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-16T16:27:37.091 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-16T16:27:37.120 INFO:teuthology.orchestra.run.smithi003.stdout:(7/36): lua-5.4.4-4.el9.x86_64.rpm 574 kB/s | 187 kB 00:00 2024-03-16T16:27:37.124 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-16T16:27:37.162 INFO:teuthology.orchestra.run.smithi003.stdout:(8/36): python3-mako-1.1.4-6.el9.noarch.rpm 540 kB/s | 144 kB 00:00 2024-03-16T16:27:37.164 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-16T16:27:37.187 INFO:teuthology.orchestra.run.smithi003.stdout:(9/36): python3-markupsafe-1.1.1-12.el9.x86_64. 252 kB/s | 32 kB 00:00 2024-03-16T16:27:37.199 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-16T16:27:37.212 INFO:teuthology.orchestra.run.smithi003.stdout:(10/36): python3-pytz-2021.1-5.el9.noarch.rpm 514 kB/s | 47 kB 00:00 2024-03-16T16:27:37.226 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-16T16:27:37.238 INFO:teuthology.orchestra.run.smithi003.stdout:(11/36): python3-toml-0.10.2-6.el9.noarch.rpm 513 kB/s | 39 kB 00:00 2024-03-16T16:27:37.250 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2121.g5ea4d9cf.el9. 31/36 2024-03-16T16:27:37.281 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 32/36 2024-03-16T16:27:37.305 INFO:teuthology.orchestra.run.smithi003.stdout:(12/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.0 MB/s | 241 kB 00:00 2024-03-16T16:27:37.306 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 32/36 2024-03-16T16:27:37.306 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:27:37.306 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-16T16:27:37.306 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-16T16:27:37.306 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-16T16:27:37.306 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:37.314 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-16T16:27:37.338 INFO:teuthology.orchestra.run.smithi003.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.0 MB/s | 103 kB 00:00 2024-03-16T16:27:37.357 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-16T16:27:37.427 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-16T16:27:37.564 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-16T16:27:37.571 INFO:teuthology.orchestra.run.smithi003.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 465 kB/s | 124 kB 00:00 2024-03-16T16:27:37.605 INFO:teuthology.orchestra.run.smithi003.stdout:(15/36): python3-cryptography-36.0.1-4.el9.x86_ 3.1 MB/s | 1.1 MB 00:00 2024-03-16T16:27:37.639 INFO:teuthology.orchestra.run.smithi003.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 624 kB/s | 187 kB 00:00 2024-03-16T16:27:37.683 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-16T16:27:37.689 INFO:teuthology.orchestra.run.smithi003.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 267 kB/s | 22 kB 00:00 2024-03-16T16:27:37.764 INFO:teuthology.orchestra.run.smithi003.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 581 kB/s | 43 kB 00:00 2024-03-16T16:27:37.798 INFO:teuthology.orchestra.run.smithi003.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 951 kB/s | 151 kB 00:00 2024-03-16T16:27:37.841 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2121.g5ea4d9cf.el9. 31/36 2024-03-16T16:27:37.856 INFO:teuthology.orchestra.run.smithi003.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.8 MB/s | 172 kB 00:00 2024-03-16T16:27:37.869 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 32/36 2024-03-16T16:27:37.894 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 32/36 2024-03-16T16:27:37.895 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:27:37.895 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-16T16:27:37.895 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-16T16:27:37.895 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-16T16:27:37.895 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:37.915 INFO:teuthology.orchestra.run.smithi003.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 183 kB/s | 11 kB 00:00 2024-03-16T16:27:37.979 INFO:teuthology.orchestra.run.smithi003.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 276 kB/s | 18 kB 00:00 2024-03-16T16:27:38.024 INFO:teuthology.orchestra.run.smithi003.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 523 kB/s | 23 kB 00:00 2024-03-16T16:27:38.074 INFO:teuthology.orchestra.run.smithi003.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-03-16T16:27:38.133 INFO:teuthology.orchestra.run.smithi003.stdout:(25/36): python3-jaraco-text-3.2.0-6.el9.noarch 337 kB/s | 20 kB 00:00 2024-03-16T16:27:38.158 INFO:teuthology.orchestra.run.smithi003.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 146 kB/s | 19 kB 00:00 2024-03-16T16:27:38.183 INFO:teuthology.orchestra.run.smithi003.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 923 kB/s | 46 kB 00:00 2024-03-16T16:27:38.200 INFO:teuthology.orchestra.run.smithi003.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.8 MB/s | 79 kB 00:00 2024-03-16T16:27:38.242 INFO:teuthology.orchestra.run.smithi003.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 394 kB/s | 16 kB 00:00 2024-03-16T16:27:38.284 INFO:teuthology.orchestra.run.smithi003.stdout:(30/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.1 MB/s | 90 kB 00:00 2024-03-16T16:27:38.309 INFO:teuthology.orchestra.run.smithi003.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.1 MB/s | 272 kB 00:00 2024-03-16T16:27:38.326 INFO:teuthology.orchestra.run.smithi003.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 855 kB/s | 36 kB 00:00 2024-03-16T16:27:38.385 INFO:teuthology.orchestra.run.smithi003.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-03-16T16:27:38.427 INFO:teuthology.orchestra.run.smithi003.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 482 kB/s | 20 kB 00:00 2024-03-16T16:27:38.460 INFO:teuthology.orchestra.run.smithi003.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.1 MB/s | 427 kB 00:00 2024-03-16T16:27:38.510 INFO:teuthology.orchestra.run.smithi003.stdout:(36/36): python3-requests-2.25.1-8.el9.noarch.r 133 kB/s | 125 kB 00:00 2024-03-16T16:27:38.515 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:27:38.515 INFO:teuthology.orchestra.run.smithi003.stdout:Total 8.5 MB/s | 30 MB 00:03 2024-03-16T16:27:38.539 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2024-03-16T16:27:38.585 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2024-03-16T16:27:38.585 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2024-03-16T16:27:38.823 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-osd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 33/36 2024-03-16T16:27:38.849 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-osd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 33/36 2024-03-16T16:27:38.849 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:27:38.849 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-16T16:27:38.849 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-16T16:27:38.849 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-16T16:27:38.849 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:38.996 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2024-03-16T16:27:38.996 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2024-03-16T16:27:39.307 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mon-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 34/36 2024-03-16T16:27:39.330 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mon-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 34/36 2024-03-16T16:27:39.330 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:27:39.330 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-16T16:27:39.331 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-16T16:27:39.331 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-16T16:27:39.331 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:39.337 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-osd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 33/36 2024-03-16T16:27:39.364 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-osd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 33/36 2024-03-16T16:27:39.364 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:27:39.364 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-16T16:27:39.364 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-16T16:27:39.364 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-16T16:27:39.364 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:39.558 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mds-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 35/36 2024-03-16T16:27:39.580 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mds-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 35/36 2024-03-16T16:27:39.581 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:27:39.581 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-16T16:27:39.581 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-16T16:27:39.581 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-16T16:27:39.581 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:39.649 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 36/36 2024-03-16T16:27:39.804 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mon-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 34/36 2024-03-16T16:27:39.828 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mon-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 34/36 2024-03-16T16:27:39.828 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:27:39.828 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-16T16:27:39.828 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-16T16:27:39.828 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-16T16:27:39.828 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:40.047 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mds-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 35/36 2024-03-16T16:27:40.070 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mds-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 35/36 2024-03-16T16:27:40.070 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:27:40.070 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-16T16:27:40.070 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-16T16:27:40.070 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-16T16:27:40.070 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:40.135 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 36/36 2024-03-16T16:27:40.355 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2024-03-16T16:27:40.405 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-16T16:27:40.447 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-16T16:27:40.474 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-16T16:27:40.547 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-16T16:27:40.606 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-16T16:27:40.639 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-16T16:27:40.734 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-16T16:27:40.811 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-16T16:27:40.859 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-16T16:27:40.932 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-16T16:27:40.984 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-16T16:27:41.022 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-16T16:27:41.081 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-16T16:27:41.136 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-16T16:27:41.327 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-16T16:27:41.368 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-16T16:27:41.411 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-16T16:27:41.438 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 36/36 2024-03-16T16:27:41.439 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/36 2024-03-16T16:27:41.439 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mds-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2/36 2024-03-16T16:27:41.439 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 3/36 2024-03-16T16:27:41.439 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mon-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 4/36 2024-03-16T16:27:41.439 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-osd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 5/36 2024-03-16T16:27:41.439 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2121.g5ea4d9cf.el9. 6/36 2024-03-16T16:27:41.439 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-16T16:27:41.439 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-16T16:27:41.439 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-16T16:27:41.439 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-16T16:27:41.439 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-16T16:27:41.440 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-16T16:27:41.440 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-16T16:27:41.440 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-16T16:27:41.440 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-16T16:27:41.440 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-16T16:27:41.440 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-16T16:27:41.440 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-16T16:27:41.440 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-16T16:27:41.440 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-16T16:27:41.440 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-16T16:27:41.440 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-16T16:27:41.440 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-16T16:27:41.441 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-16T16:27:41.441 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-16T16:27:41.441 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-16T16:27:41.441 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-16T16:27:41.442 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-16T16:27:41.442 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-16T16:27:41.442 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-16T16:27:41.442 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-16T16:27:41.442 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-16T16:27:41.442 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-16T16:27:41.443 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-16T16:27:41.443 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-16T16:27:41.449 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-16T16:27:41.479 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-16T16:27:41.557 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-16T16:27:41.590 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-16T16:27:41.623 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-16T16:27:41.663 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-16T16:27:41.699 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-16T16:27:41.733 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-16T16:27:41.823 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 36/36 2024-03-16T16:27:41.823 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/36 2024-03-16T16:27:41.823 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mds-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2/36 2024-03-16T16:27:41.823 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 3/36 2024-03-16T16:27:41.823 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mon-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 4/36 2024-03-16T16:27:41.823 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-osd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 5/36 2024-03-16T16:27:41.823 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2121.g5ea4d9cf.el9. 6/36 2024-03-16T16:27:41.823 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-16T16:27:41.823 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-16T16:27:41.823 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-16T16:27:41.823 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-16T16:27:41.824 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-16T16:27:41.824 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-16T16:27:41.824 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-16T16:27:41.824 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-16T16:27:41.824 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-16T16:27:41.824 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-16T16:27:41.824 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-16T16:27:41.824 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-16T16:27:41.824 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-16T16:27:41.824 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-16T16:27:41.824 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-16T16:27:41.824 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-16T16:27:41.824 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-16T16:27:41.825 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-16T16:27:41.825 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-16T16:27:41.825 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-16T16:27:41.826 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-16T16:27:41.826 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-16T16:27:41.827 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-16T16:27:41.827 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-16T16:27:41.827 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-16T16:27:41.827 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-16T16:27:41.827 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-16T16:27:41.827 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-16T16:27:41.827 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-16T16:27:41.827 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-16T16:27:41.864 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-16T16:27:41.947 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-16T16:27:42.086 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-16T16:27:42.210 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-16T16:27:42.380 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2121.g5ea4d9cf.el9. 31/36 2024-03-16T16:27:42.409 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-mgr-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 32/36 2024-03-16T16:27:42.422 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-16T16:27:42.423 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:42.423 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-16T16:27:42.423 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:42.423 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mds-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:42.423 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:42.423 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-modules-core-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:27:42.423 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mon-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:42.423 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-osd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:42.423 INFO:teuthology.orchestra.run.smithi060.stdout: lua-5.4.4-4.el9.x86_64 2024-03-16T16:27:42.423 INFO:teuthology.orchestra.run.smithi060.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-16T16:27:42.423 INFO:teuthology.orchestra.run.smithi060.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-16T16:27:42.423 INFO:teuthology.orchestra.run.smithi060.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-16T16:27:42.423 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-16T16:27:42.424 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-16T16:27:42.424 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-16T16:27:42.424 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-16T16:27:42.424 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-16T16:27:42.424 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-16T16:27:42.424 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-16T16:27:42.424 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-16T16:27:42.424 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-16T16:27:42.424 INFO:teuthology.orchestra.run.smithi060.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-16T16:27:42.424 INFO:teuthology.orchestra.run.smithi060.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-16T16:27:42.424 INFO:teuthology.orchestra.run.smithi060.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-16T16:27:42.424 INFO:teuthology.orchestra.run.smithi060.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-16T16:27:42.424 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-16T16:27:42.424 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ply-3.11-14.el9.noarch 2024-03-16T16:27:42.425 INFO:teuthology.orchestra.run.smithi060.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-16T16:27:42.425 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-16T16:27:42.425 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-16T16:27:42.425 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-16T16:27:42.425 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-16T16:27:42.425 INFO:teuthology.orchestra.run.smithi060.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-16T16:27:42.425 INFO:teuthology.orchestra.run.smithi060.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-16T16:27:42.425 INFO:teuthology.orchestra.run.smithi060.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-16T16:27:42.425 INFO:teuthology.orchestra.run.smithi060.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-16T16:27:42.425 INFO:teuthology.orchestra.run.smithi060.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-16T16:27:42.425 INFO:teuthology.orchestra.run.smithi060.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-16T16:27:42.425 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:42.425 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:27:42.435 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 32/36 2024-03-16T16:27:42.435 INFO:teuthology.orchestra.run.smithi003.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:27:42.435 INFO:teuthology.orchestra.run.smithi003.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-16T16:27:42.435 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-16T16:27:42.435 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-16T16:27:42.435 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:42.741 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-base 2024-03-16T16:27:42.765 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-16T16:27:42.765 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:42.765 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-03-16T16:27:42.765 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:42.765 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mds-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:42.765 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:42.765 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-modules-core-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:27:42.765 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mon-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:42.765 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-osd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:42.766 INFO:teuthology.orchestra.run.smithi084.stdout: lua-5.4.4-4.el9.x86_64 2024-03-16T16:27:42.766 INFO:teuthology.orchestra.run.smithi084.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-16T16:27:42.766 INFO:teuthology.orchestra.run.smithi084.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-16T16:27:42.766 INFO:teuthology.orchestra.run.smithi084.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-16T16:27:42.766 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-16T16:27:42.766 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-16T16:27:42.766 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-16T16:27:42.766 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-16T16:27:42.766 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-16T16:27:42.766 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-16T16:27:42.766 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-16T16:27:42.766 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-16T16:27:42.766 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-16T16:27:42.766 INFO:teuthology.orchestra.run.smithi084.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-16T16:27:42.767 INFO:teuthology.orchestra.run.smithi084.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-16T16:27:42.767 INFO:teuthology.orchestra.run.smithi084.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-16T16:27:42.767 INFO:teuthology.orchestra.run.smithi084.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-16T16:27:42.767 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-16T16:27:42.767 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ply-3.11-14.el9.noarch 2024-03-16T16:27:42.767 INFO:teuthology.orchestra.run.smithi084.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-16T16:27:42.767 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-16T16:27:42.767 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-16T16:27:42.767 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-16T16:27:42.767 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-16T16:27:42.767 INFO:teuthology.orchestra.run.smithi084.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-16T16:27:42.767 INFO:teuthology.orchestra.run.smithi084.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-16T16:27:42.767 INFO:teuthology.orchestra.run.smithi084.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-16T16:27:42.767 INFO:teuthology.orchestra.run.smithi084.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-16T16:27:42.768 INFO:teuthology.orchestra.run.smithi084.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-16T16:27:42.768 INFO:teuthology.orchestra.run.smithi084.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-16T16:27:42.768 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:42.768 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:27:43.145 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-base 2024-03-16T16:27:43.317 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:00 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:27:43.416 INFO:teuthology.orchestra.run.smithi060.stdout:Package ceph-base-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:27:43.470 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:27:43.471 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-03-16T16:27:43.471 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:27:43.539 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install cephadm 2024-03-16T16:27:43.707 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:04 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:27:43.803 INFO:teuthology.orchestra.run.smithi084.stdout:Package ceph-base-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:27:43.856 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:27:43.857 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-03-16T16:27:43.857 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:27:43.921 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install cephadm 2024-03-16T16:27:43.952 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-osd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 33/36 2024-03-16T16:27:43.978 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-osd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 33/36 2024-03-16T16:27:43.978 INFO:teuthology.orchestra.run.smithi003.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:27:43.978 INFO:teuthology.orchestra.run.smithi003.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-16T16:27:43.978 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-16T16:27:43.978 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-16T16:27:43.978 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:44.111 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:01 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:27:44.266 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:27:44.267 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:27:44.267 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-16T16:27:44.267 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:27:44.267 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-16T16:27:44.267 INFO:teuthology.orchestra.run.smithi060.stdout: cephadm noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 748 k 2024-03-16T16:27:44.267 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:44.267 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-16T16:27:44.267 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:27:44.268 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-03-16T16:27:44.268 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:44.268 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 748 k 2024-03-16T16:27:44.268 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 755 k 2024-03-16T16:27:44.268 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-16T16:27:44.445 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-mon-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 34/36 2024-03-16T16:27:44.467 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-mon-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 34/36 2024-03-16T16:27:44.467 INFO:teuthology.orchestra.run.smithi003.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:27:44.467 INFO:teuthology.orchestra.run.smithi003.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-16T16:27:44.467 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-16T16:27:44.467 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-16T16:27:44.467 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:44.475 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:05 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:27:44.623 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:27:44.623 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:27:44.623 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-03-16T16:27:44.623 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:27:44.623 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-03-16T16:27:44.623 INFO:teuthology.orchestra.run.smithi084.stdout: cephadm noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 748 k 2024-03-16T16:27:44.623 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:44.623 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-03-16T16:27:44.623 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:27:44.624 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-03-16T16:27:44.624 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:44.624 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 748 k 2024-03-16T16:27:44.624 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 755 k 2024-03-16T16:27:44.624 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-03-16T16:27:44.695 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-mds-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 35/36 2024-03-16T16:27:44.718 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-mds-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 35/36 2024-03-16T16:27:44.718 INFO:teuthology.orchestra.run.smithi003.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:27:44.718 INFO:teuthology.orchestra.run.smithi003.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-16T16:27:44.718 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-16T16:27:44.719 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-16T16:27:44.719 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:44.787 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 36/36 2024-03-16T16:27:44.912 INFO:teuthology.orchestra.run.smithi084.stdout:cephadm-19.0.0-2121.g5ea4d9cf.el9.noarch.rpm 2.5 MB/s | 748 kB 00:00 2024-03-16T16:27:44.912 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:27:44.913 INFO:teuthology.orchestra.run.smithi084.stdout:Total 2.5 MB/s | 748 kB 00:00 2024-03-16T16:27:44.913 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-03-16T16:27:44.918 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-03-16T16:27:44.918 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-03-16T16:27:44.923 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-03-16T16:27:44.924 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-03-16T16:27:44.997 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-03-16T16:27:45.050 INFO:teuthology.orchestra.run.smithi060.stdout:cephadm-19.0.0-2121.g5ea4d9cf.el9.noarch.rpm 957 kB/s | 748 kB 00:00 2024-03-16T16:27:45.051 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:27:45.051 INFO:teuthology.orchestra.run.smithi060.stdout:Total 955 kB/s | 748 kB 00:00 2024-03-16T16:27:45.051 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-16T16:27:45.057 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-16T16:27:45.057 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-16T16:27:45.064 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-16T16:27:45.064 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-16T16:27:45.142 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-16T16:27:45.478 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/1 2024-03-16T16:27:45.534 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/1 2024-03-16T16:27:45.573 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/1 2024-03-16T16:27:45.608 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/1 2024-03-16T16:27:45.996 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/1 2024-03-16T16:27:46.008 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/1 2024-03-16T16:27:46.297 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/1 2024-03-16T16:27:46.297 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:46.297 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-03-16T16:27:46.297 INFO:teuthology.orchestra.run.smithi084.stdout: cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:27:46.298 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:46.298 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:27:46.305 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/1 2024-03-16T16:27:46.305 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:46.305 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-16T16:27:46.305 INFO:teuthology.orchestra.run.smithi060.stdout: cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:27:46.305 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:46.305 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:27:46.513 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-immutable-object-cache 2024-03-16T16:27:46.522 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-immutable-object-cache 2024-03-16T16:27:46.568 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 36/36 2024-03-16T16:27:46.568 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/36 2024-03-16T16:27:46.568 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-mds-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2/36 2024-03-16T16:27:46.568 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-mgr-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 3/36 2024-03-16T16:27:46.568 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-mon-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 4/36 2024-03-16T16:27:46.568 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-osd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 5/36 2024-03-16T16:27:46.568 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2121.g5ea4d9cf.el9. 6/36 2024-03-16T16:27:46.568 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-16T16:27:46.568 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-16T16:27:46.569 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-16T16:27:46.569 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-16T16:27:46.569 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-16T16:27:46.569 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-16T16:27:46.569 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-16T16:27:46.569 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-16T16:27:46.569 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-16T16:27:46.569 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-16T16:27:46.569 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-16T16:27:46.569 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-16T16:27:46.569 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-16T16:27:46.569 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-16T16:27:46.569 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-16T16:27:46.570 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-16T16:27:46.570 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-16T16:27:46.570 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-16T16:27:46.570 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-16T16:27:46.570 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-16T16:27:46.570 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-16T16:27:46.571 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-16T16:27:46.571 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-16T16:27:46.571 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-16T16:27:46.571 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-16T16:27:46.571 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-16T16:27:46.571 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-16T16:27:46.571 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-16T16:27:46.572 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-16T16:27:47.068 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:08 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:27:47.093 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:04 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:27:47.220 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:27:47.220 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:27:47.221 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-03-16T16:27:47.221 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:27:47.221 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-03-16T16:27:47.221 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 145 k 2024-03-16T16:27:47.221 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:47.221 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-03-16T16:27:47.221 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:27:47.221 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-03-16T16:27:47.221 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:47.222 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 145 k 2024-03-16T16:27:47.222 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 436 k 2024-03-16T16:27:47.222 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-03-16T16:27:47.252 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:27:47.253 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:27:47.253 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-03-16T16:27:47.253 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:27:47.253 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-16T16:27:47.253 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 145 k 2024-03-16T16:27:47.253 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:47.253 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-16T16:27:47.253 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:27:47.253 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-03-16T16:27:47.254 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:47.254 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 145 k 2024-03-16T16:27:47.254 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 436 k 2024-03-16T16:27:47.254 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-16T16:27:47.472 INFO:teuthology.orchestra.run.smithi060.stdout:ceph-immutable-object-cache-19.0.0-2121.g5ea4d9 663 kB/s | 145 kB 00:00 2024-03-16T16:27:47.473 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:27:47.473 INFO:teuthology.orchestra.run.smithi060.stdout:Total 659 kB/s | 145 kB 00:00 2024-03-16T16:27:47.474 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-16T16:27:47.481 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-16T16:27:47.482 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-16T16:27:47.514 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-16T16:27:47.514 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:47.514 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2024-03-16T16:27:47.514 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:47.514 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mds-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:47.515 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:47.515 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-modules-core-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:27:47.515 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mon-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:47.515 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-osd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:47.515 INFO:teuthology.orchestra.run.smithi003.stdout: lua-5.4.4-4.el9.x86_64 2024-03-16T16:27:47.515 INFO:teuthology.orchestra.run.smithi003.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-16T16:27:47.515 INFO:teuthology.orchestra.run.smithi003.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-16T16:27:47.515 INFO:teuthology.orchestra.run.smithi003.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-16T16:27:47.515 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-16T16:27:47.515 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-16T16:27:47.515 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-16T16:27:47.515 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-16T16:27:47.515 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-16T16:27:47.515 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-16T16:27:47.515 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-16T16:27:47.516 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-16T16:27:47.516 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-16T16:27:47.516 INFO:teuthology.orchestra.run.smithi003.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-16T16:27:47.516 INFO:teuthology.orchestra.run.smithi003.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-16T16:27:47.516 INFO:teuthology.orchestra.run.smithi003.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-16T16:27:47.516 INFO:teuthology.orchestra.run.smithi003.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-16T16:27:47.516 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-16T16:27:47.516 INFO:teuthology.orchestra.run.smithi003.stdout: python3-ply-3.11-14.el9.noarch 2024-03-16T16:27:47.516 INFO:teuthology.orchestra.run.smithi003.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-16T16:27:47.516 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-16T16:27:47.516 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-16T16:27:47.516 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-16T16:27:47.517 INFO:teuthology.orchestra.run.smithi003.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-16T16:27:47.517 INFO:teuthology.orchestra.run.smithi003.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-16T16:27:47.517 INFO:teuthology.orchestra.run.smithi003.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-16T16:27:47.517 INFO:teuthology.orchestra.run.smithi003.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-16T16:27:47.517 INFO:teuthology.orchestra.run.smithi003.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-16T16:27:47.517 INFO:teuthology.orchestra.run.smithi003.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-16T16:27:47.517 INFO:teuthology.orchestra.run.smithi003.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-16T16:27:47.517 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:47.517 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:27:47.535 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-16T16:27:47.536 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-16T16:27:47.632 INFO:teuthology.orchestra.run.smithi084.stdout:ceph-immutable-object-cache-19.0.0-2121.g5ea4d9 354 kB/s | 145 kB 00:00 2024-03-16T16:27:47.633 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:27:47.633 INFO:teuthology.orchestra.run.smithi084.stdout:Total 352 kB/s | 145 kB 00:00 2024-03-16T16:27:47.633 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-03-16T16:27:47.640 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-03-16T16:27:47.641 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-03-16T16:27:47.681 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-16T16:27:47.692 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-03-16T16:27:47.692 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-03-16T16:27:47.757 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2121.g5ea4d9cf. 1/1 2024-03-16T16:27:47.780 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2121.g5ea4d9cf. 1/1 2024-03-16T16:27:47.781 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:27:47.781 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-16T16:27:47.781 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:47.828 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-03-16T16:27:47.850 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-base 2024-03-16T16:27:47.891 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2121.g5ea4d9cf. 1/1 2024-03-16T16:27:47.915 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2121.g5ea4d9cf. 1/1 2024-03-16T16:27:47.915 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:27:47.915 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-16T16:27:47.915 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:48.432 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:00:55 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:27:48.532 INFO:teuthology.orchestra.run.smithi003.stdout:Package ceph-base-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:27:48.586 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:27:48.588 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2024-03-16T16:27:48.588 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:27:48.653 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install cephadm 2024-03-16T16:27:48.755 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2121.g5ea4d9cf. 1/1 2024-03-16T16:27:48.755 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:48.755 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-16T16:27:48.755 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-immutable-object-cache-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:48.755 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:48.755 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:27:48.946 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2121.g5ea4d9cf. 1/1 2024-03-16T16:27:48.946 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:48.946 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-03-16T16:27:48.946 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-immutable-object-cache-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:48.946 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:48.946 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:27:49.006 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr 2024-03-16T16:27:49.211 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr 2024-03-16T16:27:49.225 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:00:56 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:27:49.379 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:27:49.379 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:27:49.380 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2024-03-16T16:27:49.380 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:27:49.380 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2024-03-16T16:27:49.380 INFO:teuthology.orchestra.run.smithi003.stdout: cephadm noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 748 k 2024-03-16T16:27:49.380 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:49.380 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2024-03-16T16:27:49.380 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:27:49.380 INFO:teuthology.orchestra.run.smithi003.stdout:Install 1 Package 2024-03-16T16:27:49.380 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:49.381 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 748 k 2024-03-16T16:27:49.381 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 755 k 2024-03-16T16:27:49.381 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2024-03-16T16:27:49.582 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:06 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:27:49.682 INFO:teuthology.orchestra.run.smithi060.stdout:Package ceph-mgr-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:27:49.737 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:27:49.738 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-03-16T16:27:49.738 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:27:49.785 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:10 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:27:49.815 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-dashboard 2024-03-16T16:27:49.883 INFO:teuthology.orchestra.run.smithi084.stdout:Package ceph-mgr-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:27:49.934 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:27:49.935 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-03-16T16:27:49.935 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:27:50.026 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-dashboard 2024-03-16T16:27:50.067 INFO:teuthology.orchestra.run.smithi003.stdout:cephadm-19.0.0-2121.g5ea4d9cf.el9.noarch.rpm 1.1 MB/s | 748 kB 00:00 2024-03-16T16:27:50.068 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:27:50.068 INFO:teuthology.orchestra.run.smithi003.stdout:Total 1.1 MB/s | 748 kB 00:00 2024-03-16T16:27:50.068 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2024-03-16T16:27:50.074 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2024-03-16T16:27:50.074 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2024-03-16T16:27:50.080 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2024-03-16T16:27:50.081 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2024-03-16T16:27:50.158 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2024-03-16T16:27:50.381 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:07 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:27:50.536 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:27:50.537 INFO:teuthology.orchestra.run.smithi060.stdout:====================================================================================== 2024-03-16T16:27:50.537 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-16T16:27:50.537 INFO:teuthology.orchestra.run.smithi060.stdout:====================================================================================== 2024-03-16T16:27:50.537 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-16T16:27:50.537 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 1.8 M 2024-03-16T16:27:50.537 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-16T16:27:50.537 INFO:teuthology.orchestra.run.smithi060.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-16T16:27:50.537 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 34 k 2024-03-16T16:27:50.537 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 16 k 2024-03-16T16:27:50.537 INFO:teuthology.orchestra.run.smithi060.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-16T16:27:50.537 INFO:teuthology.orchestra.run.smithi060.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-16T16:27:50.537 INFO:teuthology.orchestra.run.smithi060.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-16T16:27:50.538 INFO:teuthology.orchestra.run.smithi060.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-16T16:27:50.538 INFO:teuthology.orchestra.run.smithi060.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-16T16:27:50.538 INFO:teuthology.orchestra.run.smithi060.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-16T16:27:50.538 INFO:teuthology.orchestra.run.smithi060.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-16T16:27:50.538 INFO:teuthology.orchestra.run.smithi060.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-16T16:27:50.538 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:50.538 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-16T16:27:50.538 INFO:teuthology.orchestra.run.smithi060.stdout:====================================================================================== 2024-03-16T16:27:50.538 INFO:teuthology.orchestra.run.smithi060.stdout:Install 12 Packages 2024-03-16T16:27:50.538 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:50.539 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 6.9 M 2024-03-16T16:27:50.539 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 26 M 2024-03-16T16:27:50.539 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-16T16:27:50.577 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:11 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:27:50.595 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/1 2024-03-16T16:27:50.683 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/1 2024-03-16T16:27:50.726 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:27:50.727 INFO:teuthology.orchestra.run.smithi084.stdout:====================================================================================== 2024-03-16T16:27:50.727 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-03-16T16:27:50.727 INFO:teuthology.orchestra.run.smithi084.stdout:====================================================================================== 2024-03-16T16:27:50.727 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-03-16T16:27:50.727 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 1.8 M 2024-03-16T16:27:50.727 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-03-16T16:27:50.727 INFO:teuthology.orchestra.run.smithi084.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-16T16:27:50.727 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 34 k 2024-03-16T16:27:50.727 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 16 k 2024-03-16T16:27:50.727 INFO:teuthology.orchestra.run.smithi084.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-16T16:27:50.727 INFO:teuthology.orchestra.run.smithi084.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-16T16:27:50.727 INFO:teuthology.orchestra.run.smithi084.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-16T16:27:50.727 INFO:teuthology.orchestra.run.smithi084.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-16T16:27:50.728 INFO:teuthology.orchestra.run.smithi084.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-16T16:27:50.728 INFO:teuthology.orchestra.run.smithi084.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-16T16:27:50.728 INFO:teuthology.orchestra.run.smithi084.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-16T16:27:50.728 INFO:teuthology.orchestra.run.smithi084.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-16T16:27:50.728 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:50.728 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-03-16T16:27:50.728 INFO:teuthology.orchestra.run.smithi084.stdout:====================================================================================== 2024-03-16T16:27:50.728 INFO:teuthology.orchestra.run.smithi084.stdout:Install 12 Packages 2024-03-16T16:27:50.728 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:50.729 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 6.9 M 2024-03-16T16:27:50.729 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 26 M 2024-03-16T16:27:50.729 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-03-16T16:27:51.051 INFO:teuthology.orchestra.run.smithi060.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2121.g5e 113 kB/s | 34 kB 00:00 2024-03-16T16:27:51.085 INFO:teuthology.orchestra.run.smithi060.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2121.g5ea 49 kB/s | 16 kB 00:00 2024-03-16T16:27:51.088 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/1 2024-03-16T16:27:51.176 INFO:teuthology.orchestra.run.smithi084.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2121.g5ea 88 kB/s | 16 kB 00:00 2024-03-16T16:27:51.252 INFO:teuthology.orchestra.run.smithi060.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2121.g5ea4d9c 3.6 MB/s | 1.8 MB 00:00 2024-03-16T16:27:51.310 INFO:teuthology.orchestra.run.smithi084.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2121.g5e 106 kB/s | 34 kB 00:00 2024-03-16T16:27:51.400 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/1 2024-03-16T16:27:51.400 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:51.400 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2024-03-16T16:27:51.400 INFO:teuthology.orchestra.run.smithi003.stdout: cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:27:51.400 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:51.400 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:27:51.402 INFO:teuthology.orchestra.run.smithi060.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 751 kB/s | 238 kB 00:00 2024-03-16T16:27:51.452 INFO:teuthology.orchestra.run.smithi060.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.5 MB/s | 1.0 MB 00:00 2024-03-16T16:27:51.606 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-immutable-object-cache 2024-03-16T16:27:51.643 INFO:teuthology.orchestra.run.smithi084.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.2 MB/s | 1.0 MB 00:00 2024-03-16T16:27:51.644 INFO:teuthology.orchestra.run.smithi060.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 101 kB/s | 19 kB 00:00 2024-03-16T16:27:51.668 INFO:teuthology.orchestra.run.smithi084.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 663 kB/s | 238 kB 00:00 2024-03-16T16:27:51.737 INFO:teuthology.orchestra.run.smithi060.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.7 MB/s | 863 kB 00:00 2024-03-16T16:27:51.835 INFO:teuthology.orchestra.run.smithi084.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.4 MB/s | 863 kB 00:00 2024-03-16T16:27:51.903 INFO:teuthology.orchestra.run.smithi060.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-03-16T16:27:51.962 INFO:teuthology.orchestra.run.smithi060.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 528 kB/s | 31 kB 00:00 2024-03-16T16:27:51.994 INFO:teuthology.orchestra.run.smithi084.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 123 kB/s | 19 kB 00:00 2024-03-16T16:27:52.004 INFO:teuthology.orchestra.run.smithi060.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 541 kB/s | 144 kB 00:00 2024-03-16T16:27:52.053 INFO:teuthology.orchestra.run.smithi084.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.4 MB/s | 548 kB 00:00 2024-03-16T16:27:52.062 INFO:teuthology.orchestra.run.smithi060.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 4.9 MB/s | 2.0 MB 00:00 2024-03-16T16:27:52.108 INFO:teuthology.orchestra.run.smithi060.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.3 MB/s | 188 kB 00:00 2024-03-16T16:27:52.112 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:27:52.112 INFO:teuthology.orchestra.run.smithi060.stdout:Total 4.4 MB/s | 6.9 MB 00:01 2024-03-16T16:27:52.130 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-16T16:27:52.136 INFO:teuthology.orchestra.run.smithi084.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.7 MB/s | 144 kB 00:00 2024-03-16T16:27:52.149 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-16T16:27:52.149 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-16T16:27:52.174 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:00:59 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:27:52.228 INFO:teuthology.orchestra.run.smithi084.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 335 kB/s | 31 kB 00:00 2024-03-16T16:27:52.295 INFO:teuthology.orchestra.run.smithi084.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.8 MB/s | 188 kB 00:00 2024-03-16T16:27:52.331 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:27:52.332 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:27:52.332 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repo Size 2024-03-16T16:27:52.332 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:27:52.332 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2024-03-16T16:27:52.332 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 145 k 2024-03-16T16:27:52.332 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:52.332 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2024-03-16T16:27:52.332 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:27:52.332 INFO:teuthology.orchestra.run.smithi003.stdout:Install 1 Package 2024-03-16T16:27:52.332 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:52.332 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 145 k 2024-03-16T16:27:52.332 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 436 k 2024-03-16T16:27:52.332 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2024-03-16T16:27:52.336 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-16T16:27:52.337 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-16T16:27:52.540 INFO:teuthology.orchestra.run.smithi003.stdout:ceph-immutable-object-cache-19.0.0-2121.g5ea4d9 701 kB/s | 145 kB 00:00 2024-03-16T16:27:52.540 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:27:52.540 INFO:teuthology.orchestra.run.smithi003.stdout:Total 697 kB/s | 145 kB 00:00 2024-03-16T16:27:52.541 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2024-03-16T16:27:52.549 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2024-03-16T16:27:52.549 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2024-03-16T16:27:52.603 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2024-03-16T16:27:52.604 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2024-03-16T16:27:52.752 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2024-03-16T16:27:52.807 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2121.g5ea4d9cf. 1/1 2024-03-16T16:27:52.831 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2121.g5ea4d9cf. 1/1 2024-03-16T16:27:52.831 INFO:teuthology.orchestra.run.smithi003.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:27:52.831 INFO:teuthology.orchestra.run.smithi003.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-16T16:27:52.831 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:52.862 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-16T16:27:52.930 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-16T16:27:52.962 INFO:teuthology.orchestra.run.smithi084.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.1 MB/s | 2.0 MB 00:00 2024-03-16T16:27:52.965 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-16T16:27:52.996 INFO:teuthology.orchestra.run.smithi084.stdout:(12/12): ceph-mgr-dashboard-19.0.0-2121.g5ea4d9 916 kB/s | 1.8 MB 00:02 2024-03-16T16:27:52.999 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:27:52.999 INFO:teuthology.orchestra.run.smithi084.stdout:Total 3.0 MB/s | 6.9 MB 00:02 2024-03-16T16:27:53.012 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-16T16:27:53.019 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-03-16T16:27:53.037 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-03-16T16:27:53.037 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-03-16T16:27:53.042 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-16T16:27:53.148 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-16T16:27:53.201 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-03-16T16:27:53.202 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-03-16T16:27:53.280 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-16T16:27:53.381 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-16T16:27:53.431 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-16T16:27:53.459 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-16T16:27:53.491 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2121.g5ea4d9cf.el9 10/12 2024-03-16T16:27:53.727 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-03-16T16:27:53.747 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2121.g5ea4d9cf.el 11/12 2024-03-16T16:27:53.782 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2121.g5ea4d9cf.el9.noa 12/12 2024-03-16T16:27:53.821 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-16T16:27:53.856 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-16T16:27:53.902 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-16T16:27:53.907 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2121.g5ea4d9cf. 1/1 2024-03-16T16:27:53.907 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:53.907 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2024-03-16T16:27:53.907 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-immutable-object-cache-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:27:53.907 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:53.908 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:27:53.933 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-16T16:27:54.038 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-16T16:27:54.153 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-mgr 2024-03-16T16:27:54.156 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-16T16:27:54.250 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-16T16:27:54.295 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-16T16:27:54.324 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-16T16:27:54.356 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2121.g5ea4d9cf.el9 10/12 2024-03-16T16:27:54.548 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2121.g5ea4d9cf.el9.noa 12/12 2024-03-16T16:27:54.548 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2121.g5ea4d9cf.el 1/12 2024-03-16T16:27:54.548 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2121.g5ea4d9cf.el9.noa 2/12 2024-03-16T16:27:54.548 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2121.g5ea4d9cf.el9 3/12 2024-03-16T16:27:54.548 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-16T16:27:54.548 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-16T16:27:54.549 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-16T16:27:54.549 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-16T16:27:54.549 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-16T16:27:54.549 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-16T16:27:54.549 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-16T16:27:54.549 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-16T16:27:54.600 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2121.g5ea4d9cf.el 11/12 2024-03-16T16:27:54.631 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2121.g5ea4d9cf.el9.noa 12/12 2024-03-16T16:27:54.727 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:01 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:27:54.829 INFO:teuthology.orchestra.run.smithi003.stdout:Package ceph-mgr-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:27:54.883 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:27:54.884 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2024-03-16T16:27:54.884 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:27:54.907 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-16T16:27:54.908 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:54.908 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-16T16:27:54.908 INFO:teuthology.orchestra.run.smithi060.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-16T16:27:54.908 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-grafana-dashboards-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:27:54.908 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-dashboard-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:27:54.908 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-prometheus-alerts-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:27:54.908 INFO:teuthology.orchestra.run.smithi060.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-16T16:27:54.908 INFO:teuthology.orchestra.run.smithi060.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-16T16:27:54.908 INFO:teuthology.orchestra.run.smithi060.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-16T16:27:54.908 INFO:teuthology.orchestra.run.smithi060.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-16T16:27:54.908 INFO:teuthology.orchestra.run.smithi060.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-16T16:27:54.908 INFO:teuthology.orchestra.run.smithi060.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-16T16:27:54.908 INFO:teuthology.orchestra.run.smithi060.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-16T16:27:54.909 INFO:teuthology.orchestra.run.smithi060.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-16T16:27:54.909 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:54.909 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:27:54.949 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-mgr-dashboard 2024-03-16T16:27:55.143 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-16T16:27:55.469 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2121.g5ea4d9cf.el9.noa 12/12 2024-03-16T16:27:55.469 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2121.g5ea4d9cf.el 1/12 2024-03-16T16:27:55.469 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2121.g5ea4d9cf.el9.noa 2/12 2024-03-16T16:27:55.469 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2121.g5ea4d9cf.el9 3/12 2024-03-16T16:27:55.469 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-16T16:27:55.469 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-16T16:27:55.469 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-16T16:27:55.469 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-16T16:27:55.470 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-16T16:27:55.470 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-16T16:27:55.470 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-16T16:27:55.470 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-16T16:27:55.512 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:02 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:27:55.668 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:27:55.669 INFO:teuthology.orchestra.run.smithi003.stdout:====================================================================================== 2024-03-16T16:27:55.669 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2024-03-16T16:27:55.669 INFO:teuthology.orchestra.run.smithi003.stdout:====================================================================================== 2024-03-16T16:27:55.669 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2024-03-16T16:27:55.669 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 1.8 M 2024-03-16T16:27:55.669 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2024-03-16T16:27:55.670 INFO:teuthology.orchestra.run.smithi003.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-16T16:27:55.670 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 34 k 2024-03-16T16:27:55.670 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 16 k 2024-03-16T16:27:55.670 INFO:teuthology.orchestra.run.smithi003.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-16T16:27:55.670 INFO:teuthology.orchestra.run.smithi003.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-16T16:27:55.670 INFO:teuthology.orchestra.run.smithi003.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-16T16:27:55.670 INFO:teuthology.orchestra.run.smithi003.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-16T16:27:55.670 INFO:teuthology.orchestra.run.smithi003.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-16T16:27:55.670 INFO:teuthology.orchestra.run.smithi003.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-16T16:27:55.670 INFO:teuthology.orchestra.run.smithi003.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-16T16:27:55.670 INFO:teuthology.orchestra.run.smithi003.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-16T16:27:55.670 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:55.670 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2024-03-16T16:27:55.671 INFO:teuthology.orchestra.run.smithi003.stdout:====================================================================================== 2024-03-16T16:27:55.671 INFO:teuthology.orchestra.run.smithi003.stdout:Install 12 Packages 2024-03-16T16:27:55.671 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:27:55.671 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 6.9 M 2024-03-16T16:27:55.671 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 26 M 2024-03-16T16:27:55.671 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2024-03-16T16:27:55.718 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:12 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:27:55.836 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-16T16:27:55.837 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:55.837 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-03-16T16:27:55.837 INFO:teuthology.orchestra.run.smithi084.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-16T16:27:55.837 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-grafana-dashboards-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:27:55.837 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-dashboard-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:27:55.837 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-prometheus-alerts-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:27:55.837 INFO:teuthology.orchestra.run.smithi084.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-16T16:27:55.837 INFO:teuthology.orchestra.run.smithi084.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-16T16:27:55.837 INFO:teuthology.orchestra.run.smithi084.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-16T16:27:55.837 INFO:teuthology.orchestra.run.smithi084.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-16T16:27:55.837 INFO:teuthology.orchestra.run.smithi084.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-16T16:27:55.837 INFO:teuthology.orchestra.run.smithi084.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-16T16:27:55.837 INFO:teuthology.orchestra.run.smithi084.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-16T16:27:55.837 INFO:teuthology.orchestra.run.smithi084.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-16T16:27:55.838 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:55.838 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:27:55.877 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:27:55.878 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================================ 2024-03-16T16:27:55.878 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-16T16:27:55.878 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================================ 2024-03-16T16:27:55.878 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-16T16:27:55.878 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 7.4 M 2024-03-16T16:27:55.878 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-16T16:27:55.878 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-16T16:27:55.879 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-16T16:27:55.879 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-16T16:27:55.879 INFO:teuthology.orchestra.run.smithi060.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-16T16:27:55.879 INFO:teuthology.orchestra.run.smithi060.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-16T16:27:55.879 INFO:teuthology.orchestra.run.smithi060.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-16T16:27:55.879 INFO:teuthology.orchestra.run.smithi060.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-16T16:27:55.879 INFO:teuthology.orchestra.run.smithi060.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-16T16:27:55.879 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-16T16:27:55.879 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-16T16:27:55.879 INFO:teuthology.orchestra.run.smithi060.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-16T16:27:55.879 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:55.879 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-16T16:27:55.879 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================================ 2024-03-16T16:27:55.880 INFO:teuthology.orchestra.run.smithi060.stdout:Install 12 Packages 2024-03-16T16:27:55.880 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:27:55.880 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 37 M 2024-03-16T16:27:55.880 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 209 M 2024-03-16T16:27:55.880 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-16T16:27:56.104 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-16T16:27:56.326 INFO:teuthology.orchestra.run.smithi003.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2121.g5ea 89 kB/s | 16 kB 00:00 2024-03-16T16:27:56.403 INFO:teuthology.orchestra.run.smithi060.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 189 kB/s | 32 kB 00:00 2024-03-16T16:27:56.443 INFO:teuthology.orchestra.run.smithi003.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2121.g5e 112 kB/s | 34 kB 00:00 2024-03-16T16:27:56.444 INFO:teuthology.orchestra.run.smithi060.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 423 kB/s | 17 kB 00:00 2024-03-16T16:27:56.511 INFO:teuthology.orchestra.run.smithi060.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 517 kB/s | 34 kB 00:00 2024-03-16T16:27:56.570 INFO:teuthology.orchestra.run.smithi060.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 8.9 MB/s | 3.0 MB 00:00 2024-03-16T16:27:56.585 INFO:teuthology.orchestra.run.smithi003.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.9 MB/s | 1.0 MB 00:00 2024-03-16T16:27:56.610 INFO:teuthology.orchestra.run.smithi003.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.4 MB/s | 238 kB 00:00 2024-03-16T16:27:56.664 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:17 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:27:56.785 INFO:teuthology.orchestra.run.smithi003.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.2 MB/s | 863 kB 00:00 2024-03-16T16:27:56.815 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:27:56.816 INFO:teuthology.orchestra.run.smithi084.stdout:============================================================================================ 2024-03-16T16:27:56.816 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-03-16T16:27:56.816 INFO:teuthology.orchestra.run.smithi084.stdout:============================================================================================ 2024-03-16T16:27:56.816 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-03-16T16:27:56.816 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 7.4 M 2024-03-16T16:27:56.816 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-03-16T16:27:56.816 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-16T16:27:56.817 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-16T16:27:56.817 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-16T16:27:56.817 INFO:teuthology.orchestra.run.smithi084.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-16T16:27:56.817 INFO:teuthology.orchestra.run.smithi084.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-16T16:27:56.817 INFO:teuthology.orchestra.run.smithi084.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-16T16:27:56.817 INFO:teuthology.orchestra.run.smithi084.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-16T16:27:56.817 INFO:teuthology.orchestra.run.smithi084.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-16T16:27:56.817 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-16T16:27:56.817 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-16T16:27:56.817 INFO:teuthology.orchestra.run.smithi084.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-16T16:27:56.817 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:56.818 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-03-16T16:27:56.818 INFO:teuthology.orchestra.run.smithi084.stdout:============================================================================================ 2024-03-16T16:27:56.818 INFO:teuthology.orchestra.run.smithi084.stdout:Install 12 Packages 2024-03-16T16:27:56.818 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:27:56.818 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 37 M 2024-03-16T16:27:56.819 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 209 M 2024-03-16T16:27:56.819 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-03-16T16:27:56.879 INFO:teuthology.orchestra.run.smithi060.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 13 MB/s | 4.7 MB 00:00 2024-03-16T16:27:56.946 INFO:teuthology.orchestra.run.smithi060.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 13 MB/s | 4.8 MB 00:00 2024-03-16T16:27:56.971 INFO:teuthology.orchestra.run.smithi060.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-03-16T16:27:56.985 INFO:teuthology.orchestra.run.smithi003.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 97 kB/s | 19 kB 00:00 2024-03-16T16:27:57.111 INFO:teuthology.orchestra.run.smithi003.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-03-16T16:27:57.211 INFO:teuthology.orchestra.run.smithi003.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.4 MB/s | 144 kB 00:00 2024-03-16T16:27:57.278 INFO:teuthology.orchestra.run.smithi003.stdout:(9/12): ceph-mgr-dashboard-19.0.0-2121.g5ea4d9c 1.6 MB/s | 1.8 MB 00:01 2024-03-16T16:27:57.303 INFO:teuthology.orchestra.run.smithi003.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 335 kB/s | 31 kB 00:00 2024-03-16T16:27:57.342 INFO:teuthology.orchestra.run.smithi084.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 149 kB/s | 32 kB 00:00 2024-03-16T16:27:57.384 INFO:teuthology.orchestra.run.smithi084.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 414 kB/s | 17 kB 00:00 2024-03-16T16:27:57.434 INFO:teuthology.orchestra.run.smithi084.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 684 kB/s | 34 kB 00:00 2024-03-16T16:27:57.454 INFO:teuthology.orchestra.run.smithi060.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 31 MB/s | 16 MB 00:00 2024-03-16T16:27:57.529 INFO:teuthology.orchestra.run.smithi003.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.8 MB/s | 2.0 MB 00:00 2024-03-16T16:27:57.594 INFO:teuthology.orchestra.run.smithi084.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.5 MB/s | 3.0 MB 00:00 2024-03-16T16:27:57.596 INFO:teuthology.orchestra.run.smithi003.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 594 kB/s | 188 kB 00:00 2024-03-16T16:27:57.599 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:27:57.599 INFO:teuthology.orchestra.run.smithi003.stdout:Total 3.6 MB/s | 6.9 MB 00:01 2024-03-16T16:27:57.619 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2024-03-16T16:27:57.638 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2024-03-16T16:27:57.638 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2024-03-16T16:27:57.824 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2024-03-16T16:27:57.824 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2024-03-16T16:27:57.835 INFO:teuthology.orchestra.run.smithi084.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 12 MB/s | 4.7 MB 00:00 2024-03-16T16:27:57.902 INFO:teuthology.orchestra.run.smithi084.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 16 MB/s | 4.8 MB 00:00 2024-03-16T16:27:57.927 INFO:teuthology.orchestra.run.smithi084.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-03-16T16:27:57.971 INFO:teuthology.orchestra.run.smithi060.stdout:(9/12): libquadmath-11.4.1-3.el9.x86_64.rpm 378 kB/s | 195 kB 00:00 2024-03-16T16:27:58.005 INFO:teuthology.orchestra.run.smithi060.stdout:(10/12): libgfortran-11.4.1-3.el9.x86_64.rpm 777 kB/s | 803 kB 00:01 2024-03-16T16:27:58.122 INFO:teuthology.orchestra.run.smithi060.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.6 MB/s | 245 kB 00:00 2024-03-16T16:27:58.402 INFO:teuthology.orchestra.run.smithi084.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 31 MB/s | 16 MB 00:00 2024-03-16T16:27:58.466 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2024-03-16T16:27:58.546 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-16T16:27:58.582 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-16T16:27:58.586 INFO:teuthology.orchestra.run.smithi084.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.2 MB/s | 803 kB 00:00 2024-03-16T16:27:58.629 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-16T16:27:58.661 INFO:teuthology.orchestra.run.smithi084.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 755 kB/s | 195 kB 00:00 2024-03-16T16:27:58.666 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-16T16:27:58.728 INFO:teuthology.orchestra.run.smithi084.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.7 MB/s | 245 kB 00:00 2024-03-16T16:27:58.774 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-16T16:27:58.906 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-16T16:27:59.016 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-16T16:27:59.063 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-16T16:27:59.091 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-16T16:27:59.124 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2121.g5ea4d9cf.el9 10/12 2024-03-16T16:27:59.381 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2121.g5ea4d9cf.el 11/12 2024-03-16T16:27:59.422 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2121.g5ea4d9cf.el9.noa 12/12 2024-03-16T16:27:59.512 INFO:teuthology.orchestra.run.smithi084.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 3.1 MB/s | 7.4 MB 00:02 2024-03-16T16:27:59.516 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:27:59.516 INFO:teuthology.orchestra.run.smithi084.stdout:Total 14 MB/s | 37 MB 00:02 2024-03-16T16:27:59.517 INFO:teuthology.orchestra.run.smithi060.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 2.2 MB/s | 7.4 MB 00:03 2024-03-16T16:27:59.521 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:27:59.521 INFO:teuthology.orchestra.run.smithi060.stdout:Total 10 MB/s | 37 MB 00:03 2024-03-16T16:27:59.557 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-03-16T16:27:59.564 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-16T16:27:59.580 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-03-16T16:27:59.581 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-03-16T16:27:59.592 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-16T16:27:59.592 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-16T16:27:59.948 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-03-16T16:27:59.948 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-03-16T16:27:59.967 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-16T16:27:59.968 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-16T16:28:00.337 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2121.g5ea4d9cf.el9.noa 12/12 2024-03-16T16:28:00.337 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2121.g5ea4d9cf.el 1/12 2024-03-16T16:28:00.337 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2121.g5ea4d9cf.el9.noa 2/12 2024-03-16T16:28:00.338 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2121.g5ea4d9cf.el9 3/12 2024-03-16T16:28:00.338 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-16T16:28:00.338 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-16T16:28:00.338 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-16T16:28:00.338 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-16T16:28:00.338 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-16T16:28:00.338 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-16T16:28:00.338 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-16T16:28:00.338 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-16T16:28:00.658 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-03-16T16:28:00.683 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-16T16:28:00.692 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-16T16:28:00.692 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:00.692 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2024-03-16T16:28:00.692 INFO:teuthology.orchestra.run.smithi003.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-16T16:28:00.692 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-grafana-dashboards-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:28:00.692 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-dashboard-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:28:00.692 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-prometheus-alerts-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:28:00.692 INFO:teuthology.orchestra.run.smithi003.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-16T16:28:00.692 INFO:teuthology.orchestra.run.smithi003.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-16T16:28:00.692 INFO:teuthology.orchestra.run.smithi003.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-16T16:28:00.692 INFO:teuthology.orchestra.run.smithi003.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-16T16:28:00.693 INFO:teuthology.orchestra.run.smithi003.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-16T16:28:00.693 INFO:teuthology.orchestra.run.smithi003.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-16T16:28:00.693 INFO:teuthology.orchestra.run.smithi003.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-16T16:28:00.693 INFO:teuthology.orchestra.run.smithi003.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-16T16:28:00.693 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:00.693 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:28:00.742 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-16T16:28:00.754 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-16T16:28:00.774 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-16T16:28:00.784 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-16T16:28:00.876 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-16T16:28:00.890 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-16T16:28:00.919 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-16T16:28:00.925 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-16T16:28:00.929 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-16T16:28:01.095 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-16T16:28:01.106 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-16T16:28:01.126 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-16T16:28:01.128 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-16T16:28:01.197 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-16T16:28:01.213 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-16T16:28:01.495 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:08 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:28:01.652 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:28:01.653 INFO:teuthology.orchestra.run.smithi003.stdout:============================================================================================ 2024-03-16T16:28:01.653 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2024-03-16T16:28:01.653 INFO:teuthology.orchestra.run.smithi003.stdout:============================================================================================ 2024-03-16T16:28:01.654 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2024-03-16T16:28:01.654 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 7.4 M 2024-03-16T16:28:01.654 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2024-03-16T16:28:01.654 INFO:teuthology.orchestra.run.smithi003.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-16T16:28:01.654 INFO:teuthology.orchestra.run.smithi003.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-16T16:28:01.654 INFO:teuthology.orchestra.run.smithi003.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-16T16:28:01.654 INFO:teuthology.orchestra.run.smithi003.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-16T16:28:01.654 INFO:teuthology.orchestra.run.smithi003.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-16T16:28:01.654 INFO:teuthology.orchestra.run.smithi003.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-16T16:28:01.654 INFO:teuthology.orchestra.run.smithi003.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-16T16:28:01.654 INFO:teuthology.orchestra.run.smithi003.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-16T16:28:01.655 INFO:teuthology.orchestra.run.smithi003.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-16T16:28:01.655 INFO:teuthology.orchestra.run.smithi003.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-16T16:28:01.655 INFO:teuthology.orchestra.run.smithi003.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-16T16:28:01.655 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:01.655 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2024-03-16T16:28:01.655 INFO:teuthology.orchestra.run.smithi003.stdout:============================================================================================ 2024-03-16T16:28:01.655 INFO:teuthology.orchestra.run.smithi003.stdout:Install 12 Packages 2024-03-16T16:28:01.655 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:01.656 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 37 M 2024-03-16T16:28:01.656 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 209 M 2024-03-16T16:28:01.656 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2024-03-16T16:28:01.856 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-16T16:28:01.892 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-16T16:28:01.959 INFO:teuthology.orchestra.run.smithi003.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 214 kB/s | 32 kB 00:00 2024-03-16T16:28:01.963 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-16T16:28:02.001 INFO:teuthology.orchestra.run.smithi003.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 415 kB/s | 17 kB 00:00 2024-03-16T16:28:02.013 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-16T16:28:02.052 INFO:teuthology.orchestra.run.smithi003.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 694 kB/s | 34 kB 00:00 2024-03-16T16:28:02.144 INFO:teuthology.orchestra.run.smithi003.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.0 MB/s | 3.0 MB 00:00 2024-03-16T16:28:02.436 INFO:teuthology.orchestra.run.smithi003.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 12 MB/s | 4.7 MB 00:00 2024-03-16T16:28:02.502 INFO:teuthology.orchestra.run.smithi003.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 13 MB/s | 4.8 MB 00:00 2024-03-16T16:28:02.528 INFO:teuthology.orchestra.run.smithi003.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 217 kB 00:00 2024-03-16T16:28:02.878 INFO:teuthology.orchestra.run.smithi003.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-21 6.9 MB/s | 7.4 MB 00:01 2024-03-16T16:28:03.045 INFO:teuthology.orchestra.run.smithi003.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 29 MB/s | 16 MB 00:00 2024-03-16T16:28:03.078 INFO:teuthology.orchestra.run.smithi003.stdout:(10/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.4 MB/s | 803 kB 00:00 2024-03-16T16:28:03.170 INFO:teuthology.orchestra.run.smithi003.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 673 kB/s | 195 kB 00:00 2024-03-16T16:28:03.219 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-16T16:28:03.319 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-16T16:28:04.054 INFO:teuthology.orchestra.run.smithi003.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 243 kB/s | 245 kB 00:01 2024-03-16T16:28:04.057 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:04.058 INFO:teuthology.orchestra.run.smithi003.stdout:Total 15 MB/s | 37 MB 00:02 2024-03-16T16:28:04.101 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2024-03-16T16:28:04.128 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2024-03-16T16:28:04.128 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2024-03-16T16:28:04.250 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-16T16:28:04.274 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2121.g5ea4d 12/12 2024-03-16T16:28:04.397 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-16T16:28:04.428 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2121.g5ea4d 12/12 2024-03-16T16:28:04.507 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2024-03-16T16:28:04.508 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2024-03-16T16:28:05.236 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2024-03-16T16:28:05.302 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-16T16:28:05.333 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-16T16:28:05.431 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-16T16:28:05.479 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-16T16:28:05.664 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-16T16:28:05.693 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-16T16:28:05.779 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-16T16:28:06.475 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-16T16:28:06.585 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-16T16:28:06.874 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2121.g5ea4d 12/12 2024-03-16T16:28:06.875 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2121.g5ea4d 1/12 2024-03-16T16:28:06.875 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-16T16:28:06.875 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-16T16:28:06.875 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-16T16:28:06.875 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-16T16:28:06.875 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-16T16:28:06.875 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-16T16:28:06.875 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-16T16:28:06.875 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-16T16:28:06.875 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-16T16:28:06.875 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-16T16:28:06.895 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2121.g5ea4d 12/12 2024-03-16T16:28:06.895 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2121.g5ea4d 1/12 2024-03-16T16:28:06.895 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-16T16:28:06.896 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-16T16:28:06.896 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-16T16:28:06.896 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-16T16:28:06.896 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-16T16:28:06.896 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-16T16:28:06.896 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-16T16:28:06.896 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-16T16:28:06.896 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-16T16:28:06.896 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-16T16:28:07.303 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-16T16:28:07.303 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:07.303 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-03-16T16:28:07.304 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:28:07.304 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-16T16:28:07.304 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-16T16:28:07.304 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-16T16:28:07.304 INFO:teuthology.orchestra.run.smithi084.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-16T16:28:07.304 INFO:teuthology.orchestra.run.smithi084.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-16T16:28:07.304 INFO:teuthology.orchestra.run.smithi084.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-16T16:28:07.304 INFO:teuthology.orchestra.run.smithi084.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-16T16:28:07.304 INFO:teuthology.orchestra.run.smithi084.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-16T16:28:07.304 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-16T16:28:07.304 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-16T16:28:07.304 INFO:teuthology.orchestra.run.smithi084.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-16T16:28:07.304 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:07.305 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:28:07.388 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-16T16:28:07.388 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:07.388 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-16T16:28:07.389 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:28:07.389 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-16T16:28:07.389 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-16T16:28:07.389 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-16T16:28:07.389 INFO:teuthology.orchestra.run.smithi060.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-16T16:28:07.389 INFO:teuthology.orchestra.run.smithi060.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-16T16:28:07.389 INFO:teuthology.orchestra.run.smithi060.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-16T16:28:07.389 INFO:teuthology.orchestra.run.smithi060.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-16T16:28:07.389 INFO:teuthology.orchestra.run.smithi060.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-16T16:28:07.389 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-16T16:28:07.389 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-16T16:28:07.389 INFO:teuthology.orchestra.run.smithi060.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-16T16:28:07.389 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:07.389 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:28:07.721 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-rook 2024-03-16T16:28:07.747 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-rook 2024-03-16T16:28:07.919 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-16T16:28:08.287 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:29 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:28:08.318 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:25 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:28:08.436 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:28:08.437 INFO:teuthology.orchestra.run.smithi084.stdout:======================================================================================== 2024-03-16T16:28:08.437 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-03-16T16:28:08.437 INFO:teuthology.orchestra.run.smithi084.stdout:======================================================================================== 2024-03-16T16:28:08.437 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-03-16T16:28:08.437 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-rook noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 49 k 2024-03-16T16:28:08.437 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-03-16T16:28:08.438 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-16T16:28:08.438 INFO:teuthology.orchestra.run.smithi084.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-16T16:28:08.438 INFO:teuthology.orchestra.run.smithi084.stdout: python3-google-auth noarch 1:2.28.0-1.el9 epel 203 k 2024-03-16T16:28:08.438 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-16T16:28:08.438 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-16T16:28:08.438 INFO:teuthology.orchestra.run.smithi084.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-16T16:28:08.438 INFO:teuthology.orchestra.run.smithi084.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-16T16:28:08.438 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-16T16:28:08.438 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-16T16:28:08.438 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-16T16:28:08.438 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-16T16:28:08.438 INFO:teuthology.orchestra.run.smithi084.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-16T16:28:08.439 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:08.439 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-03-16T16:28:08.439 INFO:teuthology.orchestra.run.smithi084.stdout:======================================================================================== 2024-03-16T16:28:08.439 INFO:teuthology.orchestra.run.smithi084.stdout:Install 13 Packages 2024-03-16T16:28:08.439 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:08.439 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 2.0 M 2024-03-16T16:28:08.439 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 26 M 2024-03-16T16:28:08.440 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-03-16T16:28:08.475 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:28:08.477 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================== 2024-03-16T16:28:08.477 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-16T16:28:08.477 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================== 2024-03-16T16:28:08.477 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-16T16:28:08.477 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-rook noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 49 k 2024-03-16T16:28:08.477 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-16T16:28:08.477 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-16T16:28:08.477 INFO:teuthology.orchestra.run.smithi060.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-16T16:28:08.478 INFO:teuthology.orchestra.run.smithi060.stdout: python3-google-auth noarch 1:2.28.0-1.el9 epel 203 k 2024-03-16T16:28:08.478 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-16T16:28:08.478 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-16T16:28:08.478 INFO:teuthology.orchestra.run.smithi060.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-16T16:28:08.478 INFO:teuthology.orchestra.run.smithi060.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-16T16:28:08.478 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-16T16:28:08.478 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-16T16:28:08.478 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-16T16:28:08.478 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-16T16:28:08.478 INFO:teuthology.orchestra.run.smithi060.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-16T16:28:08.479 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:08.479 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-16T16:28:08.479 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================== 2024-03-16T16:28:08.479 INFO:teuthology.orchestra.run.smithi060.stdout:Install 13 Packages 2024-03-16T16:28:08.479 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:08.480 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 2.0 M 2024-03-16T16:28:08.480 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 26 M 2024-03-16T16:28:08.480 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-16T16:28:08.695 INFO:teuthology.orchestra.run.smithi060.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 150 kB/s | 24 kB 00:00 2024-03-16T16:28:08.711 INFO:teuthology.orchestra.run.smithi060.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 101 kB/s | 18 kB 00:00 2024-03-16T16:28:08.728 INFO:teuthology.orchestra.run.smithi060.stdout:(3/13): ceph-mgr-rook-19.0.0-2121.g5ea4d9cf.el9 252 kB/s | 49 kB 00:00 2024-03-16T16:28:08.829 INFO:teuthology.orchestra.run.smithi060.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.3 MB/s | 174 kB 00:00 2024-03-16T16:28:08.854 INFO:teuthology.orchestra.run.smithi060.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 929 kB/s | 132 kB 00:00 2024-03-16T16:28:08.874 INFO:teuthology.orchestra.run.smithi084.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 146 kB/s | 24 kB 00:00 2024-03-16T16:28:08.887 INFO:teuthology.orchestra.run.smithi060.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.3 MB/s | 211 kB 00:00 2024-03-16T16:28:08.891 INFO:teuthology.orchestra.run.smithi084.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 98 kB/s | 18 kB 00:00 2024-03-16T16:28:08.913 INFO:teuthology.orchestra.run.smithi060.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 511 kB/s | 43 kB 00:00 2024-03-16T16:28:08.946 INFO:teuthology.orchestra.run.smithi060.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 350 kB/s | 32 kB 00:00 2024-03-16T16:28:08.999 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-16T16:28:09.016 INFO:teuthology.orchestra.run.smithi084.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.2 MB/s | 174 kB 00:00 2024-03-16T16:28:09.025 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2121.g5ea4d 12/12 2024-03-16T16:28:09.041 INFO:teuthology.orchestra.run.smithi084.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 881 kB/s | 132 kB 00:00 2024-03-16T16:28:09.055 INFO:teuthology.orchestra.run.smithi060.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 90 kB/s | 15 kB 00:00 2024-03-16T16:28:09.092 INFO:teuthology.orchestra.run.smithi084.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.7 MB/s | 211 kB 00:00 2024-03-16T16:28:09.117 INFO:teuthology.orchestra.run.smithi084.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 568 kB/s | 43 kB 00:00 2024-03-16T16:28:09.142 INFO:teuthology.orchestra.run.smithi084.stdout:(7/13): ceph-mgr-rook-19.0.0-2121.g5ea4d9cf.el9 113 kB/s | 49 kB 00:00 2024-03-16T16:28:09.172 INFO:teuthology.orchestra.run.smithi060.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 507 kB/s | 59 kB 00:00 2024-03-16T16:28:09.197 INFO:teuthology.orchestra.run.smithi060.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 4.1 MB/s | 1.0 MB 00:00 2024-03-16T16:28:09.222 INFO:teuthology.orchestra.run.smithi060.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-03-16T16:28:09.248 INFO:teuthology.orchestra.run.smithi060.stdout:(13/13): python3-google-auth-2.28.0-1.el9.noarc 606 kB/s | 203 kB 00:00 2024-03-16T16:28:09.249 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:09.250 INFO:teuthology.orchestra.run.smithi060.stdout:Total 2.7 MB/s | 2.0 MB 00:00 2024-03-16T16:28:09.250 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-16T16:28:09.265 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-16T16:28:09.265 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-16T16:28:09.351 INFO:teuthology.orchestra.run.smithi084.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 64 kB/s | 15 kB 00:00 2024-03-16T16:28:09.373 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-16T16:28:09.374 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-16T16:28:09.401 INFO:teuthology.orchestra.run.smithi084.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 104 kB/s | 32 kB 00:00 2024-03-16T16:28:09.502 INFO:teuthology.orchestra.run.smithi084.stdout:(10/13): python3-google-auth-2.28.0-1.el9.noarc 564 kB/s | 203 kB 00:00 2024-03-16T16:28:09.602 INFO:teuthology.orchestra.run.smithi084.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 4.1 MB/s | 1.0 MB 00:00 2024-03-16T16:28:09.627 INFO:teuthology.orchestra.run.smithi084.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 262 kB/s | 59 kB 00:00 2024-03-16T16:28:09.652 INFO:teuthology.orchestra.run.smithi084.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 598 kB/s | 90 kB 00:00 2024-03-16T16:28:09.657 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:09.657 INFO:teuthology.orchestra.run.smithi084.stdout:Total 1.7 MB/s | 2.0 MB 00:01 2024-03-16T16:28:09.657 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-03-16T16:28:09.669 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-03-16T16:28:09.670 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-03-16T16:28:09.767 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-03-16T16:28:09.767 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-03-16T16:28:09.899 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-16T16:28:10.069 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-16T16:28:10.134 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-16T16:28:10.189 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-16T16:28:10.225 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-16T16:28:10.267 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-16T16:28:10.318 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-03-16T16:28:10.366 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-16T16:28:10.482 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-google-auth-1:2.28.0-1.el9.noarch 7/13 2024-03-16T16:28:10.490 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-16T16:28:10.535 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-16T16:28:10.536 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-16T16:28:10.591 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-16T16:28:10.620 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-16T16:28:10.662 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-16T16:28:10.755 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-16T16:28:10.865 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-google-auth-1:2.28.0-1.el9.noarch 7/13 2024-03-16T16:28:10.921 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-16T16:28:11.302 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-16T16:28:11.349 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-16T16:28:11.382 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-16T16:28:11.431 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-16T16:28:11.460 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-rook-2:19.0.0-2121.g5ea4d9cf.el9.noarch 13/13 2024-03-16T16:28:11.528 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2121.g5ea4d 12/12 2024-03-16T16:28:11.528 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2121.g5ea4d 1/12 2024-03-16T16:28:11.528 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-16T16:28:11.528 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-16T16:28:11.529 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-16T16:28:11.529 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-16T16:28:11.529 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-16T16:28:11.529 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-16T16:28:11.529 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-16T16:28:11.529 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-16T16:28:11.529 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-16T16:28:11.529 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-16T16:28:11.636 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-16T16:28:11.685 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-16T16:28:11.719 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-16T16:28:11.766 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-16T16:28:11.789 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-rook-2:19.0.0-2121.g5ea4d9cf.el9.noarch 13/13 2024-03-16T16:28:11.973 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-16T16:28:11.973 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:11.973 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2024-03-16T16:28:11.973 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:28:11.973 INFO:teuthology.orchestra.run.smithi003.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-16T16:28:11.973 INFO:teuthology.orchestra.run.smithi003.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-16T16:28:11.973 INFO:teuthology.orchestra.run.smithi003.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-16T16:28:11.973 INFO:teuthology.orchestra.run.smithi003.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-16T16:28:11.973 INFO:teuthology.orchestra.run.smithi003.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-16T16:28:11.973 INFO:teuthology.orchestra.run.smithi003.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-16T16:28:11.973 INFO:teuthology.orchestra.run.smithi003.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-16T16:28:11.974 INFO:teuthology.orchestra.run.smithi003.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-16T16:28:11.974 INFO:teuthology.orchestra.run.smithi003.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-16T16:28:11.974 INFO:teuthology.orchestra.run.smithi003.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-16T16:28:11.974 INFO:teuthology.orchestra.run.smithi003.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-16T16:28:11.974 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:11.974 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:28:12.232 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2121.g5ea4d9cf.el9.noarch 13/13 2024-03-16T16:28:12.232 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/13 2024-03-16T16:28:12.232 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-16T16:28:12.232 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-16T16:28:12.232 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-16T16:28:12.232 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-16T16:28:12.232 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-16T16:28:12.232 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-16T16:28:12.232 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-16T16:28:12.232 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-16T16:28:12.232 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-google-auth-1:2.28.0-1.el9.noarch 10/13 2024-03-16T16:28:12.232 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-16T16:28:12.233 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-16T16:28:12.322 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-mgr-rook 2024-03-16T16:28:12.569 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2121.g5ea4d9cf.el9.noarch 13/13 2024-03-16T16:28:12.569 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/13 2024-03-16T16:28:12.569 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-16T16:28:12.569 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-16T16:28:12.569 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-16T16:28:12.569 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-16T16:28:12.569 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-16T16:28:12.569 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-16T16:28:12.569 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-16T16:28:12.570 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-16T16:28:12.570 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-google-auth-1:2.28.0-1.el9.noarch 10/13 2024-03-16T16:28:12.570 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-16T16:28:12.570 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-16T16:28:12.604 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-16T16:28:12.604 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:12.604 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-16T16:28:12.604 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-rook-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:28:12.604 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-16T16:28:12.605 INFO:teuthology.orchestra.run.smithi060.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-16T16:28:12.605 INFO:teuthology.orchestra.run.smithi060.stdout: python3-google-auth-1:2.28.0-1.el9.noarch 2024-03-16T16:28:12.605 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-16T16:28:12.605 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-16T16:28:12.605 INFO:teuthology.orchestra.run.smithi060.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-16T16:28:12.605 INFO:teuthology.orchestra.run.smithi060.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-16T16:28:12.605 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-16T16:28:12.605 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-16T16:28:12.605 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-16T16:28:12.605 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-16T16:28:12.605 INFO:teuthology.orchestra.run.smithi060.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-16T16:28:12.605 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:12.605 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:28:12.865 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-cephadm 2024-03-16T16:28:12.894 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:19 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:28:12.966 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-16T16:28:12.966 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:12.966 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-03-16T16:28:12.966 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-rook-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:28:12.967 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-16T16:28:12.967 INFO:teuthology.orchestra.run.smithi084.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-16T16:28:12.967 INFO:teuthology.orchestra.run.smithi084.stdout: python3-google-auth-1:2.28.0-1.el9.noarch 2024-03-16T16:28:12.967 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-16T16:28:12.967 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-16T16:28:12.967 INFO:teuthology.orchestra.run.smithi084.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-16T16:28:12.967 INFO:teuthology.orchestra.run.smithi084.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-16T16:28:12.967 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-16T16:28:12.967 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-16T16:28:12.967 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-16T16:28:12.967 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-16T16:28:12.967 INFO:teuthology.orchestra.run.smithi084.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-16T16:28:12.967 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:12.967 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:28:13.049 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:28:13.050 INFO:teuthology.orchestra.run.smithi003.stdout:======================================================================================== 2024-03-16T16:28:13.051 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2024-03-16T16:28:13.051 INFO:teuthology.orchestra.run.smithi003.stdout:======================================================================================== 2024-03-16T16:28:13.051 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2024-03-16T16:28:13.051 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-rook noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 49 k 2024-03-16T16:28:13.051 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2024-03-16T16:28:13.051 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-16T16:28:13.051 INFO:teuthology.orchestra.run.smithi003.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-16T16:28:13.051 INFO:teuthology.orchestra.run.smithi003.stdout: python3-google-auth noarch 1:2.28.0-1.el9 epel 203 k 2024-03-16T16:28:13.051 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-16T16:28:13.051 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-16T16:28:13.051 INFO:teuthology.orchestra.run.smithi003.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-16T16:28:13.051 INFO:teuthology.orchestra.run.smithi003.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-16T16:28:13.052 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-16T16:28:13.052 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-16T16:28:13.052 INFO:teuthology.orchestra.run.smithi003.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-16T16:28:13.052 INFO:teuthology.orchestra.run.smithi003.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-16T16:28:13.052 INFO:teuthology.orchestra.run.smithi003.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-16T16:28:13.052 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:13.052 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2024-03-16T16:28:13.052 INFO:teuthology.orchestra.run.smithi003.stdout:======================================================================================== 2024-03-16T16:28:13.052 INFO:teuthology.orchestra.run.smithi003.stdout:Install 13 Packages 2024-03-16T16:28:13.052 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:13.053 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 2.0 M 2024-03-16T16:28:13.053 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 26 M 2024-03-16T16:28:13.053 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2024-03-16T16:28:13.215 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-cephadm 2024-03-16T16:28:13.440 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:30 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:28:13.597 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:28:13.598 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================== 2024-03-16T16:28:13.598 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-16T16:28:13.598 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================== 2024-03-16T16:28:13.599 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-16T16:28:13.599 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 139 k 2024-03-16T16:28:13.599 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-16T16:28:13.599 INFO:teuthology.orchestra.run.smithi060.stdout: python3-asyncssh noarch 2.13.2-4.el9 epel 548 k 2024-03-16T16:28:13.599 INFO:teuthology.orchestra.run.smithi060.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-16T16:28:13.599 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-16T16:28:13.599 INFO:teuthology.orchestra.run.smithi060.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-16T16:28:13.599 INFO:teuthology.orchestra.run.smithi060.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-16T16:28:13.599 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:13.599 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-16T16:28:13.599 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================== 2024-03-16T16:28:13.599 INFO:teuthology.orchestra.run.smithi060.stdout:Install 6 Packages 2024-03-16T16:28:13.599 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:13.599 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 6.8 M 2024-03-16T16:28:13.600 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 33 M 2024-03-16T16:28:13.600 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-16T16:28:13.609 INFO:teuthology.orchestra.run.smithi003.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 121 kB/s | 24 kB 00:00 2024-03-16T16:28:13.635 INFO:teuthology.orchestra.run.smithi003.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 80 kB/s | 18 kB 00:00 2024-03-16T16:28:13.660 INFO:teuthology.orchestra.run.smithi003.stdout:(3/13): ceph-mgr-rook-19.0.0-2121.g5ea4d9cf.el9 195 kB/s | 49 kB 00:00 2024-03-16T16:28:13.775 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:34 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:28:13.802 INFO:teuthology.orchestra.run.smithi003.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 909 kB/s | 174 kB 00:00 2024-03-16T16:28:13.835 INFO:teuthology.orchestra.run.smithi003.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 660 kB/s | 132 kB 00:00 2024-03-16T16:28:13.886 INFO:teuthology.orchestra.run.smithi003.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 935 kB/s | 211 kB 00:00 2024-03-16T16:28:13.911 INFO:teuthology.orchestra.run.smithi003.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 393 kB/s | 43 kB 00:00 2024-03-16T16:28:13.924 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:28:13.925 INFO:teuthology.orchestra.run.smithi084.stdout:======================================================================================== 2024-03-16T16:28:13.925 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-03-16T16:28:13.925 INFO:teuthology.orchestra.run.smithi084.stdout:======================================================================================== 2024-03-16T16:28:13.925 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-03-16T16:28:13.925 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 139 k 2024-03-16T16:28:13.925 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-03-16T16:28:13.925 INFO:teuthology.orchestra.run.smithi084.stdout: python3-asyncssh noarch 2.13.2-4.el9 epel 548 k 2024-03-16T16:28:13.925 INFO:teuthology.orchestra.run.smithi084.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-16T16:28:13.926 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-16T16:28:13.926 INFO:teuthology.orchestra.run.smithi084.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-16T16:28:13.926 INFO:teuthology.orchestra.run.smithi084.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-16T16:28:13.926 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:13.926 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-03-16T16:28:13.926 INFO:teuthology.orchestra.run.smithi084.stdout:======================================================================================== 2024-03-16T16:28:13.926 INFO:teuthology.orchestra.run.smithi084.stdout:Install 6 Packages 2024-03-16T16:28:13.926 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:13.927 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 6.8 M 2024-03-16T16:28:13.927 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 33 M 2024-03-16T16:28:13.927 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-03-16T16:28:14.195 INFO:teuthology.orchestra.run.smithi003.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 90 kB/s | 32 kB 00:00 2024-03-16T16:28:14.220 INFO:teuthology.orchestra.run.smithi003.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 45 kB/s | 15 kB 00:00 2024-03-16T16:28:14.250 INFO:teuthology.orchestra.run.smithi060.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-03-16T16:28:14.275 INFO:teuthology.orchestra.run.smithi060.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2121.g5ea4d9cf.e 575 kB/s | 139 kB 00:00 2024-03-16T16:28:14.437 INFO:teuthology.orchestra.run.smithi003.stdout:(10/13): python3-google-auth-2.28.0-1.el9.noarc 404 kB/s | 203 kB 00:00 2024-03-16T16:28:14.537 INFO:teuthology.orchestra.run.smithi003.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 186 kB/s | 59 kB 00:00 2024-03-16T16:28:14.617 INFO:teuthology.orchestra.run.smithi060.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 9.9 MB/s | 5.8 MB 00:00 2024-03-16T16:28:14.650 INFO:teuthology.orchestra.run.smithi060.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 154 kB/s | 58 kB 00:00 2024-03-16T16:28:14.654 INFO:teuthology.orchestra.run.smithi003.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 2.2 MB/s | 1.0 MB 00:00 2024-03-16T16:28:14.671 INFO:teuthology.orchestra.run.smithi003.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 384 kB/s | 90 kB 00:00 2024-03-16T16:28:14.676 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:14.676 INFO:teuthology.orchestra.run.smithi003.stdout:Total 1.3 MB/s | 2.0 MB 00:01 2024-03-16T16:28:14.676 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2024-03-16T16:28:14.693 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2024-03-16T16:28:14.693 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2024-03-16T16:28:14.695 INFO:teuthology.orchestra.run.smithi084.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2121.g5ea4d9cf.e 640 kB/s | 139 kB 00:00 2024-03-16T16:28:14.805 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2024-03-16T16:28:14.805 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2024-03-16T16:28:14.859 INFO:teuthology.orchestra.run.smithi060.stdout:(5/6): python3-asyncssh-2.13.2-4.el9.noarch.rpm 900 kB/s | 548 kB 00:00 2024-03-16T16:28:14.992 INFO:teuthology.orchestra.run.smithi060.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 136 kB/s | 51 kB 00:00 2024-03-16T16:28:14.996 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:14.996 INFO:teuthology.orchestra.run.smithi060.stdout:Total 4.9 MB/s | 6.8 MB 00:01 2024-03-16T16:28:15.003 INFO:teuthology.orchestra.run.smithi084.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 11 MB/s | 5.8 MB 00:00 2024-03-16T16:28:15.009 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-16T16:28:15.020 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-16T16:28:15.020 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-16T16:28:15.028 INFO:teuthology.orchestra.run.smithi084.stdout:(3/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 450 kB/s | 248 kB 00:00 2024-03-16T16:28:15.115 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-16T16:28:15.115 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-16T16:28:15.187 INFO:teuthology.orchestra.run.smithi084.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 315 kB/s | 58 kB 00:00 2024-03-16T16:28:15.212 INFO:teuthology.orchestra.run.smithi084.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 278 kB/s | 51 kB 00:00 2024-03-16T16:28:15.246 INFO:teuthology.orchestra.run.smithi084.stdout:(6/6): python3-asyncssh-2.13.2-4.el9.noarch.rpm 997 kB/s | 548 kB 00:00 2024-03-16T16:28:15.249 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:15.249 INFO:teuthology.orchestra.run.smithi084.stdout:Total 5.1 MB/s | 6.8 MB 00:01 2024-03-16T16:28:15.261 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-03-16T16:28:15.272 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-03-16T16:28:15.273 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-03-16T16:28:15.351 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2024-03-16T16:28:15.367 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-03-16T16:28:15.368 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-03-16T16:28:15.427 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-16T16:28:15.526 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-16T16:28:15.593 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-16T16:28:15.613 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-16T16:28:15.654 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-16T16:28:15.667 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-03-16T16:28:15.669 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-asyncssh-2.13.2-4.el9.noarch 2/6 2024-03-16T16:28:15.690 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-16T16:28:15.723 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-16T16:28:15.822 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-16T16:28:15.830 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-16T16:28:15.889 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-asyncssh-2.13.2-4.el9.noarch 2/6 2024-03-16T16:28:15.931 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-google-auth-1:2.28.0-1.el9.noarch 7/13 2024-03-16T16:28:15.992 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-16T16:28:16.220 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-16T16:28:16.404 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-16T16:28:16.432 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-16T16:28:16.482 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-16T16:28:16.501 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-16T16:28:16.531 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 6/6 2024-03-16T16:28:16.553 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-16T16:28:16.578 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 6/6 2024-03-16T16:28:16.764 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-16T16:28:16.813 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-16T16:28:16.838 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-16T16:28:16.887 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-16T16:28:16.916 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-mgr-rook-2:19.0.0-2121.g5ea4d9cf.el9.noarch 13/13 2024-03-16T16:28:17.320 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 6/6 2024-03-16T16:28:17.320 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/6 2024-03-16T16:28:17.320 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-16T16:28:17.320 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-16T16:28:17.320 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-asyncssh-2.13.2-4.el9.noarch 4/6 2024-03-16T16:28:17.321 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-16T16:28:17.420 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 6/6 2024-03-16T16:28:17.421 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/6 2024-03-16T16:28:17.421 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-16T16:28:17.421 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-16T16:28:17.421 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-asyncssh-2.13.2-4.el9.noarch 4/6 2024-03-16T16:28:17.421 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-16T16:28:17.686 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2121.g5ea4d9cf.el9.noarch 13/13 2024-03-16T16:28:17.686 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/13 2024-03-16T16:28:17.686 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-16T16:28:17.686 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-16T16:28:17.686 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-16T16:28:17.686 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-16T16:28:17.686 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-16T16:28:17.686 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-16T16:28:17.686 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-16T16:28:17.686 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-16T16:28:17.686 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-google-auth-1:2.28.0-1.el9.noarch 10/13 2024-03-16T16:28:17.687 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-16T16:28:17.687 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-16T16:28:17.731 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-16T16:28:17.731 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:17.731 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-03-16T16:28:17.731 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:28:17.731 INFO:teuthology.orchestra.run.smithi084.stdout: python3-asyncssh-2.13.2-4.el9.noarch 2024-03-16T16:28:17.731 INFO:teuthology.orchestra.run.smithi084.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-16T16:28:17.732 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-16T16:28:17.732 INFO:teuthology.orchestra.run.smithi084.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-16T16:28:17.732 INFO:teuthology.orchestra.run.smithi084.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-16T16:28:17.732 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:17.732 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:28:17.736 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-16T16:28:17.736 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:17.736 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-16T16:28:17.736 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:28:17.736 INFO:teuthology.orchestra.run.smithi060.stdout: python3-asyncssh-2.13.2-4.el9.noarch 2024-03-16T16:28:17.736 INFO:teuthology.orchestra.run.smithi060.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-16T16:28:17.737 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-16T16:28:17.737 INFO:teuthology.orchestra.run.smithi060.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-16T16:28:17.737 INFO:teuthology.orchestra.run.smithi060.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-16T16:28:17.737 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:17.737 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:28:17.977 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-fuse 2024-03-16T16:28:18.073 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-16T16:28:18.073 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:18.073 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2024-03-16T16:28:18.073 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-rook-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:28:18.073 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-16T16:28:18.073 INFO:teuthology.orchestra.run.smithi003.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-16T16:28:18.073 INFO:teuthology.orchestra.run.smithi003.stdout: python3-google-auth-1:2.28.0-1.el9.noarch 2024-03-16T16:28:18.073 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-16T16:28:18.073 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-16T16:28:18.073 INFO:teuthology.orchestra.run.smithi003.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-16T16:28:18.074 INFO:teuthology.orchestra.run.smithi003.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-16T16:28:18.074 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-16T16:28:18.074 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-16T16:28:18.074 INFO:teuthology.orchestra.run.smithi003.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-16T16:28:18.074 INFO:teuthology.orchestra.run.smithi003.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-16T16:28:18.074 INFO:teuthology.orchestra.run.smithi003.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-16T16:28:18.074 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:18.074 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:28:18.101 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-fuse 2024-03-16T16:28:18.323 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-mgr-cephadm 2024-03-16T16:28:18.538 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:39 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:28:18.671 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:35 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:28:18.689 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:28:18.690 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:18.690 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-03-16T16:28:18.690 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:18.690 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-03-16T16:28:18.690 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-fuse x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 890 k 2024-03-16T16:28:18.690 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-03-16T16:28:18.690 INFO:teuthology.orchestra.run.smithi084.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-16T16:28:18.690 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:18.690 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-03-16T16:28:18.690 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:18.690 INFO:teuthology.orchestra.run.smithi084.stdout:Install 2 Packages 2024-03-16T16:28:18.690 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:18.691 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 969 k 2024-03-16T16:28:18.691 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 2.8 M 2024-03-16T16:28:18.691 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-03-16T16:28:18.828 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:28:18.829 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:18.829 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-16T16:28:18.829 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:18.829 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-16T16:28:18.829 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-fuse x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 890 k 2024-03-16T16:28:18.829 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-16T16:28:18.830 INFO:teuthology.orchestra.run.smithi060.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-16T16:28:18.830 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:18.830 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-16T16:28:18.830 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:18.830 INFO:teuthology.orchestra.run.smithi060.stdout:Install 2 Packages 2024-03-16T16:28:18.830 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:18.830 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 969 k 2024-03-16T16:28:18.831 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 2.8 M 2024-03-16T16:28:18.831 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-16T16:28:18.894 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:25 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:28:19.007 INFO:teuthology.orchestra.run.smithi084.stdout:(1/2): ceph-fuse-19.0.0-2121.g5ea4d9cf.el9.x86_ 2.8 MB/s | 890 kB 00:00 2024-03-16T16:28:19.032 INFO:teuthology.orchestra.run.smithi084.stdout:(2/2): fuse-2.9.9-15.el9.x86_64.rpm 231 kB/s | 79 kB 00:00 2024-03-16T16:28:19.033 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:19.033 INFO:teuthology.orchestra.run.smithi084.stdout:Total 2.8 MB/s | 969 kB 00:00 2024-03-16T16:28:19.033 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-03-16T16:28:19.051 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:28:19.052 INFO:teuthology.orchestra.run.smithi003.stdout:======================================================================================== 2024-03-16T16:28:19.052 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2024-03-16T16:28:19.052 INFO:teuthology.orchestra.run.smithi003.stdout:======================================================================================== 2024-03-16T16:28:19.052 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2024-03-16T16:28:19.052 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 139 k 2024-03-16T16:28:19.052 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2024-03-16T16:28:19.052 INFO:teuthology.orchestra.run.smithi003.stdout: python3-asyncssh noarch 2.13.2-4.el9 epel 548 k 2024-03-16T16:28:19.052 INFO:teuthology.orchestra.run.smithi003.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-16T16:28:19.053 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-16T16:28:19.053 INFO:teuthology.orchestra.run.smithi003.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-16T16:28:19.053 INFO:teuthology.orchestra.run.smithi003.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-16T16:28:19.053 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:19.053 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2024-03-16T16:28:19.053 INFO:teuthology.orchestra.run.smithi003.stdout:======================================================================================== 2024-03-16T16:28:19.053 INFO:teuthology.orchestra.run.smithi003.stdout:Install 6 Packages 2024-03-16T16:28:19.053 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:19.054 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-03-16T16:28:19.054 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-03-16T16:28:19.054 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 6.8 M 2024-03-16T16:28:19.054 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 33 M 2024-03-16T16:28:19.054 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2024-03-16T16:28:19.132 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-03-16T16:28:19.132 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-03-16T16:28:19.154 INFO:teuthology.orchestra.run.smithi060.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 243 kB/s | 79 kB 00:00 2024-03-16T16:28:19.315 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-03-16T16:28:19.459 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-16T16:28:19.533 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2/2 2024-03-16T16:28:19.799 INFO:teuthology.orchestra.run.smithi003.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.6 MB/s | 248 kB 00:00 2024-03-16T16:28:19.862 INFO:teuthology.orchestra.run.smithi060.stdout:(2/2): ceph-fuse-19.0.0-2121.g5ea4d9cf.el9.x86_ 863 kB/s | 890 kB 00:01 2024-03-16T16:28:19.864 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:19.864 INFO:teuthology.orchestra.run.smithi060.stdout:Total 937 kB/s | 969 kB 00:01 2024-03-16T16:28:19.864 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-16T16:28:19.888 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-16T16:28:19.888 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-16T16:28:19.969 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-16T16:28:19.969 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-16T16:28:20.116 INFO:teuthology.orchestra.run.smithi003.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 12 MB/s | 5.8 MB 00:00 2024-03-16T16:28:20.172 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-16T16:28:20.200 INFO:teuthology.orchestra.run.smithi003.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2121.g5ea4d9cf.e 250 kB/s | 139 kB 00:00 2024-03-16T16:28:20.229 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2/2 2024-03-16T16:28:20.229 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/2 2024-03-16T16:28:20.275 INFO:teuthology.orchestra.run.smithi003.stdout:(4/6): python3-asyncssh-2.13.2-4.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-03-16T16:28:20.309 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-16T16:28:20.366 INFO:teuthology.orchestra.run.smithi003.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 231 kB/s | 58 kB 00:00 2024-03-16T16:28:20.372 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2/2 2024-03-16T16:28:20.434 INFO:teuthology.orchestra.run.smithi003.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 218 kB/s | 51 kB 00:00 2024-03-16T16:28:20.437 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:20.437 INFO:teuthology.orchestra.run.smithi003.stdout:Total 4.9 MB/s | 6.8 MB 00:01 2024-03-16T16:28:20.449 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2024-03-16T16:28:20.460 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2024-03-16T16:28:20.460 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2024-03-16T16:28:20.559 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2024-03-16T16:28:20.560 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2024-03-16T16:28:20.573 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-16T16:28:20.573 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:20.573 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-03-16T16:28:20.573 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-16T16:28:20.573 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:20.574 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:28:20.860 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-volume 2024-03-16T16:28:20.868 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2024-03-16T16:28:21.038 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2/2 2024-03-16T16:28:21.042 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/2 2024-03-16T16:28:21.047 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-16T16:28:21.094 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-asyncssh-2.13.2-4.el9.noarch 2/6 2024-03-16T16:28:21.327 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-16T16:28:21.327 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:21.327 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-16T16:28:21.327 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-16T16:28:21.327 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:21.327 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:28:21.438 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:42 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:28:21.589 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:28:21.589 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:21.589 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-03-16T16:28:21.589 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:21.589 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-03-16T16:28:21.590 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-volume noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 264 k 2024-03-16T16:28:21.590 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-03-16T16:28:21.590 INFO:teuthology.orchestra.run.smithi084.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-16T16:28:21.590 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:21.590 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-03-16T16:28:21.590 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:21.590 INFO:teuthology.orchestra.run.smithi084.stdout:Install 2 Packages 2024-03-16T16:28:21.590 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:21.591 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 332 k 2024-03-16T16:28:21.591 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 1.5 M 2024-03-16T16:28:21.591 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-03-16T16:28:21.592 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-volume 2024-03-16T16:28:21.645 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-16T16:28:21.731 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-16T16:28:21.761 INFO:teuthology.orchestra.run.smithi084.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 403 kB/s | 69 kB 00:00 2024-03-16T16:28:21.800 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-16T16:28:21.830 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 6/6 2024-03-16T16:28:21.853 INFO:teuthology.orchestra.run.smithi084.stdout:(2/2): ceph-volume-19.0.0-2121.g5ea4d9cf.el9.no 1.0 MB/s | 264 kB 00:00 2024-03-16T16:28:21.854 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:21.854 INFO:teuthology.orchestra.run.smithi084.stdout:Total 1.2 MB/s | 332 kB 00:00 2024-03-16T16:28:21.854 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-03-16T16:28:21.862 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-03-16T16:28:21.863 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-03-16T16:28:21.906 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-03-16T16:28:21.906 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-03-16T16:28:22.062 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-03-16T16:28:22.169 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:39 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:28:22.233 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-16T16:28:22.272 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-volume-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2/2 2024-03-16T16:28:22.287 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-volume-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2/2 2024-03-16T16:28:22.287 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:28:22.288 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-16T16:28:22.288 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:22.325 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:28:22.325 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:22.326 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-03-16T16:28:22.326 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:22.326 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-16T16:28:22.326 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-volume noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 264 k 2024-03-16T16:28:22.326 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-03-16T16:28:22.326 INFO:teuthology.orchestra.run.smithi060.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-16T16:28:22.326 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:22.326 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-16T16:28:22.326 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:22.326 INFO:teuthology.orchestra.run.smithi060.stdout:Install 2 Packages 2024-03-16T16:28:22.326 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:22.327 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 332 k 2024-03-16T16:28:22.327 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 1.5 M 2024-03-16T16:28:22.327 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-16T16:28:22.525 INFO:teuthology.orchestra.run.smithi060.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 347 kB/s | 69 kB 00:00 2024-03-16T16:28:22.623 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 6/6 2024-03-16T16:28:22.624 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/6 2024-03-16T16:28:22.624 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-16T16:28:22.624 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-16T16:28:22.624 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-asyncssh-2.13.2-4.el9.noarch 4/6 2024-03-16T16:28:22.624 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-16T16:28:22.892 INFO:teuthology.orchestra.run.smithi060.stdout:(2/2): ceph-volume-19.0.0-2121.g5ea4d9cf.el9.no 467 kB/s | 264 kB 00:00 2024-03-16T16:28:22.893 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:22.893 INFO:teuthology.orchestra.run.smithi060.stdout:Total 586 kB/s | 332 kB 00:00 2024-03-16T16:28:22.893 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-16T16:28:22.903 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-16T16:28:22.903 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-16T16:28:22.930 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-16T16:28:22.930 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:22.930 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2024-03-16T16:28:22.930 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-cephadm-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:28:22.930 INFO:teuthology.orchestra.run.smithi003.stdout: python3-asyncssh-2.13.2-4.el9.noarch 2024-03-16T16:28:22.930 INFO:teuthology.orchestra.run.smithi003.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-16T16:28:22.930 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-16T16:28:22.930 INFO:teuthology.orchestra.run.smithi003.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-16T16:28:22.930 INFO:teuthology.orchestra.run.smithi003.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-16T16:28:22.930 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:22.930 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:28:22.943 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-16T16:28:22.943 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-16T16:28:23.022 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-volume-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/2 2024-03-16T16:28:23.100 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-16T16:28:23.176 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-fuse 2024-03-16T16:28:23.284 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-16T16:28:23.328 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-volume-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2/2 2024-03-16T16:28:23.343 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-volume-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2/2 2024-03-16T16:28:23.343 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:28:23.343 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-16T16:28:23.343 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:23.348 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-16T16:28:23.348 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:23.348 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-03-16T16:28:23.349 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-volume-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:28:23.349 INFO:teuthology.orchestra.run.smithi084.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-16T16:28:23.349 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:23.349 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:28:23.697 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install librados-devel 2024-03-16T16:28:23.743 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:30 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:28:23.902 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:28:23.903 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:23.903 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2024-03-16T16:28:23.903 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:23.903 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2024-03-16T16:28:23.903 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-fuse x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 890 k 2024-03-16T16:28:23.903 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2024-03-16T16:28:23.903 INFO:teuthology.orchestra.run.smithi003.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-16T16:28:23.903 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:23.904 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2024-03-16T16:28:23.904 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:23.904 INFO:teuthology.orchestra.run.smithi003.stdout:Install 2 Packages 2024-03-16T16:28:23.904 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:23.904 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 969 k 2024-03-16T16:28:23.904 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 2.8 M 2024-03-16T16:28:23.904 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2024-03-16T16:28:24.076 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-volume-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/2 2024-03-16T16:28:24.192 INFO:teuthology.orchestra.run.smithi003.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 273 kB/s | 79 kB 00:00 2024-03-16T16:28:24.265 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:45 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:28:24.334 INFO:teuthology.orchestra.run.smithi003.stdout:(2/2): ceph-fuse-19.0.0-2121.g5ea4d9cf.el9.x86_ 2.0 MB/s | 890 kB 00:00 2024-03-16T16:28:24.335 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:24.336 INFO:teuthology.orchestra.run.smithi003.stdout:Total 2.2 MB/s | 969 kB 00:00 2024-03-16T16:28:24.336 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2024-03-16T16:28:24.358 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2024-03-16T16:28:24.358 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2024-03-16T16:28:24.414 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:28:24.414 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:24.415 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-03-16T16:28:24.415 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:24.415 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-03-16T16:28:24.415 INFO:teuthology.orchestra.run.smithi084.stdout: librados-devel x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 126 k 2024-03-16T16:28:24.415 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:24.415 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-03-16T16:28:24.415 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:24.415 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-03-16T16:28:24.415 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:24.416 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 126 k 2024-03-16T16:28:24.416 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 456 k 2024-03-16T16:28:24.416 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-03-16T16:28:24.437 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2024-03-16T16:28:24.437 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2024-03-16T16:28:24.441 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-16T16:28:24.441 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:24.441 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-16T16:28:24.442 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-volume-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:28:24.442 INFO:teuthology.orchestra.run.smithi060.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-16T16:28:24.442 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:24.442 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:28:24.623 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2024-03-16T16:28:24.624 INFO:teuthology.orchestra.run.smithi084.stdout:librados-devel-19.0.0-2121.g5ea4d9cf.el9.x86_64 607 kB/s | 126 kB 00:00 2024-03-16T16:28:24.625 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:24.625 INFO:teuthology.orchestra.run.smithi084.stdout:Total 603 kB/s | 126 kB 00:00 2024-03-16T16:28:24.625 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-03-16T16:28:24.631 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-03-16T16:28:24.631 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-03-16T16:28:24.685 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-03-16T16:28:24.686 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-03-16T16:28:24.731 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install librados-devel 2024-03-16T16:28:24.766 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-16T16:28:24.826 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-03-16T16:28:24.838 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2/2 2024-03-16T16:28:24.932 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librados-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:25.311 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:42 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:28:25.422 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librados-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:25.469 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:28:25.469 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:25.469 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-03-16T16:28:25.469 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:25.469 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-16T16:28:25.470 INFO:teuthology.orchestra.run.smithi060.stdout: librados-devel x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 126 k 2024-03-16T16:28:25.470 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:25.470 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-16T16:28:25.470 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:25.470 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-03-16T16:28:25.470 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:25.471 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 126 k 2024-03-16T16:28:25.471 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 456 k 2024-03-16T16:28:25.471 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-16T16:28:25.560 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2/2 2024-03-16T16:28:25.561 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/2 2024-03-16T16:28:25.681 INFO:teuthology.orchestra.run.smithi060.stdout:librados-devel-19.0.0-2121.g5ea4d9cf.el9.x86_64 604 kB/s | 126 kB 00:00 2024-03-16T16:28:25.681 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:25.681 INFO:teuthology.orchestra.run.smithi060.stdout:Total 599 kB/s | 126 kB 00:00 2024-03-16T16:28:25.682 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-16T16:28:25.687 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-16T16:28:25.687 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-16T16:28:25.720 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librados-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:25.720 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:25.720 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-03-16T16:28:25.721 INFO:teuthology.orchestra.run.smithi084.stdout: librados-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:28:25.721 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:25.721 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:28:25.745 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-16T16:28:25.746 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-16T16:28:25.894 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-16T16:28:25.897 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-16T16:28:25.897 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:25.897 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2024-03-16T16:28:25.897 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-16T16:28:25.897 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:25.897 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:28:25.959 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install libcephfs2 2024-03-16T16:28:26.009 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librados-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:26.203 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-volume 2024-03-16T16:28:26.496 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librados-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:26.536 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:47 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:28:26.637 INFO:teuthology.orchestra.run.smithi084.stdout:Package libcephfs2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:26.691 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:28:26.692 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-03-16T16:28:26.692 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:28:26.763 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install libcephfs-devel 2024-03-16T16:28:26.779 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:33 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:28:26.827 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librados-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:26.827 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:26.827 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-16T16:28:26.827 INFO:teuthology.orchestra.run.smithi060.stdout: librados-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:28:26.827 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:26.827 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:28:26.935 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:28:26.936 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:26.936 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2024-03-16T16:28:26.936 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:26.936 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2024-03-16T16:28:26.936 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-volume noarch 2:19.0.0-2121.g5ea4d9cf.el9 ceph-noarch 264 k 2024-03-16T16:28:26.936 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2024-03-16T16:28:26.936 INFO:teuthology.orchestra.run.smithi003.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-16T16:28:26.936 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:26.936 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2024-03-16T16:28:26.936 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:26.936 INFO:teuthology.orchestra.run.smithi003.stdout:Install 2 Packages 2024-03-16T16:28:26.936 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:26.937 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 332 k 2024-03-16T16:28:26.937 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 1.5 M 2024-03-16T16:28:26.937 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2024-03-16T16:28:27.094 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install libcephfs2 2024-03-16T16:28:27.155 INFO:teuthology.orchestra.run.smithi003.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 316 kB/s | 69 kB 00:00 2024-03-16T16:28:27.197 INFO:teuthology.orchestra.run.smithi003.stdout:(2/2): ceph-volume-19.0.0-2121.g5ea4d9cf.el9.no 1.0 MB/s | 264 kB 00:00 2024-03-16T16:28:27.198 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:27.198 INFO:teuthology.orchestra.run.smithi003.stdout:Total 1.2 MB/s | 332 kB 00:00 2024-03-16T16:28:27.198 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2024-03-16T16:28:27.208 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2024-03-16T16:28:27.208 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2024-03-16T16:28:27.248 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2024-03-16T16:28:27.249 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2024-03-16T16:28:27.324 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:48 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:28:27.399 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2024-03-16T16:28:27.473 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:28:27.473 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:27.474 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-03-16T16:28:27.474 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:27.474 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-03-16T16:28:27.474 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs-devel x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 31 k 2024-03-16T16:28:27.474 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:27.474 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-03-16T16:28:27.474 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:27.474 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-03-16T16:28:27.474 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:27.474 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 31 k 2024-03-16T16:28:27.474 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 140 k 2024-03-16T16:28:27.474 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-03-16T16:28:27.585 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-16T16:28:27.624 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-volume-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2/2 2024-03-16T16:28:27.635 INFO:teuthology.orchestra.run.smithi084.stdout:libcephfs-devel-19.0.0-2121.g5ea4d9cf.el9.x86_6 194 kB/s | 31 kB 00:00 2024-03-16T16:28:27.636 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:27.636 INFO:teuthology.orchestra.run.smithi084.stdout:Total 193 kB/s | 31 kB 00:00 2024-03-16T16:28:27.636 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-03-16T16:28:27.640 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-03-16T16:28:27.640 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-03-16T16:28:27.640 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-volume-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2/2 2024-03-16T16:28:27.640 INFO:teuthology.orchestra.run.smithi003.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:28:27.640 INFO:teuthology.orchestra.run.smithi003.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-16T16:28:27.640 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:27.669 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:44 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:28:27.670 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-03-16T16:28:27.670 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-03-16T16:28:27.769 INFO:teuthology.orchestra.run.smithi060.stdout:Package libcephfs2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:27.781 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-03-16T16:28:27.825 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:28:27.826 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-03-16T16:28:27.826 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:28:27.891 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libcephfs-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:27.892 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install libcephfs-devel 2024-03-16T16:28:28.280 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:28.398 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-volume-2:19.0.0-2121.g5ea4d9cf.el9.noarch 1/2 2024-03-16T16:28:28.473 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:45 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:28:28.562 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libcephfs-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:28.562 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:28.562 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-03-16T16:28:28.562 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:28:28.563 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:28.563 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:28:28.631 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:28:28.632 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:28.632 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-03-16T16:28:28.632 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:28.632 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-16T16:28:28.632 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs-devel x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 31 k 2024-03-16T16:28:28.632 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:28.632 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-16T16:28:28.632 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:28.632 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-03-16T16:28:28.632 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:28.632 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 31 k 2024-03-16T16:28:28.632 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 140 k 2024-03-16T16:28:28.633 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-16T16:28:28.725 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install librados2 2024-03-16T16:28:28.752 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-16T16:28:28.752 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:28.752 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2024-03-16T16:28:28.752 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-volume-2:19.0.0-2121.g5ea4d9cf.el9.noarch 2024-03-16T16:28:28.752 INFO:teuthology.orchestra.run.smithi003.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-16T16:28:28.752 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:28.752 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:28:28.800 INFO:teuthology.orchestra.run.smithi060.stdout:libcephfs-devel-19.0.0-2121.g5ea4d9cf.el9.x86_6 186 kB/s | 31 kB 00:00 2024-03-16T16:28:28.801 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:28.801 INFO:teuthology.orchestra.run.smithi060.stdout:Total 185 kB/s | 31 kB 00:00 2024-03-16T16:28:28.801 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-16T16:28:28.805 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-16T16:28:28.805 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-16T16:28:28.838 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-16T16:28:28.839 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-16T16:28:28.961 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-16T16:28:29.059 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libcephfs-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:29.081 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install librados-devel 2024-03-16T16:28:29.284 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:50 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:28:29.382 INFO:teuthology.orchestra.run.smithi084.stdout:Package librados2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:29.424 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:29.434 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:28:29.435 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-03-16T16:28:29.435 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:28:29.488 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install librbd1 2024-03-16T16:28:29.660 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:36 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:28:29.708 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libcephfs-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:29.708 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:29.708 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-16T16:28:29.708 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:28:29.709 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:29.709 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:28:29.818 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:28:29.819 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:29.819 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repo Size 2024-03-16T16:28:29.819 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:29.819 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2024-03-16T16:28:29.819 INFO:teuthology.orchestra.run.smithi003.stdout: librados-devel x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 126 k 2024-03-16T16:28:29.819 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:29.819 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2024-03-16T16:28:29.819 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:29.820 INFO:teuthology.orchestra.run.smithi003.stdout:Install 1 Package 2024-03-16T16:28:29.820 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:29.820 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 126 k 2024-03-16T16:28:29.820 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 456 k 2024-03-16T16:28:29.820 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2024-03-16T16:28:29.864 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install librados2 2024-03-16T16:28:30.051 INFO:teuthology.orchestra.run.smithi003.stdout:librados-devel-19.0.0-2121.g5ea4d9cf.el9.x86_64 548 kB/s | 126 kB 00:00 2024-03-16T16:28:30.052 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:51 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:28:30.052 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:30.052 INFO:teuthology.orchestra.run.smithi003.stdout:Total 544 kB/s | 126 kB 00:00 2024-03-16T16:28:30.053 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2024-03-16T16:28:30.058 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2024-03-16T16:28:30.058 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2024-03-16T16:28:30.116 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2024-03-16T16:28:30.117 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2024-03-16T16:28:30.150 INFO:teuthology.orchestra.run.smithi084.stdout:Package librbd1-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:30.202 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:28:30.203 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-03-16T16:28:30.203 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:28:30.255 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-rados 2024-03-16T16:28:30.269 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2024-03-16T16:28:30.370 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : librados-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:30.432 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:47 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:28:30.534 INFO:teuthology.orchestra.run.smithi060.stdout:Package librados2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:30.589 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:28:30.591 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-03-16T16:28:30.591 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:28:30.632 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install librbd1 2024-03-16T16:28:30.822 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:51 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:28:30.829 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: librados-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:30.920 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-rados-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:30.972 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:28:30.972 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-03-16T16:28:30.973 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:28:31.026 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-rgw 2024-03-16T16:28:31.112 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : librados-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:31.112 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:31.112 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2024-03-16T16:28:31.112 INFO:teuthology.orchestra.run.smithi003.stdout: librados-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:28:31.112 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:31.112 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:28:31.200 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:48 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:28:31.301 INFO:teuthology.orchestra.run.smithi060.stdout:Package librbd1-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:31.356 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:28:31.357 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-03-16T16:28:31.357 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:28:31.373 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install libcephfs2 2024-03-16T16:28:31.402 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-rados 2024-03-16T16:28:31.587 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:52 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:28:31.682 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-rgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:31.734 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:28:31.735 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-03-16T16:28:31.735 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:28:31.788 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-cephfs 2024-03-16T16:28:31.947 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:38 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:28:31.977 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:48 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:28:32.049 INFO:teuthology.orchestra.run.smithi003.stdout:Package libcephfs2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:32.078 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-rados-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:32.105 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:28:32.106 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2024-03-16T16:28:32.107 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:28:32.132 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:28:32.133 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-03-16T16:28:32.133 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:28:32.169 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install libcephfs-devel 2024-03-16T16:28:32.177 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-rgw 2024-03-16T16:28:32.349 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:53 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:28:32.445 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-cephfs-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:32.496 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:28:32.497 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-03-16T16:28:32.497 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:28:32.546 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-rbd 2024-03-16T16:28:32.744 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:39 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:28:32.751 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:49 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:28:32.852 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-rgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:32.899 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:28:32.900 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:32.900 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repo Size 2024-03-16T16:28:32.900 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:32.900 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2024-03-16T16:28:32.900 INFO:teuthology.orchestra.run.smithi003.stdout: libcephfs-devel x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 31 k 2024-03-16T16:28:32.900 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:32.900 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2024-03-16T16:28:32.901 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:32.901 INFO:teuthology.orchestra.run.smithi003.stdout:Install 1 Package 2024-03-16T16:28:32.901 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:32.901 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 31 k 2024-03-16T16:28:32.901 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 140 k 2024-03-16T16:28:32.901 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2024-03-16T16:28:32.907 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:28:32.908 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-03-16T16:28:32.908 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:28:32.961 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-cephfs 2024-03-16T16:28:33.106 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:54 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:28:33.154 INFO:teuthology.orchestra.run.smithi003.stdout:libcephfs-devel-19.0.0-2121.g5ea4d9cf.el9.x86_6 123 kB/s | 31 kB 00:00 2024-03-16T16:28:33.155 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:33.155 INFO:teuthology.orchestra.run.smithi003.stdout:Total 123 kB/s | 31 kB 00:00 2024-03-16T16:28:33.155 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2024-03-16T16:28:33.159 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2024-03-16T16:28:33.159 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2024-03-16T16:28:33.188 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2024-03-16T16:28:33.189 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2024-03-16T16:28:33.202 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-rbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:33.254 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:28:33.255 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-03-16T16:28:33.255 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:28:33.304 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install rbd-fuse 2024-03-16T16:28:33.335 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2024-03-16T16:28:33.448 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : libcephfs-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:33.534 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:50 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:28:33.634 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-cephfs-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:33.689 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:28:33.690 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-03-16T16:28:33.690 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:28:33.733 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-rbd 2024-03-16T16:28:33.825 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:33.857 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:54 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:28:34.006 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:28:34.007 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:34.007 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-03-16T16:28:34.007 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:34.007 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-03-16T16:28:34.007 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-fuse x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 85 k 2024-03-16T16:28:34.007 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:34.008 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-03-16T16:28:34.008 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:34.008 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-03-16T16:28:34.008 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:34.008 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 85 k 2024-03-16T16:28:34.008 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 231 k 2024-03-16T16:28:34.008 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-03-16T16:28:34.102 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libcephfs-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:34.102 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:34.102 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2024-03-16T16:28:34.102 INFO:teuthology.orchestra.run.smithi003.stdout: libcephfs-devel-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:28:34.102 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:34.102 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:28:34.221 INFO:teuthology.orchestra.run.smithi084.stdout:rbd-fuse-19.0.0-2121.g5ea4d9cf.el9.x86_64.rpm 401 kB/s | 85 kB 00:00 2024-03-16T16:28:34.221 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:34.221 INFO:teuthology.orchestra.run.smithi084.stdout:Total 399 kB/s | 85 kB 00:00 2024-03-16T16:28:34.222 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-03-16T16:28:34.228 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-03-16T16:28:34.228 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-03-16T16:28:34.281 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install librados2 2024-03-16T16:28:34.283 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-03-16T16:28:34.283 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-03-16T16:28:34.311 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:51 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:28:34.415 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-rbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:34.421 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-03-16T16:28:34.471 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:28:34.472 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-03-16T16:28:34.472 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:28:34.518 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : rbd-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:34.521 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install rbd-fuse 2024-03-16T16:28:34.849 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:41 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:28:34.951 INFO:teuthology.orchestra.run.smithi003.stdout:Package librados2-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:34.954 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:35.005 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:28:35.007 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2024-03-16T16:28:35.007 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:28:35.055 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install librbd1 2024-03-16T16:28:35.099 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:52 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:28:35.256 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:28:35.256 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:35.256 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2024-03-16T16:28:35.256 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:35.256 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-16T16:28:35.256 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-fuse x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 85 k 2024-03-16T16:28:35.256 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:35.257 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-16T16:28:35.257 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:35.257 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-03-16T16:28:35.257 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:35.257 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 85 k 2024-03-16T16:28:35.257 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 231 k 2024-03-16T16:28:35.257 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-16T16:28:35.264 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : rbd-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:35.265 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:35.265 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-03-16T16:28:35.265 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:28:35.265 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:35.265 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:28:35.466 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install rbd-mirror 2024-03-16T16:28:35.470 INFO:teuthology.orchestra.run.smithi060.stdout:rbd-fuse-19.0.0-2121.g5ea4d9cf.el9.x86_64.rpm 402 kB/s | 85 kB 00:00 2024-03-16T16:28:35.471 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:35.471 INFO:teuthology.orchestra.run.smithi060.stdout:Total 399 kB/s | 85 kB 00:00 2024-03-16T16:28:35.471 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-16T16:28:35.479 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-16T16:28:35.479 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-16T16:28:35.536 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-16T16:28:35.537 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-16T16:28:35.622 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:42 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:28:35.678 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-16T16:28:35.723 INFO:teuthology.orchestra.run.smithi003.stdout:Package librbd1-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:35.778 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:28:35.779 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : rbd-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:35.779 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2024-03-16T16:28:35.779 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:28:35.826 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install python3-rados 2024-03-16T16:28:36.047 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:57 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:28:36.199 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:28:36.199 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:36.200 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-03-16T16:28:36.200 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:36.200 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-03-16T16:28:36.200 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-mirror x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 3.1 M 2024-03-16T16:28:36.200 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:36.200 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-03-16T16:28:36.200 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:36.200 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-03-16T16:28:36.200 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:36.200 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 3.1 M 2024-03-16T16:28:36.200 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 13 M 2024-03-16T16:28:36.200 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-03-16T16:28:36.226 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:36.400 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:43 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:28:36.500 INFO:teuthology.orchestra.run.smithi003.stdout:Package python3-rados-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:36.555 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:28:36.557 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2024-03-16T16:28:36.557 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:28:36.557 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : rbd-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:36.557 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:36.557 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-16T16:28:36.557 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:28:36.557 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:36.558 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:28:36.601 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install python3-rgw 2024-03-16T16:28:36.755 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install rbd-mirror 2024-03-16T16:28:37.174 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:44 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:28:37.273 INFO:teuthology.orchestra.run.smithi003.stdout:Package python3-rgw-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:37.328 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:28:37.329 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2024-03-16T16:28:37.329 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:28:37.335 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:54 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:28:37.376 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install python3-cephfs 2024-03-16T16:28:37.489 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:28:37.490 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:37.490 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-03-16T16:28:37.490 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:37.490 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-16T16:28:37.490 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-mirror x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 3.1 M 2024-03-16T16:28:37.490 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:37.490 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-16T16:28:37.490 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:37.491 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-03-16T16:28:37.491 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:37.491 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 3.1 M 2024-03-16T16:28:37.491 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 13 M 2024-03-16T16:28:37.491 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-16T16:28:37.590 INFO:teuthology.orchestra.run.smithi084.stdout:rbd-mirror-19.0.0-2121.g5ea4d9cf.el9.x86_64.rpm 2.2 MB/s | 3.1 MB 00:01 2024-03-16T16:28:37.591 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:37.591 INFO:teuthology.orchestra.run.smithi084.stdout:Total 2.2 MB/s | 3.1 MB 00:01 2024-03-16T16:28:37.591 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-03-16T16:28:37.601 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-03-16T16:28:37.601 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-03-16T16:28:37.674 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-03-16T16:28:37.675 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-03-16T16:28:37.953 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:44 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:28:38.053 INFO:teuthology.orchestra.run.smithi003.stdout:Package python3-cephfs-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:38.107 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:28:38.108 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-03-16T16:28:38.108 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2024-03-16T16:28:38.109 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:28:38.155 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install python3-rbd 2024-03-16T16:28:38.174 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : rbd-mirror-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:38.199 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:38.199 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:28:38.199 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-16T16:28:38.199 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-16T16:28:38.199 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-16T16:28:38.199 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:38.727 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:45 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:28:38.827 INFO:teuthology.orchestra.run.smithi003.stdout:Package python3-rbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 is already installed. 2024-03-16T16:28:38.882 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:28:38.883 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2024-03-16T16:28:38.883 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:28:38.929 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install rbd-fuse 2024-03-16T16:28:39.056 INFO:teuthology.orchestra.run.smithi060.stdout:rbd-mirror-19.0.0-2121.g5ea4d9cf.el9.x86_64.rpm 2.0 MB/s | 3.1 MB 00:01 2024-03-16T16:28:39.057 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:39.057 INFO:teuthology.orchestra.run.smithi060.stdout:Total 2.0 MB/s | 3.1 MB 00:01 2024-03-16T16:28:39.058 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-16T16:28:39.069 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-16T16:28:39.070 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-16T16:28:39.149 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-16T16:28:39.150 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-16T16:28:39.344 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : rbd-mirror-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:39.344 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:39.344 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-03-16T16:28:39.344 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-mirror-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:28:39.344 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:39.344 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:28:39.506 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:46 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:28:39.591 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-16T16:28:39.611 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install rbd-nbd 2024-03-16T16:28:39.657 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : rbd-mirror-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:39.665 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:28:39.666 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:39.666 INFO:teuthology.orchestra.run.smithi003.stdout: Package Architecture Version Repository Size 2024-03-16T16:28:39.666 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:39.666 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2024-03-16T16:28:39.666 INFO:teuthology.orchestra.run.smithi003.stdout: rbd-fuse x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 85 k 2024-03-16T16:28:39.666 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:39.666 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2024-03-16T16:28:39.666 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:39.666 INFO:teuthology.orchestra.run.smithi003.stdout:Install 1 Package 2024-03-16T16:28:39.667 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:39.667 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 85 k 2024-03-16T16:28:39.667 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 231 k 2024-03-16T16:28:39.667 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2024-03-16T16:28:39.681 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:39.681 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:28:39.681 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-16T16:28:39.681 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-16T16:28:39.681 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-16T16:28:39.682 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:39.890 INFO:teuthology.orchestra.run.smithi003.stdout:rbd-fuse-19.0.0-2121.g5ea4d9cf.el9.x86_64.rpm 384 kB/s | 85 kB 00:00 2024-03-16T16:28:39.891 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:39.891 INFO:teuthology.orchestra.run.smithi003.stdout:Total 380 kB/s | 85 kB 00:00 2024-03-16T16:28:39.892 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2024-03-16T16:28:39.899 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2024-03-16T16:28:39.899 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2024-03-16T16:28:39.957 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2024-03-16T16:28:39.957 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2024-03-16T16:28:40.097 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2024-03-16T16:28:40.179 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:02:01 ago on Sat 16 Mar 2024 04:26:39 PM UTC. 2024-03-16T16:28:40.199 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : rbd-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:40.327 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-03-16T16:28:40.328 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:40.328 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-03-16T16:28:40.328 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:40.328 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-03-16T16:28:40.328 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-nbd x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 170 k 2024-03-16T16:28:40.329 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:40.329 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-03-16T16:28:40.329 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-03-16T16:28:40.329 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-03-16T16:28:40.329 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:40.329 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 170 k 2024-03-16T16:28:40.329 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 490 k 2024-03-16T16:28:40.329 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-03-16T16:28:40.660 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:40.726 INFO:teuthology.orchestra.run.smithi084.stdout:rbd-nbd-19.0.0-2121.g5ea4d9cf.el9.x86_64.rpm 430 kB/s | 170 kB 00:00 2024-03-16T16:28:40.727 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:40.727 INFO:teuthology.orchestra.run.smithi084.stdout:Total 428 kB/s | 170 kB 00:00 2024-03-16T16:28:40.727 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-03-16T16:28:40.734 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-03-16T16:28:40.735 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-03-16T16:28:40.784 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : rbd-mirror-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:40.784 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:40.784 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-16T16:28:40.784 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-mirror-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:28:40.785 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:40.785 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:28:40.791 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-03-16T16:28:40.791 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-03-16T16:28:40.939 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-03-16T16:28:40.950 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : rbd-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:40.950 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:40.951 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2024-03-16T16:28:40.951 INFO:teuthology.orchestra.run.smithi003.stdout: rbd-fuse-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:28:40.951 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:40.951 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:28:41.004 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install rbd-nbd 2024-03-16T16:28:41.056 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : rbd-nbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:41.168 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install rbd-mirror 2024-03-16T16:28:41.547 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:41.575 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:58 ago on Sat 16 Mar 2024 04:26:43 PM UTC. 2024-03-16T16:28:41.732 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-03-16T16:28:41.732 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:41.732 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2024-03-16T16:28:41.732 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:41.732 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-03-16T16:28:41.733 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-nbd x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 170 k 2024-03-16T16:28:41.733 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:41.733 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-03-16T16:28:41.733 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-03-16T16:28:41.733 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-03-16T16:28:41.733 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:41.734 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 170 k 2024-03-16T16:28:41.734 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 490 k 2024-03-16T16:28:41.734 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-03-16T16:28:41.747 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:48 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:28:41.835 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : rbd-nbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:41.835 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:41.835 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-03-16T16:28:41.835 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-nbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:28:41.835 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:28:41.835 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-03-16T16:28:41.903 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:28:41.904 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:41.904 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repo Size 2024-03-16T16:28:41.904 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:41.904 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2024-03-16T16:28:41.904 INFO:teuthology.orchestra.run.smithi003.stdout: rbd-mirror x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 3.1 M 2024-03-16T16:28:41.905 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:41.905 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2024-03-16T16:28:41.905 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:41.905 INFO:teuthology.orchestra.run.smithi003.stdout:Install 1 Package 2024-03-16T16:28:41.905 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:41.905 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 3.1 M 2024-03-16T16:28:41.905 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 13 M 2024-03-16T16:28:41.905 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2024-03-16T16:28:41.968 INFO:teuthology.orchestra.run.smithi060.stdout:rbd-nbd-19.0.0-2121.g5ea4d9cf.el9.x86_64.rpm 728 kB/s | 170 kB 00:00 2024-03-16T16:28:41.968 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:41.969 INFO:teuthology.orchestra.run.smithi060.stdout:Total 724 kB/s | 170 kB 00:00 2024-03-16T16:28:41.969 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-03-16T16:28:41.977 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-03-16T16:28:41.977 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-03-16T16:28:42.036 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-03-16T16:28:42.036 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-03-16T16:28:42.079 DEBUG:teuthology.parallel:result is None 2024-03-16T16:28:42.183 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-03-16T16:28:42.278 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : rbd-nbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:42.518 INFO:teuthology.orchestra.run.smithi003.stdout:rbd-mirror-19.0.0-2121.g5ea4d9cf.el9.x86_64.rpm 5.0 MB/s | 3.1 MB 00:00 2024-03-16T16:28:42.518 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:42.519 INFO:teuthology.orchestra.run.smithi003.stdout:Total 5.0 MB/s | 3.1 MB 00:00 2024-03-16T16:28:42.519 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2024-03-16T16:28:42.529 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2024-03-16T16:28:42.530 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2024-03-16T16:28:42.606 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2024-03-16T16:28:42.606 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2024-03-16T16:28:42.692 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:42.991 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : rbd-nbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:42.991 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:42.991 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-03-16T16:28:42.991 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-nbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:28:42.991 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-03-16T16:28:42.991 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-03-16T16:28:43.047 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2024-03-16T16:28:43.119 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : rbd-mirror-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:43.143 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:43.143 INFO:teuthology.orchestra.run.smithi003.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-16T16:28:43.143 INFO:teuthology.orchestra.run.smithi003.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-16T16:28:43.143 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-16T16:28:43.143 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-16T16:28:43.143 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:43.222 DEBUG:teuthology.parallel:result is None 2024-03-16T16:28:44.250 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : rbd-mirror-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:44.250 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:44.250 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2024-03-16T16:28:44.250 INFO:teuthology.orchestra.run.smithi003.stdout: rbd-mirror-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:28:44.250 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:44.251 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:28:44.492 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install rbd-nbd 2024-03-16T16:28:45.065 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:52 ago on Sat 16 Mar 2024 04:26:53 PM UTC. 2024-03-16T16:28:45.221 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-03-16T16:28:45.222 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:45.222 INFO:teuthology.orchestra.run.smithi003.stdout: Package Architecture Version Repository Size 2024-03-16T16:28:45.222 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:45.222 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2024-03-16T16:28:45.222 INFO:teuthology.orchestra.run.smithi003.stdout: rbd-nbd x86_64 2:19.0.0-2121.g5ea4d9cf.el9 ceph 170 k 2024-03-16T16:28:45.222 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:45.222 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2024-03-16T16:28:45.222 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-03-16T16:28:45.222 INFO:teuthology.orchestra.run.smithi003.stdout:Install 1 Package 2024-03-16T16:28:45.222 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:45.222 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 170 k 2024-03-16T16:28:45.222 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 490 k 2024-03-16T16:28:45.223 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2024-03-16T16:28:45.446 INFO:teuthology.orchestra.run.smithi003.stdout:rbd-nbd-19.0.0-2121.g5ea4d9cf.el9.x86_64.rpm 763 kB/s | 170 kB 00:00 2024-03-16T16:28:45.447 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:28:45.447 INFO:teuthology.orchestra.run.smithi003.stdout:Total 758 kB/s | 170 kB 00:00 2024-03-16T16:28:45.447 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2024-03-16T16:28:45.455 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2024-03-16T16:28:45.456 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2024-03-16T16:28:45.513 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2024-03-16T16:28:45.514 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2024-03-16T16:28:45.666 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2024-03-16T16:28:45.772 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : rbd-nbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:46.177 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:46.463 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : rbd-nbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 1/1 2024-03-16T16:28:46.464 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:46.464 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2024-03-16T16:28:46.464 INFO:teuthology.orchestra.run.smithi003.stdout: rbd-nbd-2:19.0.0-2121.g5ea4d9cf.el9.x86_64 2024-03-16T16:28:46.464 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:28:46.464 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-03-16T16:28:46.694 DEBUG:teuthology.parallel:result is None 2024-03-16T16:28:46.695 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:28:47.100 DEBUG:teuthology.orchestra.run.smithi003:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-16T16:28:47.123 INFO:teuthology.orchestra.run.smithi003.stdout:19.0.0-2121.g5ea4d9cf.el9 2024-03-16T16:28:47.123 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2121.g5ea4d9cf.el9 2024-03-16T16:28:47.123 INFO:teuthology.task.install:The correct ceph version 19.0.0-2121.g5ea4d9cf is installed. 2024-03-16T16:28:47.125 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:28:47.262 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-16T16:28:47.287 INFO:teuthology.orchestra.run.smithi060.stdout:19.0.0-2121.g5ea4d9cf.el9 2024-03-16T16:28:47.287 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2121.g5ea4d9cf.el9 2024-03-16T16:28:47.287 INFO:teuthology.task.install:The correct ceph version 19.0.0-2121.g5ea4d9cf is installed. 2024-03-16T16:28:47.289 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:28:47.678 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-16T16:28:47.702 INFO:teuthology.orchestra.run.smithi084.stdout:19.0.0-2121.g5ea4d9cf.el9 2024-03-16T16:28:47.702 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2121.g5ea4d9cf.el9 2024-03-16T16:28:47.703 INFO:teuthology.task.install:The correct ceph version 19.0.0-2121.g5ea4d9cf is installed. 2024-03-16T16:28:47.704 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-16T16:28:47.705 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-03-16T16:28:47.705 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-16T16:28:47.737 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-16T16:28:47.737 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-16T16:28:47.770 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-03-16T16:28:47.770 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-16T16:28:47.802 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-16T16:28:47.802 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-03-16T16:28:47.802 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/usr/bin/daemon-helper 2024-03-16T16:28:47.833 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-16T16:28:47.903 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-16T16:28:47.903 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/daemon-helper 2024-03-16T16:28:47.935 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-16T16:28:48.005 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-03-16T16:28:48.005 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/usr/bin/daemon-helper 2024-03-16T16:28:48.036 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-16T16:28:48.107 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-16T16:28:48.107 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-03-16T16:28:48.107 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-16T16:28:48.136 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-16T16:28:48.204 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-16T16:28:48.205 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-16T16:28:48.235 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-16T16:28:48.305 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-03-16T16:28:48.305 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-16T16:28:48.336 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-16T16:28:48.406 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-16T16:28:48.407 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-03-16T16:28:48.407 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/usr/bin/stdin-killer 2024-03-16T16:28:48.436 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-16T16:28:48.505 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-16T16:28:48.505 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/stdin-killer 2024-03-16T16:28:48.535 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-16T16:28:48.604 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-03-16T16:28:48.604 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/usr/bin/stdin-killer 2024-03-16T16:28:48.635 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-16T16:28:48.704 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-16T16:28:48.801 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN'], 'sha1': '5ea4d9cfac4d9f2893126a48d28cca7da69243c1'} 2024-03-16T16:28:48.802 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:28:48.802 INFO:tasks.cephadm:Cluster fsid is 4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:28:48.802 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-16T16:28:48.802 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.3', 'mon.b': '172.21.15.60', 'mon.c': '172.21.15.84'} 2024-03-16T16:28:48.803 INFO:tasks.cephadm:First mon is mon.a on smithi003 2024-03-16T16:28:48.803 INFO:tasks.cephadm:First mgr is a 2024-03-16T16:28:48.803 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-16T16:28:48.803 DEBUG:teuthology.orchestra.run.smithi003:> sudo hostname $(hostname -s) 2024-03-16T16:28:48.835 DEBUG:teuthology.orchestra.run.smithi060:> sudo hostname $(hostname -s) 2024-03-16T16:28:48.866 DEBUG:teuthology.orchestra.run.smithi084:> sudo hostname $(hostname -s) 2024-03-16T16:28:48.898 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-16T16:28:48.898 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:28:49.051 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '5ea4d9cfac4d9f2893126a48d28cca7da69243c1', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/77679/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2121-g5ea4d9cf', 'node_name': '172.21.2.1+braggi01', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2121.g5ea4d9cf'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-03-15 16:56:55.955977', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri6-testing-2024-03-15-0709', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-03-16T16:28:49.357 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-yuri6-testing-2024-03-15-0709, sha1 5ea4d9cfac4d9f2893126a48d28cca7da69243c1 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:28:49.359 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/centos/9/x86_64/flavors/default/cephadm 2024-03-16T16:28:49.359 DEBUG:teuthology.orchestra.run.smithi003:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-16T16:28:49.829 INFO:teuthology.orchestra.run.smithi003.stdout:-rw-r--r--. 1 ubuntu ubuntu 767298 Mar 16 16:28 /home/ubuntu/cephtest/cephadm 2024-03-16T16:28:49.829 DEBUG:teuthology.orchestra.run.smithi060:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-16T16:28:50.304 INFO:teuthology.orchestra.run.smithi060.stdout:-rw-r--r--. 1 ubuntu ubuntu 767298 Mar 16 16:28 /home/ubuntu/cephtest/cephadm 2024-03-16T16:28:50.305 DEBUG:teuthology.orchestra.run.smithi084:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-16T16:28:51.290 INFO:teuthology.orchestra.run.smithi084.stdout:-rw-r--r--. 1 ubuntu ubuntu 767298 Mar 16 16:28 /home/ubuntu/cephtest/cephadm 2024-03-16T16:28:51.291 DEBUG:teuthology.orchestra.run.smithi003:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-16T16:28:51.309 DEBUG:teuthology.orchestra.run.smithi060:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-16T16:28:51.328 DEBUG:teuthology.orchestra.run.smithi084:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-16T16:28:51.358 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 on all hosts... 2024-03-16T16:28:51.358 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 pull 2024-03-16T16:28:51.360 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 pull 2024-03-16T16:28:51.371 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 pull 2024-03-16T16:28:52.217 INFO:teuthology.orchestra.run.smithi084.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1... 2024-03-16T16:28:52.219 INFO:teuthology.orchestra.run.smithi060.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1... 2024-03-16T16:28:52.323 INFO:teuthology.orchestra.run.smithi003.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1... 2024-03-16T16:29:21.810 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-03-16T16:29:21.810 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph_version": "ceph version 19.0.0-2121-g5ea4d9cf (5ea4d9cfac4d9f2893126a48d28cca7da69243c1) squid (dev)", 2024-03-16T16:29:21.810 INFO:teuthology.orchestra.run.smithi003.stdout: "image_id": "3f3b48f8e85f5af956e73d20a98b955dfe8f83b7a1468b1adf419cceff4645e9", 2024-03-16T16:29:21.810 INFO:teuthology.orchestra.run.smithi003.stdout: "repo_digests": [ 2024-03-16T16:29:21.811 INFO:teuthology.orchestra.run.smithi003.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348" 2024-03-16T16:29:21.811 INFO:teuthology.orchestra.run.smithi003.stdout: ] 2024-03-16T16:29:21.811 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-03-16T16:29:21.929 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2024-03-16T16:29:21.929 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph_version": "ceph version 19.0.0-2121-g5ea4d9cf (5ea4d9cfac4d9f2893126a48d28cca7da69243c1) squid (dev)", 2024-03-16T16:29:21.929 INFO:teuthology.orchestra.run.smithi060.stdout: "image_id": "3f3b48f8e85f5af956e73d20a98b955dfe8f83b7a1468b1adf419cceff4645e9", 2024-03-16T16:29:21.929 INFO:teuthology.orchestra.run.smithi060.stdout: "repo_digests": [ 2024-03-16T16:29:21.929 INFO:teuthology.orchestra.run.smithi060.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348" 2024-03-16T16:29:21.929 INFO:teuthology.orchestra.run.smithi060.stdout: ] 2024-03-16T16:29:21.929 INFO:teuthology.orchestra.run.smithi060.stdout:} 2024-03-16T16:29:24.637 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-03-16T16:29:24.638 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph_version": "ceph version 19.0.0-2121-g5ea4d9cf (5ea4d9cfac4d9f2893126a48d28cca7da69243c1) squid (dev)", 2024-03-16T16:29:24.638 INFO:teuthology.orchestra.run.smithi084.stdout: "image_id": "3f3b48f8e85f5af956e73d20a98b955dfe8f83b7a1468b1adf419cceff4645e9", 2024-03-16T16:29:24.638 INFO:teuthology.orchestra.run.smithi084.stdout: "repo_digests": [ 2024-03-16T16:29:24.638 INFO:teuthology.orchestra.run.smithi084.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348" 2024-03-16T16:29:24.638 INFO:teuthology.orchestra.run.smithi084.stdout: ] 2024-03-16T16:29:24.638 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-03-16T16:29:24.661 DEBUG:teuthology.orchestra.run.smithi003:> sudo mkdir -p /etc/ceph 2024-03-16T16:29:24.695 DEBUG:teuthology.orchestra.run.smithi060:> sudo mkdir -p /etc/ceph 2024-03-16T16:29:24.730 DEBUG:teuthology.orchestra.run.smithi084:> sudo mkdir -p /etc/ceph 2024-03-16T16:29:24.760 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 777 /etc/ceph 2024-03-16T16:29:24.790 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 777 /etc/ceph 2024-03-16T16:29:24.820 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod 777 /etc/ceph 2024-03-16T16:29:24.846 INFO:tasks.cephadm:Writing seed config... 2024-03-16T16:29:24.847 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-03-16T16:29:24.847 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-16T16:29:24.847 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-16T16:29:24.848 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-03-16T16:29:24.848 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-16T16:29:24.848 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-16T16:29:24.848 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-16T16:29:24.848 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-16T16:29:24.848 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-16T16:29:24.848 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-03-16T16:29:24.848 DEBUG:teuthology.orchestra.run.smithi003:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-16T16:29:24.865 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 4480966e-e3b2-11ee-95c9-87774f69a715 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-03-16T16:29:24.865 DEBUG:teuthology.orchestra.run.smithi003:mon.a> sudo journalctl -f -n 0 -u ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mon.a.service 2024-03-16T16:29:24.908 DEBUG:teuthology.orchestra.run.smithi003:mgr.a> sudo journalctl -f -n 0 -u ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mgr.a.service 2024-03-16T16:29:24.950 INFO:tasks.cephadm:Bootstrapping... 2024-03-16T16:29:24.950 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 -v bootstrap --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.3 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-16T16:29:25.147 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:29:25.147 INFO:teuthology.orchestra.run.smithi003.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1', '-v', 'bootstrap', '--fsid', '4480966e-e3b2-11ee-95c9-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.3', '--skip-admin-label'] 2024-03-16T16:29:25.172 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-16T16:29:25.173 INFO:teuthology.orchestra.run.smithi003.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-16T16:29:25.173 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying podman|docker is present... 2024-03-16T16:29:25.197 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-16T16:29:25.197 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying lvm2 is present... 2024-03-16T16:29:25.197 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying time synchronization is in place... 2024-03-16T16:29:25.205 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-16T16:29:25.205 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-16T16:29:25.211 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-16T16:29:25.211 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-03-16T16:29:25.217 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout enabled 2024-03-16T16:29:25.222 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout active 2024-03-16T16:29:25.223 INFO:teuthology.orchestra.run.smithi003.stdout:Unit chronyd.service is enabled and running 2024-03-16T16:29:25.223 INFO:teuthology.orchestra.run.smithi003.stdout:Repeating the final host check... 2024-03-16T16:29:25.245 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-16T16:29:25.245 INFO:teuthology.orchestra.run.smithi003.stdout:podman (/bin/podman) version 4.9.3 is present 2024-03-16T16:29:25.245 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl is present 2024-03-16T16:29:25.245 INFO:teuthology.orchestra.run.smithi003.stdout:lvcreate is present 2024-03-16T16:29:25.251 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-16T16:29:25.251 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-16T16:29:25.257 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-16T16:29:25.257 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-03-16T16:29:25.263 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout enabled 2024-03-16T16:29:25.269 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout active 2024-03-16T16:29:25.270 INFO:teuthology.orchestra.run.smithi003.stdout:Unit chronyd.service is enabled and running 2024-03-16T16:29:25.270 INFO:teuthology.orchestra.run.smithi003.stdout:Host looks OK 2024-03-16T16:29:25.270 INFO:teuthology.orchestra.run.smithi003.stdout:Cluster fsid: 4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:29:25.270 INFO:teuthology.orchestra.run.smithi003.stdout:Acquiring lock 140458628931488 on /run/cephadm/4480966e-e3b2-11ee-95c9-87774f69a715.lock 2024-03-16T16:29:25.270 INFO:teuthology.orchestra.run.smithi003.stdout:Lock 140458628931488 acquired on /run/cephadm/4480966e-e3b2-11ee-95c9-87774f69a715.lock 2024-03-16T16:29:25.270 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying IP 172.21.15.3 port 3300 ... 2024-03-16T16:29:25.270 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying IP 172.21.15.3 port 6789 ... 2024-03-16T16:29:25.271 INFO:teuthology.orchestra.run.smithi003.stdout:Base mon IP(s) is [172.21.15.3:3300, 172.21.15.3:6789], mon addrv is [v2:172.21.15.3:3300,v1:172.21.15.3:6789] 2024-03-16T16:29:25.274 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.3 metric 100 2024-03-16T16:29:25.274 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.3 metric 100 2024-03-16T16:29:25.276 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-16T16:29:25.276 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-03-16T16:29:25.276 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-03-16T16:29:25.279 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-16T16:29:25.279 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-16T16:29:25.279 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-16T16:29:25.279 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-03-16T16:29:25.279 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15dc/64 scope link noprefixroute 2024-03-16T16:29:25.279 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-16T16:29:25.279 INFO:teuthology.orchestra.run.smithi003.stdout:Mon IP `172.21.15.3` is in CIDR network `172.21.0.0/20` 2024-03-16T16:29:25.279 INFO:teuthology.orchestra.run.smithi003.stdout:Mon IP `172.21.15.3` is in CIDR network `172.21.0.0/20` 2024-03-16T16:29:25.279 INFO:teuthology.orchestra.run.smithi003.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-03-16T16:29:25.280 INFO:teuthology.orchestra.run.smithi003.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-16T16:29:25.281 INFO:teuthology.orchestra.run.smithi003.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1... 2024-03-16T16:29:25.763 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stdout 3f3b48f8e85f5af956e73d20a98b955dfe8f83b7a1468b1adf419cceff4645e9 2024-03-16T16:29:25.763 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1... 2024-03-16T16:29:25.763 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stderr Getting image source signatures 2024-03-16T16:29:25.763 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stderr Copying blob sha256:9e5cf2925f3ee875bed70e02c03c261b6a1ea0e59712a525c907dbfe43e2f5e4 2024-03-16T16:29:25.763 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stderr Copying blob sha256:f58b4670ef4403d11d1c912aa26a4dbcf73447df5302e9dc66f6a7fc0d9d1e47 2024-03-16T16:29:25.763 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stderr Copying config sha256:3f3b48f8e85f5af956e73d20a98b955dfe8f83b7a1468b1adf419cceff4645e9 2024-03-16T16:29:25.763 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stderr Writing manifest to image destination 2024-03-16T16:29:26.644 INFO:teuthology.orchestra.run.smithi003.stdout:ceph: stdout ceph version 19.0.0-2121-g5ea4d9cf (5ea4d9cfac4d9f2893126a48d28cca7da69243c1) squid (dev) 2024-03-16T16:29:26.644 INFO:teuthology.orchestra.run.smithi003.stdout:Ceph version: ceph version 19.0.0-2121-g5ea4d9cf (5ea4d9cfac4d9f2893126a48d28cca7da69243c1) squid (dev) 2024-03-16T16:29:26.644 INFO:teuthology.orchestra.run.smithi003.stdout:Extracting ceph user uid/gid from container image... 2024-03-16T16:29:27.567 INFO:teuthology.orchestra.run.smithi003.stdout:stat: stdout 167 167 2024-03-16T16:29:27.567 INFO:teuthology.orchestra.run.smithi003.stdout:Creating initial keys... 2024-03-16T16:29:28.398 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-authtool: stdout AQDnyPVlLTOkMhAAOQZmDY1XNV1yUoXne4oxxw== 2024-03-16T16:29:29.370 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-authtool: stdout AQDoyPVllMEYLxAAao2YeGYgihHXg9sYW2nY9Q== 2024-03-16T16:29:30.376 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-authtool: stdout AQDpyPVl1sXbKBAA97KgdIjEBHeG3YKvH3GE4A== 2024-03-16T16:29:30.377 INFO:teuthology.orchestra.run.smithi003.stdout:Creating initial monmap... 2024-03-16T16:29:31.249 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-16T16:29:31.250 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-16T16:29:31.250 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:29:31.250 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-16T16:29:31.250 INFO:teuthology.orchestra.run.smithi003.stdout:monmaptool for a [v2:172.21.15.3:3300,v1:172.21.15.3:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-16T16:29:31.250 INFO:teuthology.orchestra.run.smithi003.stdout:setting min_mon_release = quincy 2024-03-16T16:29:31.250 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: set fsid to 4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:29:31.250 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-16T16:29:31.250 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:29:31.250 INFO:teuthology.orchestra.run.smithi003.stdout:Creating mon... 2024-03-16T16:29:32.188 INFO:teuthology.orchestra.run.smithi003.stdout:create mon.a on 2024-03-16T16:29:32.396 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-03-16T16:29:32.536 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-03-16T16:29:32.713 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-4480966e-e3b2-11ee-95c9-87774f69a715.target → /etc/systemd/system/ceph-4480966e-e3b2-11ee-95c9-87774f69a715.target. 2024-03-16T16:29:32.713 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-4480966e-e3b2-11ee-95c9-87774f69a715.target → /etc/systemd/system/ceph-4480966e-e3b2-11ee-95c9-87774f69a715.target. 2024-03-16T16:29:32.960 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mon.a 2024-03-16T16:29:32.960 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to reset failed state of unit ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mon.a.service: Unit ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mon.a.service not loaded. 2024-03-16T16:29:33.124 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-4480966e-e3b2-11ee-95c9-87774f69a715.target.wants/ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mon.a.service → /etc/systemd/system/ceph-4480966e-e3b2-11ee-95c9-87774f69a715@.service. 2024-03-16T16:29:33.670 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-16T16:29:33.670 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout disabled 2024-03-16T16:29:33.676 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-16T16:29:33.676 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-03-16T16:29:33.677 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld.service is not enabled 2024-03-16T16:29:33.677 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to enable service . firewalld.service is not available 2024-03-16T16:29:33.677 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mon to start... 2024-03-16T16:29:33.677 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mon... 2024-03-16T16:29:34.714 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:34 smithi003 ceph-mon[29218]: from='client.? 172.21.15.3:0/3203385653' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-16T16:29:34.717 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout cluster: 2024-03-16T16:29:34.717 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout id: 4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:29:34.718 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-16T16:29:34.718 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-03-16T16:29:34.718 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout services: 2024-03-16T16:29:34.718 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.529063s) 2024-03-16T16:29:34.718 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-16T16:29:34.718 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-16T16:29:34.718 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-03-16T16:29:34.718 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout data: 2024-03-16T16:29:34.718 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-16T16:29:34.718 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-16T16:29:34.718 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-16T16:29:34.718 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout pgs: 2024-03-16T16:29:34.718 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-03-16T16:29:34.719 INFO:teuthology.orchestra.run.smithi003.stdout:mon is available 2024-03-16T16:29:34.719 INFO:teuthology.orchestra.run.smithi003.stdout:Assimilating anything we can from ceph.conf... 2024-03-16T16:29:35.770 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:35 smithi003 ceph-mon[29218]: from='client.? 172.21.15.3:0/3203933043' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-16T16:29:35.770 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:35 smithi003 ceph-mon[29218]: from='client.? 172.21.15.3:0/3203933043' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-16T16:29:35.775 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-03-16T16:29:35.775 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [global] 2024-03-16T16:29:35.775 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout fsid = 4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:29:35.775 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.3:3300,v1:172.21.15.3:6789] 2024-03-16T16:29:35.775 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-16T16:29:35.775 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-16T16:29:35.775 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-16T16:29:35.775 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-16T16:29:35.775 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-03-16T16:29:35.776 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-16T16:29:35.776 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-03-16T16:29:35.776 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-16T16:29:35.776 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-03-16T16:29:35.776 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [osd] 2024-03-16T16:29:35.776 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-16T16:29:35.776 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-16T16:29:35.776 INFO:teuthology.orchestra.run.smithi003.stdout:Generating new minimal ceph.conf... 2024-03-16T16:29:36.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:36 smithi003 ceph-mon[29218]: from='client.? 172.21.15.3:0/3773377461' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:29:42.065 INFO:teuthology.orchestra.run.smithi003.stdout:Restarting the monitor... 2024-03-16T16:29:42.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:42 smithi003 systemd[1]: Stopping Ceph mon.a for 4480966e-e3b2-11ee-95c9-87774f69a715... 2024-03-16T16:29:43.443 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:43 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-a[29214]: 2024-03-16T16:29:43.109+0000 7f5205edb700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-03-16T16:29:43.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:43 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-a[29214]: 2024-03-16T16:29:43.109+0000 7f5205edb700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-16T16:29:43.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:43 smithi003 podman[29475]: 2024-03-16 16:29:43.273686904 +0000 UTC m=+1.034598616 container died 0e051e06c683c20d5d5b668a6b2159439690ab291401c53c9f3e74bdd4fa26db (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-a, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240307, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS) 2024-03-16T16:29:45.997 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:45 smithi003 podman[29475]: 2024-03-16 16:29:45.744382193 +0000 UTC m=+3.505293907 container cleanup 0e051e06c683c20d5d5b668a6b2159439690ab291401c53c9f3e74bdd4fa26db (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-a, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240307, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS) 2024-03-16T16:29:45.997 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:45 smithi003 bash[29475]: ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-a 2024-03-16T16:29:46.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 podman[29489]: 2024-03-16 16:29:46.003590718 +0000 UTC m=+2.727158234 container remove 0e051e06c683c20d5d5b668a6b2159439690ab291401c53c9f3e74bdd4fa26db (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-a, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240307, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-16T16:29:46.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 systemd[1]: ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-16T16:29:46.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 systemd[1]: Stopped Ceph mon.a for 4480966e-e3b2-11ee-95c9-87774f69a715. 2024-03-16T16:29:46.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 systemd[1]: Starting Ceph mon.a for 4480966e-e3b2-11ee-95c9-87774f69a715... 2024-03-16T16:29:46.554 INFO:teuthology.orchestra.run.smithi003.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-03-16T16:29:46.578 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 podman[29579]: 2024-03-16 16:29:46.32108025 +0000 UTC m=+0.100713874 container create 6e857644a1122892a6af3d6c2f8df8290b1df7f56945af08e95e35150621a554 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240307, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-16T16:29:46.578 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 podman[29579]: 2024-03-16 16:29:46.238066547 +0000 UTC m=+0.017700148 image pull 3f3b48f8e85f5af956e73d20a98b955dfe8f83b7a1468b1adf419cceff4645e9 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:29:46.578 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 podman[29579]: 2024-03-16 16:29:46.481773805 +0000 UTC m=+0.261407395 container init 6e857644a1122892a6af3d6c2f8df8290b1df7f56945af08e95e35150621a554 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-a, io.buildah.version=1.33.5, org.label-schema.build-date=20240307, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-03-16T16:29:46.578 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 podman[29579]: 2024-03-16 16:29:46.484513712 +0000 UTC m=+0.264147298 container start 6e857644a1122892a6af3d6c2f8df8290b1df7f56945af08e95e35150621a554 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-a, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.build-date=20240307) 2024-03-16T16:29:46.578 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: set uid:gid to 167:167 (ceph:ceph) 2024-03-16T16:29:46.578 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: ceph version 19.0.0-2121-g5ea4d9cf (5ea4d9cfac4d9f2893126a48d28cca7da69243c1) squid (dev), process ceph-mon, pid 2 2024-03-16T16:29:46.578 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: pidfile_write: ignore empty --pid-file 2024-03-16T16:29:46.579 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: load: jerasure load: lrc 2024-03-16T16:29:46.579 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: RocksDB version: 7.9.2 2024-03-16T16:29:46.579 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Git sha 0 2024-03-16T16:29:46.579 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Compile date 2024-03-15 15:33:47 2024-03-16T16:29:46.579 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: DB SUMMARY 2024-03-16T16:29:46.579 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: DB Session ID: LDM7OC6YHE24RZVU6YQH 2024-03-16T16:29:46.579 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: CURRENT file: CURRENT 2024-03-16T16:29:46.579 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: IDENTITY file: IDENTITY 2024-03-16T16:29:46.579 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-16T16:29:46.579 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-16T16:29:46.579 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84935 ; 2024-03-16T16:29:46.581 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.error_if_exists: 0 2024-03-16T16:29:46.581 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.create_if_missing: 0 2024-03-16T16:29:46.581 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.paranoid_checks: 1 2024-03-16T16:29:46.581 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-16T16:29:46.581 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-16T16:29:46.581 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-16T16:29:46.581 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.env: 0x55e55fdb0b20 2024-03-16T16:29:46.581 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.fs: PosixFileSystem 2024-03-16T16:29:46.582 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.info_log: 0x55e56147d920 2024-03-16T16:29:46.582 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_file_opening_threads: 16 2024-03-16T16:29:46.582 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.statistics: (nil) 2024-03-16T16:29:46.582 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.use_fsync: 0 2024-03-16T16:29:46.582 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_log_file_size: 0 2024-03-16T16:29:46.582 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-16T16:29:46.582 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-16T16:29:46.582 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.keep_log_file_num: 1000 2024-03-16T16:29:46.582 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.recycle_log_file_num: 0 2024-03-16T16:29:46.582 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.allow_fallocate: 1 2024-03-16T16:29:46.582 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.allow_mmap_reads: 0 2024-03-16T16:29:46.582 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.allow_mmap_writes: 0 2024-03-16T16:29:46.582 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.use_direct_reads: 0 2024-03-16T16:29:46.583 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-16T16:29:46.583 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.create_missing_column_families: 0 2024-03-16T16:29:46.583 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.db_log_dir: 2024-03-16T16:29:46.583 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.wal_dir: 2024-03-16T16:29:46.583 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-16T16:29:46.583 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-16T16:29:46.583 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-16T16:29:46.583 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-16T16:29:46.583 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-16T16:29:46.583 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-16T16:29:46.583 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.advise_random_on_open: 1 2024-03-16T16:29:46.583 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.db_write_buffer_size: 0 2024-03-16T16:29:46.584 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.write_buffer_manager: 0x55e5614501e0 2024-03-16T16:29:46.584 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-16T16:29:46.584 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-16T16:29:46.584 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-16T16:29:46.584 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.rate_limiter: (nil) 2024-03-16T16:29:46.584 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-16T16:29:46.584 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.wal_recovery_mode: 2 2024-03-16T16:29:46.584 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.enable_thread_tracking: 0 2024-03-16T16:29:46.584 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.enable_pipelined_write: 0 2024-03-16T16:29:46.584 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.unordered_write: 0 2024-03-16T16:29:46.584 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-16T16:29:46.584 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-16T16:29:46.584 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-16T16:29:46.584 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-16T16:29:46.585 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.row_cache: None 2024-03-16T16:29:46.585 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.wal_filter: None 2024-03-16T16:29:46.585 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-16T16:29:46.585 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.allow_ingest_behind: 0 2024-03-16T16:29:46.585 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.two_write_queues: 0 2024-03-16T16:29:46.585 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.manual_wal_flush: 0 2024-03-16T16:29:46.585 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.wal_compression: 0 2024-03-16T16:29:46.585 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.atomic_flush: 0 2024-03-16T16:29:46.585 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-16T16:29:46.585 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-16T16:29:46.585 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-16T16:29:46.585 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.log_readahead_size: 0 2024-03-16T16:29:46.585 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-16T16:29:46.585 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.best_efforts_recovery: 0 2024-03-16T16:29:46.586 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-16T16:29:46.586 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-16T16:29:46.586 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.allow_data_in_errors: 0 2024-03-16T16:29:46.586 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.db_host_id: __hostname__ 2024-03-16T16:29:46.586 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-16T16:29:46.586 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_background_jobs: 2 2024-03-16T16:29:46.586 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_background_compactions: -1 2024-03-16T16:29:46.586 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_subcompactions: 1 2024-03-16T16:29:46.586 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-16T16:29:46.586 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-16T16:29:46.586 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-16T16:29:46.586 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_total_wal_size: 0 2024-03-16T16:29:46.586 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-16T16:29:46.586 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-16T16:29:46.587 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-16T16:29:46.587 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-16T16:29:46.587 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_open_files: -1 2024-03-16T16:29:46.587 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.bytes_per_sync: 0 2024-03-16T16:29:46.587 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-16T16:29:46.587 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-16T16:29:46.587 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compaction_readahead_size: 0 2024-03-16T16:29:46.587 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_background_flushes: -1 2024-03-16T16:29:46.587 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Compression algorithms supported: 2024-03-16T16:29:46.587 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-16T16:29:46.587 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: kZSTD supported: 0 2024-03-16T16:29:46.587 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: kXpressCompression supported: 0 2024-03-16T16:29:46.587 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: kLZ4HCCompression supported: 1 2024-03-16T16:29:46.587 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: kZlibCompression supported: 1 2024-03-16T16:29:46.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: kSnappyCompression supported: 1 2024-03-16T16:29:46.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: kLZ4Compression supported: 1 2024-03-16T16:29:46.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: kBZip2Compression supported: 0 2024-03-16T16:29:46.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-16T16:29:46.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-16T16:29:46.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-16T16:29:46.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-16T16:29:46.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-16T16:29:46.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.merge_operator: 2024-03-16T16:29:46.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compaction_filter: None 2024-03-16T16:29:46.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compaction_filter_factory: None 2024-03-16T16:29:46.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.sst_partitioner_factory: None 2024-03-16T16:29:46.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-16T16:29:46.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-16T16:29:46.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e56147da20) 2024-03-16T16:29:46.589 INFO:journalctl@ceph.mon.a.smithi003.stdout: cache_index_and_filter_blocks: 1 2024-03-16T16:29:46.589 INFO:journalctl@ceph.mon.a.smithi003.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-16T16:29:46.589 INFO:journalctl@ceph.mon.a.smithi003.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-16T16:29:46.589 INFO:journalctl@ceph.mon.a.smithi003.stdout: pin_top_level_index_and_filter: 1 2024-03-16T16:29:46.589 INFO:journalctl@ceph.mon.a.smithi003.stdout: index_type: 0 2024-03-16T16:29:46.589 INFO:journalctl@ceph.mon.a.smithi003.stdout: data_block_index_type: 0 2024-03-16T16:29:46.589 INFO:journalctl@ceph.mon.a.smithi003.stdout: index_shortening: 1 2024-03-16T16:29:46.589 INFO:journalctl@ceph.mon.a.smithi003.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-16T16:29:46.589 INFO:journalctl@ceph.mon.a.smithi003.stdout: checksum: 4 2024-03-16T16:29:46.589 INFO:journalctl@ceph.mon.a.smithi003.stdout: no_block_cache: 0 2024-03-16T16:29:46.589 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_cache: 0x55e561483090 2024-03-16T16:29:46.589 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_cache_name: BinnedLRUCache 2024-03-16T16:29:46.589 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_cache_options: 2024-03-16T16:29:46.589 INFO:journalctl@ceph.mon.a.smithi003.stdout: capacity : 536870912 2024-03-16T16:29:46.589 INFO:journalctl@ceph.mon.a.smithi003.stdout: num_shard_bits : 4 2024-03-16T16:29:46.590 INFO:journalctl@ceph.mon.a.smithi003.stdout: strict_capacity_limit : 0 2024-03-16T16:29:46.590 INFO:journalctl@ceph.mon.a.smithi003.stdout: high_pri_pool_ratio: 0.000 2024-03-16T16:29:46.590 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_cache_compressed: (nil) 2024-03-16T16:29:46.590 INFO:journalctl@ceph.mon.a.smithi003.stdout: persistent_cache: (nil) 2024-03-16T16:29:46.590 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_size: 4096 2024-03-16T16:29:46.590 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_size_deviation: 10 2024-03-16T16:29:46.590 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_restart_interval: 16 2024-03-16T16:29:46.590 INFO:journalctl@ceph.mon.a.smithi003.stdout: index_block_restart_interval: 1 2024-03-16T16:29:46.590 INFO:journalctl@ceph.mon.a.smithi003.stdout: metadata_block_size: 4096 2024-03-16T16:29:46.590 INFO:journalctl@ceph.mon.a.smithi003.stdout: partition_filters: 0 2024-03-16T16:29:46.590 INFO:journalctl@ceph.mon.a.smithi003.stdout: use_delta_encoding: 1 2024-03-16T16:29:46.590 INFO:journalctl@ceph.mon.a.smithi003.stdout: filter_policy: bloomfilter 2024-03-16T16:29:46.590 INFO:journalctl@ceph.mon.a.smithi003.stdout: whole_key_filtering: 1 2024-03-16T16:29:46.590 INFO:journalctl@ceph.mon.a.smithi003.stdout: verify_compression: 0 2024-03-16T16:29:46.591 INFO:journalctl@ceph.mon.a.smithi003.stdout: read_amp_bytes_per_bit: 0 2024-03-16T16:29:46.591 INFO:journalctl@ceph.mon.a.smithi003.stdout: format_version: 5 2024-03-16T16:29:46.591 INFO:journalctl@ceph.mon.a.smithi003.stdout: enable_index_compression: 1 2024-03-16T16:29:46.591 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_align: 0 2024-03-16T16:29:46.591 INFO:journalctl@ceph.mon.a.smithi003.stdout: max_auto_readahead_size: 262144 2024-03-16T16:29:46.591 INFO:journalctl@ceph.mon.a.smithi003.stdout: prepopulate_block_cache: 0 2024-03-16T16:29:46.591 INFO:journalctl@ceph.mon.a.smithi003.stdout: initial_auto_readahead_size: 8192 2024-03-16T16:29:46.591 INFO:journalctl@ceph.mon.a.smithi003.stdout: num_file_reads_for_auto_readahead: 2 2024-03-16T16:29:46.591 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.write_buffer_size: 33554432 2024-03-16T16:29:46.591 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_write_buffer_number: 2 2024-03-16T16:29:46.591 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compression: NoCompression 2024-03-16T16:29:46.591 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.bottommost_compression: Disabled 2024-03-16T16:29:46.591 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.prefix_extractor: nullptr 2024-03-16T16:29:46.591 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-16T16:29:46.592 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.num_levels: 7 2024-03-16T16:29:46.592 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-16T16:29:46.592 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-16T16:29:46.592 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-16T16:29:46.592 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-16T16:29:46.592 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-16T16:29:46.592 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-16T16:29:46.592 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-16T16:29:46.592 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-16T16:29:46.592 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-16T16:29:46.592 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-16T16:29:46.592 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-16T16:29:46.592 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-16T16:29:46.592 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-16T16:29:46.592 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compression_opts.level: 32767 2024-03-16T16:29:46.592 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compression_opts.strategy: 0 2024-03-16T16:29:46.593 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-16T16:29:46.593 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-16T16:29:46.593 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-16T16:29:46.593 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-16T16:29:46.593 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compression_opts.enabled: false 2024-03-16T16:29:46.593 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-16T16:29:46.593 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-16T16:29:46.593 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-16T16:29:46.593 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-16T16:29:46.593 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.target_file_size_base: 67108864 2024-03-16T16:29:46.593 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-16T16:29:46.593 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-16T16:29:46.593 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-16T16:29:46.593 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-16T16:29:46.593 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-16T16:29:46.594 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-16T16:29:46.594 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-16T16:29:46.594 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-16T16:29:46.594 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-16T16:29:46.594 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-16T16:29:46.594 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-16T16:29:46.594 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-16T16:29:46.594 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-16T16:29:46.594 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-16T16:29:46.594 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.arena_block_size: 1048576 2024-03-16T16:29:46.594 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-16T16:29:46.594 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-16T16:29:46.594 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.disable_auto_compactions: 0 2024-03-16T16:29:46.594 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-16T16:29:46.595 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-16T16:29:46.595 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-16T16:29:46.595 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-16T16:29:46.595 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-16T16:29:46.595 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-16T16:29:46.595 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-16T16:29:46.595 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-16T16:29:46.595 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-16T16:29:46.595 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-16T16:29:46.595 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.table_properties_collectors: 2024-03-16T16:29:46.595 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.inplace_update_support: 0 2024-03-16T16:29:46.595 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-16T16:29:46.595 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-16T16:29:46.595 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-16T16:29:46.596 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-16T16:29:46.596 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.bloom_locality: 0 2024-03-16T16:29:46.596 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.max_successive_merges: 0 2024-03-16T16:29:46.596 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-16T16:29:46.596 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.paranoid_file_checks: 0 2024-03-16T16:29:46.596 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.force_consistency_checks: 1 2024-03-16T16:29:46.596 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.report_bg_io_stats: 0 2024-03-16T16:29:46.596 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.ttl: 2592000 2024-03-16T16:29:46.596 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-16T16:29:46.596 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-16T16:29:46.596 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-16T16:29:46.596 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.enable_blob_files: false 2024-03-16T16:29:46.596 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.min_blob_size: 0 2024-03-16T16:29:46.596 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.blob_file_size: 268435456 2024-03-16T16:29:46.596 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-16T16:29:46.597 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-16T16:29:46.597 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-16T16:29:46.597 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-16T16:29:46.597 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-16T16:29:46.597 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.blob_file_starting_level: 0 2024-03-16T16:29:46.597 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-16T16:29:46.597 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-03-16T16:29:46.597 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-16T16:29:46.597 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 38496ed5-afde-4a1d-929f-79e180d8c77b 2024-03-16T16:29:46.597 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710606586513488, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-16T16:29:46.597 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-16T16:29:46.597 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710606586514329, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81560, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79747, "index_size": 223, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10027, "raw_average_key_size": 47, "raw_value_size": 74056, "raw_average_value_size": 350, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1710606586, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "38496ed5-afde-4a1d-929f-79e180d8c77b", "db_session_id": "LDM7OC6YHE24RZVU6YQH", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-16T16:29:46.597 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710606586514388, "job": 1, "event": "recovery_finished"} 2024-03-16T16:29:46.597 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-16T16:29:46.597 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-16T16:29:46.598 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e561576000 2024-03-16T16:29:46.598 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: DB pointer 0x55e561560000 2024-03-16T16:29:46.598 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-16T16:29:46.598 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-16T16:29:46.598 INFO:journalctl@ceph.mon.a.smithi003.stdout: ** DB Stats ** 2024-03-16T16:29:46.598 INFO:journalctl@ceph.mon.a.smithi003.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-16T16:29:46.598 INFO:journalctl@ceph.mon.a.smithi003.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-16T16:29:46.598 INFO:journalctl@ceph.mon.a.smithi003.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-16T16:29:46.598 INFO:journalctl@ceph.mon.a.smithi003.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-16T16:29:46.598 INFO:journalctl@ceph.mon.a.smithi003.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-16T16:29:46.598 INFO:journalctl@ceph.mon.a.smithi003.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-16T16:29:46.599 INFO:journalctl@ceph.mon.a.smithi003.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-16T16:29:46.599 INFO:journalctl@ceph.mon.a.smithi003.stdout: 2024-03-16T16:29:46.599 INFO:journalctl@ceph.mon.a.smithi003.stdout: ** Compaction Stats [default] ** 2024-03-16T16:29:46.599 INFO:journalctl@ceph.mon.a.smithi003.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-16T16:29:46.599 INFO:journalctl@ceph.mon.a.smithi003.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-16T16:29:46.599 INFO:journalctl@ceph.mon.a.smithi003.stdout: L0 2/0 81.48 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-16T16:29:46.599 INFO:journalctl@ceph.mon.a.smithi003.stdout: Sum 2/0 81.48 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-16T16:29:46.599 INFO:journalctl@ceph.mon.a.smithi003.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 143.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-16T16:29:46.599 INFO:journalctl@ceph.mon.a.smithi003.stdout: 2024-03-16T16:29:46.599 INFO:journalctl@ceph.mon.a.smithi003.stdout: ** Compaction Stats [default] ** 2024-03-16T16:29:46.599 INFO:journalctl@ceph.mon.a.smithi003.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-16T16:29:46.599 INFO:journalctl@ceph.mon.a.smithi003.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-16T16:29:46.599 INFO:journalctl@ceph.mon.a.smithi003.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 143.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-16T16:29:46.599 INFO:journalctl@ceph.mon.a.smithi003.stdout: 2024-03-16T16:29:46.599 INFO:journalctl@ceph.mon.a.smithi003.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-16T16:29:46.600 INFO:journalctl@ceph.mon.a.smithi003.stdout: 2024-03-16T16:29:46.600 INFO:journalctl@ceph.mon.a.smithi003.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-16T16:29:46.600 INFO:journalctl@ceph.mon.a.smithi003.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-03-16T16:29:46.600 INFO:journalctl@ceph.mon.a.smithi003.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-16T16:29:46.600 INFO:journalctl@ceph.mon.a.smithi003.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-16T16:29:46.600 INFO:journalctl@ceph.mon.a.smithi003.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-16T16:29:46.600 INFO:journalctl@ceph.mon.a.smithi003.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-16T16:29:46.600 INFO:journalctl@ceph.mon.a.smithi003.stdout: Cumulative compaction: 0.00 GB write, 28.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-16T16:29:46.600 INFO:journalctl@ceph.mon.a.smithi003.stdout: Interval compaction: 0.00 GB write, 28.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-16T16:29:46.600 INFO:journalctl@ceph.mon.a.smithi003.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-16T16:29:46.600 INFO:journalctl@ceph.mon.a.smithi003.stdout: Block cache BinnedLRUCache@0x55e561483090#2 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-03-16T16:29:46.600 INFO:journalctl@ceph.mon.a.smithi003.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-03-16T16:29:46.600 INFO:journalctl@ceph.mon.a.smithi003.stdout: 2024-03-16T16:29:46.600 INFO:journalctl@ceph.mon.a.smithi003.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-16T16:29:46.601 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: starting mon.a rank 0 at public addrs [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] at bind addrs [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:29:46.601 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: mon.a@-1(???) e1 preinit fsid 4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:29:46.601 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: mon.a@-1(???).mds e1 new map 2024-03-16T16:29:46.601 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: mon.a@-1(???).mds e1 print_map 2024-03-16T16:29:46.601 INFO:journalctl@ceph.mon.a.smithi003.stdout: e1 2024-03-16T16:29:46.601 INFO:journalctl@ceph.mon.a.smithi003.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-16T16:29:46.601 INFO:journalctl@ceph.mon.a.smithi003.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2024-03-16T16:29:46.601 INFO:journalctl@ceph.mon.a.smithi003.stdout: legacy client fscid: -1 2024-03-16T16:29:46.601 INFO:journalctl@ceph.mon.a.smithi003.stdout: 2024-03-16T16:29:46.601 INFO:journalctl@ceph.mon.a.smithi003.stdout: No filesystems configured 2024-03-16T16:29:46.601 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-16T16:29:46.601 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-16T16:29:46.601 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-16T16:29:46.602 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-16T16:29:46.602 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-16T16:29:46.602 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 bash[29579]: 6e857644a1122892a6af3d6c2f8df8290b1df7f56945af08e95e35150621a554 2024-03-16T16:29:46.602 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 systemd[1]: Started Ceph mon.a for 4480966e-e3b2-11ee-95c9-87774f69a715. 2024-03-16T16:29:46.602 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: mon.a is new leader, mons a in quorum (ranks 0) 2024-03-16T16:29:46.602 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: monmap e1: 1 mons at {a=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-16T16:29:46.602 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: fsmap 2024-03-16T16:29:46.602 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: osdmap e1: 0 total, 0 up, 0 in 2024-03-16T16:29:46.602 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:46 smithi003 ceph-mon[29598]: mgrmap e1: no daemons active 2024-03-16T16:29:47.601 INFO:teuthology.orchestra.run.smithi003.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-16T16:29:47.623 INFO:teuthology.orchestra.run.smithi003.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-16T16:29:47.623 INFO:teuthology.orchestra.run.smithi003.stdout:Creating mgr... 2024-03-16T16:29:47.623 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-16T16:29:47.623 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-16T16:29:47.867 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mgr.a 2024-03-16T16:29:47.868 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to reset failed state of unit ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mgr.a.service: Unit ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mgr.a.service not loaded. 2024-03-16T16:29:48.014 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-4480966e-e3b2-11ee-95c9-87774f69a715.target.wants/ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-4480966e-e3b2-11ee-95c9-87774f69a715@.service. 2024-03-16T16:29:48.242 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:48 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/586966887' entity='client.admin' 2024-03-16T16:29:48.536 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:48 smithi003 podman[29813]: 2024-03-16 16:29:48.452958071 +0000 UTC m=+0.312964688 container start 19a0634f5c440abc21f95e1da422c97ed4e72cab436136d58a477ec8fdbd55bc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240307, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c) 2024-03-16T16:29:48.550 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-16T16:29:48.550 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout disabled 2024-03-16T16:29:48.557 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-16T16:29:48.557 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-03-16T16:29:48.557 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld.service is not enabled 2024-03-16T16:29:48.557 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to enable service . firewalld.service is not available 2024-03-16T16:29:48.565 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-16T16:29:48.565 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout disabled 2024-03-16T16:29:48.573 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-16T16:29:48.573 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-03-16T16:29:48.573 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld.service is not enabled 2024-03-16T16:29:48.573 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-16T16:29:48.573 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr to start... 2024-03-16T16:29:48.573 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr... 2024-03-16T16:29:48.792 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:48 smithi003 bash[29813]: 19a0634f5c440abc21f95e1da422c97ed4e72cab436136d58a477ec8fdbd55bc 2024-03-16T16:29:48.792 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:48 smithi003 systemd[1]: Started Ceph mgr.a for 4480966e-e3b2-11ee-95c9-87774f69a715. 2024-03-16T16:29:49.112 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:49 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:49.020+0000 7fa28fc83200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-16T16:29:49.112 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:49 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:49.117+0000 7fa28fc83200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-16T16:29:49.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:49 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/950343411' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-16T16:29:49.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-03-16T16:29:49.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-03-16T16:29:49.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsid": "4480966e-e3b2-11ee-95c9-87774f69a715", 2024-03-16T16:29:49.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "health": { 2024-03-16T16:29:49.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-16T16:29:49.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-16T16:29:49.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-16T16:29:49.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:49.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-16T16:29:49.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-16T16:29:49.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 0 2024-03-16T16:29:49.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:29:49.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-16T16:29:49.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "a" 2024-03-16T16:29:49.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:29:49.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-16T16:29:49.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-16T16:29:49.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:29:49.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-16T16:29:49.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-16T16:29:49.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:49.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-16T16:29:49.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:29:49.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-16T16:29:49.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-16T16:29:49.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-16T16:29:49.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-16T16:29:49.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-16T16:29:49.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-16T16:29:49.699 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:49.699 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-16T16:29:49.699 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-16T16:29:49.699 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-16T16:29:49.699 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-16T16:29:49.699 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-16T16:29:49.699 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-16T16:29:49.699 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-16T16:29:49.699 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-16T16:29:49.700 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-16T16:29:49.700 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:49.700 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-16T16:29:49.700 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:29:49.700 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-16T16:29:49.700 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-16T16:29:49.700 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:49.700 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-16T16:29:49.700 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-16T16:29:49.700 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-16T16:29:49.700 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-16T16:29:49.700 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-16T16:29:49.700 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-16T16:29:49.700 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "restful" 2024-03-16T16:29:49.701 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:29:49.701 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-16T16:29:49.701 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:49.701 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-16T16:29:49.701 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:29:49.701 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modified": "2024-03-16T16:29:33.633648+0000", 2024-03-16T16:29:49.701 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-16T16:29:49.701 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:49.701 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-16T16:29:49.701 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-03-16T16:29:49.701 INFO:teuthology.orchestra.run.smithi003.stdout:mgr not available, waiting (1/15)... 2024-03-16T16:29:50.032 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:49 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:49.790+0000 7fa28fc83200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-16T16:29:50.033 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:49 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:49.886+0000 7fa28fc83200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-16T16:29:50.292 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:50 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:50.038+0000 7fa28fc83200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-16T16:29:50.292 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:50 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:50.135+0000 7fa28fc83200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-16T16:29:50.292 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:50 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:50.219+0000 7fa28fc83200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-16T16:29:50.776 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:50 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:50.486+0000 7fa28fc83200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-16T16:29:50.776 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:50 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:50.598+0000 7fa28fc83200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-16T16:29:50.777 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:50 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:50.685+0000 7fa28fc83200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-16T16:29:50.777 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:50 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:50.782+0000 7fa28fc83200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-16T16:29:51.042 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:50 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:50.959+0000 7fa28fc83200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-16T16:29:52.087 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:51 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:51.960+0000 7fa28fc83200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-16T16:29:52.087 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:52 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:52.092+0000 7fa28fc83200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-16T16:29:52.714 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:52 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:52.430+0000 7fa28fc83200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-16T16:29:52.714 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:52 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:52.520+0000 7fa28fc83200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-16T16:29:52.714 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:52 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:52.719+0000 7fa28fc83200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:29:53.020 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:52 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:52.906+0000 7fa28fc83200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-16T16:29:53.292 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:53 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:53.195+0000 7fa28fc83200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:29:53.719 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:53 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:53.457+0000 7fa28fc83200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-16T16:29:53.720 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:53 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:53.706+0000 7fa28fc83200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-16T16:29:54.041 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:53 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/692459121' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-16T16:29:54.499 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-03-16T16:29:54.499 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-03-16T16:29:54.499 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsid": "4480966e-e3b2-11ee-95c9-87774f69a715", 2024-03-16T16:29:54.499 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "health": { 2024-03-16T16:29:54.499 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-16T16:29:54.500 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-16T16:29:54.500 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-16T16:29:54.500 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:54.500 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-16T16:29:54.500 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-16T16:29:54.500 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 0 2024-03-16T16:29:54.500 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:29:54.500 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-16T16:29:54.500 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "a" 2024-03-16T16:29:54.500 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:29:54.500 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-03-16T16:29:54.500 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-16T16:29:54.501 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:29:54.501 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-16T16:29:54.501 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-16T16:29:54.501 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:54.501 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-16T16:29:54.501 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:29:54.501 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-16T16:29:54.501 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-16T16:29:54.501 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-16T16:29:54.501 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-16T16:29:54.501 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-16T16:29:54.501 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-16T16:29:54.501 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:54.502 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-16T16:29:54.502 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-16T16:29:54.502 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-16T16:29:54.502 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-16T16:29:54.502 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-16T16:29:54.502 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-16T16:29:54.502 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-16T16:29:54.502 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-16T16:29:54.502 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-16T16:29:54.502 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:54.502 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-16T16:29:54.502 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:29:54.502 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-16T16:29:54.502 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-16T16:29:54.503 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:54.503 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-16T16:29:54.503 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-16T16:29:54.503 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-16T16:29:54.503 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-16T16:29:54.503 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-16T16:29:54.503 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-16T16:29:54.503 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "restful" 2024-03-16T16:29:54.503 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:29:54.503 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-16T16:29:54.503 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:54.503 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-16T16:29:54.503 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:29:54.504 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modified": "2024-03-16T16:29:33.633648+0000", 2024-03-16T16:29:54.504 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-16T16:29:54.504 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:54.504 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-16T16:29:54.504 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-03-16T16:29:54.504 INFO:teuthology.orchestra.run.smithi003.stdout:mgr not available, waiting (2/15)... 2024-03-16T16:29:54.791 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:54 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:54.541+0000 7fa28fc83200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-16T16:29:55.437 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:55 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:55.121+0000 7fa28fc83200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-16T16:29:55.437 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:55 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:55.221+0000 7fa28fc83200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-16T16:29:55.437 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:29:55 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:29:55.442+0000 7fa28fc83200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-16T16:29:55.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:55 smithi003 ceph-mon[29598]: Activating manager daemon a 2024-03-16T16:29:55.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:55 smithi003 ceph-mon[29598]: mgrmap e2: a(active, starting, since 0.00297914s) 2024-03-16T16:29:55.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:55 smithi003 ceph-mon[29598]: from='mgr.14100 172.21.15.3:0/1547554574' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-16T16:29:55.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:55 smithi003 ceph-mon[29598]: from='mgr.14100 172.21.15.3:0/1547554574' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-16T16:29:55.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:55 smithi003 ceph-mon[29598]: from='mgr.14100 172.21.15.3:0/1547554574' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-16T16:29:55.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:55 smithi003 ceph-mon[29598]: from='mgr.14100 172.21.15.3:0/1547554574' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:29:55.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:55 smithi003 ceph-mon[29598]: from='mgr.14100 172.21.15.3:0/1547554574' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-16T16:29:55.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:55 smithi003 ceph-mon[29598]: Manager daemon a is now available 2024-03-16T16:29:55.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:55 smithi003 ceph-mon[29598]: from='mgr.14100 172.21.15.3:0/1547554574' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-16T16:29:55.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:55 smithi003 ceph-mon[29598]: from='mgr.14100 172.21.15.3:0/1547554574' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-16T16:29:55.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:55 smithi003 ceph-mon[29598]: from='mgr.14100 172.21.15.3:0/1547554574' entity='mgr.a' 2024-03-16T16:29:55.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:55 smithi003 ceph-mon[29598]: from='mgr.14100 172.21.15.3:0/1547554574' entity='mgr.a' 2024-03-16T16:29:55.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:55 smithi003 ceph-mon[29598]: from='mgr.14100 172.21.15.3:0/1547554574' entity='mgr.a' 2024-03-16T16:29:57.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:57 smithi003 ceph-mon[29598]: mgrmap e3: a(active, since 1.00693s) 2024-03-16T16:29:58.160 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-03-16T16:29:58.160 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-03-16T16:29:58.160 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsid": "4480966e-e3b2-11ee-95c9-87774f69a715", 2024-03-16T16:29:58.160 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "health": { 2024-03-16T16:29:58.160 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-16T16:29:58.160 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-16T16:29:58.160 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-16T16:29:58.160 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:58.160 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-16T16:29:58.160 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-16T16:29:58.161 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 0 2024-03-16T16:29:58.161 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:29:58.161 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-16T16:29:58.161 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "a" 2024-03-16T16:29:58.161 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:29:58.161 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-03-16T16:29:58.161 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-16T16:29:58.161 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:29:58.161 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-16T16:29:58.161 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-16T16:29:58.161 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:58.161 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-16T16:29:58.161 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:29:58.161 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-16T16:29:58.161 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-16T16:29:58.162 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-16T16:29:58.165 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-16T16:29:58.165 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-16T16:29:58.165 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-16T16:29:58.165 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:58.165 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-16T16:29:58.166 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-16T16:29:58.166 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-16T16:29:58.166 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-16T16:29:58.166 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-16T16:29:58.166 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-16T16:29:58.166 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-16T16:29:58.166 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-16T16:29:58.166 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-16T16:29:58.166 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:58.166 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-16T16:29:58.166 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:29:58.166 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-16T16:29:58.167 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-16T16:29:58.167 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:58.167 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-16T16:29:58.167 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-16T16:29:58.167 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-16T16:29:58.167 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-16T16:29:58.167 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-16T16:29:58.167 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-16T16:29:58.167 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "restful" 2024-03-16T16:29:58.167 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:29:58.167 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-16T16:29:58.167 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:58.167 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-16T16:29:58.167 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:29:58.167 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modified": "2024-03-16T16:29:33.633648+0000", 2024-03-16T16:29:58.168 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-16T16:29:58.168 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:29:58.168 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-16T16:29:58.168 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-03-16T16:29:58.168 INFO:teuthology.orchestra.run.smithi003.stdout:mgr is available 2024-03-16T16:29:58.782 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:58 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/232901038' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-16T16:29:59.339 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-03-16T16:29:59.340 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [global] 2024-03-16T16:29:59.340 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout fsid = 4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:29:59.340 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-16T16:29:59.340 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-16T16:29:59.340 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-16T16:29:59.340 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-16T16:29:59.340 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-03-16T16:29:59.340 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-16T16:29:59.340 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-16T16:29:59.340 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-03-16T16:29:59.340 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [osd] 2024-03-16T16:29:59.340 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-16T16:29:59.340 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-16T16:29:59.340 INFO:teuthology.orchestra.run.smithi003.stdout:Enabling cephadm module... 2024-03-16T16:29:59.589 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:59 smithi003 ceph-mon[29598]: mgrmap e4: a(active, since 3s) 2024-03-16T16:29:59.590 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:59 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/1746759845' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-16T16:29:59.590 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:29:59 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/1746759845' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-16T16:30:00.708 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:00 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/2082150659' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-16T16:30:00.709 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:00 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: ignoring --setuser ceph since I am not root 2024-03-16T16:30:00.709 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:00 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: ignoring --setgroup ceph since I am not root 2024-03-16T16:30:01.289 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:01 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:01.044+0000 7fe08bead200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-16T16:30:01.289 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:01 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:01.140+0000 7fe08bead200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-16T16:30:01.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:01 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/2082150659' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-16T16:30:01.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:01 smithi003 ceph-mon[29598]: mgrmap e5: a(active, since 5s) 2024-03-16T16:30:01.973 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:01 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:01.810+0000 7fe08bead200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-16T16:30:01.973 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:01 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:01.905+0000 7fe08bead200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-16T16:30:02.224 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:02 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:02.049+0000 7fe08bead200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-16T16:30:02.224 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:02 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:02.147+0000 7fe08bead200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-16T16:30:02.227 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-03-16T16:30:02.227 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-16T16:30:02.227 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-16T16:30:02.227 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-16T16:30:02.227 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-16T16:30:02.227 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-03-16T16:30:02.228 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for the mgr to restart... 2024-03-16T16:30:02.228 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr epoch 5... 2024-03-16T16:30:02.502 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:02 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/844025044' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-16T16:30:02.503 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:02 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:02.233+0000 7fe08bead200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-16T16:30:02.503 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:02 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:02.508+0000 7fe08bead200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-16T16:30:02.792 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:02 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:02.621+0000 7fe08bead200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-16T16:30:02.792 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:02 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:02.711+0000 7fe08bead200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-16T16:30:03.292 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:02 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:02.808+0000 7fe08bead200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-16T16:30:03.292 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:02 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:02.986+0000 7fe08bead200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-16T16:30:04.292 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:03 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:03.968+0000 7fe08bead200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-16T16:30:04.292 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:04 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:04.101+0000 7fe08bead200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-16T16:30:04.725 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:04 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:04.438+0000 7fe08bead200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-16T16:30:04.725 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:04 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:04.529+0000 7fe08bead200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-16T16:30:04.725 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:04 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:04.730+0000 7fe08bead200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:30:05.041 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:04 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:04.920+0000 7fe08bead200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-16T16:30:05.467 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:05 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:05.212+0000 7fe08bead200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:30:05.467 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:05 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:05.472+0000 7fe08bead200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-16T16:30:05.791 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:05 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:05.715+0000 7fe08bead200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-16T16:30:06.792 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:06 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:06.539+0000 7fe08bead200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-16T16:30:07.434 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:07 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:07.119+0000 7fe08bead200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-16T16:30:07.435 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:07 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:07.218+0000 7fe08bead200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-16T16:30:07.435 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:07 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:07.440+0000 7fe08bead200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-16T16:30:07.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:07 smithi003 ceph-mon[29598]: Active manager daemon a restarted 2024-03-16T16:30:07.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:07 smithi003 ceph-mon[29598]: Activating manager daemon a 2024-03-16T16:30:07.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:07 smithi003 ceph-mon[29598]: osdmap e2: 0 total, 0 up, 0 in 2024-03-16T16:30:07.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:07 smithi003 ceph-mon[29598]: mgrmap e6: a(active, starting, since 0.00350741s) 2024-03-16T16:30:07.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:07 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:30:07.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:07 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-16T16:30:07.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:07 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-16T16:30:07.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:07 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-16T16:30:07.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:07 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-16T16:30:07.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:07 smithi003 ceph-mon[29598]: Manager daemon a is now available 2024-03-16T16:30:07.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:07 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' 2024-03-16T16:30:07.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:07 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' 2024-03-16T16:30:07.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:07 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:08.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:08 smithi003 ceph-mon[29598]: Found migration_current of "None". Setting to last migration. 2024-03-16T16:30:08.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:08 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:08.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:08 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:08.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:08 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-16T16:30:08.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:08 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-16T16:30:08.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:08 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' 2024-03-16T16:30:08.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:08 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' 2024-03-16T16:30:08.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:08 smithi003 ceph-mon[29598]: mgrmap e7: a(active, since 1.0052s) 2024-03-16T16:30:09.076 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-03-16T16:30:09.076 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-16T16:30:09.076 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-16T16:30:09.076 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-03-16T16:30:09.076 INFO:teuthology.orchestra.run.smithi003.stdout:mgr epoch 5 is available 2024-03-16T16:30:09.077 INFO:teuthology.orchestra.run.smithi003.stdout:Setting orchestrator backend to cephadm... 2024-03-16T16:30:09.721 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:09 smithi003 ceph-mon[29598]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-16T16:30:09.721 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:09 smithi003 ceph-mon[29598]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-16T16:30:09.721 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:09 smithi003 ceph-mon[29598]: [16/Mar/2024:16:30:08] ENGINE Bus STARTING 2024-03-16T16:30:09.722 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:09 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:10.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:10 smithi003 ceph-mon[29598]: [16/Mar/2024:16:30:08] ENGINE Serving on http://172.21.15.3:8765 2024-03-16T16:30:10.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:10 smithi003 ceph-mon[29598]: [16/Mar/2024:16:30:08] ENGINE Serving on https://172.21.15.3:7150 2024-03-16T16:30:10.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:10 smithi003 ceph-mon[29598]: [16/Mar/2024:16:30:08] ENGINE Bus STARTED 2024-03-16T16:30:10.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:10 smithi003 ceph-mon[29598]: mgrmap e8: a(active, since 2s) 2024-03-16T16:30:10.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:10 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' 2024-03-16T16:30:10.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:10 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:11.727 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:11 smithi003 ceph-mon[29598]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:11.730 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-16T16:30:11.730 INFO:teuthology.orchestra.run.smithi003.stdout:Generating ssh key... 2024-03-16T16:30:12.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:12 smithi003 ceph-mon[29598]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:13.166 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:12 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: Generating public/private rsa key pair. 2024-03-16T16:30:13.166 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:12 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: Your identification has been saved in /tmp/tmpxmljl168/key. 2024-03-16T16:30:13.166 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:12 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: Your public key has been saved in /tmp/tmpxmljl168/key.pub. 2024-03-16T16:30:13.166 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:12 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: The key fingerprint is: 2024-03-16T16:30:13.166 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:12 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: SHA256:0NTq2cBuVXIXPCuW8QS/iyVHM/N6FIG3v8J5B5Zry/g ceph-4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:30:13.166 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:12 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: The key's randomart image is: 2024-03-16T16:30:13.166 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:12 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: +---[RSA 3072]----+ 2024-03-16T16:30:13.166 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:12 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: | .. .ooo | 2024-03-16T16:30:13.166 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:12 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: | o o +o=..| 2024-03-16T16:30:13.167 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:12 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: | .... + *B+.| 2024-03-16T16:30:13.167 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:12 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: | .+ . +.oB.| 2024-03-16T16:30:13.167 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:12 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: | oS= ...+.+| 2024-03-16T16:30:13.167 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:12 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: | = . =++.| 2024-03-16T16:30:13.167 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:12 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: | . o.+oo| 2024-03-16T16:30:13.167 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:12 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: | *o+.| 2024-03-16T16:30:13.167 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:12 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: | .oE..| 2024-03-16T16:30:13.167 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:12 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: +----[SHA256]-----+ 2024-03-16T16:30:13.770 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:13 smithi003 ceph-mon[29598]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:13.770 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:13 smithi003 ceph-mon[29598]: Generating ssh key... 2024-03-16T16:30:13.770 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:13 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' 2024-03-16T16:30:13.770 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:13 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' 2024-03-16T16:30:14.682 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:14 smithi003 ceph-mon[29598]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:14.683 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDB+x4OZVODqIBKfXJVehqn8gWRahRDh7rLdfdcbY44cj5Z5knVwk9lMw8RjqpJ5Nm5ziGQWzXSaQ4pFAtJlgstaUr6ECCrxwbVBdXxsIO/MiNAOofcPGwMnz7vOqVQir5RhhZLym4UTeOltRnr3jT5EuLn3iAj1GXEPnNUz7t4NJi+D5Zk9wZVLKVsshkCqcZzlGya687Qt+jrPFfuz7a3ig0wTYI0cpsZMJDxQ2GJl1pL5UkMGkZQxYg6kUr49+r75iwzc5OsWkF7TlFB+maBbpPEGMTfWqpSRdu/L1OicJX2NeCvo/PqU2+nQBVomoVLbdPa/OEW6ndF3WI/h1UCDf6b2xZyBtuFsnVElsnT77NVh04IPO0GVDwZct/2tEZTgTyziugyuQJK26gDcB5MFm2svLiO7cXpdHEbrlwXkj3Kjkt1bhfUSreST+wApIjRpdA4jZVKdUo+outRSlcVrAaOVsVP2x1Vm06Vf78tFJ20J99yIWdoE2VaktNANrc= ceph-4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:30:14.684 INFO:teuthology.orchestra.run.smithi003.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-16T16:30:14.684 INFO:teuthology.orchestra.run.smithi003.stdout:Adding key to root@localhost authorized_keys... 2024-03-16T16:30:14.684 INFO:teuthology.orchestra.run.smithi003.stdout:Adding host smithi003... 2024-03-16T16:30:15.663 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:15 smithi003 ceph-mon[29598]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi003", "addr": "172.21.15.3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:16.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:16 smithi003 ceph-mon[29598]: Deploying cephadm binary to smithi003 2024-03-16T16:30:20.483 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Added host 'smithi003' with addr '172.21.15.3' 2024-03-16T16:30:20.484 INFO:teuthology.orchestra.run.smithi003.stdout:Deploying unmanaged mon service... 2024-03-16T16:30:21.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:20 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' 2024-03-16T16:30:21.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:20 smithi003 ceph-mon[29598]: Added host smithi003 2024-03-16T16:30:21.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:20 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:22.353 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:22 smithi003 ceph-mon[29598]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:22.353 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:22 smithi003 ceph-mon[29598]: Saving service mon spec with placement count:5 2024-03-16T16:30:22.353 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:22 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' 2024-03-16T16:30:22.724 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-16T16:30:22.724 INFO:teuthology.orchestra.run.smithi003.stdout:Deploying unmanaged mgr service... 2024-03-16T16:30:23.661 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:23 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' 2024-03-16T16:30:23.661 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:23 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' 2024-03-16T16:30:23.661 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:23 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' 2024-03-16T16:30:23.941 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-16T16:30:24.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:24 smithi003 ceph-mon[29598]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:24.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:24 smithi003 ceph-mon[29598]: Saving service mgr spec with placement count:2 2024-03-16T16:30:25.842 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:25 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/2740024160' entity='client.admin' 2024-03-16T16:30:26.556 INFO:teuthology.orchestra.run.smithi003.stdout:Enabling the dashboard module... 2024-03-16T16:30:27.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:26 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/2245419514' entity='client.admin' 2024-03-16T16:30:27.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:26 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' 2024-03-16T16:30:28.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:27 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/2908861686' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-16T16:30:28.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:27 smithi003 ceph-mon[29598]: from='mgr.14118 172.21.15.3:0/4173255854' entity='mgr.a' 2024-03-16T16:30:28.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:27 smithi003 ceph-mon[29598]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:30:28.292 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:28 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: ignoring --setuser ceph since I am not root 2024-03-16T16:30:28.292 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:28 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: ignoring --setgroup ceph since I am not root 2024-03-16T16:30:28.791 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:28 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:28.556+0000 7fee7941e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-16T16:30:28.792 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:28 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:28.657+0000 7fee7941e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-16T16:30:29.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:28 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/2908861686' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-16T16:30:29.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:28 smithi003 ceph-mon[29598]: mgrmap e9: a(active, since 20s) 2024-03-16T16:30:29.659 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:29 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:29.323+0000 7fee7941e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-16T16:30:29.659 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:29 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:29.419+0000 7fee7941e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-16T16:30:29.659 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:29 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:29.566+0000 7fee7941e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-16T16:30:29.659 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:29 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:29.665+0000 7fee7941e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-16T16:30:30.033 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:29 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:29.753+0000 7fee7941e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-16T16:30:30.033 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:30 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:30.039+0000 7fee7941e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-16T16:30:30.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:30 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/2147777672' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-16T16:30:30.292 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:30 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:30.152+0000 7fee7941e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-16T16:30:30.292 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:30 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:30.244+0000 7fee7941e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-16T16:30:30.666 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:30 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:30.341+0000 7fee7941e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-16T16:30:30.666 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:30 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:30.522+0000 7fee7941e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-16T16:30:30.670 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-03-16T16:30:30.670 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-16T16:30:30.670 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-16T16:30:30.670 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-16T16:30:30.670 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-16T16:30:30.670 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-03-16T16:30:30.670 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for the mgr to restart... 2024-03-16T16:30:30.671 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr epoch 9... 2024-03-16T16:30:31.792 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:31 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:31.515+0000 7fee7941e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-16T16:30:31.792 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:31 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:31.649+0000 7fee7941e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-16T16:30:32.274 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:31 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:31.988+0000 7fee7941e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-16T16:30:32.275 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:32 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:32.080+0000 7fee7941e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-16T16:30:32.275 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:32 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:32.281+0000 7fee7941e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:30:32.541 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:32 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:32.471+0000 7fee7941e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-16T16:30:33.020 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:32 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:32.765+0000 7fee7941e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:30:33.291 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:33 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:33.026+0000 7fee7941e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-16T16:30:33.292 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:33 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:33.268+0000 7fee7941e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-16T16:30:34.541 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:34 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:34.094+0000 7fee7941e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-16T16:30:34.993 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:34 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:34.675+0000 7fee7941e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-16T16:30:34.994 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:34 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:34.776+0000 7fee7941e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-16T16:30:34.994 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:30:35 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:30:34.999+0000 7fee7941e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-16T16:30:35.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:35 smithi003 ceph-mon[29598]: Active manager daemon a restarted 2024-03-16T16:30:35.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:35 smithi003 ceph-mon[29598]: Activating manager daemon a 2024-03-16T16:30:35.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:35 smithi003 ceph-mon[29598]: osdmap e3: 0 total, 0 up, 0 in 2024-03-16T16:30:35.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:35 smithi003 ceph-mon[29598]: mgrmap e10: a(active, starting, since 0.0032509s) 2024-03-16T16:30:35.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:35 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:30:35.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:35 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-16T16:30:35.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:35 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-16T16:30:35.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:35 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-16T16:30:35.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:35 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-16T16:30:35.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:35 smithi003 ceph-mon[29598]: Manager daemon a is now available 2024-03-16T16:30:35.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:35 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:35.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:35 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:36.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:36 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-16T16:30:36.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:36 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-16T16:30:36.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:36 smithi003 ceph-mon[29598]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-16T16:30:36.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:36 smithi003 ceph-mon[29598]: mgrmap e11: a(active, since 1.00591s) 2024-03-16T16:30:36.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:36 smithi003 ceph-mon[29598]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-16T16:30:36.618 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-03-16T16:30:36.618 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-16T16:30:36.618 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-16T16:30:36.619 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-03-16T16:30:36.619 INFO:teuthology.orchestra.run.smithi003.stdout:mgr epoch 9 is available 2024-03-16T16:30:36.619 INFO:teuthology.orchestra.run.smithi003.stdout:Generating a dashboard self-signed certificate... 2024-03-16T16:30:38.068 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-16T16:30:38.068 INFO:teuthology.orchestra.run.smithi003.stdout:Creating initial admin user... 2024-03-16T16:30:38.183 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:38 smithi003 ceph-mon[29598]: mgrmap e12: a(active, since 2s) 2024-03-16T16:30:38.183 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:38 smithi003 ceph-mon[29598]: [16/Mar/2024:16:30:37] ENGINE Bus STARTING 2024-03-16T16:30:38.183 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:38 smithi003 ceph-mon[29598]: [16/Mar/2024:16:30:37] ENGINE Serving on http://172.21.15.3:8765 2024-03-16T16:30:38.183 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:38 smithi003 ceph-mon[29598]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:38.184 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:38 smithi003 ceph-mon[29598]: [16/Mar/2024:16:30:37] ENGINE Serving on https://172.21.15.3:7150 2024-03-16T16:30:38.184 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:38 smithi003 ceph-mon[29598]: [16/Mar/2024:16:30:37] ENGINE Bus STARTED 2024-03-16T16:30:38.184 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:38 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:30:38.184 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:38 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:30:38.184 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:38 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:30:39.550 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$kxZe25kG11fsxFaZe9yDuuv4QZFcfFKUVLyvLb9m8JEkwo5PnVYDa", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1710606638, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-16T16:30:39.550 INFO:teuthology.orchestra.run.smithi003.stdout:Fetching dashboard port number... 2024-03-16T16:30:39.850 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:39 smithi003 ceph-mon[29598]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:39.850 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:39 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:30:39.850 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:39 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:30:41.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:40 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/2632588767' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-16T16:30:41.238 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 8443 2024-03-16T16:30:41.248 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-16T16:30:41.248 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout disabled 2024-03-16T16:30:41.256 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-16T16:30:41.256 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-03-16T16:30:41.256 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld.service is not enabled 2024-03-16T16:30:41.256 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-16T16:30:41.258 INFO:teuthology.orchestra.run.smithi003.stdout:Ceph Dashboard is now available at: 2024-03-16T16:30:41.258 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:30:41.258 INFO:teuthology.orchestra.run.smithi003.stdout: URL: https://smithi003.front.sepia.ceph.com:8443/ 2024-03-16T16:30:41.258 INFO:teuthology.orchestra.run.smithi003.stdout: User: admin 2024-03-16T16:30:41.258 INFO:teuthology.orchestra.run.smithi003.stdout: Password: ne4qj5thl0 2024-03-16T16:30:41.258 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:30:41.259 INFO:teuthology.orchestra.run.smithi003.stdout:Saving cluster configuration to /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config directory 2024-03-16T16:30:41.259 INFO:teuthology.orchestra.run.smithi003.stdout:Enabling autotune for osd_memory_target 2024-03-16T16:30:42.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:42 smithi003 ceph-mon[29598]: mgrmap e13: a(active, since 6s) 2024-03-16T16:30:43.943 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-16T16:30:43.943 INFO:teuthology.orchestra.run.smithi003.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-16T16:30:43.943 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:30:43.943 INFO:teuthology.orchestra.run.smithi003.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-16T16:30:43.943 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:30:43.944 INFO:teuthology.orchestra.run.smithi003.stdout:Or, if you are only running a single cluster on this host: 2024-03-16T16:30:43.944 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:30:43.944 INFO:teuthology.orchestra.run.smithi003.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-16T16:30:43.944 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:30:43.944 INFO:teuthology.orchestra.run.smithi003.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-16T16:30:43.944 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:30:43.944 INFO:teuthology.orchestra.run.smithi003.stdout: ceph telemetry on 2024-03-16T16:30:43.944 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:30:43.944 INFO:teuthology.orchestra.run.smithi003.stdout:For more information see: 2024-03-16T16:30:43.944 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:30:43.944 INFO:teuthology.orchestra.run.smithi003.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-16T16:30:43.944 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:30:43.944 INFO:teuthology.orchestra.run.smithi003.stdout:Bootstrap complete. 2024-03-16T16:30:43.986 INFO:tasks.cephadm:Fetching config... 2024-03-16T16:30:43.986 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-03-16T16:30:43.986 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-16T16:30:44.001 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-16T16:30:44.001 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-03-16T16:30:44.001 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-16T16:30:44.056 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-16T16:30:44.056 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-03-16T16:30:44.056 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-16T16:30:44.123 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-16T16:30:44.123 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-03-16T16:30:44.123 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-16T16:30:44.177 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-16T16:30:44.177 DEBUG:teuthology.orchestra.run.smithi003:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDB+x4OZVODqIBKfXJVehqn8gWRahRDh7rLdfdcbY44cj5Z5knVwk9lMw8RjqpJ5Nm5ziGQWzXSaQ4pFAtJlgstaUr6ECCrxwbVBdXxsIO/MiNAOofcPGwMnz7vOqVQir5RhhZLym4UTeOltRnr3jT5EuLn3iAj1GXEPnNUz7t4NJi+D5Zk9wZVLKVsshkCqcZzlGya687Qt+jrPFfuz7a3ig0wTYI0cpsZMJDxQ2GJl1pL5UkMGkZQxYg6kUr49+r75iwzc5OsWkF7TlFB+maBbpPEGMTfWqpSRdu/L1OicJX2NeCvo/PqU2+nQBVomoVLbdPa/OEW6ndF3WI/h1UCDf6b2xZyBtuFsnVElsnT77NVh04IPO0GVDwZct/2tEZTgTyziugyuQJK26gDcB5MFm2svLiO7cXpdHEbrlwXkj3Kjkt1bhfUSreST+wApIjRpdA4jZVKdUo+outRSlcVrAaOVsVP2x1Vm06Vf78tFJ20J99yIWdoE2VaktNANrc= ceph-4480966e-e3b2-11ee-95c9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-16T16:30:44.255 INFO:teuthology.orchestra.run.smithi003.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDB+x4OZVODqIBKfXJVehqn8gWRahRDh7rLdfdcbY44cj5Z5knVwk9lMw8RjqpJ5Nm5ziGQWzXSaQ4pFAtJlgstaUr6ECCrxwbVBdXxsIO/MiNAOofcPGwMnz7vOqVQir5RhhZLym4UTeOltRnr3jT5EuLn3iAj1GXEPnNUz7t4NJi+D5Zk9wZVLKVsshkCqcZzlGya687Qt+jrPFfuz7a3ig0wTYI0cpsZMJDxQ2GJl1pL5UkMGkZQxYg6kUr49+r75iwzc5OsWkF7TlFB+maBbpPEGMTfWqpSRdu/L1OicJX2NeCvo/PqU2+nQBVomoVLbdPa/OEW6ndF3WI/h1UCDf6b2xZyBtuFsnVElsnT77NVh04IPO0GVDwZct/2tEZTgTyziugyuQJK26gDcB5MFm2svLiO7cXpdHEbrlwXkj3Kjkt1bhfUSreST+wApIjRpdA4jZVKdUo+outRSlcVrAaOVsVP2x1Vm06Vf78tFJ20J99yIWdoE2VaktNANrc= ceph-4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:30:44.270 DEBUG:teuthology.orchestra.run.smithi060:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDB+x4OZVODqIBKfXJVehqn8gWRahRDh7rLdfdcbY44cj5Z5knVwk9lMw8RjqpJ5Nm5ziGQWzXSaQ4pFAtJlgstaUr6ECCrxwbVBdXxsIO/MiNAOofcPGwMnz7vOqVQir5RhhZLym4UTeOltRnr3jT5EuLn3iAj1GXEPnNUz7t4NJi+D5Zk9wZVLKVsshkCqcZzlGya687Qt+jrPFfuz7a3ig0wTYI0cpsZMJDxQ2GJl1pL5UkMGkZQxYg6kUr49+r75iwzc5OsWkF7TlFB+maBbpPEGMTfWqpSRdu/L1OicJX2NeCvo/PqU2+nQBVomoVLbdPa/OEW6ndF3WI/h1UCDf6b2xZyBtuFsnVElsnT77NVh04IPO0GVDwZct/2tEZTgTyziugyuQJK26gDcB5MFm2svLiO7cXpdHEbrlwXkj3Kjkt1bhfUSreST+wApIjRpdA4jZVKdUo+outRSlcVrAaOVsVP2x1Vm06Vf78tFJ20J99yIWdoE2VaktNANrc= ceph-4480966e-e3b2-11ee-95c9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-16T16:30:44.315 INFO:teuthology.orchestra.run.smithi060.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDB+x4OZVODqIBKfXJVehqn8gWRahRDh7rLdfdcbY44cj5Z5knVwk9lMw8RjqpJ5Nm5ziGQWzXSaQ4pFAtJlgstaUr6ECCrxwbVBdXxsIO/MiNAOofcPGwMnz7vOqVQir5RhhZLym4UTeOltRnr3jT5EuLn3iAj1GXEPnNUz7t4NJi+D5Zk9wZVLKVsshkCqcZzlGya687Qt+jrPFfuz7a3ig0wTYI0cpsZMJDxQ2GJl1pL5UkMGkZQxYg6kUr49+r75iwzc5OsWkF7TlFB+maBbpPEGMTfWqpSRdu/L1OicJX2NeCvo/PqU2+nQBVomoVLbdPa/OEW6ndF3WI/h1UCDf6b2xZyBtuFsnVElsnT77NVh04IPO0GVDwZct/2tEZTgTyziugyuQJK26gDcB5MFm2svLiO7cXpdHEbrlwXkj3Kjkt1bhfUSreST+wApIjRpdA4jZVKdUo+outRSlcVrAaOVsVP2x1Vm06Vf78tFJ20J99yIWdoE2VaktNANrc= ceph-4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:30:44.330 DEBUG:teuthology.orchestra.run.smithi084:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDB+x4OZVODqIBKfXJVehqn8gWRahRDh7rLdfdcbY44cj5Z5knVwk9lMw8RjqpJ5Nm5ziGQWzXSaQ4pFAtJlgstaUr6ECCrxwbVBdXxsIO/MiNAOofcPGwMnz7vOqVQir5RhhZLym4UTeOltRnr3jT5EuLn3iAj1GXEPnNUz7t4NJi+D5Zk9wZVLKVsshkCqcZzlGya687Qt+jrPFfuz7a3ig0wTYI0cpsZMJDxQ2GJl1pL5UkMGkZQxYg6kUr49+r75iwzc5OsWkF7TlFB+maBbpPEGMTfWqpSRdu/L1OicJX2NeCvo/PqU2+nQBVomoVLbdPa/OEW6ndF3WI/h1UCDf6b2xZyBtuFsnVElsnT77NVh04IPO0GVDwZct/2tEZTgTyziugyuQJK26gDcB5MFm2svLiO7cXpdHEbrlwXkj3Kjkt1bhfUSreST+wApIjRpdA4jZVKdUo+outRSlcVrAaOVsVP2x1Vm06Vf78tFJ20J99yIWdoE2VaktNANrc= ceph-4480966e-e3b2-11ee-95c9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-16T16:30:44.378 INFO:teuthology.orchestra.run.smithi084.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDB+x4OZVODqIBKfXJVehqn8gWRahRDh7rLdfdcbY44cj5Z5knVwk9lMw8RjqpJ5Nm5ziGQWzXSaQ4pFAtJlgstaUr6ECCrxwbVBdXxsIO/MiNAOofcPGwMnz7vOqVQir5RhhZLym4UTeOltRnr3jT5EuLn3iAj1GXEPnNUz7t4NJi+D5Zk9wZVLKVsshkCqcZzlGya687Qt+jrPFfuz7a3ig0wTYI0cpsZMJDxQ2GJl1pL5UkMGkZQxYg6kUr49+r75iwzc5OsWkF7TlFB+maBbpPEGMTfWqpSRdu/L1OicJX2NeCvo/PqU2+nQBVomoVLbdPa/OEW6ndF3WI/h1UCDf6b2xZyBtuFsnVElsnT77NVh04IPO0GVDwZct/2tEZTgTyziugyuQJK26gDcB5MFm2svLiO7cXpdHEbrlwXkj3Kjkt1bhfUSreST+wApIjRpdA4jZVKdUo+outRSlcVrAaOVsVP2x1Vm06Vf78tFJ20J99yIWdoE2VaktNANrc= ceph-4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:30:44.393 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-16T16:30:44.493 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:44 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/2854898741' entity='client.admin' 2024-03-16T16:30:44.638 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:30:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:47 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:30:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:47 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:30:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:47 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:30:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:47 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:30:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:47 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:47 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:30:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:47 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/3357299979' entity='client.admin' 2024-03-16T16:30:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:47 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:47 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:30:47.931 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-16T16:30:47.932 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-16T16:30:48.605 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:30:51.087 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi060 2024-03-16T16:30:51.087 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-16T16:30:51.087 DEBUG:teuthology.orchestra.run.smithi060:> dd of=/etc/ceph/ceph.conf 2024-03-16T16:30:51.105 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-16T16:30:51.105 DEBUG:teuthology.orchestra.run.smithi060:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:30:51.162 INFO:tasks.cephadm:Adding host smithi060 to orchestrator... 2024-03-16T16:30:51.162 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph orch host add smithi060 2024-03-16T16:30:51.404 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:30:51.662 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:51 smithi003 ceph-mon[29598]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:51.663 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:51 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:30:51.663 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:51 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:51.663 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:51 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:30:51.663 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:51 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:30:51.663 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:51 smithi003 ceph-mon[29598]: Updating smithi003:/etc/ceph/ceph.conf 2024-03-16T16:30:51.663 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:51 smithi003 ceph-mon[29598]: Updating smithi003:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:30:51.663 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:51 smithi003 ceph-mon[29598]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:30:51.663 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:51 smithi003 ceph-mon[29598]: Updating smithi003:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:30:51.663 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:51 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:30:51.663 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:51 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:30:51.663 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:51 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:30:54.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:54 smithi003 ceph-mon[29598]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi060", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:54.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:54 smithi003 ceph-mon[29598]: Deploying cephadm binary to smithi060 2024-03-16T16:30:55.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:55 smithi003 ceph-mon[29598]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:30:57.537 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:57 smithi003 ceph-mon[29598]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:30:57.537 INFO:teuthology.orchestra.run.smithi003.stdout:Added host 'smithi060' with addr '172.21.15.60' 2024-03-16T16:30:58.162 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph orch host ls --format=json 2024-03-16T16:30:58.407 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:30:58.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:58 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:30:58.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:58 smithi003 ceph-mon[29598]: Added host smithi060 2024-03-16T16:30:58.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:58 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:58.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:58 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:30:59.771 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:59 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:30:59.772 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:30:59 smithi003 ceph-mon[29598]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:00.219 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:31:00.219 INFO:teuthology.orchestra.run.smithi003.stdout:[{"addr": "172.21.15.3", "hostname": "smithi003", "labels": [], "status": ""}, {"addr": "172.21.15.60", "hostname": "smithi060", "labels": [], "status": ""}] 2024-03-16T16:31:00.829 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi084 2024-03-16T16:31:00.829 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-03-16T16:31:00.829 DEBUG:teuthology.orchestra.run.smithi084:> dd of=/etc/ceph/ceph.conf 2024-03-16T16:31:00.848 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-03-16T16:31:00.848 DEBUG:teuthology.orchestra.run.smithi084:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:31:00.905 INFO:tasks.cephadm:Adding host smithi084 to orchestrator... 2024-03-16T16:31:00.905 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph orch host add smithi084 2024-03-16T16:31:01.148 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:31:01.486 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:01 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:01.486 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:01 smithi003 ceph-mon[29598]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:31:01.486 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:01 smithi003 ceph-mon[29598]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:03.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:03 smithi003 ceph-mon[29598]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi084", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:31:03.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:03 smithi003 ceph-mon[29598]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:05.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:04 smithi003 ceph-mon[29598]: Deploying cephadm binary to smithi084 2024-03-16T16:31:05.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:04 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:05.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:04 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:05.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:04 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:05.043 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:04 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:05.043 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:04 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:31:05.043 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:04 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:05.043 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:04 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:31:05.043 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:04 smithi003 ceph-mon[29598]: Updating smithi060:/etc/ceph/ceph.conf 2024-03-16T16:31:05.043 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:04 smithi003 ceph-mon[29598]: Updating smithi060:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:31:06.041 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:05 smithi003 ceph-mon[29598]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:31:06.041 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:05 smithi003 ceph-mon[29598]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:07.226 INFO:teuthology.orchestra.run.smithi003.stdout:Added host 'smithi084' with addr '172.21.15.84' 2024-03-16T16:31:07.783 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph orch host ls --format=json 2024-03-16T16:31:08.023 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:31:08.041 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:07 smithi003 ceph-mon[29598]: Updating smithi060:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:31:08.041 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:07 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:08.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:07 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:08.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:07 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:08.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:07 smithi003 ceph-mon[29598]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:08.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:07 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:08.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:07 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:31:08.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:07 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:08.986 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:08 smithi003 ceph-mon[29598]: Added host smithi084 2024-03-16T16:31:08.986 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:08 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:09.703 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:31:09.703 INFO:teuthology.orchestra.run.smithi003.stdout:[{"addr": "172.21.15.3", "hostname": "smithi003", "labels": [], "status": ""}, {"addr": "172.21.15.60", "hostname": "smithi060", "labels": [], "status": ""}, {"addr": "172.21.15.84", "hostname": "smithi084", "labels": [], "status": ""}] 2024-03-16T16:31:10.016 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:09 smithi003 ceph-mon[29598]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:10.016 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:09 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:10.345 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-16T16:31:10.345 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph osd crush tunables default 2024-03-16T16:31:10.584 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:31:10.995 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:10 smithi003 ceph-mon[29598]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:31:12.168 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:11 smithi003 ceph-mon[29598]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:12.886 INFO:teuthology.orchestra.run.smithi003.stderr:adjusted tunables profile to default 2024-03-16T16:31:13.255 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:12 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/1905673202' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-16T16:31:13.258 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:12 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:13.258 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:12 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:13.258 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:12 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:13.258 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:12 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:13.258 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:12 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi084", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:31:13.258 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:12 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:13.258 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:12 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:31:13.539 INFO:tasks.cephadm:Adding mon.a on smithi003 2024-03-16T16:31:13.539 INFO:tasks.cephadm:Adding mon.b on smithi060 2024-03-16T16:31:13.539 INFO:tasks.cephadm:Adding mon.c on smithi084 2024-03-16T16:31:13.539 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph orch apply mon '3;smithi003:172.21.15.3=a;smithi060:172.21.15.60=b;smithi084:172.21.15.84=c' 2024-03-16T16:31:13.768 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:31:14.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:13 smithi003 ceph-mon[29598]: Updating smithi084:/etc/ceph/ceph.conf 2024-03-16T16:31:14.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:13 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/1905673202' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-16T16:31:14.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:13 smithi003 ceph-mon[29598]: osdmap e4: 0 total, 0 up, 0 in 2024-03-16T16:31:14.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:13 smithi003 ceph-mon[29598]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:14.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:13 smithi003 ceph-mon[29598]: Updating smithi084:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:31:14.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:13 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:14.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:13 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:14.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:13 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:14.993 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:14 smithi003 ceph-mon[29598]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:31:14.993 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:14 smithi003 ceph-mon[29598]: Updating smithi084:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:31:15.469 INFO:teuthology.orchestra.run.smithi084.stdout:Scheduled mon update... 2024-03-16T16:31:16.104 DEBUG:teuthology.orchestra.run.smithi060:mon.b> sudo journalctl -f -n 0 -u ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mon.b.service 2024-03-16T16:31:16.107 DEBUG:teuthology.orchestra.run.smithi084:mon.c> sudo journalctl -f -n 0 -u ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mon.c.service 2024-03-16T16:31:16.109 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-16T16:31:16.109 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph mon dump -f json 2024-03-16T16:31:16.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:15 smithi003 ceph-mon[29598]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:16.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:15 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:16.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:15 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:31:16.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:15 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:16.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:15 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:31:16.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:15 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:16.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:15 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:31:16.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:15 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:17.184 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:31:17.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:16 smithi003 ceph-mon[29598]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi003:172.21.15.3=a;smithi060:172.21.15.60=b;smithi084:172.21.15.84=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:31:17.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:16 smithi003 ceph-mon[29598]: Saving service mon spec with placement smithi003:172.21.15.3=a;smithi060:172.21.15.60=b;smithi084:172.21.15.84=c;count:3 2024-03-16T16:31:17.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:16 smithi003 ceph-mon[29598]: Deploying daemon mon.c on smithi084 2024-03-16T16:31:18.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:17 smithi003 ceph-mon[29598]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:19.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:19 smithi003 ceph-mon[29598]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:20.141 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:31:20.141 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":1,"fsid":"4480966e-e3b2-11ee-95c9-87774f69a715","modified":"2024-03-16T16:29:30.697212Z","created":"2024-03-16T16:29:30.697212Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-16T16:31:20.143 INFO:teuthology.orchestra.run.smithi084.stderr:dumped monmap epoch 1 2024-03-16T16:31:20.264 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-16T16:31:20.265 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-16T16:31:20.265 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-16T16:31:20.265 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-16T16:31:20.265 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-16T16:31:20.265 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-16T16:31:20.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-16T16:31:20.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-16T16:31:20.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-16T16:31:20.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-16T16:31:20.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: Deploying cephadm binary to smithi084 2024-03-16T16:31:20.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:31:20.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:20.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:31:20.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: Updating smithi060:/etc/ceph/ceph.conf 2024-03-16T16:31:20.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: Updating smithi060:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:31:20.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:31:20.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:20.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: Updating smithi060:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:31:20.532 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.532 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.532 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.532 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:20.532 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.532 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:31:20.532 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.532 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: Added host smithi084 2024-03-16T16:31:20.532 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.532 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:20.532 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.533 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:31:20.533 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:20.533 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/1905673202' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-16T16:31:20.533 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.533 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.533 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.533 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.533 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi084", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:31:20.533 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:20.533 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:31:20.533 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: Updating smithi084:/etc/ceph/ceph.conf 2024-03-16T16:31:20.533 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/1905673202' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-16T16:31:20.534 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: osdmap e4: 0 total, 0 up, 0 in 2024-03-16T16:31:20.534 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:20.534 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: Updating smithi084:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:31:20.534 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.534 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.534 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.534 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:31:20.535 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: Updating smithi084:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:31:20.535 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:20.535 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.535 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:31:20.535 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:20.535 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:31:20.535 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:20.535 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:31:20.535 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:20.535 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi003:172.21.15.3=a;smithi060:172.21.15.60=b;smithi084:172.21.15.84=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:31:20.535 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: Saving service mon spec with placement smithi003:172.21.15.3=a;smithi060:172.21.15.60=b;smithi084:172.21.15.84=c;count:3 2024-03-16T16:31:20.535 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: Deploying daemon mon.c on smithi084 2024-03-16T16:31:20.536 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:20.536 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:20.536 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: from='client.? 172.21.15.84:0/1623224692' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-16T16:31:20.536 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 ceph-mon[32991]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-16T16:31:20.536 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 bash[32959]: 8967b428acbcd14d978cdec2ccb95c7a623eb4611ce668a19212435a17deaa91 2024-03-16T16:31:20.536 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:20 smithi084 systemd[1]: Started Ceph mon.c for 4480966e-e3b2-11ee-95c9-87774f69a715. 2024-03-16T16:31:20.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:20 smithi003 ceph-mon[29598]: from='client.? 172.21.15.84:0/1623224692' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-16T16:31:21.870 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-16T16:31:21.871 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph mon dump -f json 2024-03-16T16:31:22.116 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.c/config 2024-03-16T16:31:25.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:31:25.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:31:25.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: mon.a calling monitor election 2024-03-16T16:31:25.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:25.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:31:25.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:31:25.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: mon.c calling monitor election 2024-03-16T16:31:25.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:25.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:31:25.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:31:25.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:25.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:31:25.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-16T16:31:25.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: monmap e2: 2 mons at {a=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0],c=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-16T16:31:25.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: fsmap 2024-03-16T16:31:25.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: osdmap e4: 0 total, 0 up, 0 in 2024-03-16T16:31:25.781 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: mgrmap e13: a(active, since 50s) 2024-03-16T16:31:25.781 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: overall HEALTH_OK 2024-03-16T16:31:25.781 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:25.781 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:25 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:25.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:31:25.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:31:25.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: mon.a calling monitor election 2024-03-16T16:31:25.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:25.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:31:25.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:31:25.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: mon.c calling monitor election 2024-03-16T16:31:25.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:25.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:31:25.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:31:25.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:25.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:31:25.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-16T16:31:25.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: monmap e2: 2 mons at {a=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0],c=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-16T16:31:25.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: fsmap 2024-03-16T16:31:25.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: osdmap e4: 0 total, 0 up, 0 in 2024-03-16T16:31:25.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: mgrmap e13: a(active, since 50s) 2024-03-16T16:31:25.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: overall HEALTH_OK 2024-03-16T16:31:25.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:25.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:25 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:26.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:26 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:26.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:26 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:31:26.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:26 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:26.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:26 smithi084 ceph-mon[32991]: Deploying daemon mon.b on smithi060 2024-03-16T16:31:26.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:26 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:31:26.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:26 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:26.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:26 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:31:26.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:26 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:26.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:26 smithi003 ceph-mon[29598]: Deploying daemon mon.b on smithi060 2024-03-16T16:31:26.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:26 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:31:26.933 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:31:26.933 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":2,"fsid":"4480966e-e3b2-11ee-95c9-87774f69a715","modified":"2024-03-16T16:31:20.276494Z","created":"2024-03-16T16:29:30.697212Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-16T16:31:26.936 INFO:teuthology.orchestra.run.smithi084.stderr:dumped monmap epoch 2 2024-03-16T16:31:27.468 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:27 smithi084 ceph-mon[32991]: from='client.? 172.21.15.84:0/2818986902' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-16T16:31:27.469 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:27 smithi084 ceph-mon[32991]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:27.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:27 smithi003 ceph-mon[29598]: from='client.? 172.21.15.84:0/2818986902' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-16T16:31:27.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:27 smithi003 ceph-mon[29598]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:27.542 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:31:27 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:31:27.275+0000 7fee2f5c1700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-03-16T16:31:28.494 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-16T16:31:28.495 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph mon dump -f json 2024-03-16T16:31:28.731 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.c/config 2024-03-16T16:31:29.096 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:29 smithi084 ceph-mon[32991]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:29.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:29 smithi003 ceph-mon[29598]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:29.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:29 smithi060 systemd[1]: Started Ceph mon.b for 4480966e-e3b2-11ee-95c9-87774f69a715. 2024-03-16T16:31:34.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:31:34.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:34.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: mon.a calling monitor election 2024-03-16T16:31:34.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: mon.c calling monitor election 2024-03-16T16:31:34.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:31:34.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:34.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:34.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:34.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:34.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:34.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:34.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:34.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-16T16:31:34.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: monmap e3: 3 mons at {a=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0],b=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-16T16:31:34.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: fsmap 2024-03-16T16:31:34.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: osdmap e4: 0 total, 0 up, 0 in 2024-03-16T16:31:34.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: mgrmap e13: a(active, since 59s) 2024-03-16T16:31:34.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-16T16:31:34.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-16T16:31:34.781 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-16T16:31:34.781 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: mon.b (rank 2) addr [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] is down (out of quorum) 2024-03-16T16:31:34.781 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:34.781 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:34.781 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:34.781 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:34.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:31:34.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:34.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: mon.a calling monitor election 2024-03-16T16:31:34.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: mon.c calling monitor election 2024-03-16T16:31:34.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:31:34.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:34.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:34.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:34.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:34.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:34.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:34.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:34.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-16T16:31:34.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: monmap e3: 3 mons at {a=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0],b=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-16T16:31:34.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: fsmap 2024-03-16T16:31:34.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: osdmap e4: 0 total, 0 up, 0 in 2024-03-16T16:31:34.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: mgrmap e13: a(active, since 59s) 2024-03-16T16:31:34.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-16T16:31:34.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-16T16:31:34.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-16T16:31:34.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: mon.b (rank 2) addr [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] is down (out of quorum) 2024-03-16T16:31:34.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:34.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:34.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:34.793 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:34.928 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-03-16T16:31:34.929 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":3,"fsid":"4480966e-e3b2-11ee-95c9-87774f69a715","modified":"2024-03-16T16:31:29.421019Z","created":"2024-03-16T16:29:30.697212Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-16T16:31:34.931 INFO:teuthology.orchestra.run.smithi084.stderr:dumped monmap epoch 3 2024-03-16T16:31:35.481 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-16T16:31:35.481 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph config generate-minimal-conf 2024-03-16T16:31:35.735 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:31:35.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:35 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:31:35.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:35 smithi084 ceph-mon[32991]: from='client.? 172.21.15.84:0/3985693767' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-16T16:31:35.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:35 smithi084 ceph-mon[32991]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:35.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:35 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:35.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:35 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:35.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:35 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:31:35.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:35 smithi003 ceph-mon[29598]: from='client.? 172.21.15.84:0/3985693767' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-16T16:31:35.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:35 smithi003 ceph-mon[29598]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:35.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:35 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:35.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:35 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:36.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:31:36.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:36.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: mon.a calling monitor election 2024-03-16T16:31:36.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: mon.c calling monitor election 2024-03-16T16:31:36.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:31:36.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:36.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:36.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:36.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:36.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:36.887 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:36.887 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:36.887 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-16T16:31:36.887 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: monmap e3: 3 mons at {a=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0],b=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-16T16:31:36.887 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: fsmap 2024-03-16T16:31:36.887 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: osdmap e4: 0 total, 0 up, 0 in 2024-03-16T16:31:36.887 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: mgrmap e13: a(active, since 59s) 2024-03-16T16:31:36.887 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-16T16:31:36.887 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-16T16:31:36.887 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-16T16:31:36.887 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: mon.b (rank 2) addr [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] is down (out of quorum) 2024-03-16T16:31:36.887 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:36.887 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:36.887 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:36.888 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:36.888 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:31:36.888 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: from='client.? 172.21.15.84:0/3985693767' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-16T16:31:36.888 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:36.888 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:36.888 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:36 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:37.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: mon.b calling monitor election 2024-03-16T16:31:37.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: Updating smithi003:/etc/ceph/ceph.conf 2024-03-16T16:31:37.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: Updating smithi060:/etc/ceph/ceph.conf 2024-03-16T16:31:37.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: Updating smithi084:/etc/ceph/ceph.conf 2024-03-16T16:31:37.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: mon.b calling monitor election 2024-03-16T16:31:37.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: mon.c calling monitor election 2024-03-16T16:31:37.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: mon.a calling monitor election 2024-03-16T16:31:37.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-16T16:31:37.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: Updating smithi003:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:31:37.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: monmap e3: 3 mons at {a=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0],b=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-16T16:31:37.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: fsmap 2024-03-16T16:31:37.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: osdmap e4: 0 total, 0 up, 0 in 2024-03-16T16:31:37.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: mgrmap e13: a(active, since 61s) 2024-03-16T16:31:37.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-16T16:31:37.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: Cluster is now healthy 2024-03-16T16:31:37.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: overall HEALTH_OK 2024-03-16T16:31:37.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: Updating smithi060:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:31:37.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: Updating smithi084:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:31:37.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: Reconfiguring mon.a (unknown last config time)... 2024-03-16T16:31:37.531 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:31:37.532 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-16T16:31:37.532 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:37.532 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: Reconfiguring daemon mon.a on smithi003 2024-03-16T16:31:37.532 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:37 smithi084 ceph-mon[32991]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:37.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: mon.b calling monitor election 2024-03-16T16:31:37.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: Updating smithi003:/etc/ceph/ceph.conf 2024-03-16T16:31:37.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: Updating smithi060:/etc/ceph/ceph.conf 2024-03-16T16:31:37.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: Updating smithi084:/etc/ceph/ceph.conf 2024-03-16T16:31:37.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: mon.b calling monitor election 2024-03-16T16:31:37.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: mon.c calling monitor election 2024-03-16T16:31:37.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: mon.a calling monitor election 2024-03-16T16:31:37.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-16T16:31:37.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: Updating smithi003:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:31:37.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: monmap e3: 3 mons at {a=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0],b=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-16T16:31:37.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: fsmap 2024-03-16T16:31:37.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: osdmap e4: 0 total, 0 up, 0 in 2024-03-16T16:31:37.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: mgrmap e13: a(active, since 61s) 2024-03-16T16:31:37.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-16T16:31:37.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: Cluster is now healthy 2024-03-16T16:31:37.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: overall HEALTH_OK 2024-03-16T16:31:37.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: Updating smithi060:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:31:37.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: Updating smithi084:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:31:37.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.544 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.544 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.544 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.544 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.544 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.544 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.544 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.544 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.544 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: Reconfiguring mon.a (unknown last config time)... 2024-03-16T16:31:37.544 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:31:37.544 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-16T16:31:37.544 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:37.544 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: Reconfiguring daemon mon.a on smithi003 2024-03-16T16:31:37.544 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:37 smithi003 ceph-mon[29598]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:37.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: mon.b calling monitor election 2024-03-16T16:31:37.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: Updating smithi003:/etc/ceph/ceph.conf 2024-03-16T16:31:37.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: Updating smithi060:/etc/ceph/ceph.conf 2024-03-16T16:31:37.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: Updating smithi084:/etc/ceph/ceph.conf 2024-03-16T16:31:37.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: mon.b calling monitor election 2024-03-16T16:31:37.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: mon.c calling monitor election 2024-03-16T16:31:37.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: mon.a calling monitor election 2024-03-16T16:31:37.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-16T16:31:37.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: Updating smithi003:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:31:37.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: monmap e3: 3 mons at {a=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0],b=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-16T16:31:37.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: fsmap 2024-03-16T16:31:37.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: osdmap e4: 0 total, 0 up, 0 in 2024-03-16T16:31:37.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: mgrmap e13: a(active, since 61s) 2024-03-16T16:31:37.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-16T16:31:37.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: Cluster is now healthy 2024-03-16T16:31:37.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: overall HEALTH_OK 2024-03-16T16:31:37.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: Updating smithi060:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:31:37.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: Updating smithi084:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:31:37.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.638 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.638 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.638 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.638 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.638 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.638 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.638 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.638 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:37.638 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: Reconfiguring mon.a (unknown last config time)... 2024-03-16T16:31:37.638 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:31:37.638 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-16T16:31:37.638 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:37.638 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: Reconfiguring daemon mon.a on smithi003 2024-03-16T16:31:37.638 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:37 smithi060 ceph-mon[32981]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:37.662 INFO:teuthology.orchestra.run.smithi003.stdout:# minimal ceph.conf for 4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:31:37.662 INFO:teuthology.orchestra.run.smithi003.stdout:[global] 2024-03-16T16:31:37.662 INFO:teuthology.orchestra.run.smithi003.stdout: fsid = 4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:31:37.662 INFO:teuthology.orchestra.run.smithi003.stdout: mon_host = [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] 2024-03-16T16:31:38.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:38 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:38.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:38 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/3140691516' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:38.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:38 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:38.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:38 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/3140691516' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:38.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:38 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:31:38.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:38 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/3140691516' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:38.724 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-16T16:31:38.725 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-03-16T16:31:38.725 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/ceph/ceph.conf 2024-03-16T16:31:38.757 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-03-16T16:31:38.758 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:31:38.826 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-16T16:31:38.827 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.conf 2024-03-16T16:31:38.861 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-16T16:31:38.862 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:31:38.932 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-03-16T16:31:38.932 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/ceph/ceph.conf 2024-03-16T16:31:38.967 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-03-16T16:31:38.967 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:31:39.038 INFO:tasks.cephadm:Adding mgr.a on smithi003 2024-03-16T16:31:39.038 INFO:tasks.cephadm:Adding mgr.b on smithi060 2024-03-16T16:31:39.041 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph orch apply mgr '2;smithi003=a;smithi060=b' 2024-03-16T16:31:39.309 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.c/config 2024-03-16T16:31:39.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:39 smithi084 ceph-mon[32991]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:39.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:39 smithi003 ceph-mon[29598]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:39.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:39 smithi060 ceph-mon[32981]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:40.560 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:40 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:40.561 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:40 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:40.561 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:40 smithi084 ceph-mon[32991]: Reconfiguring mon.b (monmap changed)... 2024-03-16T16:31:40.561 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:40 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:31:40.561 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:40 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-16T16:31:40.561 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:40 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:40.561 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:40 smithi084 ceph-mon[32991]: Reconfiguring daemon mon.b on smithi060 2024-03-16T16:31:40.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:40 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:40.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:40 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:40.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:40 smithi060 ceph-mon[32981]: Reconfiguring mon.b (monmap changed)... 2024-03-16T16:31:40.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:40 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:31:40.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:40 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-16T16:31:40.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:40 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:40.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:40 smithi060 ceph-mon[32981]: Reconfiguring daemon mon.b on smithi060 2024-03-16T16:31:40.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:40 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:40.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:40 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:40.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:40 smithi003 ceph-mon[29598]: Reconfiguring mon.b (monmap changed)... 2024-03-16T16:31:40.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:40 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:31:40.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:40 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-16T16:31:40.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:40 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:40.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:40 smithi003 ceph-mon[29598]: Reconfiguring daemon mon.b on smithi060 2024-03-16T16:31:40.962 INFO:teuthology.orchestra.run.smithi084.stdout:Scheduled mgr update... 2024-03-16T16:31:41.500 DEBUG:teuthology.orchestra.run.smithi060:mgr.b> sudo journalctl -f -n 0 -u ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mgr.b.service 2024-03-16T16:31:41.502 INFO:tasks.cephadm:Deploying OSDs... 2024-03-16T16:31:41.503 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-03-16T16:31:41.503 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/scratch_devs of=/dev/stdout 2024-03-16T16:31:41.521 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-16T16:31:41.521 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_1 2024-03-16T16:31:41.578 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-16T16:31:41.578 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:31:41.578 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-03-16T16:31:41.578 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:31:41.578 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2024-03-16T16:31:41.578 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2024-03-16 16:30:47.608815420 +0000 2024-03-16T16:31:41.578 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2024-03-16 16:25:52.891119160 +0000 2024-03-16T16:31:41.578 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2024-03-16 16:25:52.891119160 +0000 2024-03-16T16:31:41.579 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: 2024-03-16 16:25:52.891119160 +0000 2024-03-16T16:31:41.579 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-16T16:31:41.648 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2024-03-16T16:31:41.648 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2024-03-16T16:31:41.648 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000263877 s, 1.9 MB/s 2024-03-16T16:31:41.649 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-16T16:31:41.706 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_2 2024-03-16T16:31:41.762 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-16T16:31:41.762 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:31:41.762 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-03-16T16:31:41.762 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:31:41.762 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2024-03-16T16:31:41.762 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2024-03-16 16:30:47.644814965 +0000 2024-03-16T16:31:41.762 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2024-03-16 16:25:53.234114763 +0000 2024-03-16T16:31:41.762 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2024-03-16 16:25:53.234114763 +0000 2024-03-16T16:31:41.762 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: 2024-03-16 16:25:53.234114763 +0000 2024-03-16T16:31:41.763 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-16T16:31:41.829 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2024-03-16T16:31:41.829 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2024-03-16T16:31:41.829 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000205915 s, 2.5 MB/s 2024-03-16T16:31:41.831 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-16T16:31:41.887 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_3 2024-03-16T16:31:41.944 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-16T16:31:41.944 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:31:41.944 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-03-16T16:31:41.944 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:31:41.944 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2024-03-16T16:31:41.944 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2024-03-16 16:30:47.678814536 +0000 2024-03-16T16:31:41.944 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2024-03-16 16:25:53.581110315 +0000 2024-03-16T16:31:41.944 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2024-03-16 16:25:53.581110315 +0000 2024-03-16T16:31:41.944 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: 2024-03-16 16:25:53.581110315 +0000 2024-03-16T16:31:41.944 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-16T16:31:42.011 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2024-03-16T16:31:42.011 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2024-03-16T16:31:42.012 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000229448 s, 2.2 MB/s 2024-03-16T16:31:42.013 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-16T16:31:42.070 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_4 2024-03-16T16:31:42.126 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-16T16:31:42.126 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:31:42.126 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-03-16T16:31:42.126 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:31:42.126 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2024-03-16T16:31:42.127 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2024-03-16 16:30:47.713814094 +0000 2024-03-16T16:31:42.127 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2024-03-16 16:25:53.934105790 +0000 2024-03-16T16:31:42.127 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2024-03-16 16:25:53.934105790 +0000 2024-03-16T16:31:42.127 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: 2024-03-16 16:25:53.934105790 +0000 2024-03-16T16:31:42.127 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-16T16:31:42.192 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2024-03-16T16:31:42.192 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2024-03-16T16:31:42.192 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000216195 s, 2.4 MB/s 2024-03-16T16:31:42.194 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-16T16:31:42.250 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-16T16:31:42.251 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/scratch_devs of=/dev/stdout 2024-03-16T16:31:42.269 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-16T16:31:42.269 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_1 2024-03-16T16:31:42.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:41 smithi084 ceph-mon[32991]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi003=a;smithi060=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:31:42.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:41 smithi084 ceph-mon[32991]: Saving service mgr spec with placement smithi003=a;smithi060=b;count:2 2024-03-16T16:31:42.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:41 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:42.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:41 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:42.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:41 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:42.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:41 smithi084 ceph-mon[32991]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:42.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:41 smithi084 ceph-mon[32991]: Reconfiguring mon.c (monmap changed)... 2024-03-16T16:31:42.280 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:41 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:31:42.280 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:41 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-16T16:31:42.280 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:41 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:42.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:41 smithi003 ceph-mon[29598]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi003=a;smithi060=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:31:42.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:41 smithi003 ceph-mon[29598]: Saving service mgr spec with placement smithi003=a;smithi060=b;count:2 2024-03-16T16:31:42.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:41 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:42.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:41 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:42.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:41 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:42.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:41 smithi003 ceph-mon[29598]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:42.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:41 smithi003 ceph-mon[29598]: Reconfiguring mon.c (monmap changed)... 2024-03-16T16:31:42.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:41 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:31:42.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:41 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-16T16:31:42.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:41 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:42.329 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-16T16:31:42.329 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:31:42.329 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-03-16T16:31:42.329 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:31:42.329 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-03-16T16:31:42.330 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-03-16 16:31:28.855507406 +0000 2024-03-16T16:31:42.330 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-03-16 16:25:53.841245473 +0000 2024-03-16T16:31:42.330 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-03-16 16:25:53.841245473 +0000 2024-03-16T16:31:42.330 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-03-16 16:25:53.841245473 +0000 2024-03-16T16:31:42.330 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-16T16:31:42.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:41 smithi060 ceph-mon[32981]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi003=a;smithi060=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:31:42.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:41 smithi060 ceph-mon[32981]: Saving service mgr spec with placement smithi003=a;smithi060=b;count:2 2024-03-16T16:31:42.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:41 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:42.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:41 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:42.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:41 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:42.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:41 smithi060 ceph-mon[32981]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:42.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:41 smithi060 ceph-mon[32981]: Reconfiguring mon.c (monmap changed)... 2024-03-16T16:31:42.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:41 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:31:42.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:41 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-16T16:31:42.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:41 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:42.399 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-03-16T16:31:42.399 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-03-16T16:31:42.399 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000121489 s, 4.2 MB/s 2024-03-16T16:31:42.401 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-16T16:31:42.459 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_2 2024-03-16T16:31:42.515 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-16T16:31:42.516 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:31:42.516 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-03-16T16:31:42.516 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:31:42.516 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-03-16T16:31:42.516 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-03-16 16:31:28.856507396 +0000 2024-03-16T16:31:42.516 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-03-16 16:25:54.163242394 +0000 2024-03-16T16:31:42.516 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-03-16 16:25:54.163242394 +0000 2024-03-16T16:31:42.516 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-03-16 16:25:54.163242394 +0000 2024-03-16T16:31:42.516 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-16T16:31:42.584 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-03-16T16:31:42.584 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-03-16T16:31:42.584 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000101845 s, 5.0 MB/s 2024-03-16T16:31:42.585 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-16T16:31:42.643 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_3 2024-03-16T16:31:42.699 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-16T16:31:42.699 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:31:42.699 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-03-16T16:31:42.699 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:31:42.699 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-03-16T16:31:42.699 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-03-16 16:31:28.856507396 +0000 2024-03-16T16:31:42.699 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-03-16 16:25:54.482239344 +0000 2024-03-16T16:31:42.699 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-03-16 16:25:54.482239344 +0000 2024-03-16T16:31:42.699 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-03-16 16:25:54.482239344 +0000 2024-03-16T16:31:42.699 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-16T16:31:42.766 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-03-16T16:31:42.767 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-03-16T16:31:42.767 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000110082 s, 4.7 MB/s 2024-03-16T16:31:42.768 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-16T16:31:42.826 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_4 2024-03-16T16:31:42.882 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-16T16:31:42.882 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:31:42.882 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-03-16T16:31:42.882 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:31:42.882 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-03-16T16:31:42.882 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-03-16 16:31:28.856507396 +0000 2024-03-16T16:31:42.882 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-03-16 16:25:54.850235825 +0000 2024-03-16T16:31:42.882 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-03-16 16:25:54.850235825 +0000 2024-03-16T16:31:42.882 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-03-16 16:25:54.850235825 +0000 2024-03-16T16:31:42.883 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-16T16:31:42.949 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-03-16T16:31:42.949 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-03-16T16:31:42.949 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 8.9801e-05 s, 5.7 MB/s 2024-03-16T16:31:42.950 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-16T16:31:43.007 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-03-16T16:31:43.007 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/scratch_devs of=/dev/stdout 2024-03-16T16:31:43.023 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-16T16:31:43.023 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_1 2024-03-16T16:31:43.078 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-16T16:31:43.078 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:31:43.078 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-03-16T16:31:43.078 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:31:43.078 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2024-03-16T16:31:43.078 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2024-03-16 16:31:19.330712465 +0000 2024-03-16T16:31:43.078 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2024-03-16 16:25:48.461619861 +0000 2024-03-16T16:31:43.079 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2024-03-16 16:25:48.461619861 +0000 2024-03-16T16:31:43.079 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: 2024-03-16 16:25:48.461619861 +0000 2024-03-16T16:31:43.079 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-16T16:31:43.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:43 smithi060 ceph-mon[32981]: Reconfiguring daemon mon.c on smithi084 2024-03-16T16:31:43.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:43 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:43.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:43 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:43.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:43 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:31:43.145 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2024-03-16T16:31:43.145 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2024-03-16T16:31:43.145 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000280155 s, 1.8 MB/s 2024-03-16T16:31:43.146 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-16T16:31:43.202 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_2 2024-03-16T16:31:43.257 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-16T16:31:43.258 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:31:43.258 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-03-16T16:31:43.258 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:31:43.258 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2024-03-16T16:31:43.258 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2024-03-16 16:31:19.331712448 +0000 2024-03-16T16:31:43.258 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2024-03-16 16:25:48.812613453 +0000 2024-03-16T16:31:43.258 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2024-03-16 16:25:48.812613453 +0000 2024-03-16T16:31:43.258 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: 2024-03-16 16:25:48.812613453 +0000 2024-03-16T16:31:43.258 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-16T16:31:43.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:43 smithi084 ceph-mon[32991]: Reconfiguring daemon mon.c on smithi084 2024-03-16T16:31:43.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:43 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:43.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:43 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:43.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:43 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:31:43.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:43 smithi003 ceph-mon[29598]: Reconfiguring daemon mon.c on smithi084 2024-03-16T16:31:43.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:43 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:43.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:43 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:43.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:43 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:31:43.303 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2024-03-16T16:31:43.303 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2024-03-16T16:31:43.303 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000210863 s, 2.4 MB/s 2024-03-16T16:31:43.304 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-16T16:31:43.360 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_3 2024-03-16T16:31:43.415 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-16T16:31:43.415 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:31:43.416 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-03-16T16:31:43.416 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:31:43.416 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2024-03-16T16:31:43.416 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2024-03-16 16:31:19.331712448 +0000 2024-03-16T16:31:43.416 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2024-03-16 16:25:49.158607137 +0000 2024-03-16T16:31:43.416 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2024-03-16 16:25:49.158607137 +0000 2024-03-16T16:31:43.416 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: 2024-03-16 16:25:49.158607137 +0000 2024-03-16T16:31:43.416 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-16T16:31:43.481 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2024-03-16T16:31:43.481 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2024-03-16T16:31:43.481 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000213356 s, 2.4 MB/s 2024-03-16T16:31:43.482 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-16T16:31:43.538 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_4 2024-03-16T16:31:43.592 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-16T16:31:43.592 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:31:43.592 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-03-16T16:31:43.593 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:31:43.593 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2024-03-16T16:31:43.593 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2024-03-16 16:31:19.331712448 +0000 2024-03-16T16:31:43.593 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2024-03-16 16:25:49.494601003 +0000 2024-03-16T16:31:43.593 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2024-03-16 16:25:49.494601003 +0000 2024-03-16T16:31:43.593 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: 2024-03-16 16:25:49.494601003 +0000 2024-03-16T16:31:43.593 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-16T16:31:43.658 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2024-03-16T16:31:43.658 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2024-03-16T16:31:43.658 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000212608 s, 2.4 MB/s 2024-03-16T16:31:43.659 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-16T16:31:43.715 INFO:tasks.cephadm:Deploying osd.0 on smithi003 with /dev/vg_nvme/lv_4... 2024-03-16T16:31:43.715 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-16T16:31:43.950 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:31:44.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:44 smithi060 ceph-mon[32981]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:44.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:44 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:44.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:44 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:31:44.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:44 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:44.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:44 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-16T16:31:44.136 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:44 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-16T16:31:44.136 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:44 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-16T16:31:44.136 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:44 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:44.274 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:44 smithi084 ceph-mon[32991]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:44.274 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:44 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:44.274 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:44 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:31:44.274 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:44 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:44.274 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:44 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-16T16:31:44.274 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:44 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-16T16:31:44.274 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:44 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-16T16:31:44.275 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:44 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:44.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:44 smithi003 ceph-mon[29598]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:44.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:44 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:44.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:44 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:31:44.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:44 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:44.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:44 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-16T16:31:44.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:44 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-16T16:31:44.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:44 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-16T16:31:44.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:44 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:45.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:45 smithi084 ceph-mon[32991]: Deploying daemon mgr.b on smithi060 2024-03-16T16:31:45.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:45 smithi003 ceph-mon[29598]: Deploying daemon mgr.b on smithi060 2024-03-16T16:31:45.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:45 smithi060 ceph-mon[32981]: Deploying daemon mgr.b on smithi060 2024-03-16T16:31:45.385 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:45 smithi060 systemd[1]: Starting Ceph mgr.b for 4480966e-e3b2-11ee-95c9-87774f69a715... 2024-03-16T16:31:45.672 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:45 smithi060 podman[34341]: 2024-03-16 16:31:45.298394179 +0000 UTC m=+0.017662635 image pull 3f3b48f8e85f5af956e73d20a98b955dfe8f83b7a1468b1adf419cceff4645e9 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348 2024-03-16T16:31:45.672 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:45 smithi060 podman[34341]: 2024-03-16 16:31:45.409440947 +0000 UTC m=+0.128709384 container create c64b7853253617b6e1bade04227fb4189cc2fea6d1a8a98a41bfa53eb88e8ce0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240307, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5) 2024-03-16T16:31:45.673 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:45 smithi060 podman[34341]: 2024-03-16 16:31:45.611823798 +0000 UTC m=+0.331092236 container init c64b7853253617b6e1bade04227fb4189cc2fea6d1a8a98a41bfa53eb88e8ce0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240307) 2024-03-16T16:31:45.673 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:45 smithi060 podman[34341]: 2024-03-16 16:31:45.614185234 +0000 UTC m=+0.333453680 container start c64b7853253617b6e1bade04227fb4189cc2fea6d1a8a98a41bfa53eb88e8ce0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b, ceph=True, org.label-schema.build-date=20240307, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-03-16T16:31:45.673 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:45 smithi060 ceph-mgr[34360]: -- 172.21.15.60:0/981575031 <== mon.2 v2:172.21.15.60:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555a7bc725a0 con 0x555a7bc46800 2024-03-16T16:31:45.673 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:45 smithi060 bash[34341]: c64b7853253617b6e1bade04227fb4189cc2fea6d1a8a98a41bfa53eb88e8ce0 2024-03-16T16:31:46.020 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:45 smithi060 systemd[1]: Started Ceph mgr.b for 4480966e-e3b2-11ee-95c9-87774f69a715. 2024-03-16T16:31:46.104 INFO:teuthology.orchestra.run.smithi003.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-16T16:31:46.104 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-16T16:31:46.104 INFO:teuthology.orchestra.run.smithi003.stderr: stderr: 10+0 records in 2024-03-16T16:31:46.104 INFO:teuthology.orchestra.run.smithi003.stderr:10+0 records out 2024-03-16T16:31:46.104 INFO:teuthology.orchestra.run.smithi003.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0109969 s, 954 MB/s 2024-03-16T16:31:46.105 INFO:teuthology.orchestra.run.smithi003.stderr:--> Zapping successful for: 2024-03-16T16:31:46.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:46 smithi084 ceph-mon[32991]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:46.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:46 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:46.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:46 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:46.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:46 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:46.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:46 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:46.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:46 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:31:46.282 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:46 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:46.189+0000 7f0833876200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-16T16:31:46.282 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:46 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:46.287+0000 7f0833876200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-16T16:31:46.282 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:46 smithi060 ceph-mon[32981]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:46.282 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:46 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:46.282 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:46 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:46.282 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:46 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:46.282 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:46 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:46.282 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:46 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:31:46.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:46 smithi003 ceph-mon[29598]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:46.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:46 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:46.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:46 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:46.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:46 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:46.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:46 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:46.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:46 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:31:46.693 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph orch daemon add osd smithi003:vg_nvme/lv_4 2024-03-16T16:31:46.932 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:31:47.304 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:47 smithi003 ceph-mon[29598]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:47.333 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:47 smithi060 ceph-mon[32981]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:47.333 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:46 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:46.990+0000 7f0833876200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-16T16:31:47.333 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:47 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:47.091+0000 7f0833876200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-16T16:31:47.333 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:47 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:47.239+0000 7f0833876200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-16T16:31:47.333 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:47 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:47.338+0000 7f0833876200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-16T16:31:47.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:47 smithi084 ceph-mon[32991]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:47.635 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:47 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:47.423+0000 7f0833876200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-16T16:31:47.986 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:47 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:47.693+0000 7f0833876200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-16T16:31:47.986 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:47 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:47.806+0000 7f0833876200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-16T16:31:47.986 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:47 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:47.895+0000 7f0833876200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-16T16:31:47.986 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:47 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:47.992+0000 7f0833876200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-16T16:31:48.385 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:48 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:48.170+0000 7f0833876200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-16T16:31:48.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:48 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:48.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:48 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:48.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:48 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:48.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:48 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:31:48.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:48 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:48.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:48 smithi060 ceph-mon[32981]: Reconfiguring mgr.a (unknown last config time)... 2024-03-16T16:31:48.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:48 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-16T16:31:48.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:48 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-16T16:31:48.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:48 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:48.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:48 smithi060 ceph-mon[32981]: Reconfiguring daemon mgr.a on smithi003 2024-03-16T16:31:48.411 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:48 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:48.411 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:48 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:48.411 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:48 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:48.411 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:48 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:31:48.411 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:48 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:48.411 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:48 smithi003 ceph-mon[29598]: Reconfiguring mgr.a (unknown last config time)... 2024-03-16T16:31:48.411 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:48 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-16T16:31:48.411 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:48 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-16T16:31:48.412 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:48 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:48.412 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:48 smithi003 ceph-mon[29598]: Reconfiguring daemon mgr.a on smithi003 2024-03-16T16:31:48.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:48 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:48.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:48 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:48.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:48 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:48.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:48 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:31:48.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:48 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:48.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:48 smithi084 ceph-mon[32991]: Reconfiguring mgr.a (unknown last config time)... 2024-03-16T16:31:48.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:48 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-16T16:31:48.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:48 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-16T16:31:48.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:48 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:48.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:48 smithi084 ceph-mon[32991]: Reconfiguring daemon mgr.a on smithi003 2024-03-16T16:31:49.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:49 smithi084 ceph-mon[32991]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:49.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:49 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-16T16:31:49.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:49 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-16T16:31:49.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:49 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:49.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:49 smithi003 ceph-mon[29598]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:49.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:49 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-16T16:31:49.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:49 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-16T16:31:49.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:49 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:49.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:49 smithi060 ceph-mon[32981]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:49.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:49 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-16T16:31:49.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:49 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-16T16:31:49.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:49 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:49.635 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:49 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:49.177+0000 7f0833876200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-16T16:31:49.635 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:49 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:49.312+0000 7f0833876200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-16T16:31:49.940 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:49 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:49.651+0000 7f0833876200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-16T16:31:49.941 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:49 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:49.744+0000 7f0833876200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-16T16:31:49.941 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:49 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:49.946+0000 7f0833876200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:31:50.385 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:50 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:50.138+0000 7f0833876200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-16T16:31:50.685 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:50 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:50.430+0000 7f0833876200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:31:50.686 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:50 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:50.691+0000 7f0833876200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-16T16:31:50.829 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:50 smithi003 ceph-mon[29598]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:31:50.829 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:50 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:50.829 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:50 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:50.829 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:50 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:31:50.829 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:50 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:50.829 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:50 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:31:50.829 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:50 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:50.830 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:50 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:51.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:50 smithi084 ceph-mon[32991]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:31:51.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:50 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:51.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:50 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:51.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:50 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:31:51.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:50 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:51.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:50 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:31:51.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:50 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:51.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:50 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:51.135 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:50 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:50.934+0000 7f0833876200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-16T16:31:51.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:50 smithi060 ceph-mon[32981]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:31:51.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:50 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:51.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:50 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:51.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:50 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:31:51.136 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:50 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:51.136 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:50 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:31:51.136 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:50 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:51.136 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:50 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:31:52.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:51 smithi084 ceph-mon[32991]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:52.041 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:51 smithi003 ceph-mon[29598]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:52.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:51 smithi060 ceph-mon[32981]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:52.135 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:51 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:51.765+0000 7f0833876200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-16T16:31:52.635 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:52 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:52.348+0000 7f0833876200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-16T16:31:52.635 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:52 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:52.449+0000 7f0833876200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-16T16:31:53.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:52 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/1836503187' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4ba2bebf-d856-4712-b583-62efbddde9c0"}]: dispatch 2024-03-16T16:31:53.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:52 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/1836503187' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4ba2bebf-d856-4712-b583-62efbddde9c0"}]': finished 2024-03-16T16:31:53.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:52 smithi084 ceph-mon[32991]: osdmap e5: 1 total, 0 up, 1 in 2024-03-16T16:31:53.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:52 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:31:53.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:52 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/502854630' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-16T16:31:53.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:52 smithi084 ceph-mon[32991]: Standby manager daemon b started 2024-03-16T16:31:53.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:52 smithi084 ceph-mon[32991]: from='mgr.? 172.21.15.60:0/3549060923' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-16T16:31:53.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:52 smithi084 ceph-mon[32991]: from='mgr.? 172.21.15.60:0/3549060923' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-16T16:31:53.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:52 smithi084 ceph-mon[32991]: from='mgr.? 172.21.15.60:0/3549060923' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-16T16:31:53.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:52 smithi084 ceph-mon[32991]: from='mgr.? 172.21.15.60:0/3549060923' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-16T16:31:53.041 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:52 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/1836503187' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4ba2bebf-d856-4712-b583-62efbddde9c0"}]: dispatch 2024-03-16T16:31:53.041 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:52 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/1836503187' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4ba2bebf-d856-4712-b583-62efbddde9c0"}]': finished 2024-03-16T16:31:53.041 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:52 smithi003 ceph-mon[29598]: osdmap e5: 1 total, 0 up, 1 in 2024-03-16T16:31:53.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:52 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:31:53.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:52 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/502854630' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-16T16:31:53.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:52 smithi003 ceph-mon[29598]: Standby manager daemon b started 2024-03-16T16:31:53.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:52 smithi003 ceph-mon[29598]: from='mgr.? 172.21.15.60:0/3549060923' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-16T16:31:53.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:52 smithi003 ceph-mon[29598]: from='mgr.? 172.21.15.60:0/3549060923' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-16T16:31:53.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:52 smithi003 ceph-mon[29598]: from='mgr.? 172.21.15.60:0/3549060923' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-16T16:31:53.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:52 smithi003 ceph-mon[29598]: from='mgr.? 172.21.15.60:0/3549060923' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-16T16:31:53.135 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:31:52 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:31:52.672+0000 7f0833876200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-16T16:31:53.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:52 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/1836503187' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4ba2bebf-d856-4712-b583-62efbddde9c0"}]: dispatch 2024-03-16T16:31:53.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:52 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/1836503187' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4ba2bebf-d856-4712-b583-62efbddde9c0"}]': finished 2024-03-16T16:31:53.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:52 smithi060 ceph-mon[32981]: osdmap e5: 1 total, 0 up, 1 in 2024-03-16T16:31:53.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:52 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:31:53.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:52 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/502854630' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-16T16:31:53.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:52 smithi060 ceph-mon[32981]: Standby manager daemon b started 2024-03-16T16:31:53.136 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:52 smithi060 ceph-mon[32981]: from='mgr.? 172.21.15.60:0/3549060923' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-16T16:31:53.136 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:52 smithi060 ceph-mon[32981]: from='mgr.? 172.21.15.60:0/3549060923' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-16T16:31:53.136 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:52 smithi060 ceph-mon[32981]: from='mgr.? 172.21.15.60:0/3549060923' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-16T16:31:53.136 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:52 smithi060 ceph-mon[32981]: from='mgr.? 172.21.15.60:0/3549060923' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-16T16:31:54.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:53 smithi084 ceph-mon[32991]: mgrmap e14: a(active, since 77s), standbys: b 2024-03-16T16:31:54.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:53 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-16T16:31:54.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:53 smithi084 ceph-mon[32991]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:54.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:53 smithi003 ceph-mon[29598]: mgrmap e14: a(active, since 77s), standbys: b 2024-03-16T16:31:54.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:53 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-16T16:31:54.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:53 smithi003 ceph-mon[29598]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:54.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:53 smithi060 ceph-mon[32981]: mgrmap e14: a(active, since 77s), standbys: b 2024-03-16T16:31:54.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:53 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-16T16:31:54.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:53 smithi060 ceph-mon[32981]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:55.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:55 smithi060 ceph-mon[32981]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:55.470 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:55 smithi003 ceph-mon[29598]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:55.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:55 smithi084 ceph-mon[32991]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:57.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:57 smithi003 ceph-mon[29598]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:57.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:57 smithi060 ceph-mon[32981]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:57.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:57 smithi084 ceph-mon[32991]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:58.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:58 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-16T16:31:58.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:58 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:58.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:58 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-16T16:31:58.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:58 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:58.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:58 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-16T16:31:58.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:58 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:59.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:59 smithi003 ceph-mon[29598]: Deploying daemon osd.0 on smithi003 2024-03-16T16:31:59.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:31:59 smithi003 ceph-mon[29598]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:59.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:59 smithi084 ceph-mon[32991]: Deploying daemon osd.0 on smithi003 2024-03-16T16:31:59.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:31:59 smithi084 ceph-mon[32991]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:31:59.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:59 smithi060 ceph-mon[32981]: Deploying daemon osd.0 on smithi003 2024-03-16T16:31:59.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:31:59 smithi060 ceph-mon[32981]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:32:01.138 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:01 smithi003 ceph-mon[29598]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:32:01.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:01 smithi060 ceph-mon[32981]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:32:01.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:01 smithi084 ceph-mon[32991]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:32:03.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:03 smithi060 ceph-mon[32981]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:32:03.420 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:03 smithi003 ceph-mon[29598]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:32:03.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:03 smithi084 ceph-mon[32991]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:32:05.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:04 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:05.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:04 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:05.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:04 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:32:05.041 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:04 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:05.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:04 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:05.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:04 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:32:05.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:04 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:05.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:04 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:05.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:04 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:32:05.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:05 smithi003 ceph-mon[29598]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:32:06.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:05 smithi084 ceph-mon[32991]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:32:06.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:05 smithi060 ceph-mon[32981]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:32:07.499 INFO:teuthology.orchestra.run.smithi003.stdout:Created osd(s) 0 on host 'smithi003' 2024-03-16T16:32:07.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:07 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:07.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:07 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:07.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:07 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:07.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:07 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:32:07.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:07 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:07.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:07 smithi003 ceph-mon[29598]: from='osd.0 [v2:172.21.15.3:6802/3250479056,v1:172.21.15.3:6803/3250479056]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-16T16:32:07.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:07 smithi003 ceph-mon[29598]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:32:07.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:07 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:07.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:07 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:07.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:07 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:32:08.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:07 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:08.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:07 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:08.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:07 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:08.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:07 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:32:08.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:07 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:08.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:07 smithi084 ceph-mon[32991]: from='osd.0 [v2:172.21.15.3:6802/3250479056,v1:172.21.15.3:6803/3250479056]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-16T16:32:08.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:07 smithi084 ceph-mon[32991]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:32:08.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:07 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:08.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:07 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:08.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:07 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:32:08.061 DEBUG:teuthology.orchestra.run.smithi003:osd.0> sudo journalctl -f -n 0 -u ceph-4480966e-e3b2-11ee-95c9-87774f69a715@osd.0.service 2024-03-16T16:32:08.063 INFO:tasks.cephadm:Deploying osd.1 on smithi060 with /dev/vg_nvme/lv_4... 2024-03-16T16:32:08.063 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-16T16:32:08.093 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:07 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:08.093 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:07 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:08.093 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:07 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:08.093 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:07 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:32:08.093 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:07 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:08.093 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:07 smithi060 ceph-mon[32981]: from='osd.0 [v2:172.21.15.3:6802/3250479056,v1:172.21.15.3:6803/3250479056]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-16T16:32:08.093 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:07 smithi060 ceph-mon[32981]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:32:08.093 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:07 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:08.093 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:07 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:08.093 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:07 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:32:08.314 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.b/config 2024-03-16T16:32:08.753 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:08 smithi060 ceph-mon[32981]: from='osd.0 [v2:172.21.15.3:6802/3250479056,v1:172.21.15.3:6803/3250479056]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-16T16:32:08.753 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:08 smithi060 ceph-mon[32981]: osdmap e6: 1 total, 0 up, 1 in 2024-03-16T16:32:08.753 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:08 smithi060 ceph-mon[32981]: from='osd.0 [v2:172.21.15.3:6802/3250479056,v1:172.21.15.3:6803/3250479056]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-03-16T16:32:08.753 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:08 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:32:09.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:08 smithi084 ceph-mon[32991]: from='osd.0 [v2:172.21.15.3:6802/3250479056,v1:172.21.15.3:6803/3250479056]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-16T16:32:09.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:08 smithi084 ceph-mon[32991]: osdmap e6: 1 total, 0 up, 1 in 2024-03-16T16:32:09.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:08 smithi084 ceph-mon[32991]: from='osd.0 [v2:172.21.15.3:6802/3250479056,v1:172.21.15.3:6803/3250479056]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-03-16T16:32:09.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:08 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:32:09.041 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:08 smithi003 ceph-mon[29598]: from='osd.0 [v2:172.21.15.3:6802/3250479056,v1:172.21.15.3:6803/3250479056]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-16T16:32:09.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:08 smithi003 ceph-mon[29598]: osdmap e6: 1 total, 0 up, 1 in 2024-03-16T16:32:09.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:08 smithi003 ceph-mon[29598]: from='osd.0 [v2:172.21.15.3:6802/3250479056,v1:172.21.15.3:6803/3250479056]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-03-16T16:32:09.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:08 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:32:09.042 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:32:08 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-0[44407]: 2024-03-16T16:32:08.687+0000 7fd0cbe8a700 -1 osd.0 0 waiting for initial osdmap 2024-03-16T16:32:09.042 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:32:08 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-0[44407]: 2024-03-16T16:32:08.694+0000 7fd0c7c7d700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-16T16:32:09.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:09 smithi003 ceph-mon[29598]: from='osd.0 [v2:172.21.15.3:6802/3250479056,v1:172.21.15.3:6803/3250479056]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-03-16T16:32:09.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:09 smithi003 ceph-mon[29598]: osdmap e7: 1 total, 0 up, 1 in 2024-03-16T16:32:09.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:09 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:32:09.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:09 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:32:09.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:09 smithi003 ceph-mon[29598]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:32:09.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:09 smithi060 ceph-mon[32981]: from='osd.0 [v2:172.21.15.3:6802/3250479056,v1:172.21.15.3:6803/3250479056]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-03-16T16:32:09.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:09 smithi060 ceph-mon[32981]: osdmap e7: 1 total, 0 up, 1 in 2024-03-16T16:32:09.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:09 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:32:09.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:09 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:32:09.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:09 smithi060 ceph-mon[32981]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:32:10.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:09 smithi084 ceph-mon[32991]: from='osd.0 [v2:172.21.15.3:6802/3250479056,v1:172.21.15.3:6803/3250479056]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-03-16T16:32:10.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:09 smithi084 ceph-mon[32991]: osdmap e7: 1 total, 0 up, 1 in 2024-03-16T16:32:10.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:09 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:32:10.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:09 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:32:10.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:09 smithi084 ceph-mon[32991]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:32:10.169 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-16T16:32:10.169 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-16T16:32:10.169 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10+0 records in 2024-03-16T16:32:10.170 INFO:teuthology.orchestra.run.smithi060.stderr:10+0 records out 2024-03-16T16:32:10.170 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00830602 s, 1.3 GB/s 2024-03-16T16:32:10.170 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping successful for: 2024-03-16T16:32:10.755 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:10 smithi060 ceph-mon[32981]: purged_snaps scrub starts 2024-03-16T16:32:10.755 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:10 smithi060 ceph-mon[32981]: purged_snaps scrub ok 2024-03-16T16:32:10.755 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:10 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:32:10.755 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:10 smithi060 ceph-mon[32981]: osd.0 [v2:172.21.15.3:6802/3250479056,v1:172.21.15.3:6803/3250479056] boot 2024-03-16T16:32:10.755 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:10 smithi060 ceph-mon[32981]: osdmap e8: 1 total, 1 up, 1 in 2024-03-16T16:32:10.756 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:10 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:32:10.781 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph orch daemon add osd smithi060:vg_nvme/lv_4 2024-03-16T16:32:10.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:10 smithi003 ceph-mon[29598]: purged_snaps scrub starts 2024-03-16T16:32:10.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:10 smithi003 ceph-mon[29598]: purged_snaps scrub ok 2024-03-16T16:32:10.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:10 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:32:10.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:10 smithi003 ceph-mon[29598]: osd.0 [v2:172.21.15.3:6802/3250479056,v1:172.21.15.3:6803/3250479056] boot 2024-03-16T16:32:10.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:10 smithi003 ceph-mon[29598]: osdmap e8: 1 total, 1 up, 1 in 2024-03-16T16:32:10.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:10 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:32:11.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:10 smithi084 ceph-mon[32991]: purged_snaps scrub starts 2024-03-16T16:32:11.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:10 smithi084 ceph-mon[32991]: purged_snaps scrub ok 2024-03-16T16:32:11.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:10 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:32:11.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:10 smithi084 ceph-mon[32991]: osd.0 [v2:172.21.15.3:6802/3250479056,v1:172.21.15.3:6803/3250479056] boot 2024-03-16T16:32:11.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:10 smithi084 ceph-mon[32991]: osdmap e8: 1 total, 1 up, 1 in 2024-03-16T16:32:11.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:10 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:32:11.065 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.b/config 2024-03-16T16:32:11.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:11 smithi060 ceph-mon[32981]: osdmap e9: 1 total, 1 up, 1 in 2024-03-16T16:32:11.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:11 smithi060 ceph-mon[32981]: Detected new or changed devices on smithi003 2024-03-16T16:32:11.728 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:11 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:11.728 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:11 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:11.728 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:11 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:32:11.728 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:11 smithi060 ceph-mon[32981]: Adjusting osd_memory_target on smithi003 to 17093M 2024-03-16T16:32:11.728 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:11 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:11.728 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:11 smithi060 ceph-mon[32981]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:11.728 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:11 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:11.728 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:11 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:32:11.728 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:11 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:12.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:11 smithi084 ceph-mon[32991]: osdmap e9: 1 total, 1 up, 1 in 2024-03-16T16:32:12.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:11 smithi084 ceph-mon[32991]: Detected new or changed devices on smithi003 2024-03-16T16:32:12.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:11 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:12.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:11 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:12.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:11 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:32:12.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:11 smithi084 ceph-mon[32991]: Adjusting osd_memory_target on smithi003 to 17093M 2024-03-16T16:32:12.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:11 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:12.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:11 smithi084 ceph-mon[32991]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:12.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:11 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:12.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:11 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:32:12.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:11 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:12.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:11 smithi003 ceph-mon[29598]: osdmap e9: 1 total, 1 up, 1 in 2024-03-16T16:32:12.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:11 smithi003 ceph-mon[29598]: Detected new or changed devices on smithi003 2024-03-16T16:32:12.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:11 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:12.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:11 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:12.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:11 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:32:12.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:11 smithi003 ceph-mon[29598]: Adjusting osd_memory_target on smithi003 to 17093M 2024-03-16T16:32:12.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:11 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:12.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:11 smithi003 ceph-mon[29598]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:12.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:11 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:12.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:11 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:32:12.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:11 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:13.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:13 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-16T16:32:13.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:13 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-16T16:32:13.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:13 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:13.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:13 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-16T16:32:13.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:13 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-16T16:32:13.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:13 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:13.307 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:13 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-16T16:32:13.307 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:13 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-16T16:32:13.307 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:13 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:14.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:14 smithi084 ceph-mon[32991]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:32:14.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:14 smithi084 ceph-mon[32991]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:14.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:14 smithi003 ceph-mon[29598]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:32:14.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:14 smithi003 ceph-mon[29598]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:14.297 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:14 smithi060 ceph-mon[32981]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:32:14.297 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:14 smithi060 ceph-mon[32981]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:16.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:16 smithi003 ceph-mon[29598]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:16.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:16 smithi003 ceph-mon[29598]: from='client.? 172.21.15.60:0/942762375' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "271d4187-183c-4d0e-9eee-081a02cf2f98"}]: dispatch 2024-03-16T16:32:16.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:16 smithi003 ceph-mon[29598]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "271d4187-183c-4d0e-9eee-081a02cf2f98"}]: dispatch 2024-03-16T16:32:16.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:16 smithi003 ceph-mon[29598]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "271d4187-183c-4d0e-9eee-081a02cf2f98"}]': finished 2024-03-16T16:32:16.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:16 smithi003 ceph-mon[29598]: osdmap e10: 2 total, 1 up, 2 in 2024-03-16T16:32:16.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:16 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:32:16.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:16 smithi003 ceph-mon[29598]: from='client.? 172.21.15.60:0/145347977' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-16T16:32:16.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:16 smithi060 ceph-mon[32981]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:16.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:16 smithi060 ceph-mon[32981]: from='client.? 172.21.15.60:0/942762375' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "271d4187-183c-4d0e-9eee-081a02cf2f98"}]: dispatch 2024-03-16T16:32:16.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:16 smithi060 ceph-mon[32981]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "271d4187-183c-4d0e-9eee-081a02cf2f98"}]: dispatch 2024-03-16T16:32:16.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:16 smithi060 ceph-mon[32981]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "271d4187-183c-4d0e-9eee-081a02cf2f98"}]': finished 2024-03-16T16:32:16.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:16 smithi060 ceph-mon[32981]: osdmap e10: 2 total, 1 up, 2 in 2024-03-16T16:32:16.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:16 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:32:16.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:16 smithi060 ceph-mon[32981]: from='client.? 172.21.15.60:0/145347977' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-16T16:32:16.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:16 smithi084 ceph-mon[32991]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:16.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:16 smithi084 ceph-mon[32991]: from='client.? 172.21.15.60:0/942762375' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "271d4187-183c-4d0e-9eee-081a02cf2f98"}]: dispatch 2024-03-16T16:32:16.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:16 smithi084 ceph-mon[32991]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "271d4187-183c-4d0e-9eee-081a02cf2f98"}]: dispatch 2024-03-16T16:32:16.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:16 smithi084 ceph-mon[32991]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "271d4187-183c-4d0e-9eee-081a02cf2f98"}]': finished 2024-03-16T16:32:16.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:16 smithi084 ceph-mon[32991]: osdmap e10: 2 total, 1 up, 2 in 2024-03-16T16:32:16.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:16 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:32:16.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:16 smithi084 ceph-mon[32991]: from='client.? 172.21.15.60:0/145347977' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-16T16:32:18.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:18 smithi003 ceph-mon[29598]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:18.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:18 smithi060 ceph-mon[32981]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:18.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:18 smithi084 ceph-mon[32991]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:20.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:20 smithi060 ceph-mon[32981]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:20.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:20 smithi003 ceph-mon[29598]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:20.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:20 smithi084 ceph-mon[32991]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:22.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:22 smithi003 ceph-mon[29598]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:22.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:22 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-16T16:32:22.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:22 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:22.360 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:22 smithi060 ceph-mon[32981]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:22.361 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:22 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-16T16:32:22.361 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:22 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:22.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:22 smithi084 ceph-mon[32991]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:22.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:22 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-16T16:32:22.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:22 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:23.344 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:23 smithi003 ceph-mon[29598]: Deploying daemon osd.1 on smithi060 2024-03-16T16:32:23.363 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:23 smithi060 ceph-mon[32981]: Deploying daemon osd.1 on smithi060 2024-03-16T16:32:23.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:23 smithi084 ceph-mon[32991]: Deploying daemon osd.1 on smithi060 2024-03-16T16:32:24.363 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:24 smithi060 ceph-mon[32981]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:24.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:24 smithi084 ceph-mon[32991]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:24.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:24 smithi003 ceph-mon[29598]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:25.295 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:25 smithi060 ceph-mon[32981]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:25.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:25 smithi084 ceph-mon[32991]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:25.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:25 smithi003 ceph-mon[29598]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:28.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:28 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:28.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:28 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:28.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:28 smithi084 ceph-mon[32991]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:28.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:28 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:32:28.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:28 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:28.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:28 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:28.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:28 smithi003 ceph-mon[29598]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:28.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:28 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:32:28.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:28 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:28.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:28 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:28.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:28 smithi060 ceph-mon[32981]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:28.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:28 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:32:29.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:29 smithi060 ceph-mon[32981]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:29.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:29 smithi084 ceph-mon[32991]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:29.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:29 smithi003 ceph-mon[29598]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:30.178 INFO:teuthology.orchestra.run.smithi060.stdout:Created osd(s) 1 on host 'smithi060' 2024-03-16T16:32:30.782 DEBUG:teuthology.orchestra.run.smithi060:osd.1> sudo journalctl -f -n 0 -u ceph-4480966e-e3b2-11ee-95c9-87774f69a715@osd.1.service 2024-03-16T16:32:30.784 INFO:tasks.cephadm:Deploying osd.2 on smithi084 with /dev/vg_nvme/lv_4... 2024-03-16T16:32:30.784 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-16T16:32:31.024 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.c/config 2024-03-16T16:32:31.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:31 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:31.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:31 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:31.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:31 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:31.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:31 smithi060 ceph-mon[32981]: from='osd.1 [v2:172.21.15.60:6800/2874005311,v1:172.21.15.60:6801/2874005311]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-16T16:32:31.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:31 smithi060 ceph-mon[32981]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-16T16:32:31.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:31 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:31.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:31 smithi060 ceph-mon[32981]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:31.415 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:31 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:31.415 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:31 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:31.415 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:31 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:31.415 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:31 smithi084 ceph-mon[32991]: from='osd.1 [v2:172.21.15.60:6800/2874005311,v1:172.21.15.60:6801/2874005311]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-16T16:32:31.415 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:31 smithi084 ceph-mon[32991]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-16T16:32:31.415 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:31 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:31.415 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:31 smithi084 ceph-mon[32991]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:31.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:31 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:31.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:31 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:31.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:31 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:31.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:31 smithi003 ceph-mon[29598]: from='osd.1 [v2:172.21.15.60:6800/2874005311,v1:172.21.15.60:6801/2874005311]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-16T16:32:31.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:31 smithi003 ceph-mon[29598]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-16T16:32:31.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:31 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:31.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:31 smithi003 ceph-mon[29598]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:32.222 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:32 smithi084 ceph-mon[32991]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-16T16:32:32.222 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:32 smithi084 ceph-mon[32991]: from='osd.1 [v2:172.21.15.60:6800/2874005311,v1:172.21.15.60:6801/2874005311]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-03-16T16:32:32.222 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:32 smithi084 ceph-mon[32991]: osdmap e11: 2 total, 1 up, 2 in 2024-03-16T16:32:32.222 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:32 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:32:32.222 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:32 smithi084 ceph-mon[32991]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-03-16T16:32:32.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:32 smithi060 ceph-mon[32981]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-16T16:32:32.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:32 smithi060 ceph-mon[32981]: from='osd.1 [v2:172.21.15.60:6800/2874005311,v1:172.21.15.60:6801/2874005311]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-03-16T16:32:32.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:32 smithi060 ceph-mon[32981]: osdmap e11: 2 total, 1 up, 2 in 2024-03-16T16:32:32.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:32 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:32:32.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:32 smithi060 ceph-mon[32981]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-03-16T16:32:32.386 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:32:32 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-1[37189]: 2024-03-16T16:32:32.221+0000 7ff57f235700 -1 osd.1 0 waiting for initial osdmap 2024-03-16T16:32:32.386 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:32:32 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-1[37189]: 2024-03-16T16:32:32.224+0000 7ff57b028700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-16T16:32:32.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:32 smithi003 ceph-mon[29598]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-16T16:32:32.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:32 smithi003 ceph-mon[29598]: from='osd.1 [v2:172.21.15.60:6800/2874005311,v1:172.21.15.60:6801/2874005311]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-03-16T16:32:32.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:32 smithi003 ceph-mon[29598]: osdmap e11: 2 total, 1 up, 2 in 2024-03-16T16:32:32.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:32 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:32:32.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:32 smithi003 ceph-mon[29598]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-03-16T16:32:32.757 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-16T16:32:32.757 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-16T16:32:32.757 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10+0 records in 2024-03-16T16:32:32.757 INFO:teuthology.orchestra.run.smithi084.stderr:10+0 records out 2024-03-16T16:32:32.757 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0129486 s, 810 MB/s 2024-03-16T16:32:32.757 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping successful for: 2024-03-16T16:32:33.327 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph orch daemon add osd smithi084:vg_nvme/lv_4 2024-03-16T16:32:33.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:33 smithi084 ceph-mon[32991]: purged_snaps scrub starts 2024-03-16T16:32:33.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:33 smithi084 ceph-mon[32991]: purged_snaps scrub ok 2024-03-16T16:32:33.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:33 smithi084 ceph-mon[32991]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-03-16T16:32:33.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:33 smithi084 ceph-mon[32991]: osdmap e12: 2 total, 1 up, 2 in 2024-03-16T16:32:33.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:33 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:32:33.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:33 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:32:33.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:33 smithi084 ceph-mon[32991]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:33.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:33 smithi003 ceph-mon[29598]: purged_snaps scrub starts 2024-03-16T16:32:33.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:33 smithi003 ceph-mon[29598]: purged_snaps scrub ok 2024-03-16T16:32:33.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:33 smithi003 ceph-mon[29598]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-03-16T16:32:33.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:33 smithi003 ceph-mon[29598]: osdmap e12: 2 total, 1 up, 2 in 2024-03-16T16:32:33.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:33 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:32:33.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:33 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:32:33.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:33 smithi003 ceph-mon[29598]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:33.572 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.c/config 2024-03-16T16:32:33.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:33 smithi060 ceph-mon[32981]: purged_snaps scrub starts 2024-03-16T16:32:33.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:33 smithi060 ceph-mon[32981]: purged_snaps scrub ok 2024-03-16T16:32:33.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:33 smithi060 ceph-mon[32981]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-03-16T16:32:33.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:33 smithi060 ceph-mon[32981]: osdmap e12: 2 total, 1 up, 2 in 2024-03-16T16:32:33.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:33 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:32:33.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:33 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:32:33.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:33 smithi060 ceph-mon[32981]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:32:34.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:34 smithi084 ceph-mon[32991]: osd.1 [v2:172.21.15.60:6800/2874005311,v1:172.21.15.60:6801/2874005311] boot 2024-03-16T16:32:34.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:34 smithi084 ceph-mon[32991]: osdmap e13: 2 total, 2 up, 2 in 2024-03-16T16:32:34.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:32:34.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:34 smithi084 ceph-mon[32991]: Detected new or changed devices on smithi060 2024-03-16T16:32:34.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:34.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:34.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:32:34.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:34 smithi084 ceph-mon[32991]: Adjusting osd_memory_target on smithi060 to 17093M 2024-03-16T16:32:34.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:34.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:34.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:32:34.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:34.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:32:34.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:34.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:32:34.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:34 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:34.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:34 smithi003 ceph-mon[29598]: osd.1 [v2:172.21.15.60:6800/2874005311,v1:172.21.15.60:6801/2874005311] boot 2024-03-16T16:32:34.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:34 smithi003 ceph-mon[29598]: osdmap e13: 2 total, 2 up, 2 in 2024-03-16T16:32:34.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:32:34.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:34 smithi003 ceph-mon[29598]: Detected new or changed devices on smithi060 2024-03-16T16:32:34.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:34.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:34.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:32:34.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:34 smithi003 ceph-mon[29598]: Adjusting osd_memory_target on smithi060 to 17093M 2024-03-16T16:32:34.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:34.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:34.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:32:34.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:34.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:32:34.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:34.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:32:34.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:34 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:34.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:34 smithi060 ceph-mon[32981]: osd.1 [v2:172.21.15.60:6800/2874005311,v1:172.21.15.60:6801/2874005311] boot 2024-03-16T16:32:34.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:34 smithi060 ceph-mon[32981]: osdmap e13: 2 total, 2 up, 2 in 2024-03-16T16:32:34.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:34 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:32:34.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:34 smithi060 ceph-mon[32981]: Detected new or changed devices on smithi060 2024-03-16T16:32:34.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:34 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:34.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:34 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:34.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:34 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:32:34.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:34 smithi060 ceph-mon[32981]: Adjusting osd_memory_target on smithi060 to 17093M 2024-03-16T16:32:34.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:34 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:34.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:34 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:34.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:34 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:32:34.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:34 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:34.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:34 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:32:34.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:34 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:34.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:34 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:32:34.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:34 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:35.978 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:35 smithi084 ceph-mon[32991]: osdmap e14: 2 total, 2 up, 2 in 2024-03-16T16:32:35.978 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:35 smithi084 ceph-mon[32991]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:35.978 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:35 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-16T16:32:35.978 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:35 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-16T16:32:35.978 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:35 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:36.041 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:35 smithi003 ceph-mon[29598]: osdmap e14: 2 total, 2 up, 2 in 2024-03-16T16:32:36.041 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:35 smithi003 ceph-mon[29598]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:36.041 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:35 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-16T16:32:36.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:35 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-16T16:32:36.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:35 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:36.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:35 smithi060 ceph-mon[32981]: osdmap e14: 2 total, 2 up, 2 in 2024-03-16T16:32:36.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:35 smithi060 ceph-mon[32981]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:36.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:35 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-16T16:32:36.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:35 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-16T16:32:36.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:35 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:36.983 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:36 smithi084 ceph-mon[32991]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:32:37.041 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:36 smithi003 ceph-mon[29598]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:32:37.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:36 smithi060 ceph-mon[32981]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:32:38.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:37 smithi084 ceph-mon[32991]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:38.041 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:37 smithi003 ceph-mon[29598]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:38.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:37 smithi060 ceph-mon[32981]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:38.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:38 smithi060 ceph-mon[32981]: from='client.? 172.21.15.84:0/2268090859' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7907f13c-e9bc-4d03-b5dc-d8dd8224e81c"}]: dispatch 2024-03-16T16:32:38.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:38 smithi060 ceph-mon[32981]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7907f13c-e9bc-4d03-b5dc-d8dd8224e81c"}]: dispatch 2024-03-16T16:32:38.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:38 smithi060 ceph-mon[32981]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7907f13c-e9bc-4d03-b5dc-d8dd8224e81c"}]': finished 2024-03-16T16:32:38.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:38 smithi060 ceph-mon[32981]: osdmap e15: 3 total, 2 up, 3 in 2024-03-16T16:32:38.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:38 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:32:38.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:38 smithi060 ceph-mon[32981]: from='client.? 172.21.15.84:0/642490328' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-16T16:32:39.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:38 smithi084 ceph-mon[32991]: from='client.? 172.21.15.84:0/2268090859' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7907f13c-e9bc-4d03-b5dc-d8dd8224e81c"}]: dispatch 2024-03-16T16:32:39.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:38 smithi084 ceph-mon[32991]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7907f13c-e9bc-4d03-b5dc-d8dd8224e81c"}]: dispatch 2024-03-16T16:32:39.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:38 smithi084 ceph-mon[32991]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7907f13c-e9bc-4d03-b5dc-d8dd8224e81c"}]': finished 2024-03-16T16:32:39.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:38 smithi084 ceph-mon[32991]: osdmap e15: 3 total, 2 up, 3 in 2024-03-16T16:32:39.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:38 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:32:39.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:38 smithi084 ceph-mon[32991]: from='client.? 172.21.15.84:0/642490328' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-16T16:32:39.041 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:38 smithi003 ceph-mon[29598]: from='client.? 172.21.15.84:0/2268090859' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7907f13c-e9bc-4d03-b5dc-d8dd8224e81c"}]: dispatch 2024-03-16T16:32:39.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:38 smithi003 ceph-mon[29598]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7907f13c-e9bc-4d03-b5dc-d8dd8224e81c"}]: dispatch 2024-03-16T16:32:39.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:38 smithi003 ceph-mon[29598]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7907f13c-e9bc-4d03-b5dc-d8dd8224e81c"}]': finished 2024-03-16T16:32:39.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:38 smithi003 ceph-mon[29598]: osdmap e15: 3 total, 2 up, 3 in 2024-03-16T16:32:39.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:38 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:32:39.042 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:38 smithi003 ceph-mon[29598]: from='client.? 172.21.15.84:0/642490328' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-16T16:32:40.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:39 smithi084 ceph-mon[32991]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:40.041 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:39 smithi003 ceph-mon[29598]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:40.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:39 smithi060 ceph-mon[32981]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:41.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:41 smithi084 ceph-mon[32991]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:41.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:41 smithi060 ceph-mon[32981]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:41.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:41 smithi003 ceph-mon[29598]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:43.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:43 smithi084 ceph-mon[32991]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:43.344 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:43 smithi003 ceph-mon[29598]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:43.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:43 smithi060 ceph-mon[32981]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:44.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:44 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-16T16:32:44.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:44 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:44.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:44 smithi084 ceph-mon[32991]: Deploying daemon osd.2 on smithi084 2024-03-16T16:32:44.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:44 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-16T16:32:44.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:44 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:44.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:44 smithi060 ceph-mon[32981]: Deploying daemon osd.2 on smithi084 2024-03-16T16:32:44.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:44 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-16T16:32:44.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:44 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:44.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:44 smithi003 ceph-mon[29598]: Deploying daemon osd.2 on smithi084 2024-03-16T16:32:45.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:45 smithi060 ceph-mon[32981]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:45.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:45 smithi084 ceph-mon[32991]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:45.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:45 smithi003 ceph-mon[29598]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:47.382 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:47 smithi084 ceph-mon[32991]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:47.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:47 smithi060 ceph-mon[32981]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:47.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:47 smithi003 ceph-mon[29598]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:49.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:49 smithi060 ceph-mon[32981]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:49.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:49 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:49.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:49 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:32:49.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:49 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:49.455 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:49 smithi084 ceph-mon[32991]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:49.455 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:49 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:49.455 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:49 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:32:49.455 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:49 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:49.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:49 smithi003 ceph-mon[29598]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:49.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:49 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:49.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:49 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:32:49.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:49 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:51.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:51 smithi084 ceph-mon[32991]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:51.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:51 smithi060 ceph-mon[32981]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:51.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:51 smithi003 ceph-mon[29598]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:52.044 INFO:teuthology.orchestra.run.smithi084.stdout:Created osd(s) 2 on host 'smithi084' 2024-03-16T16:32:52.714 DEBUG:teuthology.orchestra.run.smithi084:osd.2> sudo journalctl -f -n 0 -u ceph-4480966e-e3b2-11ee-95c9-87774f69a715@osd.2.service 2024-03-16T16:32:52.716 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-03-16T16:32:52.717 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph osd stat -f json 2024-03-16T16:32:52.971 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:32:53.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:53 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:53.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:53 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:53.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:53 smithi003 ceph-mon[29598]: from='osd.2 [v2:172.21.15.84:6800/1028766618,v1:172.21.15.84:6801/1028766618]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-16T16:32:53.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:53 smithi003 ceph-mon[29598]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-16T16:32:53.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:53 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:53.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:53 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:53.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:53 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:53.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:53 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:53.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:53 smithi060 ceph-mon[32981]: from='osd.2 [v2:172.21.15.84:6800/1028766618,v1:172.21.15.84:6801/1028766618]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-16T16:32:53.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:53 smithi060 ceph-mon[32981]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-16T16:32:53.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:53 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:53.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:53 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:53.397 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:53 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:53.397 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:53 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:53.398 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:53 smithi084 ceph-mon[32991]: from='osd.2 [v2:172.21.15.84:6800/1028766618,v1:172.21.15.84:6801/1028766618]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-16T16:32:53.398 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:53 smithi084 ceph-mon[32991]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-16T16:32:53.398 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:53 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:53.398 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:53 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:54.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:54 smithi003 ceph-mon[29598]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:54.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:54 smithi003 ceph-mon[29598]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-16T16:32:54.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:54 smithi003 ceph-mon[29598]: osdmap e16: 3 total, 2 up, 3 in 2024-03-16T16:32:54.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:54 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:32:54.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:54 smithi003 ceph-mon[29598]: from='osd.2 [v2:172.21.15.84:6800/1028766618,v1:172.21.15.84:6801/1028766618]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-03-16T16:32:54.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:54 smithi003 ceph-mon[29598]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-03-16T16:32:54.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:54 smithi060 ceph-mon[32981]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:54.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:54 smithi060 ceph-mon[32981]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-16T16:32:54.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:54 smithi060 ceph-mon[32981]: osdmap e16: 3 total, 2 up, 3 in 2024-03-16T16:32:54.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:54 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:32:54.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:54 smithi060 ceph-mon[32981]: from='osd.2 [v2:172.21.15.84:6800/1028766618,v1:172.21.15.84:6801/1028766618]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-03-16T16:32:54.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:54 smithi060 ceph-mon[32981]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-03-16T16:32:54.400 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:54 smithi084 ceph-mon[32991]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:54.400 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:54 smithi084 ceph-mon[32991]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-16T16:32:54.400 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:54 smithi084 ceph-mon[32991]: osdmap e16: 3 total, 2 up, 3 in 2024-03-16T16:32:54.400 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:54 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:32:54.400 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:54 smithi084 ceph-mon[32991]: from='osd.2 [v2:172.21.15.84:6800/1028766618,v1:172.21.15.84:6801/1028766618]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-03-16T16:32:54.400 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:54 smithi084 ceph-mon[32991]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-03-16T16:32:54.706 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:32:54 smithi084 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-2[37169]: 2024-03-16T16:32:54.497+0000 7f65f048d700 -1 osd.2 0 waiting for initial osdmap 2024-03-16T16:32:54.706 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:32:54 smithi084 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-2[37169]: 2024-03-16T16:32:54.499+0000 7f65e7a77700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-16T16:32:54.758 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:32:55.312 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:55 smithi003 ceph-mon[29598]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-03-16T16:32:55.312 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:55 smithi003 ceph-mon[29598]: osdmap e17: 3 total, 2 up, 3 in 2024-03-16T16:32:55.313 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:55 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:32:55.313 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:55 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:32:55.313 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:55 smithi003 ceph-mon[29598]: from='osd.2 ' entity='osd.2' 2024-03-16T16:32:55.313 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:55 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/1300238921' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-16T16:32:55.313 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:55 smithi003 ceph-mon[29598]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:55.318 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:55 smithi084 ceph-mon[32991]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-03-16T16:32:55.318 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:55 smithi084 ceph-mon[32991]: osdmap e17: 3 total, 2 up, 3 in 2024-03-16T16:32:55.318 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:55 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:32:55.318 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:55 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:32:55.318 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:55 smithi084 ceph-mon[32991]: from='osd.2 ' entity='osd.2' 2024-03-16T16:32:55.318 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:55 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/1300238921' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-16T16:32:55.318 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:55 smithi084 ceph-mon[32991]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:55.340 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1710606753,"num_in_osds":3,"osd_in_since":1710606757,"num_remapped_pgs":0} 2024-03-16T16:32:55.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:55 smithi060 ceph-mon[32981]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-03-16T16:32:55.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:55 smithi060 ceph-mon[32981]: osdmap e17: 3 total, 2 up, 3 in 2024-03-16T16:32:55.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:55 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:32:55.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:55 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:32:55.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:55 smithi060 ceph-mon[32981]: from='osd.2 ' entity='osd.2' 2024-03-16T16:32:55.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:55 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/1300238921' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-16T16:32:55.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:55 smithi060 ceph-mon[32981]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:32:56.341 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph osd stat -f json 2024-03-16T16:32:56.366 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:56 smithi003 ceph-mon[29598]: purged_snaps scrub starts 2024-03-16T16:32:56.366 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:56 smithi003 ceph-mon[29598]: purged_snaps scrub ok 2024-03-16T16:32:56.366 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:56 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:32:56.366 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:56 smithi003 ceph-mon[29598]: osd.2 [v2:172.21.15.84:6800/1028766618,v1:172.21.15.84:6801/1028766618] boot 2024-03-16T16:32:56.366 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:56 smithi003 ceph-mon[29598]: osdmap e18: 3 total, 3 up, 3 in 2024-03-16T16:32:56.366 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:56 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:32:56.366 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:56 smithi003 ceph-mon[29598]: Detected new or changed devices on smithi084 2024-03-16T16:32:56.366 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:56 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:56.366 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:56 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:56.367 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:56 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:32:56.367 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:56 smithi003 ceph-mon[29598]: Adjusting osd_memory_target on smithi084 to 21184M 2024-03-16T16:32:56.367 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:56 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:56.367 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:56 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:56.367 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:56 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:32:56.367 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:56 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:56 smithi060 ceph-mon[32981]: purged_snaps scrub starts 2024-03-16T16:32:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:56 smithi060 ceph-mon[32981]: purged_snaps scrub ok 2024-03-16T16:32:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:56 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:32:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:56 smithi060 ceph-mon[32981]: osd.2 [v2:172.21.15.84:6800/1028766618,v1:172.21.15.84:6801/1028766618] boot 2024-03-16T16:32:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:56 smithi060 ceph-mon[32981]: osdmap e18: 3 total, 3 up, 3 in 2024-03-16T16:32:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:56 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:32:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:56 smithi060 ceph-mon[32981]: Detected new or changed devices on smithi084 2024-03-16T16:32:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:56 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:56 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:56 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:32:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:56 smithi060 ceph-mon[32981]: Adjusting osd_memory_target on smithi084 to 21184M 2024-03-16T16:32:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:56 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:56 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:56.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:56 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:32:56.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:56 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:56.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:56 smithi084 ceph-mon[32991]: purged_snaps scrub starts 2024-03-16T16:32:56.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:56 smithi084 ceph-mon[32991]: purged_snaps scrub ok 2024-03-16T16:32:56.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:56 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:32:56.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:56 smithi084 ceph-mon[32991]: osd.2 [v2:172.21.15.84:6800/1028766618,v1:172.21.15.84:6801/1028766618] boot 2024-03-16T16:32:56.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:56 smithi084 ceph-mon[32991]: osdmap e18: 3 total, 3 up, 3 in 2024-03-16T16:32:56.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:56 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:32:56.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:56 smithi084 ceph-mon[32991]: Detected new or changed devices on smithi084 2024-03-16T16:32:56.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:56 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:56.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:56 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:56.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:56 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:32:56.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:56 smithi084 ceph-mon[32991]: Adjusting osd_memory_target on smithi084 to 21184M 2024-03-16T16:32:56.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:56 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:56.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:56 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:56.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:56 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:32:56.530 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:56 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:56.583 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:32:57.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:57 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:32:57.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:57 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:57.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:57 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:32:57.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:57 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:57.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:57 smithi084 ceph-mon[32991]: pgmap v79: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:57.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:57 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:32:57.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:57 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:57.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:57 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:32:57.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:57 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:57.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:57 smithi003 ceph-mon[29598]: pgmap v79: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:57.303 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:57 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:32:57.303 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:57 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:32:57.303 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:57 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:32:57.303 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:57 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:57.303 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:57 smithi060 ceph-mon[32981]: pgmap v79: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:58.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:58 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-16T16:32:58.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:58 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-16T16:32:58.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:58 smithi003 ceph-mon[29598]: osdmap e19: 3 total, 3 up, 3 in 2024-03-16T16:32:58.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:58 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-16T16:32:58.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:58 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-16T16:32:58.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:58 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-16T16:32:58.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:58 smithi060 ceph-mon[32981]: osdmap e19: 3 total, 3 up, 3 in 2024-03-16T16:32:58.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:58 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-16T16:32:58.419 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:32:58.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:58 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-16T16:32:58.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:58 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-16T16:32:58.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:58 smithi084 ceph-mon[32991]: osdmap e19: 3 total, 3 up, 3 in 2024-03-16T16:32:58.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:58 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-16T16:32:58.957 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:32:58 smithi003 sudo[48536]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-16T16:32:58.957 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:32:58 smithi003 sudo[48536]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-16T16:32:58.957 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:32:58 smithi003 sudo[48536]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-16T16:32:58.957 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:32:58 smithi003 sudo[48536]: pam_unix(sudo:session): session closed for user root 2024-03-16T16:32:59.017 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":20,"num_osds":3,"num_up_osds":3,"osd_up_since":1710606775,"num_in_osds":3,"osd_in_since":1710606757,"num_remapped_pgs":0} 2024-03-16T16:32:59.018 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph osd dump --format=json 2024-03-16T16:32:59.291 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:32:58 smithi003 sudo[48539]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-16T16:32:59.292 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:32:58 smithi003 sudo[48539]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-16T16:32:59.292 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:32:58 smithi003 sudo[48539]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-16T16:32:59.292 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:32:58 smithi003 sudo[48539]: pam_unix(sudo:session): session closed for user root 2024-03-16T16:32:59.293 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:32:59.503 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:32:59 smithi060 sudo[40960]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-16T16:32:59.503 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:32:59 smithi060 sudo[40960]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-16T16:32:59.503 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:32:59 smithi060 sudo[40960]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-16T16:32:59.503 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:32:59 smithi060 sudo[40960]: pam_unix(sudo:session): session closed for user root 2024-03-16T16:32:59.504 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:59 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-16T16:32:59.504 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:59 smithi060 ceph-mon[32981]: osdmap e20: 3 total, 3 up, 3 in 2024-03-16T16:32:59.504 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:59 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/3639575879' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-16T16:32:59.504 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:59 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:59.504 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:32:59 smithi060 ceph-mon[32981]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:59.637 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:59 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-16T16:32:59.637 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:59 smithi003 ceph-mon[29598]: osdmap e20: 3 total, 3 up, 3 in 2024-03-16T16:32:59.638 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:59 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/3639575879' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-16T16:32:59.638 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:59 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:59.638 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:32:59 smithi003 ceph-mon[29598]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:59.769 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:59 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-16T16:32:59.769 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:59 smithi084 ceph-mon[32991]: osdmap e20: 3 total, 3 up, 3 in 2024-03-16T16:32:59.769 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:59 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/3639575879' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-16T16:32:59.769 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:59 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:32:59.769 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:32:59 smithi084 ceph-mon[32991]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:59.885 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:32:59 smithi060 sudo[40963]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-16T16:32:59.885 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:32:59 smithi060 sudo[40963]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-16T16:32:59.885 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:32:59 smithi060 sudo[40963]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-16T16:32:59.885 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:32:59 smithi060 sudo[40963]: pam_unix(sudo:session): session closed for user root 2024-03-16T16:33:00.025 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:32:59 smithi084 sudo[40370]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-16T16:33:00.025 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:32:59 smithi084 sudo[40370]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-16T16:33:00.025 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:32:59 smithi084 sudo[40370]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-16T16:33:00.026 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:32:59 smithi084 sudo[40370]: pam_unix(sudo:session): session closed for user root 2024-03-16T16:33:00.279 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:33:00 smithi084 sudo[40373]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-16T16:33:00.279 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:33:00 smithi084 sudo[40373]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-16T16:33:00.279 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:33:00 smithi084 sudo[40373]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-16T16:33:00.279 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:33:00 smithi084 sudo[40373]: pam_unix(sudo:session): session closed for user root 2024-03-16T16:33:00.568 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:00 smithi003 sudo[48634]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-16T16:33:00.568 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:00 smithi003 sudo[48634]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-16T16:33:00.568 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:00 smithi003 sudo[48634]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-16T16:33:00.568 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:00 smithi003 sudo[48634]: pam_unix(sudo:session): session closed for user root 2024-03-16T16:33:00.829 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:00 smithi084 ceph-mon[32991]: osdmap e21: 3 total, 3 up, 3 in 2024-03-16T16:33:00.829 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:00 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:33:00.829 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:00 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:33:00.829 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:00 smithi084 ceph-mon[32991]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-16T16:33:00.829 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:00 smithi084 sudo[40376]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-16T16:33:00.829 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:00 smithi084 sudo[40376]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-16T16:33:00.829 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:00 smithi084 sudo[40376]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-16T16:33:00.829 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:00 smithi084 sudo[40376]: pam_unix(sudo:session): session closed for user root 2024-03-16T16:33:00.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:00 smithi003 sudo[48657]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-16T16:33:00.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:00 smithi003 sudo[48657]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-16T16:33:00.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:00 smithi003 sudo[48657]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-16T16:33:00.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:00 smithi003 sudo[48657]: pam_unix(sudo:session): session closed for user root 2024-03-16T16:33:00.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:00 smithi003 ceph-mon[29598]: osdmap e21: 3 total, 3 up, 3 in 2024-03-16T16:33:00.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:00 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:33:00.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:00 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:33:00.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:00 smithi003 ceph-mon[29598]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-16T16:33:00.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:00 smithi060 ceph-mon[32981]: osdmap e21: 3 total, 3 up, 3 in 2024-03-16T16:33:00.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:00 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:33:00.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:00 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' 2024-03-16T16:33:00.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:00 smithi060 ceph-mon[32981]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-16T16:33:01.091 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:33:01.091 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":21,"fsid":"4480966e-e3b2-11ee-95c9-87774f69a715","created":"2024-03-16T16:29:33.633195+0000","modified":"2024-03-16T16:32:59.357230+0000","last_up_change":"2024-03-16T16:32:55.500697+0000","last_in_change":"2024-03-16T16:32:37.803897+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-16T16:32:57.347322+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"4ba2bebf-d856-4712-b583-62efbddde9c0","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.3:6802","nonce":3250479056},{"type":"v1","addr":"172.21.15.3:6803","nonce":3250479056}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":3250479056},{"type":"v1","addr":"172.21.15.3:6805","nonce":3250479056}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":3250479056},{"type":"v1","addr":"172.21.15.3:6809","nonce":3250479056}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":3250479056},{"type":"v1","addr":"172.21.15.3:6807","nonce":3250479056}]},"public_addr":"172.21.15.3:6803/3250479056","cluster_addr":"172.21.15.3:6805/3250479056","heartbeat_back_addr":"172.21.15.3:6809/3250479056","heartbeat_front_addr":"172.21.15.3:6807/3250479056","state":["exists","up"]},{"osd":1,"uuid":"271d4187-183c-4d0e-9eee-081a02cf2f98","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6800","nonce":2874005311},{"type":"v1","addr":"172.21.15.60:6801","nonce":2874005311}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":2874005311},{"type":"v1","addr":"172.21.15.60:6803","nonce":2874005311}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":2874005311},{"type":"v1","addr":"172.21.15.60:6807","nonce":2874005311}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":2874005311},{"type":"v1","addr":"172.21.15.60:6805","nonce":2874005311}]},"public_addr":"172.21.15.60:6801/2874005311","cluster_addr":"172.21.15.60:6803/2874005311","heartbeat_back_addr":"172.21.15.60:6807/2874005311","heartbeat_front_addr":"172.21.15.60:6805/2874005311","state":["exists","up"]},{"osd":2,"uuid":"7907f13c-e9bc-4d03-b5dc-d8dd8224e81c","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.84:6800","nonce":1028766618},{"type":"v1","addr":"172.21.15.84:6801","nonce":1028766618}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6802","nonce":1028766618},{"type":"v1","addr":"172.21.15.84:6803","nonce":1028766618}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6806","nonce":1028766618},{"type":"v1","addr":"172.21.15.84:6807","nonce":1028766618}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6804","nonce":1028766618},{"type":"v1","addr":"172.21.15.84:6805","nonce":1028766618}]},"public_addr":"172.21.15.84:6801/1028766618","cluster_addr":"172.21.15.84:6803/1028766618","heartbeat_back_addr":"172.21.15.84:6807/1028766618","heartbeat_front_addr":"172.21.15.84:6805/1028766618","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-16T16:32:07.778387+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-16T16:32:31.196216+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-16T16:32:53.135495+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:0/1283842196":"2024-03-17T16:30:35.013120+0000","172.21.15.3:0/86146915":"2024-03-17T16:30:35.013120+0000","172.21.15.3:6800/3449613707":"2024-03-17T16:30:35.013120+0000","172.21.15.3:6800/25721187":"2024-03-17T16:30:07.454225+0000","172.21.15.3:0/2094133268":"2024-03-17T16:30:35.013120+0000","172.21.15.3:0/2323827971":"2024-03-17T16:30:07.454225+0000","172.21.15.3:6801/3449613707":"2024-03-17T16:30:35.013120+0000","172.21.15.3:6801/25721187":"2024-03-17T16:30:07.454225+0000","172.21.15.3:0/2232823747":"2024-03-17T16:30:07.454225+0000","172.21.15.3:0/3110859459":"2024-03-17T16:30:07.454225+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-16T16:33:01.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:01 smithi084 sudo[40379]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-16T16:33:01.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:01 smithi084 sudo[40379]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-16T16:33:01.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:01 smithi084 sudo[40379]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-16T16:33:01.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:01 smithi084 sudo[40379]: pam_unix(sudo:session): session closed for user root 2024-03-16T16:33:01.591 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 sudo[40966]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-16T16:33:01.591 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 sudo[40966]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-16T16:33:01.591 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 sudo[40966]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-16T16:33:01.591 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 sudo[40966]: pam_unix(sudo:session): session closed for user root 2024-03-16T16:33:01.690 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:01 smithi003 ceph-mon[29598]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-16T16:33:01.690 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:01 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:33:01.690 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:01 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:33:01.690 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:01 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:33:01.690 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:01 smithi003 ceph-mon[29598]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-16T16:33:01.690 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:01 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:33:01.690 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:01 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:33:01.691 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:01 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:33:01.691 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:01 smithi003 ceph-mon[29598]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-16T16:33:01.691 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:01 smithi003 ceph-mon[29598]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:01.691 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:01 smithi003 ceph-mon[29598]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-16T16:33:01.691 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:01 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:33:01.691 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:01 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:33:01.691 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:01 smithi003 ceph-mon[29598]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:33:01.691 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:01 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/2618199008' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-16T16:33:01.717 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-16T16:32:57.347322+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-03-16T16:33:01.718 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-16T16:33:01.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 sudo[40969]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-16T16:33:01.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 sudo[40969]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-16T16:33:01.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 sudo[40969]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-16T16:33:01.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 sudo[40969]: pam_unix(sudo:session): session closed for user root 2024-03-16T16:33:01.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 ceph-mon[32981]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-16T16:33:01.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:33:01.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:33:01.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:33:01.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 ceph-mon[32981]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-16T16:33:01.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:33:01.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:33:01.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:33:01.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 ceph-mon[32981]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-16T16:33:01.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 ceph-mon[32981]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:01.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 ceph-mon[32981]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-16T16:33:01.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:33:01.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:33:01.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 ceph-mon[32981]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:33:01.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:01 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/2618199008' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-16T16:33:01.955 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:33:02.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:01 smithi084 ceph-mon[32991]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-16T16:33:02.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:01 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:33:02.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:01 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:33:02.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:01 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:33:02.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:01 smithi084 ceph-mon[32991]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-16T16:33:02.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:01 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:33:02.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:01 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:33:02.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:01 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:33:02.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:01 smithi084 ceph-mon[32991]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-16T16:33:02.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:01 smithi084 ceph-mon[32991]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:02.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:01 smithi084 ceph-mon[32991]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-16T16:33:02.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:01 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:33:02.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:01 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:33:02.031 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:01 smithi084 ceph-mon[32991]: from='mgr.14150 172.21.15.3:0/2287124444' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:33:02.031 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:01 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/2618199008' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-16T16:33:02.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:02 smithi003 ceph-mon[29598]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-16T16:33:02.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:02 smithi003 ceph-mon[29598]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-16T16:33:02.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:02 smithi060 ceph-mon[32981]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-16T16:33:02.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:02 smithi060 ceph-mon[32981]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-16T16:33:03.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:02 smithi084 ceph-mon[32991]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-16T16:33:03.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:02 smithi084 ceph-mon[32991]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-16T16:33:03.692 INFO:teuthology.orchestra.run.smithi003.stdout:pg_num: 1 2024-03-16T16:33:03.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:03 smithi060 ceph-mon[32981]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:04.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:03 smithi084 ceph-mon[32991]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:04.041 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:03 smithi003 ceph-mon[29598]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:04.230 INFO:tasks.cephadm:Setting up client nodes... 2024-03-16T16:33:04.231 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-16T16:33:04.231 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-16T16:33:04.231 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph mgr dump --format=json 2024-03-16T16:33:04.470 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:33:04.872 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:04 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/2922859764' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-16T16:33:04.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:04 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/2922859764' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-16T16:33:05.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:04 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/2922859764' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-16T16:33:05.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:05 smithi003 ceph-mon[29598]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 4.8 KiB/s rd, 230 KiB/s wr, 15 op/s 2024-03-16T16:33:05.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:05 smithi060 ceph-mon[32981]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 4.8 KiB/s rd, 230 KiB/s wr, 15 op/s 2024-03-16T16:33:06.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:05 smithi084 ceph-mon[32991]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 4.8 KiB/s rd, 230 KiB/s wr, 15 op/s 2024-03-16T16:33:06.275 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:33:06.865 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:06 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/2366421066' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-16T16:33:06.884 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:06 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/2366421066' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-16T16:33:06.891 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6800","nonce":3326894070},{"type":"v1","addr":"172.21.15.3:6801","nonce":3326894070}]},"active_addr":"172.21.15.3:6801/3326894070","active_change":"2024-03-16T16:30:35.013267+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24110,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.3:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":3270183133}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":2503923900}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":2074050650}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":214387884}]}]} 2024-03-16T16:33:06.897 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-16T16:33:06.897 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-16T16:33:06.897 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph osd dump --format=json 2024-03-16T16:33:07.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:06 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/2366421066' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-16T16:33:07.133 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:33:07.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:07 smithi003 ceph-mon[29598]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.5 KiB/s rd, 170 KiB/s wr, 11 op/s 2024-03-16T16:33:07.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:07 smithi060 ceph-mon[32981]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.5 KiB/s rd, 170 KiB/s wr, 11 op/s 2024-03-16T16:33:08.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:07 smithi084 ceph-mon[32991]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.5 KiB/s rd, 170 KiB/s wr, 11 op/s 2024-03-16T16:33:08.888 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:33:08.889 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":21,"fsid":"4480966e-e3b2-11ee-95c9-87774f69a715","created":"2024-03-16T16:29:33.633195+0000","modified":"2024-03-16T16:32:59.357230+0000","last_up_change":"2024-03-16T16:32:55.500697+0000","last_in_change":"2024-03-16T16:32:37.803897+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-16T16:32:57.347322+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"4ba2bebf-d856-4712-b583-62efbddde9c0","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.3:6802","nonce":3250479056},{"type":"v1","addr":"172.21.15.3:6803","nonce":3250479056}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":3250479056},{"type":"v1","addr":"172.21.15.3:6805","nonce":3250479056}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":3250479056},{"type":"v1","addr":"172.21.15.3:6809","nonce":3250479056}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":3250479056},{"type":"v1","addr":"172.21.15.3:6807","nonce":3250479056}]},"public_addr":"172.21.15.3:6803/3250479056","cluster_addr":"172.21.15.3:6805/3250479056","heartbeat_back_addr":"172.21.15.3:6809/3250479056","heartbeat_front_addr":"172.21.15.3:6807/3250479056","state":["exists","up"]},{"osd":1,"uuid":"271d4187-183c-4d0e-9eee-081a02cf2f98","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6800","nonce":2874005311},{"type":"v1","addr":"172.21.15.60:6801","nonce":2874005311}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":2874005311},{"type":"v1","addr":"172.21.15.60:6803","nonce":2874005311}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":2874005311},{"type":"v1","addr":"172.21.15.60:6807","nonce":2874005311}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":2874005311},{"type":"v1","addr":"172.21.15.60:6805","nonce":2874005311}]},"public_addr":"172.21.15.60:6801/2874005311","cluster_addr":"172.21.15.60:6803/2874005311","heartbeat_back_addr":"172.21.15.60:6807/2874005311","heartbeat_front_addr":"172.21.15.60:6805/2874005311","state":["exists","up"]},{"osd":2,"uuid":"7907f13c-e9bc-4d03-b5dc-d8dd8224e81c","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.84:6800","nonce":1028766618},{"type":"v1","addr":"172.21.15.84:6801","nonce":1028766618}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6802","nonce":1028766618},{"type":"v1","addr":"172.21.15.84:6803","nonce":1028766618}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6806","nonce":1028766618},{"type":"v1","addr":"172.21.15.84:6807","nonce":1028766618}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6804","nonce":1028766618},{"type":"v1","addr":"172.21.15.84:6805","nonce":1028766618}]},"public_addr":"172.21.15.84:6801/1028766618","cluster_addr":"172.21.15.84:6803/1028766618","heartbeat_back_addr":"172.21.15.84:6807/1028766618","heartbeat_front_addr":"172.21.15.84:6805/1028766618","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-16T16:32:07.778387+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-16T16:32:31.196216+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-16T16:32:53.135495+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:0/1283842196":"2024-03-17T16:30:35.013120+0000","172.21.15.3:0/86146915":"2024-03-17T16:30:35.013120+0000","172.21.15.3:6800/3449613707":"2024-03-17T16:30:35.013120+0000","172.21.15.3:6800/25721187":"2024-03-17T16:30:07.454225+0000","172.21.15.3:0/2094133268":"2024-03-17T16:30:35.013120+0000","172.21.15.3:0/2323827971":"2024-03-17T16:30:07.454225+0000","172.21.15.3:6801/3449613707":"2024-03-17T16:30:35.013120+0000","172.21.15.3:6801/25721187":"2024-03-17T16:30:07.454225+0000","172.21.15.3:0/2232823747":"2024-03-17T16:30:07.454225+0000","172.21.15.3:0/3110859459":"2024-03-17T16:30:07.454225+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-16T16:33:09.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:08 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/3190987949' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-16T16:33:09.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:08 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/3190987949' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-16T16:33:09.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:08 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/3190987949' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-16T16:33:09.465 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-16T16:33:09.465 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph osd dump --format=json 2024-03-16T16:33:09.702 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:33:10.124 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:09 smithi003 ceph-mon[29598]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 135 KiB/s wr, 9 op/s 2024-03-16T16:33:10.279 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:09 smithi084 ceph-mon[32991]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 135 KiB/s wr, 9 op/s 2024-03-16T16:33:10.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:09 smithi060 ceph-mon[32981]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 135 KiB/s wr, 9 op/s 2024-03-16T16:33:11.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:11 smithi003 ceph-mon[29598]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 112 KiB/s wr, 7 op/s 2024-03-16T16:33:11.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:11 smithi060 ceph-mon[32981]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 112 KiB/s wr, 7 op/s 2024-03-16T16:33:11.454 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:33:11.454 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":21,"fsid":"4480966e-e3b2-11ee-95c9-87774f69a715","created":"2024-03-16T16:29:33.633195+0000","modified":"2024-03-16T16:32:59.357230+0000","last_up_change":"2024-03-16T16:32:55.500697+0000","last_in_change":"2024-03-16T16:32:37.803897+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-16T16:32:57.347322+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"4ba2bebf-d856-4712-b583-62efbddde9c0","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.3:6802","nonce":3250479056},{"type":"v1","addr":"172.21.15.3:6803","nonce":3250479056}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":3250479056},{"type":"v1","addr":"172.21.15.3:6805","nonce":3250479056}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":3250479056},{"type":"v1","addr":"172.21.15.3:6809","nonce":3250479056}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":3250479056},{"type":"v1","addr":"172.21.15.3:6807","nonce":3250479056}]},"public_addr":"172.21.15.3:6803/3250479056","cluster_addr":"172.21.15.3:6805/3250479056","heartbeat_back_addr":"172.21.15.3:6809/3250479056","heartbeat_front_addr":"172.21.15.3:6807/3250479056","state":["exists","up"]},{"osd":1,"uuid":"271d4187-183c-4d0e-9eee-081a02cf2f98","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6800","nonce":2874005311},{"type":"v1","addr":"172.21.15.60:6801","nonce":2874005311}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":2874005311},{"type":"v1","addr":"172.21.15.60:6803","nonce":2874005311}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":2874005311},{"type":"v1","addr":"172.21.15.60:6807","nonce":2874005311}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":2874005311},{"type":"v1","addr":"172.21.15.60:6805","nonce":2874005311}]},"public_addr":"172.21.15.60:6801/2874005311","cluster_addr":"172.21.15.60:6803/2874005311","heartbeat_back_addr":"172.21.15.60:6807/2874005311","heartbeat_front_addr":"172.21.15.60:6805/2874005311","state":["exists","up"]},{"osd":2,"uuid":"7907f13c-e9bc-4d03-b5dc-d8dd8224e81c","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.84:6800","nonce":1028766618},{"type":"v1","addr":"172.21.15.84:6801","nonce":1028766618}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6802","nonce":1028766618},{"type":"v1","addr":"172.21.15.84:6803","nonce":1028766618}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6806","nonce":1028766618},{"type":"v1","addr":"172.21.15.84:6807","nonce":1028766618}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6804","nonce":1028766618},{"type":"v1","addr":"172.21.15.84:6805","nonce":1028766618}]},"public_addr":"172.21.15.84:6801/1028766618","cluster_addr":"172.21.15.84:6803/1028766618","heartbeat_back_addr":"172.21.15.84:6807/1028766618","heartbeat_front_addr":"172.21.15.84:6805/1028766618","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-16T16:32:07.778387+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-16T16:32:31.196216+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-16T16:32:53.135495+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:0/1283842196":"2024-03-17T16:30:35.013120+0000","172.21.15.3:0/86146915":"2024-03-17T16:30:35.013120+0000","172.21.15.3:6800/3449613707":"2024-03-17T16:30:35.013120+0000","172.21.15.3:6800/25721187":"2024-03-17T16:30:07.454225+0000","172.21.15.3:0/2094133268":"2024-03-17T16:30:35.013120+0000","172.21.15.3:0/2323827971":"2024-03-17T16:30:07.454225+0000","172.21.15.3:6801/3449613707":"2024-03-17T16:30:35.013120+0000","172.21.15.3:6801/25721187":"2024-03-17T16:30:07.454225+0000","172.21.15.3:0/2232823747":"2024-03-17T16:30:07.454225+0000","172.21.15.3:0/3110859459":"2024-03-17T16:30:07.454225+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-16T16:33:11.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:11 smithi084 ceph-mon[32991]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 112 KiB/s wr, 7 op/s 2024-03-16T16:33:12.065 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-16T16:33:12.066 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-16T16:33:12.066 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-16T16:33:12.326 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:33:12.350 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:33:12.358 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:33:12.384 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:12 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/1308435806' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-16T16:33:12.453 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:12 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/1308435806' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-16T16:33:12.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:12 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/1308435806' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-16T16:33:13.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:13 smithi060 ceph-mon[32981]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-03-16T16:33:13.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:13 smithi084 ceph-mon[32991]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-03-16T16:33:13.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:13 smithi003 ceph-mon[29598]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-03-16T16:33:15.381 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:15 smithi003 ceph-mon[29598]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-03-16T16:33:15.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:15 smithi060 ceph-mon[32981]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-03-16T16:33:15.528 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:15 smithi084 ceph-mon[32991]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-03-16T16:33:15.935 INFO:teuthology.orchestra.run.smithi003.stdout:55834574860 2024-03-16T16:33:15.935 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-16T16:33:17.250 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:17 smithi003 ceph-mon[29598]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:17.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:17 smithi060 ceph-mon[32981]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:17.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:17 smithi084 ceph-mon[32991]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:17.819 INFO:teuthology.orchestra.run.smithi003.stdout:77309411336 2024-03-16T16:33:17.820 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-16T16:33:18.125 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:33:18.719 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:33:18.749 INFO:teuthology.orchestra.run.smithi003.stdout:34359738385 2024-03-16T16:33:18.749 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-16T16:33:19.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:19 smithi003 ceph-mon[29598]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:19.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:19 smithi060 ceph-mon[32981]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:19.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:19 smithi084 ceph-mon[32991]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:20.359 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:33:21.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:21 smithi060 ceph-mon[32981]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:21.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:21 smithi084 ceph-mon[32991]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:21.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:21 smithi003 ceph-mon[29598]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:22.131 INFO:teuthology.orchestra.run.smithi003.stdout:77309411336 2024-03-16T16:33:22.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:22 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/710287204' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-16T16:33:22.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:22 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/710287204' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-16T16:33:22.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:22 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/710287204' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-16T16:33:22.885 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411336 got 77309411336 for osd.2 2024-03-16T16:33:22.885 DEBUG:teuthology.parallel:result is None 2024-03-16T16:33:23.500 INFO:teuthology.orchestra.run.smithi003.stdout:34359738386 2024-03-16T16:33:23.501 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:23 smithi003 ceph-mon[29598]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:23.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:23 smithi084 ceph-mon[32991]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:23.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:23 smithi060 ceph-mon[32981]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:24.289 INFO:teuthology.orchestra.run.smithi003.stdout:55834574861 2024-03-16T16:33:24.289 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:24 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/1741038573' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-16T16:33:24.435 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738385 got 34359738386 for osd.0 2024-03-16T16:33:24.435 DEBUG:teuthology.parallel:result is None 2024-03-16T16:33:24.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:24 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/1741038573' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-16T16:33:24.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:24 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/1741038573' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-16T16:33:24.986 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574860 got 55834574861 for osd.1 2024-03-16T16:33:24.986 DEBUG:teuthology.parallel:result is None 2024-03-16T16:33:24.987 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-16T16:33:24.987 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph pg dump --format=json 2024-03-16T16:33:25.228 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:33:25.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:25 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/551627760' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-16T16:33:25.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:25 smithi003 ceph-mon[29598]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:25.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:25 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/551627760' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-16T16:33:25.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:25 smithi084 ceph-mon[32991]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:25.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:25 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/551627760' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-16T16:33:25.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:25 smithi060 ceph-mon[32981]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:26.933 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:33:26.935 INFO:teuthology.orchestra.run.smithi003.stderr:dumped all 2024-03-16T16:33:27.381 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:27 smithi003 ceph-mon[29598]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:33:27.381 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:27 smithi003 ceph-mon[29598]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:27.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:27 smithi060 ceph-mon[32981]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:33:27.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:27 smithi060 ceph-mon[32981]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:27.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:27 smithi084 ceph-mon[32991]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:33:27.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:27 smithi084 ceph-mon[32991]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:27.554 INFO:teuthology.orchestra.run.smithi003.stdout:{"pg_ready":true,"pg_map":{"version":96,"stamp":"2024-03-16T16:33:25.043426+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":85188,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150268,"statfs":{"total":287985106944,"available":287897874432,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002120"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-16T16:33:01.613342+0000","last_change":"2024-03-16T16:32:58.360382+0000","last_active":"2024-03-16T16:33:01.613342+0000","last_peered":"2024-03-16T16:33:01.613342+0000","last_clean":"2024-03-16T16:33:01.613342+0000","last_became_active":"2024-03-16T16:32:58.360076+0000","last_became_peered":"2024-03-16T16:32:58.360076+0000","last_unstale":"2024-03-16T16:33:01.613342+0000","last_undegraded":"2024-03-16T16:33:01.613342+0000","last_fullsized":"2024-03-16T16:33:01.613342+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-16T16:32:57.347786+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-16T16:32:57.347786+0000","last_clean_scrub_stamp":"2024-03-16T16:32:57.347786+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-17T21:25:13.312827+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738386,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574862,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-16T16:33:27.555 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph pg dump --format=json 2024-03-16T16:33:27.804 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:33:29.217 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:29 smithi003 ceph-mon[29598]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:29.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:29 smithi060 ceph-mon[32981]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:29.528 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:29 smithi084 ceph-mon[32991]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:29.637 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:33:29.639 INFO:teuthology.orchestra.run.smithi003.stderr:dumped all 2024-03-16T16:33:30.232 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:30 smithi003 ceph-mon[29598]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:33:30.265 INFO:teuthology.orchestra.run.smithi003.stdout:{"pg_ready":true,"pg_map":{"version":98,"stamp":"2024-03-16T16:33:29.044185+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":85188,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150268,"statfs":{"total":287985106944,"available":287897874432,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002157"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-16T16:33:01.613342+0000","last_change":"2024-03-16T16:32:58.360382+0000","last_active":"2024-03-16T16:33:01.613342+0000","last_peered":"2024-03-16T16:33:01.613342+0000","last_clean":"2024-03-16T16:33:01.613342+0000","last_became_active":"2024-03-16T16:32:58.360076+0000","last_became_peered":"2024-03-16T16:32:58.360076+0000","last_unstale":"2024-03-16T16:33:01.613342+0000","last_undegraded":"2024-03-16T16:33:01.613342+0000","last_fullsized":"2024-03-16T16:33:01.613342+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-16T16:32:57.347786+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-16T16:32:57.347786+0000","last_clean_scrub_stamp":"2024-03-16T16:32:57.347786+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-17T21:25:13.312827+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411338,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738387,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574862,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-16T16:33:30.265 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-16T16:33:30.265 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-16T16:33:30.265 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-16T16:33:30.266 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph health --format=json 2024-03-16T16:33:30.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:30 smithi060 ceph-mon[32981]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:33:30.512 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:33:30.528 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:30 smithi084 ceph-mon[32991]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:33:31.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:31 smithi003 ceph-mon[29598]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:31.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:31 smithi060 ceph-mon[32981]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:31.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:31 smithi084 ceph-mon[32991]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:32.312 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-03-16T16:33:32.313 INFO:teuthology.orchestra.run.smithi003.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-16T16:33:32.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:32 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/4012383429' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-16T16:33:32.660 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:32 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/4012383429' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-16T16:33:32.778 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:32 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/4012383429' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-16T16:33:32.924 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-16T16:33:32.924 INFO:tasks.cephadm:Setup complete, yielding 2024-03-16T16:33:32.925 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-16T16:33:32.934 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2024-03-16T16:33:32.934 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2024-03-16T16:33:33.174 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:33:33.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:33 smithi003 ceph-mon[29598]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:33.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:33 smithi060 ceph-mon[32981]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:33.778 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:33 smithi084 ceph-mon[32991]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:35.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:35 smithi060 ceph-mon[32981]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:35.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:35 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/3587530875' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-16T16:33:35.385 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:35 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: ignoring --setuser ceph since I am not root 2024-03-16T16:33:35.385 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:35 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: ignoring --setgroup ceph since I am not root 2024-03-16T16:33:35.385 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:35 smithi060 ceph-mgr[34360]: -- 172.21.15.60:0/2270794740 <== mon.0 v2:172.21.15.3:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5637c70965a0 con 0x5637c706b000 2024-03-16T16:33:35.400 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:35 smithi003 ceph-mon[29598]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:35.400 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:35 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/3587530875' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-16T16:33:35.400 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:35 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: ignoring --setuser ceph since I am not root 2024-03-16T16:33:35.400 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:35 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: ignoring --setgroup ceph since I am not root 2024-03-16T16:33:35.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:35 smithi084 ceph-mon[32991]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:35.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:35 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/3587530875' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-16T16:33:35.729 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2024-03-16T16:33:35.742 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2024-03-16T16:33:35.742 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- ceph rgw realm bootstrap -i - 2024-03-16T16:33:35.987 INFO:teuthology.orchestra.run.smithi003.stdout:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:33:36.041 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:35 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:35.690+0000 7fd27ce4a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-16T16:33:36.041 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:35 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:35.790+0000 7fd27ce4a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-16T16:33:36.108 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:35 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:35.688+0000 7f7260f43200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-16T16:33:36.109 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:35 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:35.783+0000 7f7260f43200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-16T16:33:36.365 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:36 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/3587530875' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-16T16:33:36.365 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:36 smithi003 ceph-mon[29598]: mgrmap e16: a(active, since 3m), standbys: b 2024-03-16T16:33:36.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:36 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/3587530875' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-16T16:33:36.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:36 smithi060 ceph-mon[32981]: mgrmap e16: a(active, since 3m), standbys: b 2024-03-16T16:33:36.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:36 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/3587530875' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-16T16:33:36.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:36 smithi084 ceph-mon[32991]: mgrmap e16: a(active, since 3m), standbys: b 2024-03-16T16:33:36.715 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:36 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:36.479+0000 7fd27ce4a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-16T16:33:36.715 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:36 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:36.575+0000 7fd27ce4a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-16T16:33:36.715 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:36 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:36.720+0000 7fd27ce4a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-16T16:33:36.767 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:36 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:36.437+0000 7f7260f43200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-16T16:33:36.767 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:36 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:36.532+0000 7f7260f43200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-16T16:33:36.767 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:36 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:36.676+0000 7f7260f43200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-16T16:33:36.768 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:36 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:36.773+0000 7f7260f43200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-16T16:33:37.041 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:36 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:36.821+0000 7fd27ce4a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-16T16:33:37.041 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:36 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:36.906+0000 7fd27ce4a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-16T16:33:37.121 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:36 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:36.857+0000 7f7260f43200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-16T16:33:37.121 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:37 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:37.127+0000 7f7260f43200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-16T16:33:37.383 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:37 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:37.181+0000 7fd27ce4a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-16T16:33:37.383 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:37 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:37.298+0000 7fd27ce4a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-16T16:33:37.384 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:37 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:37.389+0000 7fd27ce4a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-16T16:33:37.384 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:37 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:37.239+0000 7f7260f43200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-16T16:33:37.384 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:37 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:37.327+0000 7f7260f43200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-16T16:33:37.666 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:37 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:37.490+0000 7fd27ce4a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-16T16:33:37.666 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:37 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:37.672+0000 7fd27ce4a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-16T16:33:37.885 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:37 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:37.424+0000 7f7260f43200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-16T16:33:37.885 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:37 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:37.602+0000 7f7260f43200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-16T16:33:38.884 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:38 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:38.581+0000 7f7260f43200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-16T16:33:38.885 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:38 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:38.716+0000 7f7260f43200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-16T16:33:39.041 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:38 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:38.670+0000 7fd27ce4a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-16T16:33:39.041 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:38 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:38.804+0000 7fd27ce4a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-16T16:33:39.345 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:39 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:39.055+0000 7f7260f43200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-16T16:33:39.346 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:39 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:39.149+0000 7f7260f43200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-16T16:33:39.346 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:39 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:39.351+0000 7f7260f43200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:33:39.442 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:39 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:39.151+0000 7fd27ce4a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-16T16:33:39.443 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:39 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:39.244+0000 7fd27ce4a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-16T16:33:39.443 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:39 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:39.448+0000 7fd27ce4a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:33:39.634 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:39 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:39.542+0000 7f7260f43200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-16T16:33:39.791 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:39 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:39.642+0000 7fd27ce4a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-16T16:33:40.088 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:39 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:39.833+0000 7f7260f43200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:33:40.088 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:40 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:40.093+0000 7f7260f43200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-16T16:33:40.196 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:39 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:39.938+0000 7fd27ce4a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:33:40.196 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:40 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:40.201+0000 7fd27ce4a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-16T16:33:40.384 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:40 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:40.336+0000 7f7260f43200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-16T16:33:40.541 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:40 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:40.449+0000 7fd27ce4a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-16T16:33:41.541 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:41 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:41.291+0000 7fd27ce4a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-16T16:33:41.635 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:41 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:41.164+0000 7f7260f43200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-16T16:33:42.057 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:41 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:41.742+0000 7f7260f43200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-16T16:33:42.058 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:41 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:41.843+0000 7f7260f43200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-16T16:33:42.058 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:33:42 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b[34356]: 2024-03-16T16:33:42.063+0000 7f7260f43200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-16T16:33:42.128 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:41 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:41.877+0000 7fd27ce4a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-16T16:33:42.128 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:41 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:41.982+0000 7fd27ce4a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-16T16:33:42.351 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:42 smithi060 ceph-mon[32981]: Standby manager daemon b restarted 2024-03-16T16:33:42.351 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:42 smithi060 ceph-mon[32981]: Standby manager daemon b started 2024-03-16T16:33:42.351 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:42 smithi060 ceph-mon[32981]: from='mgr.? 172.21.15.60:0/3220034621' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-16T16:33:42.351 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:42 smithi060 ceph-mon[32981]: from='mgr.? 172.21.15.60:0/3220034621' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-16T16:33:42.351 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:42 smithi060 ceph-mon[32981]: from='mgr.? 172.21.15.60:0/3220034621' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-16T16:33:42.352 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:42 smithi060 ceph-mon[32981]: from='mgr.? 172.21.15.60:0/3220034621' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-16T16:33:42.417 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:42 smithi003 ceph-mon[29598]: Standby manager daemon b restarted 2024-03-16T16:33:42.418 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:42 smithi003 ceph-mon[29598]: Standby manager daemon b started 2024-03-16T16:33:42.418 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:42 smithi003 ceph-mon[29598]: from='mgr.? 172.21.15.60:0/3220034621' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-16T16:33:42.418 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:42 smithi003 ceph-mon[29598]: from='mgr.? 172.21.15.60:0/3220034621' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-16T16:33:42.418 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:42 smithi003 ceph-mon[29598]: from='mgr.? 172.21.15.60:0/3220034621' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-16T16:33:42.418 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:42 smithi003 ceph-mon[29598]: from='mgr.? 172.21.15.60:0/3220034621' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-16T16:33:42.418 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:33:42 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a[29828]: 2024-03-16T16:33:42.210+0000 7fd27ce4a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-16T16:33:42.438 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:42 smithi084 ceph-mon[32991]: Standby manager daemon b restarted 2024-03-16T16:33:42.438 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:42 smithi084 ceph-mon[32991]: Standby manager daemon b started 2024-03-16T16:33:42.438 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:42 smithi084 ceph-mon[32991]: from='mgr.? 172.21.15.60:0/3220034621' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-16T16:33:42.439 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:42 smithi084 ceph-mon[32991]: from='mgr.? 172.21.15.60:0/3220034621' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-16T16:33:42.439 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:42 smithi084 ceph-mon[32991]: from='mgr.? 172.21.15.60:0/3220034621' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-16T16:33:42.439 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:42 smithi084 ceph-mon[32991]: from='mgr.? 172.21.15.60:0/3220034621' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-16T16:33:43.381 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: mgrmap e17: a(active, since 3m), standbys: b 2024-03-16T16:33:43.382 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: Active manager daemon a restarted 2024-03-16T16:33:43.382 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: Activating manager daemon a 2024-03-16T16:33:43.382 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: osdmap e22: 3 total, 3 up, 3 in 2024-03-16T16:33:43.382 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: mgrmap e18: a(active, starting, since 0.00687894s), standbys: b 2024-03-16T16:33:43.382 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:33:43.382 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:33:43.382 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:33:43.382 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-16T16:33:43.382 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-16T16:33:43.382 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:33:43.382 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:33:43.383 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:33:43.383 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-16T16:33:43.383 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-16T16:33:43.383 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-16T16:33:43.383 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: Manager daemon a is now available 2024-03-16T16:33:43.383 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:33:43.383 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:33:43.383 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-16T16:33:43.383 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:43 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-16T16:33:43.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: mgrmap e17: a(active, since 3m), standbys: b 2024-03-16T16:33:43.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: Active manager daemon a restarted 2024-03-16T16:33:43.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: Activating manager daemon a 2024-03-16T16:33:43.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: osdmap e22: 3 total, 3 up, 3 in 2024-03-16T16:33:43.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: mgrmap e18: a(active, starting, since 0.00687894s), standbys: b 2024-03-16T16:33:43.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:33:43.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:33:43.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:33:43.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-16T16:33:43.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-16T16:33:43.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:33:43.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:33:43.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:33:43.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-16T16:33:43.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-16T16:33:43.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-16T16:33:43.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: Manager daemon a is now available 2024-03-16T16:33:43.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:33:43.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:33:43.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-16T16:33:43.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:43 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-16T16:33:43.426 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: mgrmap e17: a(active, since 3m), standbys: b 2024-03-16T16:33:43.426 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: Active manager daemon a restarted 2024-03-16T16:33:43.427 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: Activating manager daemon a 2024-03-16T16:33:43.427 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: osdmap e22: 3 total, 3 up, 3 in 2024-03-16T16:33:43.427 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: mgrmap e18: a(active, starting, since 0.00687894s), standbys: b 2024-03-16T16:33:43.427 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:33:43.427 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:33:43.427 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:33:43.427 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-16T16:33:43.427 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-16T16:33:43.427 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:33:43.427 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:33:43.427 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:33:43.427 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-16T16:33:43.427 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-16T16:33:43.427 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-16T16:33:43.428 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: Manager daemon a is now available 2024-03-16T16:33:43.428 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:33:43.428 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:33:43.428 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-16T16:33:43.428 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:43 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-16T16:33:44.191 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:44 smithi003 ceph-mon[29598]: [16/Mar/2024:16:33:42] ENGINE Bus STARTING 2024-03-16T16:33:44.191 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:44 smithi003 ceph-mon[29598]: [16/Mar/2024:16:33:42] ENGINE Serving on https://172.21.15.3:7150 2024-03-16T16:33:44.191 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:44 smithi003 ceph-mon[29598]: [16/Mar/2024:16:33:43] ENGINE Serving on http://172.21.15.3:8765 2024-03-16T16:33:44.191 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:44 smithi003 ceph-mon[29598]: [16/Mar/2024:16:33:43] ENGINE Bus STARTED 2024-03-16T16:33:44.191 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:44 smithi003 ceph-mon[29598]: mgrmap e19: a(active, since 1.01128s), standbys: b 2024-03-16T16:33:44.192 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:44 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:44.192 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:44 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:44.192 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:44 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:44.192 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:44 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:44.192 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:44 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:44.192 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:44 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:44.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:44 smithi060 ceph-mon[32981]: [16/Mar/2024:16:33:42] ENGINE Bus STARTING 2024-03-16T16:33:44.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:44 smithi060 ceph-mon[32981]: [16/Mar/2024:16:33:42] ENGINE Serving on https://172.21.15.3:7150 2024-03-16T16:33:44.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:44 smithi060 ceph-mon[32981]: [16/Mar/2024:16:33:43] ENGINE Serving on http://172.21.15.3:8765 2024-03-16T16:33:44.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:44 smithi060 ceph-mon[32981]: [16/Mar/2024:16:33:43] ENGINE Bus STARTED 2024-03-16T16:33:44.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:44 smithi060 ceph-mon[32981]: mgrmap e19: a(active, since 1.01128s), standbys: b 2024-03-16T16:33:44.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:44 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:44.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:44 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:44.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:44 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:44.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:44 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:44.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:44 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:44.386 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:44 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:44.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:44 smithi084 ceph-mon[32991]: [16/Mar/2024:16:33:42] ENGINE Bus STARTING 2024-03-16T16:33:44.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:44 smithi084 ceph-mon[32991]: [16/Mar/2024:16:33:42] ENGINE Serving on https://172.21.15.3:7150 2024-03-16T16:33:44.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:44 smithi084 ceph-mon[32991]: [16/Mar/2024:16:33:43] ENGINE Serving on http://172.21.15.3:8765 2024-03-16T16:33:44.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:44 smithi084 ceph-mon[32991]: [16/Mar/2024:16:33:43] ENGINE Bus STARTED 2024-03-16T16:33:44.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:44 smithi084 ceph-mon[32991]: mgrmap e19: a(active, since 1.01128s), standbys: b 2024-03-16T16:33:44.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:44 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:44.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:44 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:44.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:44 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:44.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:44 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:44.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:44 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:44.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:44 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:45.430 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:45 smithi084 ceph-mon[32991]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:33:45.430 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:45 smithi084 ceph-mon[32991]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:45.430 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:45 smithi084 ceph-mon[32991]: osdmap e23: 3 total, 3 up, 3 in 2024-03-16T16:33:45.430 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:45 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/3343184336' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-16T16:33:45.431 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:45 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:45.431 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:45 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:45.431 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:45 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:45.431 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:45 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:45.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:45 smithi003 ceph-mon[29598]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:33:45.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:45 smithi003 ceph-mon[29598]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:45.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:45 smithi003 ceph-mon[29598]: osdmap e23: 3 total, 3 up, 3 in 2024-03-16T16:33:45.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:45 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/3343184336' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-16T16:33:45.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:45 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:45.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:45 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:45.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:45 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:45.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:45 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:45.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:45 smithi060 ceph-mon[32981]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:33:45.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:45 smithi060 ceph-mon[32981]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:45.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:45 smithi060 ceph-mon[32981]: osdmap e23: 3 total, 3 up, 3 in 2024-03-16T16:33:45.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:45 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/3343184336' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-16T16:33:45.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:45 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:45.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:45 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:45.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:45 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:45.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:45 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:46.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:46 smithi084 ceph-mon[32991]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:46.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:46 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:46.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:46 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:46.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:46 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:33:46.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:46 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:33:46.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:46 smithi084 ceph-mon[32991]: Updating smithi003:/etc/ceph/ceph.conf 2024-03-16T16:33:46.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:46 smithi084 ceph-mon[32991]: Updating smithi060:/etc/ceph/ceph.conf 2024-03-16T16:33:46.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:46 smithi084 ceph-mon[32991]: Updating smithi084:/etc/ceph/ceph.conf 2024-03-16T16:33:46.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:46 smithi084 ceph-mon[32991]: mgrmap e20: a(active, since 3s), standbys: b 2024-03-16T16:33:46.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:46 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/3343184336' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-16T16:33:46.529 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:46 smithi084 ceph-mon[32991]: osdmap e24: 3 total, 3 up, 3 in 2024-03-16T16:33:46.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:46 smithi003 ceph-mon[29598]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:46.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:46 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:46.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:46 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:46.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:46 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:33:46.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:46 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:33:46.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:46 smithi003 ceph-mon[29598]: Updating smithi003:/etc/ceph/ceph.conf 2024-03-16T16:33:46.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:46 smithi003 ceph-mon[29598]: Updating smithi060:/etc/ceph/ceph.conf 2024-03-16T16:33:46.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:46 smithi003 ceph-mon[29598]: Updating smithi084:/etc/ceph/ceph.conf 2024-03-16T16:33:46.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:46 smithi003 ceph-mon[29598]: mgrmap e20: a(active, since 3s), standbys: b 2024-03-16T16:33:46.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:46 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/3343184336' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-16T16:33:46.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:46 smithi003 ceph-mon[29598]: osdmap e24: 3 total, 3 up, 3 in 2024-03-16T16:33:46.634 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:46 smithi060 ceph-mon[32981]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:46.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:46 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:46.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:46 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:46.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:46 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:33:46.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:46 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:33:46.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:46 smithi060 ceph-mon[32981]: Updating smithi003:/etc/ceph/ceph.conf 2024-03-16T16:33:46.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:46 smithi060 ceph-mon[32981]: Updating smithi060:/etc/ceph/ceph.conf 2024-03-16T16:33:46.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:46 smithi060 ceph-mon[32981]: Updating smithi084:/etc/ceph/ceph.conf 2024-03-16T16:33:46.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:46 smithi060 ceph-mon[32981]: mgrmap e20: a(active, since 3s), standbys: b 2024-03-16T16:33:46.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:46 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/3343184336' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-16T16:33:46.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:46 smithi060 ceph-mon[32981]: osdmap e24: 3 total, 3 up, 3 in 2024-03-16T16:33:47.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: Updating smithi003:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:33:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: Updating smithi084:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:33:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: Updating smithi060:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:33:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:33:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:33:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:33:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: Updating smithi003:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:33:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: Updating smithi084:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:33:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: Updating smithi060:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:33:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: osdmap e25: 3 total, 3 up, 3 in 2024-03-16T16:33:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-16T16:33:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: mgrmap e21: a(active, since 4s), standbys: b 2024-03-16T16:33:47.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:33:47.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:33:47.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:33:47.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:47 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: Updating smithi003:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:33:47.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: Updating smithi084:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:33:47.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: Updating smithi060:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:33:47.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:33:47.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:33:47.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:33:47.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: Updating smithi003:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:33:47.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: Updating smithi084:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:33:47.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: Updating smithi060:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:33:47.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:47.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: osdmap e25: 3 total, 3 up, 3 in 2024-03-16T16:33:47.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-16T16:33:47.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: mgrmap e21: a(active, since 4s), standbys: b 2024-03-16T16:33:47.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:33:47.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:33:47.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:33:47.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:47 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: Updating smithi003:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:33:47.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: Updating smithi084:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:33:47.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: Updating smithi060:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:33:47.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:33:47.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:33:47.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:33:47.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: Updating smithi003:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:33:47.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: Updating smithi084:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:33:47.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: Updating smithi060:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:33:47.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:33:47.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: osdmap e25: 3 total, 3 up, 3 in 2024-03-16T16:33:47.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-16T16:33:47.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: mgrmap e21: a(active, since 4s), standbys: b 2024-03-16T16:33:47.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.781 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.781 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.781 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.781 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.781 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:47.781 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:33:47.781 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:33:47.781 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:33:47.781 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:47 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:48.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:48 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-16T16:33:48.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:48 smithi003 ceph-mon[29598]: osdmap e26: 3 total, 3 up, 3 in 2024-03-16T16:33:48.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:48 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-16T16:33:48.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:48 smithi060 ceph-mon[32981]: osdmap e26: 3 total, 3 up, 3 in 2024-03-16T16:33:48.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:48 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-16T16:33:48.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:48 smithi084 ceph-mon[32991]: osdmap e26: 3 total, 3 up, 3 in 2024-03-16T16:33:49.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:49 smithi060 ceph-mon[32981]: pgmap v10: 65 pgs: 44 unknown, 21 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 767 B/s wr, 2 op/s 2024-03-16T16:33:49.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:49 smithi060 ceph-mon[32981]: osdmap e27: 3 total, 3 up, 3 in 2024-03-16T16:33:49.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:49 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-16T16:33:49.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:49 smithi084 ceph-mon[32991]: pgmap v10: 65 pgs: 44 unknown, 21 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 767 B/s wr, 2 op/s 2024-03-16T16:33:49.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:49 smithi084 ceph-mon[32991]: osdmap e27: 3 total, 3 up, 3 in 2024-03-16T16:33:49.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:49 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-16T16:33:49.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:49 smithi003 ceph-mon[29598]: pgmap v10: 65 pgs: 44 unknown, 21 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 767 B/s wr, 2 op/s 2024-03-16T16:33:49.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:49 smithi003 ceph-mon[29598]: osdmap e27: 3 total, 3 up, 3 in 2024-03-16T16:33:49.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:49 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-16T16:33:50.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:50 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-16T16:33:50.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:50 smithi060 ceph-mon[32981]: osdmap e28: 3 total, 3 up, 3 in 2024-03-16T16:33:50.778 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:50 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-16T16:33:50.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:50 smithi084 ceph-mon[32991]: osdmap e28: 3 total, 3 up, 3 in 2024-03-16T16:33:50.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:50 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-16T16:33:50.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:50 smithi003 ceph-mon[29598]: osdmap e28: 3 total, 3 up, 3 in 2024-03-16T16:33:51.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:51 smithi060 ceph-mon[32981]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-16T16:33:51.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:51 smithi060 ceph-mon[32981]: osdmap e29: 3 total, 3 up, 3 in 2024-03-16T16:33:51.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:51 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-16T16:33:51.778 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:51 smithi084 ceph-mon[32991]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-16T16:33:51.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:51 smithi084 ceph-mon[32991]: osdmap e29: 3 total, 3 up, 3 in 2024-03-16T16:33:51.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:51 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-16T16:33:51.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:51 smithi003 ceph-mon[29598]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-16T16:33:51.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:51 smithi003 ceph-mon[29598]: osdmap e29: 3 total, 3 up, 3 in 2024-03-16T16:33:51.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:51 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-16T16:33:52.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:52 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-16T16:33:52.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:52 smithi060 ceph-mon[32981]: osdmap e30: 3 total, 3 up, 3 in 2024-03-16T16:33:52.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:52 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-16T16:33:52.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:52 smithi060 ceph-mon[32981]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-16T16:33:52.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:52 smithi060 ceph-mon[32981]: osdmap e31: 3 total, 3 up, 3 in 2024-03-16T16:33:52.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:52 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-16T16:33:52.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:52 smithi084 ceph-mon[32991]: osdmap e30: 3 total, 3 up, 3 in 2024-03-16T16:33:52.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:52 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-16T16:33:52.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:52 smithi084 ceph-mon[32991]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-16T16:33:52.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:52 smithi084 ceph-mon[32991]: osdmap e31: 3 total, 3 up, 3 in 2024-03-16T16:33:52.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:52 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-16T16:33:52.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:52 smithi003 ceph-mon[29598]: osdmap e30: 3 total, 3 up, 3 in 2024-03-16T16:33:52.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:52 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-16T16:33:52.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:52 smithi003 ceph-mon[29598]: from='client.? 172.21.15.3:0/362283845' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-16T16:33:52.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:52 smithi003 ceph-mon[29598]: osdmap e31: 3 total, 3 up, 3 in 2024-03-16T16:33:52.895 INFO:teuthology.orchestra.run.smithi003.stdout:Realm(s) created correctly. Please, use 'ceph rgw realm tokens' to get the token. 2024-03-16T16:33:53.522 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-16T16:33:53.532 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2024-03-16T16:33:53.532 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 -- bash -c 'set -e 2024-03-16T16:33:53.532 DEBUG:teuthology.orchestra.run.smithi003:> set -x 2024-03-16T16:33:53.532 DEBUG:teuthology.orchestra.run.smithi003:> while true; do TOKEN=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"'); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done 2024-03-16T16:33:53.532 DEBUG:teuthology.orchestra.run.smithi003:> TOKENS=$(ceph rgw realm tokens) 2024-03-16T16:33:53.532 DEBUG:teuthology.orchestra.run.smithi003:> echo $TOKENS | jq --exit-status '"'"'.[0].realm == "myrealm1"'"'"' 2024-03-16T16:33:53.532 DEBUG:teuthology.orchestra.run.smithi003:> echo $TOKENS | jq --exit-status '"'"'.[0].token'"'"' 2024-03-16T16:33:53.532 DEBUG:teuthology.orchestra.run.smithi003:> TOKEN_JSON=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"' | base64 --decode) 2024-03-16T16:33:53.532 DEBUG:teuthology.orchestra.run.smithi003:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_name == "myrealm1"'"'"' 2024-03-16T16:33:53.532 DEBUG:teuthology.orchestra.run.smithi003:> echo $TOKEN_JSON | jq --exit-status '"'"'.endpoint | test("http://.+:\\d+")'"'"' 2024-03-16T16:33:53.532 DEBUG:teuthology.orchestra.run.smithi003:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'"'"' 2024-03-16T16:33:53.533 DEBUG:teuthology.orchestra.run.smithi003:> echo $TOKEN_JSON | jq --exit-status '"'"'.access_key'"'"' 2024-03-16T16:33:53.533 DEBUG:teuthology.orchestra.run.smithi003:> echo $TOKEN_JSON | jq --exit-status '"'"'.secret'"'"' 2024-03-16T16:33:53.533 DEBUG:teuthology.orchestra.run.smithi003:> ' 2024-03-16T16:33:53.774 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:33:54.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:53 smithi060 ceph-mon[32981]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 60 KiB/s rd, 2.7 KiB/s wr, 42 op/s 2024-03-16T16:33:54.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:53 smithi060 ceph-mon[32981]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-16T16:33:54.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:53 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:54.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:53 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:33:54.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:53 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:33:54.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:53 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:33:54.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:53 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:54.136 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:53 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi060.qgnylb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-16T16:33:54.136 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:53 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi060.qgnylb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-16T16:33:54.136 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:53 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:54.136 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:53 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:33:54.136 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:53 smithi060 ceph-mon[32981]: Deploying daemon rgw.myrealm1.myzone1.smithi060.qgnylb on smithi060 2024-03-16T16:33:54.189 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:53 smithi003 ceph-mon[29598]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 60 KiB/s rd, 2.7 KiB/s wr, 42 op/s 2024-03-16T16:33:54.189 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:53 smithi003 ceph-mon[29598]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-16T16:33:54.189 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:53 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:54.189 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:53 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:33:54.189 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:53 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:33:54.189 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:53 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:33:54.189 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:53 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:54.189 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:53 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi060.qgnylb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-16T16:33:54.189 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:53 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi060.qgnylb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-16T16:33:54.190 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:53 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:54.190 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:53 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:33:54.190 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:53 smithi003 ceph-mon[29598]: Deploying daemon rgw.myrealm1.myzone1.smithi060.qgnylb on smithi060 2024-03-16T16:33:54.280 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:53 smithi084 ceph-mon[32991]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 60 KiB/s rd, 2.7 KiB/s wr, 42 op/s 2024-03-16T16:33:54.280 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:53 smithi084 ceph-mon[32991]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-16T16:33:54.280 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:53 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:54.280 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:53 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:33:54.280 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:53 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:33:54.280 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:53 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:33:54.281 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:53 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:54.281 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:53 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi060.qgnylb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-16T16:33:54.281 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:53 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi060.qgnylb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-16T16:33:54.281 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:53 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:54.281 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:53 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:33:54.281 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:53 smithi084 ceph-mon[32991]: Deploying daemon rgw.myrealm1.myzone1.smithi060.qgnylb on smithi060 2024-03-16T16:33:55.379 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2024-03-16T16:33:55.379 INFO:teuthology.orchestra.run.smithi003.stderr:++ ceph rgw realm tokens 2024-03-16T16:33:55.379 INFO:teuthology.orchestra.run.smithi003.stderr:++ jq -r '.[0].token' 2024-03-16T16:33:56.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ TOKEN='master zone has no endpoint' 2024-03-16T16:33:56.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ echo master zone has no endpoint 2024-03-16T16:33:56.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2024-03-16T16:33:56.031 INFO:teuthology.orchestra.run.smithi003.stderr:+ sleep 5 2024-03-16T16:33:56.032 INFO:teuthology.orchestra.run.smithi003.stdout:master zone has no endpoint 2024-03-16T16:33:56.162 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:55 smithi084 ceph-mon[32991]: pgmap v18: 129 pgs: 129 active+clean; 583 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 4.9 KiB/s wr, 24 op/s 2024-03-16T16:33:56.162 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:55 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:56.162 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:55 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:56.162 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:55 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:56.162 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:55 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi084.qhrijj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-16T16:33:56.162 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:55 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi084.qhrijj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-16T16:33:56.162 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:55 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:56.162 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:55 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:33:56.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:55 smithi003 ceph-mon[29598]: pgmap v18: 129 pgs: 129 active+clean; 583 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 4.9 KiB/s wr, 24 op/s 2024-03-16T16:33:56.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:55 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:56.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:55 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:56.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:55 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:56.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:55 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi084.qhrijj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-16T16:33:56.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:55 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi084.qhrijj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-16T16:33:56.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:55 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:56.292 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:55 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:33:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:55 smithi060 ceph-mon[32981]: pgmap v18: 129 pgs: 129 active+clean; 583 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 4.9 KiB/s wr, 24 op/s 2024-03-16T16:33:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:55 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:55 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:55 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:55 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi084.qhrijj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-16T16:33:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:55 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi084.qhrijj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-16T16:33:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:55 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:56.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:55 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:33:56.947 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:56 smithi060 ceph-mon[32981]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:33:56.947 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:56 smithi060 ceph-mon[32981]: Deploying daemon rgw.myrealm1.myzone1.smithi084.qhrijj on smithi084 2024-03-16T16:33:57.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:56 smithi084 ceph-mon[32991]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:33:57.030 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:56 smithi084 ceph-mon[32991]: Deploying daemon rgw.myrealm1.myzone1.smithi084.qhrijj on smithi084 2024-03-16T16:33:57.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:56 smithi003 ceph-mon[29598]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:33:57.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:56 smithi003 ceph-mon[29598]: Deploying daemon rgw.myrealm1.myzone1.smithi084.qhrijj on smithi084 2024-03-16T16:33:58.191 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:57 smithi084 ceph-mon[32991]: pgmap v19: 129 pgs: 129 active+clean; 583 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 14 KiB/s rd, 4.0 KiB/s wr, 20 op/s 2024-03-16T16:33:58.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:57 smithi003 ceph-mon[29598]: pgmap v19: 129 pgs: 129 active+clean; 583 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 14 KiB/s rd, 4.0 KiB/s wr, 20 op/s 2024-03-16T16:33:58.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:57 smithi060 ceph-mon[32981]: pgmap v19: 129 pgs: 129 active+clean; 583 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 14 KiB/s rd, 4.0 KiB/s wr, 20 op/s 2024-03-16T16:33:59.404 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:59 smithi084 ceph-mon[32991]: pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 34 KiB/s rd, 4.4 KiB/s wr, 67 op/s 2024-03-16T16:33:59.404 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:59 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.404 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:59 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.404 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:59 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.404 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:59 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjdiNzUzZGZjLTg0ZjktNDYxOC1iMzBjLWQ5OGM4ZGE2YmE5MCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiWVNONVhWQ0ZHNlFCR1FJSkdCWVMiLAogICAgInNlY3JldCI6ICJoRDlOS2o5NnZ3ZGJGNkRmZ2dJYXJydEhhU3l1ZUVXekl0Y2VGTGhKIgp9", "zone_endpoints": ["http://smithi060:5500", "http://smithi084:5500"]}]: dispatch 2024-03-16T16:33:59.404 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:59 smithi084 ceph-mon[32991]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjdiNzUzZGZjLTg0ZjktNDYxOC1iMzBjLWQ5OGM4ZGE2YmE5MCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiWVNONVhWQ0ZHNlFCR1FJSkdCWVMiLAogICAgInNlY3JldCI6ICJoRDlOS2o5NnZ3ZGJGNkRmZ2dJYXJydEhhU3l1ZUVXekl0Y2VGTGhKIgp9", "zone_endpoints": ["http://smithi060:5500", "http://smithi084:5500"]}]: dispatch 2024-03-16T16:33:59.405 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:59 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.405 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:59 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.405 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:59 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.405 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:59 smithi084 ceph-mon[32991]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-16T16:33:59.405 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:59 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.405 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:59 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.405 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:33:59 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:33:59.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:59 smithi003 ceph-mon[29598]: pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 34 KiB/s rd, 4.4 KiB/s wr, 67 op/s 2024-03-16T16:33:59.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:59 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:59 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:59 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:59 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjdiNzUzZGZjLTg0ZjktNDYxOC1iMzBjLWQ5OGM4ZGE2YmE5MCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiWVNONVhWQ0ZHNlFCR1FJSkdCWVMiLAogICAgInNlY3JldCI6ICJoRDlOS2o5NnZ3ZGJGNkRmZ2dJYXJydEhhU3l1ZUVXekl0Y2VGTGhKIgp9", "zone_endpoints": ["http://smithi060:5500", "http://smithi084:5500"]}]: dispatch 2024-03-16T16:33:59.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:59 smithi003 ceph-mon[29598]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjdiNzUzZGZjLTg0ZjktNDYxOC1iMzBjLWQ5OGM4ZGE2YmE5MCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiWVNONVhWQ0ZHNlFCR1FJSkdCWVMiLAogICAgInNlY3JldCI6ICJoRDlOS2o5NnZ3ZGJGNkRmZ2dJYXJydEhhU3l1ZUVXekl0Y2VGTGhKIgp9", "zone_endpoints": ["http://smithi060:5500", "http://smithi084:5500"]}]: dispatch 2024-03-16T16:33:59.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:59 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:59 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:59 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:59 smithi003 ceph-mon[29598]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-16T16:33:59.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:59 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.542 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:59 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.543 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:33:59 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:33:59.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:59 smithi060 ceph-mon[32981]: pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 34 KiB/s rd, 4.4 KiB/s wr, 67 op/s 2024-03-16T16:33:59.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:59 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:59 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:59 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:59 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjdiNzUzZGZjLTg0ZjktNDYxOC1iMzBjLWQ5OGM4ZGE2YmE5MCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiWVNONVhWQ0ZHNlFCR1FJSkdCWVMiLAogICAgInNlY3JldCI6ICJoRDlOS2o5NnZ3ZGJGNkRmZ2dJYXJydEhhU3l1ZUVXekl0Y2VGTGhKIgp9", "zone_endpoints": ["http://smithi060:5500", "http://smithi084:5500"]}]: dispatch 2024-03-16T16:33:59.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:59 smithi060 ceph-mon[32981]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjdiNzUzZGZjLTg0ZjktNDYxOC1iMzBjLWQ5OGM4ZGE2YmE5MCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiWVNONVhWQ0ZHNlFCR1FJSkdCWVMiLAogICAgInNlY3JldCI6ICJoRDlOS2o5NnZ3ZGJGNkRmZ2dJYXJydEhhU3l1ZUVXekl0Y2VGTGhKIgp9", "zone_endpoints": ["http://smithi060:5500", "http://smithi084:5500"]}]: dispatch 2024-03-16T16:33:59.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:59 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:59 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:59 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:59 smithi060 ceph-mon[32981]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-16T16:33:59.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:59 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:59 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:33:59.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:33:59 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:34:01.033 INFO:teuthology.orchestra.run.smithi003.stderr:+ true 2024-03-16T16:34:01.033 INFO:teuthology.orchestra.run.smithi003.stderr:++ ceph rgw realm tokens 2024-03-16T16:34:01.033 INFO:teuthology.orchestra.run.smithi003.stderr:++ jq -r '.[0].token' 2024-03-16T16:34:01.745 INFO:teuthology.orchestra.run.smithi003.stdout:ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjdiNzUzZGZjLTg0ZjktNDYxOC1iMzBjLWQ5OGM4ZGE2YmE5MCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2MDo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIllTTjVYVkNGRzZRQkdRSUpHQllTIiwKICAgICJzZWNyZXQiOiAiaEQ5TktqOTZ2d2RiRjZEZmdnSWFycnRIYVN5dWVFV3pJdGNlRkxoSiIKfQ== 2024-03-16T16:34:01.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ TOKEN=ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjdiNzUzZGZjLTg0ZjktNDYxOC1iMzBjLWQ5OGM4ZGE2YmE5MCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2MDo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIllTTjVYVkNGRzZRQkdRSUpHQllTIiwKICAgICJzZWNyZXQiOiAiaEQ5TktqOTZ2d2RiRjZEZmdnSWFycnRIYVN5dWVFV3pJdGNlRkxoSiIKfQ== 2024-03-16T16:34:01.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ echo ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjdiNzUzZGZjLTg0ZjktNDYxOC1iMzBjLWQ5OGM4ZGE2YmE5MCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2MDo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIllTTjVYVkNGRzZRQkdRSUpHQllTIiwKICAgICJzZWNyZXQiOiAiaEQ5TktqOTZ2d2RiRjZEZmdnSWFycnRIYVN5dWVFV3pJdGNlRkxoSiIKfQ== 2024-03-16T16:34:01.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ '[' ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjdiNzUzZGZjLTg0ZjktNDYxOC1iMzBjLWQ5OGM4ZGE2YmE5MCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2MDo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIllTTjVYVkNGRzZRQkdRSUpHQllTIiwKICAgICJzZWNyZXQiOiAiaEQ5TktqOTZ2d2RiRjZEZmdnSWFycnRIYVN5dWVFV3pJdGNlRkxoSiIKfQ== '!=' 'master zone has no endpoint' ']' 2024-03-16T16:34:01.745 INFO:teuthology.orchestra.run.smithi003.stderr:+ break 2024-03-16T16:34:01.745 INFO:teuthology.orchestra.run.smithi003.stderr:++ ceph rgw realm tokens 2024-03-16T16:34:01.778 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:01 smithi084 ceph-mon[32991]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 67 KiB/s rd, 6.5 KiB/s wr, 144 op/s 2024-03-16T16:34:01.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:01 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:01 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:01 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:01 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:01 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:34:01.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:01 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:34:01.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:01 smithi084 ceph-mon[32991]: Checking dashboard <-> RGW credentials 2024-03-16T16:34:01.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:01 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:01 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:01 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:01 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:34:01.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:01 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:34:01.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:01 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:34:01.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:01 smithi084 ceph-mon[32991]: Checking dashboard <-> RGW credentials 2024-03-16T16:34:01.780 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:01 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:01 smithi003 ceph-mon[29598]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 67 KiB/s rd, 6.5 KiB/s wr, 144 op/s 2024-03-16T16:34:01.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:01 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:01 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:01 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:01 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:01 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:34:01.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:01 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:34:01.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:01 smithi003 ceph-mon[29598]: Checking dashboard <-> RGW credentials 2024-03-16T16:34:01.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:01 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:01 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:01 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:01 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:34:01.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:01 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:34:01.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:01 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:34:01.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:01 smithi003 ceph-mon[29598]: Checking dashboard <-> RGW credentials 2024-03-16T16:34:01.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:01 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:01 smithi060 ceph-mon[32981]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 67 KiB/s rd, 6.5 KiB/s wr, 144 op/s 2024-03-16T16:34:01.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:01 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:01 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:01 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:01 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:01 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:34:01.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:01 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:34:01.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:01 smithi060 ceph-mon[32981]: Checking dashboard <-> RGW credentials 2024-03-16T16:34:01.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:01 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:01 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:01 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:01.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:01 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:34:01.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:01 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:34:01.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:01 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:34:01.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:01 smithi060 ceph-mon[32981]: Checking dashboard <-> RGW credentials 2024-03-16T16:34:01.886 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:01 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:02.437 INFO:teuthology.orchestra.run.smithi003.stderr:+ TOKENS='[ 2024-03-16T16:34:02.438 INFO:teuthology.orchestra.run.smithi003.stderr: { 2024-03-16T16:34:02.438 INFO:teuthology.orchestra.run.smithi003.stderr: "realm": "myrealm1", 2024-03-16T16:34:02.438 INFO:teuthology.orchestra.run.smithi003.stderr: "token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjdiNzUzZGZjLTg0ZjktNDYxOC1iMzBjLWQ5OGM4ZGE2YmE5MCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2MDo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIllTTjVYVkNGRzZRQkdRSUpHQllTIiwKICAgICJzZWNyZXQiOiAiaEQ5TktqOTZ2d2RiRjZEZmdnSWFycnRIYVN5dWVFV3pJdGNlRkxoSiIKfQ==" 2024-03-16T16:34:02.438 INFO:teuthology.orchestra.run.smithi003.stderr: } 2024-03-16T16:34:02.438 INFO:teuthology.orchestra.run.smithi003.stderr:]' 2024-03-16T16:34:02.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjdiNzUzZGZjLTg0ZjktNDYxOC1iMzBjLWQ5OGM4ZGE2YmE5MCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2MDo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIllTTjVYVkNGRzZRQkdRSUpHQllTIiwKICAgICJzZWNyZXQiOiAiaEQ5TktqOTZ2d2RiRjZEZmdnSWFycnRIYVN5dWVFV3pJdGNlRkxoSiIKfQ=="' '}' ']' 2024-03-16T16:34:02.438 INFO:teuthology.orchestra.run.smithi003.stderr:+ jq --exit-status '.[0].realm == "myrealm1"' 2024-03-16T16:34:02.439 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-03-16T16:34:02.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjdiNzUzZGZjLTg0ZjktNDYxOC1iMzBjLWQ5OGM4ZGE2YmE5MCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2MDo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIllTTjVYVkNGRzZRQkdRSUpHQllTIiwKICAgICJzZWNyZXQiOiAiaEQ5TktqOTZ2d2RiRjZEZmdnSWFycnRIYVN5dWVFV3pJdGNlRkxoSiIKfQ=="' '}' ']' 2024-03-16T16:34:02.440 INFO:teuthology.orchestra.run.smithi003.stderr:+ jq --exit-status '.[0].token' 2024-03-16T16:34:02.442 INFO:teuthology.orchestra.run.smithi003.stdout:"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjdiNzUzZGZjLTg0ZjktNDYxOC1iMzBjLWQ5OGM4ZGE2YmE5MCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2MDo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIllTTjVYVkNGRzZRQkdRSUpHQllTIiwKICAgICJzZWNyZXQiOiAiaEQ5TktqOTZ2d2RiRjZEZmdnSWFycnRIYVN5dWVFV3pJdGNlRkxoSiIKfQ==" 2024-03-16T16:34:02.442 INFO:teuthology.orchestra.run.smithi003.stderr:++ ceph rgw realm tokens 2024-03-16T16:34:02.443 INFO:teuthology.orchestra.run.smithi003.stderr:++ jq -r '.[0].token' 2024-03-16T16:34:02.443 INFO:teuthology.orchestra.run.smithi003.stderr:++ base64 --decode 2024-03-16T16:34:02.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:02 smithi084 ceph-mon[32991]: from='client.24739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:34:02.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:02 smithi084 ceph-mon[32991]: from='client.15090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:34:02.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:02 smithi084 ceph-mon[32991]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:02.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:02 smithi003 ceph-mon[29598]: from='client.24739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:34:02.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:02 smithi003 ceph-mon[29598]: from='client.15090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:34:02.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:02 smithi003 ceph-mon[29598]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:02.884 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:02 smithi060 ceph-mon[32981]: from='client.24739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:34:02.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:02 smithi060 ceph-mon[32981]: from='client.15090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:34:02.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:02 smithi060 ceph-mon[32981]: from='mgr.14388 172.21.15.3:0/2876796103' entity='mgr.a' 2024-03-16T16:34:03.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ TOKEN_JSON='{ 2024-03-16T16:34:03.144 INFO:teuthology.orchestra.run.smithi003.stderr: "realm_name": "myrealm1", 2024-03-16T16:34:03.144 INFO:teuthology.orchestra.run.smithi003.stderr: "realm_id": "7b753dfc-84f9-4618-b30c-d98c8da6ba90", 2024-03-16T16:34:03.144 INFO:teuthology.orchestra.run.smithi003.stderr: "endpoint": "http://smithi060:5500", 2024-03-16T16:34:03.144 INFO:teuthology.orchestra.run.smithi003.stderr: "access_key": "YSN5XVCFG6QBGQIJGBYS", 2024-03-16T16:34:03.144 INFO:teuthology.orchestra.run.smithi003.stderr: "secret": "hD9NKj96vwdbF6DfggIarrtHaSyueEWzItceFLhJ" 2024-03-16T16:34:03.144 INFO:teuthology.orchestra.run.smithi003.stderr:}' 2024-03-16T16:34:03.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"7b753dfc-84f9-4618-b30c-d98c8da6ba90",' '"endpoint":' '"http://smithi060:5500",' '"access_key":' '"YSN5XVCFG6QBGQIJGBYS",' '"secret":' '"hD9NKj96vwdbF6DfggIarrtHaSyueEWzItceFLhJ"' '}' 2024-03-16T16:34:03.144 INFO:teuthology.orchestra.run.smithi003.stderr:+ jq --exit-status '.realm_name == "myrealm1"' 2024-03-16T16:34:03.146 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-03-16T16:34:03.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"7b753dfc-84f9-4618-b30c-d98c8da6ba90",' '"endpoint":' '"http://smithi060:5500",' '"access_key":' '"YSN5XVCFG6QBGQIJGBYS",' '"secret":' '"hD9NKj96vwdbF6DfggIarrtHaSyueEWzItceFLhJ"' '}' 2024-03-16T16:34:03.147 INFO:teuthology.orchestra.run.smithi003.stderr:+ jq --exit-status '.endpoint | test("http://.+:\\d+")' 2024-03-16T16:34:03.149 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-03-16T16:34:03.149 INFO:teuthology.orchestra.run.smithi003.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"7b753dfc-84f9-4618-b30c-d98c8da6ba90",' '"endpoint":' '"http://smithi060:5500",' '"access_key":' '"YSN5XVCFG6QBGQIJGBYS",' '"secret":' '"hD9NKj96vwdbF6DfggIarrtHaSyueEWzItceFLhJ"' '}' 2024-03-16T16:34:03.150 INFO:teuthology.orchestra.run.smithi003.stderr:+ jq --exit-status '.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")' 2024-03-16T16:34:03.152 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-03-16T16:34:03.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"7b753dfc-84f9-4618-b30c-d98c8da6ba90",' '"endpoint":' '"http://smithi060:5500",' '"access_key":' '"YSN5XVCFG6QBGQIJGBYS",' '"secret":' '"hD9NKj96vwdbF6DfggIarrtHaSyueEWzItceFLhJ"' '}' 2024-03-16T16:34:03.153 INFO:teuthology.orchestra.run.smithi003.stderr:+ jq --exit-status .access_key 2024-03-16T16:34:03.155 INFO:teuthology.orchestra.run.smithi003.stdout:"YSN5XVCFG6QBGQIJGBYS" 2024-03-16T16:34:03.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"7b753dfc-84f9-4618-b30c-d98c8da6ba90",' '"endpoint":' '"http://smithi060:5500",' '"access_key":' '"YSN5XVCFG6QBGQIJGBYS",' '"secret":' '"hD9NKj96vwdbF6DfggIarrtHaSyueEWzItceFLhJ"' '}' 2024-03-16T16:34:03.155 INFO:teuthology.orchestra.run.smithi003.stderr:+ jq --exit-status .secret 2024-03-16T16:34:03.157 INFO:teuthology.orchestra.run.smithi003.stdout:"hD9NKj96vwdbF6DfggIarrtHaSyueEWzItceFLhJ" 2024-03-16T16:34:03.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:03 smithi084 ceph-mon[32991]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 60 KiB/s rd, 5.8 KiB/s wr, 129 op/s 2024-03-16T16:34:03.779 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:03 smithi084 ceph-mon[32991]: from='client.15165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:34:03.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:03 smithi003 ceph-mon[29598]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 60 KiB/s rd, 5.8 KiB/s wr, 129 op/s 2024-03-16T16:34:03.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:03 smithi003 ceph-mon[29598]: from='client.15165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:34:03.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:03 smithi060 ceph-mon[32981]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 60 KiB/s rd, 5.8 KiB/s wr, 129 op/s 2024-03-16T16:34:03.885 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:03 smithi060 ceph-mon[32981]: from='client.15165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:34:03.940 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-16T16:34:03.949 INFO:tasks.cephadm:Teardown begin 2024-03-16T16:34:03.950 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-16T16:34:03.983 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-16T16:34:04.017 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-16T16:34:04.052 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-16T16:34:04.053 DEBUG:teuthology.orchestra.run.smithi003:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-16T16:34:04.069 DEBUG:teuthology.orchestra.run.smithi060:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-16T16:34:04.086 DEBUG:teuthology.orchestra.run.smithi084:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-16T16:34:04.109 INFO:tasks.cephadm:Stopping all daemons... 2024-03-16T16:34:04.109 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-16T16:34:04.110 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mon.a 2024-03-16T16:34:04.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:04 smithi003 systemd[1]: Stopping Ceph mon.a for 4480966e-e3b2-11ee-95c9-87774f69a715... 2024-03-16T16:34:04.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:04 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-a[29594]: 2024-03-16T16:34:04.433+0000 7fd9aebed700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-03-16T16:34:04.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:04 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-a[29594]: 2024-03-16T16:34:04.433+0000 7fd9aebed700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-16T16:34:04.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:04 smithi003 podman[77553]: 2024-03-16 16:34:04.608324947 +0000 UTC m=+0.301071342 container died 6e857644a1122892a6af3d6c2f8df8290b1df7f56945af08e95e35150621a554 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240307, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-03-16T16:34:05.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:04 smithi003 podman[77553]: 2024-03-16 16:34:04.950629281 +0000 UTC m=+0.643375683 container cleanup 6e857644a1122892a6af3d6c2f8df8290b1df7f56945af08e95e35150621a554 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-a, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240307, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, GIT_CLEAN=True, ceph=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-03-16T16:34:05.291 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:04 smithi003 bash[77553]: ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-a 2024-03-16T16:34:05.598 INFO:journalctl@ceph.mon.a.smithi003.stdout:Mar 16 16:34:05 smithi003 podman[77567]: 2024-03-16 16:34:05.319196757 +0000 UTC m=+0.703926125 container remove 6e857644a1122892a6af3d6c2f8df8290b1df7f56945af08e95e35150621a554 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-a, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.build-date=20240307, GIT_CLEAN=True) 2024-03-16T16:34:05.615 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mon.a.service' 2024-03-16T16:34:05.663 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-16T16:34:05.664 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-16T16:34:05.664 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-16T16:34:05.664 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mon.b 2024-03-16T16:34:05.954 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:05 smithi060 systemd[1]: Stopping Ceph mon.b for 4480966e-e3b2-11ee-95c9-87774f69a715... 2024-03-16T16:34:06.384 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:05 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-b[32977]: 2024-03-16T16:34:05.960+0000 7f52a1dbf700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-03-16T16:34:06.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:05 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-b[32977]: 2024-03-16T16:34:05.960+0000 7f52a1dbf700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-16T16:34:06.385 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:06 smithi060 podman[43781]: 2024-03-16 16:34:06.20654974 +0000 UTC m=+0.337772563 container died 58a5a00051b99591dac330d36ec53c676a6cc6eccefaceab2d30286af3cbf1a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-b, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, org.label-schema.vendor=CentOS, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240307) 2024-03-16T16:34:06.713 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:06 smithi060 podman[43781]: 2024-03-16 16:34:06.535329132 +0000 UTC m=+0.666551950 container cleanup 58a5a00051b99591dac330d36ec53c676a6cc6eccefaceab2d30286af3cbf1a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-b, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.build-date=20240307, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-16T16:34:06.713 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:06 smithi060 bash[43781]: ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-b 2024-03-16T16:34:06.965 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 16 16:34:06 smithi060 podman[43795]: 2024-03-16 16:34:06.71987639 +0000 UTC m=+0.505622326 container remove 58a5a00051b99591dac330d36ec53c676a6cc6eccefaceab2d30286af3cbf1a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-b, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240307, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, org.label-schema.license=GPLv2) 2024-03-16T16:34:06.969 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mon.b.service' 2024-03-16T16:34:07.016 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-16T16:34:07.016 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-16T16:34:07.016 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-16T16:34:07.016 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mon.c 2024-03-16T16:34:07.333 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:07 smithi084 systemd[1]: Stopping Ceph mon.c for 4480966e-e3b2-11ee-95c9-87774f69a715... 2024-03-16T16:34:07.750 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:07 smithi084 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-c[32974]: 2024-03-16T16:34:07.339+0000 7f82f7096700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-03-16T16:34:07.750 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:07 smithi084 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-c[32974]: 2024-03-16T16:34:07.339+0000 7f82f7096700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-16T16:34:07.750 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:07 smithi084 podman[43077]: 2024-03-16 16:34:07.544231236 +0000 UTC m=+0.328480693 container died 8967b428acbcd14d978cdec2ccb95c7a623eb4611ce668a19212435a17deaa91 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-c, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240307, io.buildah.version=1.33.5, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-16T16:34:08.028 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:07 smithi084 podman[43077]: 2024-03-16 16:34:07.847483302 +0000 UTC m=+0.631732752 container cleanup 8967b428acbcd14d978cdec2ccb95c7a623eb4611ce668a19212435a17deaa91 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-c, io.buildah.version=1.33.5, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, org.label-schema.build-date=20240307, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-16T16:34:08.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Mar 16 16:34:07 smithi084 bash[43077]: ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mon-c 2024-03-16T16:34:08.191 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mon.c.service' 2024-03-16T16:34:08.239 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-16T16:34:08.239 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-16T16:34:08.239 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-16T16:34:08.239 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mgr.a 2024-03-16T16:34:08.541 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:34:08 smithi003 systemd[1]: Stopping Ceph mgr.a for 4480966e-e3b2-11ee-95c9-87774f69a715... 2024-03-16T16:34:09.023 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:34:08 smithi003 podman[77674]: 2024-03-16 16:34:08.585145835 +0000 UTC m=+0.140851703 container died 19a0634f5c440abc21f95e1da422c97ed4e72cab436136d58a477ec8fdbd55bc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240307, CEPH_POINT_RELEASE=) 2024-03-16T16:34:09.291 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:34:09 smithi003 podman[77674]: 2024-03-16 16:34:09.164483409 +0000 UTC m=+0.720189276 container cleanup 19a0634f5c440abc21f95e1da422c97ed4e72cab436136d58a477ec8fdbd55bc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240307, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c) 2024-03-16T16:34:09.291 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:34:09 smithi003 bash[77674]: ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a 2024-03-16T16:34:09.731 INFO:journalctl@ceph.mgr.a.smithi003.stdout:Mar 16 16:34:09 smithi003 podman[77688]: 2024-03-16 16:34:09.480687513 +0000 UTC m=+0.893685118 container remove 19a0634f5c440abc21f95e1da422c97ed4e72cab436136d58a477ec8fdbd55bc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-a, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.build-date=20240307) 2024-03-16T16:34:09.735 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mgr.a.service' 2024-03-16T16:34:09.771 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-16T16:34:09.771 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-16T16:34:09.772 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-16T16:34:09.772 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mgr.b 2024-03-16T16:34:10.070 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:34:09 smithi060 systemd[1]: Stopping Ceph mgr.b for 4480966e-e3b2-11ee-95c9-87774f69a715... 2024-03-16T16:34:10.341 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:34:10 smithi060 podman[43902]: 2024-03-16 16:34:10.07673968 +0000 UTC m=+0.106193092 container died c64b7853253617b6e1bade04227fb4189cc2fea6d1a8a98a41bfa53eb88e8ce0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, org.label-schema.build-date=20240307, org.label-schema.vendor=CentOS) 2024-03-16T16:34:10.635 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:34:10 smithi060 podman[43902]: 2024-03-16 16:34:10.447649378 +0000 UTC m=+0.477102830 container cleanup c64b7853253617b6e1bade04227fb4189cc2fea6d1a8a98a41bfa53eb88e8ce0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, org.label-schema.build-date=20240307, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-16T16:34:10.635 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 16 16:34:10 smithi060 bash[43902]: ceph-4480966e-e3b2-11ee-95c9-87774f69a715-mgr-b 2024-03-16T16:34:10.867 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4480966e-e3b2-11ee-95c9-87774f69a715@mgr.b.service' 2024-03-16T16:34:10.903 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-16T16:34:10.903 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-16T16:34:10.903 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-16T16:34:10.903 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-4480966e-e3b2-11ee-95c9-87774f69a715@osd.0 2024-03-16T16:34:11.201 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:34:10 smithi003 systemd[1]: Stopping Ceph osd.0 for 4480966e-e3b2-11ee-95c9-87774f69a715... 2024-03-16T16:34:11.541 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:34:11 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-0[44407]: 2024-03-16T16:34:11.207+0000 7fd0cce8c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-03-16T16:34:11.541 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:34:11 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-0[44407]: 2024-03-16T16:34:11.207+0000 7fd0cce8c700 -1 osd.0 31 *** Got signal Terminated *** 2024-03-16T16:34:11.542 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:34:11 smithi003 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-0[44407]: 2024-03-16T16:34:11.207+0000 7fd0cce8c700 -1 osd.0 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-16T16:34:16.802 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:34:16 smithi003 podman[77796]: 2024-03-16 16:34:16.556963952 +0000 UTC m=+5.457185043 container died e324feb331c82f184422737aca7ab9955df373e2b6696187ad935e9cdfce57d1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-0, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240307, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-03-16T16:34:17.268 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:34:17 smithi003 podman[77796]: 2024-03-16 16:34:17.033015017 +0000 UTC m=+5.933236101 container cleanup e324feb331c82f184422737aca7ab9955df373e2b6696187ad935e9cdfce57d1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-0, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, org.label-schema.build-date=20240307, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , ceph=True, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, io.buildah.version=1.33.5) 2024-03-16T16:34:17.269 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:34:17 smithi003 bash[77796]: ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-0 2024-03-16T16:34:17.541 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:34:17 smithi003 podman[77813]: 2024-03-16 16:34:17.275492259 +0000 UTC m=+0.717765918 container remove e324feb331c82f184422737aca7ab9955df373e2b6696187ad935e9cdfce57d1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-0, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240307, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.33.5) 2024-03-16T16:34:17.896 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:34:17 smithi003 podman[77908]: 2024-03-16 16:34:17.506264299 +0000 UTC m=+0.017092248 image pull 3f3b48f8e85f5af956e73d20a98b955dfe8f83b7a1468b1adf419cceff4645e9 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348 2024-03-16T16:34:17.896 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:34:17 smithi003 podman[77908]: 2024-03-16 16:34:17.609608645 +0000 UTC m=+0.120436583 container create d1800f01a164cd021cf74b734c9bf6cc374844d3a6561a0b0dabfcfef78d9d4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-0-deactivate, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240307, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_BRANCH=HEAD, ceph=True) 2024-03-16T16:34:17.897 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:34:17 smithi003 podman[77908]: 2024-03-16 16:34:17.820824557 +0000 UTC m=+0.331652497 container init d1800f01a164cd021cf74b734c9bf6cc374844d3a6561a0b0dabfcfef78d9d4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-0-deactivate, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240307, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5) 2024-03-16T16:34:17.897 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:34:17 smithi003 podman[77908]: 2024-03-16 16:34:17.823882692 +0000 UTC m=+0.334710633 container start d1800f01a164cd021cf74b734c9bf6cc374844d3a6561a0b0dabfcfef78d9d4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-0-deactivate, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240307, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=) 2024-03-16T16:34:17.897 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:34:17 smithi003 podman[77908]: 2024-03-16 16:34:17.903291335 +0000 UTC m=+0.414119273 container attach d1800f01a164cd021cf74b734c9bf6cc374844d3a6561a0b0dabfcfef78d9d4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-0-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240307, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-03-16T16:34:18.291 INFO:journalctl@ceph.osd.0.smithi003.stdout:Mar 16 16:34:18 smithi003 podman[77908]: 2024-03-16 16:34:18.118267779 +0000 UTC m=+0.629095719 container died d1800f01a164cd021cf74b734c9bf6cc374844d3a6561a0b0dabfcfef78d9d4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-0-deactivate, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240307, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-03-16T16:34:18.809 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4480966e-e3b2-11ee-95c9-87774f69a715@osd.0.service' 2024-03-16T16:34:18.849 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-16T16:34:18.849 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-16T16:34:18.849 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-16T16:34:18.849 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-4480966e-e3b2-11ee-95c9-87774f69a715@osd.1 2024-03-16T16:34:19.153 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:34:18 smithi060 systemd[1]: Stopping Ceph osd.1 for 4480966e-e3b2-11ee-95c9-87774f69a715... 2024-03-16T16:34:19.635 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:34:19 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-1[37189]: 2024-03-16T16:34:19.158+0000 7ff580237700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-03-16T16:34:19.635 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:34:19 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-1[37189]: 2024-03-16T16:34:19.158+0000 7ff580237700 -1 osd.1 31 *** Got signal Terminated *** 2024-03-16T16:34:19.635 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:34:19 smithi060 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-1[37189]: 2024-03-16T16:34:19.158+0000 7ff580237700 -1 osd.1 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-16T16:34:24.720 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:34:24 smithi060 podman[44025]: 2024-03-16 16:34:24.476507175 +0000 UTC m=+5.426856933 container died 089d26fe84b4f1eb7429c8ad1a7eefc284794e613a1969b9a9457f2db05da694 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-1, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240307, org.label-schema.vendor=CentOS, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-03-16T16:34:25.135 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:34:24 smithi060 podman[44025]: 2024-03-16 16:34:24.867865062 +0000 UTC m=+5.818214819 container cleanup 089d26fe84b4f1eb7429c8ad1a7eefc284794e613a1969b9a9457f2db05da694 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-1, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240307, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c) 2024-03-16T16:34:25.135 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:34:24 smithi060 bash[44025]: ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-1 2024-03-16T16:34:25.479 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:34:25 smithi060 podman[44044]: 2024-03-16 16:34:25.144052842 +0000 UTC m=+0.657867159 container remove 089d26fe84b4f1eb7429c8ad1a7eefc284794e613a1969b9a9457f2db05da694 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-1, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240307, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-03-16T16:34:25.757 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:34:25 smithi060 podman[44135]: 2024-03-16 16:34:25.486575374 +0000 UTC m=+0.112447369 container create 109a6e5ae959c99e00b7170fe53aab002ef2451316f096693c959fd65d3209a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-1-deactivate, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240307, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True) 2024-03-16T16:34:25.757 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:34:25 smithi060 podman[44135]: 2024-03-16 16:34:25.39214485 +0000 UTC m=+0.018016856 image pull 3f3b48f8e85f5af956e73d20a98b955dfe8f83b7a1468b1adf419cceff4645e9 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348 2024-03-16T16:34:25.757 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:34:25 smithi060 podman[44135]: 2024-03-16 16:34:25.680906176 +0000 UTC m=+0.306778174 container init 109a6e5ae959c99e00b7170fe53aab002ef2451316f096693c959fd65d3209a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-1-deactivate, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.build-date=20240307, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.5, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-16T16:34:25.757 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:34:25 smithi060 podman[44135]: 2024-03-16 16:34:25.684467621 +0000 UTC m=+0.310339612 container start 109a6e5ae959c99e00b7170fe53aab002ef2451316f096693c959fd65d3209a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-1-deactivate, CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240307, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-16T16:34:25.757 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:34:25 smithi060 podman[44135]: 2024-03-16 16:34:25.76409257 +0000 UTC m=+0.389964570 container attach 109a6e5ae959c99e00b7170fe53aab002ef2451316f096693c959fd65d3209a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-1-deactivate, org.label-schema.build-date=20240307, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c) 2024-03-16T16:34:26.135 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 16 16:34:25 smithi060 podman[44135]: 2024-03-16 16:34:25.976996193 +0000 UTC m=+0.602868191 container died 109a6e5ae959c99e00b7170fe53aab002ef2451316f096693c959fd65d3209a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-1-deactivate, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240307, GIT_CLEAN=True, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, GIT_BRANCH=HEAD) 2024-03-16T16:34:26.397 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4480966e-e3b2-11ee-95c9-87774f69a715@osd.1.service' 2024-03-16T16:34:26.439 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-16T16:34:26.439 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-16T16:34:26.439 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-16T16:34:26.439 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-4480966e-e3b2-11ee-95c9-87774f69a715@osd.2 2024-03-16T16:34:26.734 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:34:26 smithi084 systemd[1]: Stopping Ceph osd.2 for 4480966e-e3b2-11ee-95c9-87774f69a715... 2024-03-16T16:34:27.029 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:34:26 smithi084 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-2[37169]: 2024-03-16T16:34:26.739+0000 7f65f0c8e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-03-16T16:34:27.029 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:34:26 smithi084 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-2[37169]: 2024-03-16T16:34:26.739+0000 7f65f0c8e700 -1 osd.2 31 *** Got signal Terminated *** 2024-03-16T16:34:27.029 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:34:26 smithi084 ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-2[37169]: 2024-03-16T16:34:26.739+0000 7f65f0c8e700 -1 osd.2 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-16T16:34:32.474 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:34:32 smithi084 podman[43214]: 2024-03-16 16:34:32.114160551 +0000 UTC m=+5.468575440 container died 6a970f4b1d65a1eebca551b85eeb5251f5abd64306e20a27478df3c1e05c28e6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240307, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-03-16T16:34:32.475 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:34:32 smithi084 podman[43214]: 2024-03-16 16:34:32.481417901 +0000 UTC m=+5.835832834 container cleanup 6a970f4b1d65a1eebca551b85eeb5251f5abd64306e20a27478df3c1e05c28e6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-2, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.schema-version=1.0, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240307, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, ceph=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD) 2024-03-16T16:34:32.725 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:34:32 smithi084 bash[43214]: ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-2 2024-03-16T16:34:33.028 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:34:32 smithi084 podman[43231]: 2024-03-16 16:34:32.732654109 +0000 UTC m=+0.614565871 container remove 6a970f4b1d65a1eebca551b85eeb5251f5abd64306e20a27478df3c1e05c28e6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-2, CEPH_POINT_RELEASE=, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, io.buildah.version=1.33.5, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240307) 2024-03-16T16:34:33.353 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:34:33 smithi084 podman[43315]: 2024-03-16 16:34:33.083432345 +0000 UTC m=+0.111496866 container create dda38ca9ce0b06284e5d578dabd808c2a7bcf348c5295de38a1cb716560308c4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-2-deactivate, io.buildah.version=1.33.5, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240307, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-16T16:34:33.353 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:34:33 smithi084 podman[43315]: 2024-03-16 16:34:32.988905998 +0000 UTC m=+0.016970479 image pull 3f3b48f8e85f5af956e73d20a98b955dfe8f83b7a1468b1adf419cceff4645e9 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348 2024-03-16T16:34:33.354 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:34:33 smithi084 podman[43315]: 2024-03-16 16:34:33.285621653 +0000 UTC m=+0.313686144 container init dda38ca9ce0b06284e5d578dabd808c2a7bcf348c5295de38a1cb716560308c4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-2-deactivate, maintainer=Guillaume Abrioux , RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, org.label-schema.build-date=20240307, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-03-16T16:34:33.354 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:34:33 smithi084 podman[43315]: 2024-03-16 16:34:33.288957654 +0000 UTC m=+0.317022132 container start dda38ca9ce0b06284e5d578dabd808c2a7bcf348c5295de38a1cb716560308c4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-2-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240307, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5) 2024-03-16T16:34:33.354 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:34:33 smithi084 podman[43315]: 2024-03-16 16:34:33.360569466 +0000 UTC m=+0.388633956 container attach dda38ca9ce0b06284e5d578dabd808c2a7bcf348c5295de38a1cb716560308c4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-2-deactivate, org.label-schema.build-date=20240307, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c) 2024-03-16T16:34:33.778 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:34:33 smithi084 podman[43315]: 2024-03-16 16:34:33.581684948 +0000 UTC m=+0.609749416 container died dda38ca9ce0b06284e5d578dabd808c2a7bcf348c5295de38a1cb716560308c4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-2-deactivate, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240307, GIT_CLEAN=True, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-03-16T16:34:34.162 INFO:journalctl@ceph.osd.2.smithi084.stdout:Mar 16 16:34:34 smithi084 podman[43341]: 2024-03-16 16:34:34.155561504 +0000 UTC m=+0.568761569 container remove dda38ca9ce0b06284e5d578dabd808c2a7bcf348c5295de38a1cb716560308c4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348, name=ceph-4480966e-e3b2-11ee-95c9-87774f69a715-osd-2-deactivate, RELEASE=wip-yuri6-testing-2024-03-15-0709-5ea4d9c, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240307, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-16T16:34:34.167 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4480966e-e3b2-11ee-95c9-87774f69a715@osd.2.service' 2024-03-16T16:34:34.208 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-16T16:34:34.208 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-16T16:34:34.208 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 --force --keep-logs 2024-03-16T16:34:34.406 INFO:teuthology.orchestra.run.smithi003.stdout:Deleting cluster with fsid: 4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:34:35.422 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 --force --keep-logs 2024-03-16T16:34:35.620 INFO:teuthology.orchestra.run.smithi060.stdout:Deleting cluster with fsid: 4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:34:48.012 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 --force --keep-logs 2024-03-16T16:34:48.204 INFO:teuthology.orchestra.run.smithi084.stdout:Deleting cluster with fsid: 4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:35:00.461 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-16T16:35:00.495 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-16T16:35:00.530 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-16T16:35:00.559 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-16T16:35:00.561 DEBUG:teuthology.misc:Transferring archived files from smithi003:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603651/remote/smithi003/crash 2024-03-16T16:35:00.562 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/crash -- . 2024-03-16T16:35:00.604 INFO:teuthology.orchestra.run.smithi003.stderr:tar: /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/crash: Cannot open: No such file or directory 2024-03-16T16:35:00.604 INFO:teuthology.orchestra.run.smithi003.stderr:tar: Error is not recoverable: exiting now 2024-03-16T16:35:00.606 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603651/remote/smithi060/crash 2024-03-16T16:35:00.607 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/crash -- . 2024-03-16T16:35:00.652 INFO:teuthology.orchestra.run.smithi060.stderr:tar: /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/crash: Cannot open: No such file or directory 2024-03-16T16:35:00.653 INFO:teuthology.orchestra.run.smithi060.stderr:tar: Error is not recoverable: exiting now 2024-03-16T16:35:00.655 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603651/remote/smithi084/crash 2024-03-16T16:35:00.655 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/crash -- . 2024-03-16T16:35:00.711 INFO:teuthology.orchestra.run.smithi084.stderr:tar: /var/lib/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/crash: Cannot open: No such file or directory 2024-03-16T16:35:00.711 INFO:teuthology.orchestra.run.smithi084.stderr:tar: Error is not recoverable: exiting now 2024-03-16T16:35:00.712 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-16T16:35:00.712 DEBUG:teuthology.orchestra.run.smithi003:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-16T16:35:00.744 INFO:teuthology.orchestra.run.smithi003.stdout:2024-03-16T16:31:34.456185+0000 mon.a (mon.0) 190 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-16T16:35:00.744 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-16T16:35:00.745 DEBUG:teuthology.orchestra.run.smithi003:> sudo egrep '\[SEC\]' /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-16T16:35:00.816 DEBUG:teuthology.orchestra.run.smithi003:> sudo egrep '\[ERR\]' /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-16T16:35:00.890 DEBUG:teuthology.orchestra.run.smithi003:> sudo egrep '\[WRN\]' /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-16T16:35:00.957 INFO:teuthology.orchestra.run.smithi003.stdout:2024-03-16T16:31:34.456185+0000 mon.a (mon.0) 190 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-16T16:35:00.958 INFO:tasks.cephadm:Compressing logs... 2024-03-16T16:35:00.958 DEBUG:teuthology.orchestra.run.smithi003:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-16T16:35:01.000 DEBUG:teuthology.orchestra.run.smithi060:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-16T16:35:01.002 DEBUG:teuthology.orchestra.run.smithi084:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-16T16:35:01.027 INFO:teuthology.orchestra.run.smithi003.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-16T16:35:01.028 INFO:teuthology.orchestra.run.smithi003.stderr:: No such file or directory 2024-03-16T16:35:01.028 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-mon.a.log 2024-03-16T16:35:01.028 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.audit.log 2024-03-16T16:35:01.028 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-mgr.a.log 2024-03-16T16:35:01.028 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-mon.a.log: /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-osd.0.log 2024-03-16T16:35:01.028 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.cephadm.log 2024-03-16T16:35:01.028 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.log 2024-03-16T16:35:01.028 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-volume.log 2024-03-16T16:35:01.028 INFO:teuthology.orchestra.run.smithi003.stderr: 82.9% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.cephadm.log.gz 2024-03-16T16:35:01.028 INFO:teuthology.orchestra.run.smithi003.stderr: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-16T16:35:01.028 INFO:teuthology.orchestra.run.smithi003.stderr: 89.1% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.audit.log.gz 2024-03-16T16:35:01.030 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.log: /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-volume.log: 84.8% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.log.gz 2024-03-16T16:35:01.034 INFO:teuthology.orchestra.run.smithi003.stderr: 91.0% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-volume.log.gz 2024-03-16T16:35:01.035 INFO:teuthology.orchestra.run.smithi084.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-16T16:35:01.035 INFO:teuthology.orchestra.run.smithi084.stderr:: No such file or directory 2024-03-16T16:35:01.035 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.audit.log 2024-03-16T16:35:01.036 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi084.qhrijj.log 2024-03-16T16:35:01.036 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.cephadm.log 2024-03-16T16:35:01.036 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi084.qhrijj.log: 89.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-16T16:35:01.036 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.log 2024-03-16T16:35:01.036 INFO:teuthology.orchestra.run.smithi084.stderr: 71.3% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi084.qhrijj.log.gz 2024-03-16T16:35:01.036 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-osd.2.log 2024-03-16T16:35:01.036 INFO:teuthology.orchestra.run.smithi084.stderr: 89.2% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.audit.log.gz 2024-03-16T16:35:01.036 INFO:teuthology.orchestra.run.smithi084.stderr: 81.3% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.cephadm.log.gz 2024-03-16T16:35:01.036 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-volume.log 2024-03-16T16:35:01.036 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-mon.c.log 2024-03-16T16:35:01.036 INFO:teuthology.orchestra.run.smithi084.stderr: 84.2% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.log.gz 2024-03-16T16:35:01.036 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-volume.log: /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-mon.c.log: 90.9% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-volume.log.gz 2024-03-16T16:35:01.037 INFO:teuthology.orchestra.run.smithi060.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-16T16:35:01.037 INFO:teuthology.orchestra.run.smithi060.stderr:: No such file or directory 2024-03-16T16:35:01.037 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi060.qgnylb.log 2024-03-16T16:35:01.037 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.audit.log 2024-03-16T16:35:01.037 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi060.qgnylb.log: gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-osd.1.log 2024-03-16T16:35:01.037 INFO:teuthology.orchestra.run.smithi060.stderr: 88.5% 71.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-16T16:35:01.037 INFO:teuthology.orchestra.run.smithi060.stderr: -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi060.qgnylb.log.gz 2024-03-16T16:35:01.037 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.cephadm.log 2024-03-16T16:35:01.037 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.log 2024-03-16T16:35:01.038 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-mgr.b.log 2024-03-16T16:35:01.038 INFO:teuthology.orchestra.run.smithi060.stderr: 81.4% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.cephadm.log.gz 2024-03-16T16:35:01.038 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.log: 89.1% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.audit.log.gz 2024-03-16T16:35:01.038 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-volume.log 2024-03-16T16:35:01.038 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-mon.b.log 2024-03-16T16:35:01.038 INFO:teuthology.orchestra.run.smithi060.stderr: 83.9% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph.log.gz 2024-03-16T16:35:01.038 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-volume.log: /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-mon.b.log: 90.9% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-volume.log.gz 2024-03-16T16:35:01.038 INFO:teuthology.orchestra.run.smithi060.stderr: 90.1% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-mgr.b.log.gz 2024-03-16T16:35:01.079 INFO:teuthology.orchestra.run.smithi060.stderr: 92.5% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-mon.b.log.gz 2024-03-16T16:35:01.079 INFO:teuthology.orchestra.run.smithi084.stderr: 92.6% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-mon.c.log.gz 2024-03-16T16:35:01.097 INFO:teuthology.orchestra.run.smithi003.stderr: 89.4% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-mgr.a.log.gz 2024-03-16T16:35:01.193 INFO:teuthology.orchestra.run.smithi003.stderr: 91.6% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-mon.a.log.gz 2024-03-16T16:35:01.437 INFO:teuthology.orchestra.run.smithi084.stderr: 94.1% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-osd.2.log.gz 2024-03-16T16:35:01.439 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-03-16T16:35:01.439 INFO:teuthology.orchestra.run.smithi084.stderr:real 0m0.423s 2024-03-16T16:35:01.439 INFO:teuthology.orchestra.run.smithi084.stderr:user 0m0.454s 2024-03-16T16:35:01.439 INFO:teuthology.orchestra.run.smithi084.stderr:sys 0m0.036s 2024-03-16T16:35:01.458 INFO:teuthology.orchestra.run.smithi003.stderr: 94.1% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-osd.0.log.gz 2024-03-16T16:35:01.460 INFO:teuthology.orchestra.run.smithi003.stderr: 2024-03-16T16:35:01.460 INFO:teuthology.orchestra.run.smithi003.stderr:real 0m0.449s 2024-03-16T16:35:01.461 INFO:teuthology.orchestra.run.smithi003.stderr:user 0m0.664s 2024-03-16T16:35:01.461 INFO:teuthology.orchestra.run.smithi003.stderr:sys 0m0.048s 2024-03-16T16:35:01.482 INFO:teuthology.orchestra.run.smithi060.stderr: 94.1% -- replaced with /var/log/ceph/4480966e-e3b2-11ee-95c9-87774f69a715/ceph-osd.1.log.gz 2024-03-16T16:35:01.485 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-03-16T16:35:01.485 INFO:teuthology.orchestra.run.smithi060.stderr:real 0m0.471s 2024-03-16T16:35:01.485 INFO:teuthology.orchestra.run.smithi060.stderr:user 0m0.510s 2024-03-16T16:35:01.485 INFO:teuthology.orchestra.run.smithi060.stderr:sys 0m0.036s 2024-03-16T16:35:01.485 INFO:tasks.cephadm:Archiving logs... 2024-03-16T16:35:01.485 DEBUG:teuthology.misc:Transferring archived files from smithi003:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603651/remote/smithi003/log 2024-03-16T16:35:01.486 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-16T16:35:01.640 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603651/remote/smithi060/log 2024-03-16T16:35:01.641 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-16T16:35:01.752 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603651/remote/smithi084/log 2024-03-16T16:35:01.753 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-16T16:35:01.854 INFO:tasks.cephadm:Removing cluster... 2024-03-16T16:35:01.854 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 --force 2024-03-16T16:35:02.038 INFO:teuthology.orchestra.run.smithi003.stdout:Deleting cluster with fsid: 4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:35:02.285 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 --force 2024-03-16T16:35:02.470 INFO:teuthology.orchestra.run.smithi060.stdout:Deleting cluster with fsid: 4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:35:02.720 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4480966e-e3b2-11ee-95c9-87774f69a715 --force 2024-03-16T16:35:02.912 INFO:teuthology.orchestra.run.smithi084.stdout:Deleting cluster with fsid: 4480966e-e3b2-11ee-95c9-87774f69a715 2024-03-16T16:35:03.167 INFO:tasks.cephadm:Removing cephadm ... 2024-03-16T16:35:03.167 DEBUG:teuthology.orchestra.run.smithi003:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-16T16:35:03.186 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-16T16:35:03.201 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-16T16:35:03.216 INFO:tasks.cephadm:Teardown complete 2024-03-16T16:35:03.217 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-16T16:35:03.228 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-03-16T16:35:03.228 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-16T16:35:03.230 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-16T16:35:03.244 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-16T16:35:03.354 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-16T16:35:03.362 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-16T16:35:03.362 DEBUG:teuthology.orchestra.run.smithi003:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-16T16:35:03.365 DEBUG:teuthology.orchestra.run.smithi060:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-16T16:35:03.368 DEBUG:teuthology.orchestra.run.smithi084:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-16T16:35:03.378 INFO:teuthology.orchestra.run.smithi003.stderr:bash: line 1: ntpq: command not found 2024-03-16T16:35:03.380 INFO:teuthology.orchestra.run.smithi060.stderr:bash: line 1: ntpq: command not found 2024-03-16T16:35:03.382 INFO:teuthology.orchestra.run.smithi084.stderr:bash: line 1: ntpq: command not found 2024-03-16T16:35:03.383 INFO:teuthology.orchestra.run.smithi003.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-16T16:35:03.384 INFO:teuthology.orchestra.run.smithi003.stdout:=============================================================================== 2024-03-16T16:35:03.384 INFO:teuthology.orchestra.run.smithi003.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 1 -241us[ -230us] +/- 88ms 2024-03-16T16:35:03.384 INFO:teuthology.orchestra.run.smithi003.stdout:^* hv02.front.sepia.ceph.com 3 6 377 1 -362us[ -351us] +/- 55ms 2024-03-16T16:35:03.384 INFO:teuthology.orchestra.run.smithi003.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 1 +902us[ +902us] +/- 81ms 2024-03-16T16:35:03.384 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-16T16:35:03.385 INFO:teuthology.orchestra.run.smithi060.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-16T16:35:03.385 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================== 2024-03-16T16:35:03.385 INFO:teuthology.orchestra.run.smithi060.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 64 -232us[ -232us] +/- 106ms 2024-03-16T16:35:03.385 INFO:teuthology.orchestra.run.smithi060.stdout:^* hv02.front.sepia.ceph.com 3 6 377 65 -333us[ -325us] +/- 54ms 2024-03-16T16:35:03.386 INFO:teuthology.orchestra.run.smithi060.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 0 +952us[ +952us] +/- 81ms 2024-03-16T16:35:03.386 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-16T16:35:03.387 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-16T16:35:03.387 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2024-03-16T16:35:03.387 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 64 -291us[ -246us] +/- 106ms 2024-03-16T16:35:03.387 INFO:teuthology.orchestra.run.smithi084.stdout:^* hv02.front.sepia.ceph.com 3 6 377 1 -376us[ -323us] +/- 55ms 2024-03-16T16:35:03.387 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 1 +889us[ +942us] +/- 81ms 2024-03-16T16:35:03.387 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-16T16:35:03.387 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-16T16:35:03.409 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-16T16:35:03.410 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-16T16:35:03.444 DEBUG:teuthology.orchestra.run.smithi003:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-03-16T16:35:03.520 DEBUG:teuthology.orchestra.run.smithi060:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-03-16T16:35:03.594 DEBUG:teuthology.orchestra.run.smithi084:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-03-16T16:35:03.663 DEBUG:teuthology.orchestra.run.smithi003:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-16T16:35:03.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-16T16:35:03.695 DEBUG:teuthology.orchestra.run.smithi060:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-16T16:35:03.726 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-16T16:35:03.726 DEBUG:teuthology.orchestra.run.smithi084:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-16T16:35:03.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-16T16:35:03.756 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-16T16:35:03.768 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-16T16:35:03.858 INFO:teuthology.task.internal:Duration was 782.421139 seconds 2024-03-16T16:35:03.859 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-16T16:35:03.894 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-16T16:35:03.895 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-16T16:35:03.897 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-16T16:35:03.900 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-16T16:35:03.943 INFO:teuthology.orchestra.run.smithi060.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-16T16:35:03.943 INFO:teuthology.orchestra.run.smithi003.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-16T16:35:03.944 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-16T16:35:04.427 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-16T16:35:04.427 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi003.front.sepia.ceph.com 2024-03-16T16:35:04.427 DEBUG:teuthology.orchestra.run.smithi003:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-16T16:35:04.451 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi060.front.sepia.ceph.com 2024-03-16T16:35:04.451 DEBUG:teuthology.orchestra.run.smithi060:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-16T16:35:04.475 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi084.front.sepia.ceph.com 2024-03-16T16:35:04.475 DEBUG:teuthology.orchestra.run.smithi084:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-16T16:35:04.501 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-16T16:35:04.501 DEBUG:teuthology.orchestra.run.smithi003:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-16T16:35:04.504 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-16T16:35:04.517 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-16T16:35:04.571 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-16T16:35:04.571 DEBUG:teuthology.orchestra.run.smithi003:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-16T16:35:04.578 DEBUG:teuthology.orchestra.run.smithi060:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-16T16:35:04.587 DEBUG:teuthology.orchestra.run.smithi084:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-16T16:35:04.746 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-16T16:35:04.756 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-16T16:35:04.756 DEBUG:teuthology.orchestra.run.smithi003:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-16T16:35:04.783 DEBUG:teuthology.orchestra.run.smithi060:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-16T16:35:04.810 DEBUG:teuthology.orchestra.run.smithi084:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-16T16:35:04.837 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-16T16:35:04.848 DEBUG:teuthology.orchestra.run.smithi003:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-16T16:35:04.850 DEBUG:teuthology.orchestra.run.smithi060:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-16T16:35:04.852 DEBUG:teuthology.orchestra.run.smithi084:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-16T16:35:04.872 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern = core 2024-03-16T16:35:04.875 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = core 2024-03-16T16:35:04.903 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = core 2024-03-16T16:35:04.926 DEBUG:teuthology.orchestra.run.smithi003:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-16T16:35:04.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-16T16:35:04.955 DEBUG:teuthology.orchestra.run.smithi060:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-16T16:35:04.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-16T16:35:04.968 DEBUG:teuthology.orchestra.run.smithi084:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-16T16:35:04.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-16T16:35:04.985 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-16T16:35:04.995 INFO:teuthology.task.internal:Transferring archived files... 2024-03-16T16:35:04.996 DEBUG:teuthology.misc:Transferring archived files from smithi003:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603651/remote/smithi003 2024-03-16T16:35:04.996 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-16T16:35:05.035 DEBUG:teuthology.misc:Transferring archived files from smithi060:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603651/remote/smithi060 2024-03-16T16:35:05.035 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-16T16:35:05.073 DEBUG:teuthology.misc:Transferring archived files from smithi084:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603651/remote/smithi084 2024-03-16T16:35:05.073 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-16T16:35:05.109 INFO:teuthology.task.internal:Removing archive directory... 2024-03-16T16:35:05.110 DEBUG:teuthology.orchestra.run.smithi003:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-16T16:35:05.112 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-16T16:35:05.114 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-16T16:35:05.158 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-16T16:35:05.174 INFO:teuthology.task.internal:Not uploading archives. 2024-03-16T16:35:05.174 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-16T16:35:05.200 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-16T16:35:05.200 DEBUG:teuthology.orchestra.run.smithi003:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-16T16:35:05.203 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-16T16:35:05.206 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-16T16:35:05.214 INFO:teuthology.orchestra.run.smithi003.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 16 16:35 /home/ubuntu/cephtest 2024-03-16T16:35:05.218 INFO:teuthology.orchestra.run.smithi060.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 16 16:35 /home/ubuntu/cephtest 2024-03-16T16:35:05.220 INFO:teuthology.orchestra.run.smithi084.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 16 16:35 /home/ubuntu/cephtest 2024-03-16T16:35:05.221 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-16T16:35:05.235 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-16T16:35:05.299 INFO:teuthology.nuke:Checking targets against current locks 2024-03-16T16:35:05.324 DEBUG:teuthology.nuke:shortname: smithi003 2024-03-16T16:35:05.324 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-16T16:35:05.350 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi003.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603651', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-16 16:13:19.883302', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE9x3+yKjE4TqpFLTxuxSFsIyOfX/JxbiqQpOeW2l2XzMVHJ2kfYpMd2liXkxA6nHKTgY+Gpdo1VlgThzaRDZiE='} 2024-03-16T16:35:05.355 DEBUG:teuthology.nuke:shortname: smithi060 2024-03-16T16:35:05.355 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-16T16:35:05.377 DEBUG:teuthology.nuke:shortname: smithi084 2024-03-16T16:35:05.378 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-16T16:35:05.384 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603651', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-16 16:13:19.885347', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGsuAoeJVAbf6KzAAsf6ou+ANnXNVbmissbk67JOTd5QBwp1DrLO8WzOsKhIvGGA/1O+rWxvtGereLvk8MUC4W4='} 2024-03-16T16:35:05.402 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi084.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603651', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-16 16:13:19.887089', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNYoKAKcjF2W4rdeuJVXz4Ir5qzA6rVvdhHgyYHpYPDQEwUvFpiwFkupOGlScTCpa9/K/a9KiH/u6ubB0Ia4ctI='} 2024-03-16T16:35:05.410 INFO:teuthology.orchestra.console.smithi003:Power off 2024-03-16T16:35:05.411 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-16T16:35:05.435 DEBUG:teuthology.orchestra.console.smithi003:power off output: Chassis Power Control: Down/Off 2024-03-16T16:35:05.435 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:35:05.455 INFO:teuthology.orchestra.console.smithi060:Power off 2024-03-16T16:35:05.455 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-16T16:35:05.465 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is on 2024-03-16T16:35:05.478 DEBUG:teuthology.orchestra.console.smithi060:power off output: Chassis Power Control: Down/Off 2024-03-16T16:35:05.478 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:35:05.493 INFO:teuthology.orchestra.console.smithi084:Power off 2024-03-16T16:35:05.493 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-16T16:35:05.514 DEBUG:teuthology.orchestra.console.smithi084:power off output: Chassis Power Control: Down/Off 2024-03-16T16:35:05.515 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:35:05.525 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2024-03-16T16:35:05.538 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is on 2024-03-16T16:35:09.465 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:35:09.526 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:35:09.539 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:35:09.576 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is on 2024-03-16T16:35:09.637 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2024-03-16T16:35:09.647 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is on 2024-03-16T16:35:13.581 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:35:13.637 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:35:13.648 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:35:13.692 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is on 2024-03-16T16:35:13.748 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is off 2024-03-16T16:35:13.757 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is off 2024-03-16T16:35:13.849 INFO:teuthology.orchestra.console.smithi060:Power off completed 2024-03-16T16:35:13.858 INFO:teuthology.orchestra.console.smithi084:Power off completed 2024-03-16T16:35:17.697 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:35:17.806 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is off 2024-03-16T16:35:17.907 INFO:teuthology.orchestra.console.smithi003:Power off completed 2024-03-16T16:35:18.011 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} duration: 782.4211385250092 failure_reason: '"2024-03-16T16:31:34.456185+0000 mon.a (mon.0) 190 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-03-16T16:35:18.011 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-16T16:35:18.092 INFO:teuthology.run:FAIL