2023-09-29T23:15:40.056 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-09-29T23:15:40.057 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi --description rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools_crun agent/on mon_election/connectivity task/test_rgw_multisite} --owner scheduled_yuriw@teuthology --verbose --archive /home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406562 -- /home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406562/orig.config.yaml 2023-09-29T23:15:40.085 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-29T23:15:40.166 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406562 branch: wip-yuri4-testing-2023-09-29-0928-quincy description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools_crun agent/on mon_election/connectivity task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7406562' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri4-testing-2023-09-29-0928-quincy ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 93dce5e17918f8aca65993a7a2dc40233a47b481 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 93dce5e17918f8aca65993a7a2dc40233a47b481 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2023-09-29-0928-quincy sha1: 93dce5e17918f8aca65993a7a2dc40233a47b481 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: 9810 sha1: 93dce5e17918f8aca65993a7a2dc40233a47b481 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2023-09-29-0928-quincy suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_93dce5e17918f8aca65993a7a2dc40233a47b481/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 93dce5e17918f8aca65993a7a2dc40233a47b481 targets: smithi019.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCXUq1mEHGcP1MidgIaF01rbjfKMn2dXe+y/QBqNQkdtWI7jITpJWOs0FIfksf7APEovg7+PaAY8Q+VBE+zLJwI= smithi045.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMbnlO++E7WoMfoAm98dXPYYDuTM1xWqpk3PIsxH2ratMabKI7Sfy8WvsSS5hQHyhzhXc6kQ3pmYlke9SLZOlUQ= smithi158.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPkf9dYmssVXytuuJ/ATuBNTydStPsWuKDjFj9OGfuPxTD4dvicJdI4CGeOqgMkS+71ymzokp7Wpu3c+O5uIxHU= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - sudo sed -i 's/runtime = "runc"/#runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/#runtime = "crun"/runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-09-29_19:38:56 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-09-29T23:15:40.167 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_93dce5e17918f8aca65993a7a2dc40233a47b481/qa; will attempt to use it 2023-09-29T23:15:40.167 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_93dce5e17918f8aca65993a7a2dc40233a47b481/qa/tasks 2023-09-29T23:15:40.167 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-09-29T23:15:40.169 INFO:teuthology.task.internal:Checking packages... 2023-09-29T23:15:40.191 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '93dce5e17918f8aca65993a7a2dc40233a47b481' 2023-09-29T23:15:40.191 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-29T23:15:40.191 INFO:teuthology.packaging:ref: None 2023-09-29T23:15:40.191 INFO:teuthology.packaging:tag: None 2023-09-29T23:15:40.191 INFO:teuthology.packaging:branch: wip-yuri4-testing-2023-09-29-0928-quincy 2023-09-29T23:15:40.192 INFO:teuthology.packaging:sha1: 93dce5e17918f8aca65993a7a2dc40233a47b481 2023-09-29T23:15:40.192 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri4-testing-2023-09-29-0928-quincy 2023-09-29T23:15:40.412 INFO:teuthology.task.internal:Found packages for ceph version 17.2.6-1165.g93dce5e1 2023-09-29T23:15:40.412 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-09-29T23:15:40.418 INFO:teuthology.task.internal:no buildpackages task found 2023-09-29T23:15:40.418 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-09-29T23:15:40.443 INFO:teuthology.task.internal:Saving configuration 2023-09-29T23:15:40.455 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-09-29T23:15:40.460 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-29T23:15:40.485 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi019.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406562', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-29 23:09:51.854500', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCXUq1mEHGcP1MidgIaF01rbjfKMn2dXe+y/QBqNQkdtWI7jITpJWOs0FIfksf7APEovg7+PaAY8Q+VBE+zLJwI='} 2023-09-29T23:15:40.509 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406562', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-29 23:09:51.857355', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMbnlO++E7WoMfoAm98dXPYYDuTM1xWqpk3PIsxH2ratMabKI7Sfy8WvsSS5hQHyhzhXc6kQ3pmYlke9SLZOlUQ='} 2023-09-29T23:15:40.532 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi158.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406562', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-29 23:09:51.856286', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPkf9dYmssVXytuuJ/ATuBNTydStPsWuKDjFj9OGfuPxTD4dvicJdI4CGeOqgMkS+71ymzokp7Wpu3c+O5uIxHU='} 2023-09-29T23:15:40.533 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-09-29T23:15:40.538 INFO:teuthology.task.internal:roles: ubuntu@smithi019.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-09-29T23:15:40.538 INFO:teuthology.task.internal:roles: ubuntu@smithi045.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-09-29T23:15:40.538 INFO:teuthology.task.internal:roles: ubuntu@smithi158.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-09-29T23:15:40.538 INFO:teuthology.run_tasks:Running task console_log... 2023-09-29T23:15:40.658 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f8cd7e2cb80>, signals=[15]) 2023-09-29T23:15:40.659 INFO:teuthology.run_tasks:Running task internal.connect... 2023-09-29T23:15:40.669 INFO:teuthology.task.internal:Opening connections... 2023-09-29T23:15:40.669 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi019.front.sepia.ceph.com 2023-09-29T23:15:40.671 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T23:15:40.739 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi045.front.sepia.ceph.com 2023-09-29T23:15:40.739 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T23:15:40.808 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi158.front.sepia.ceph.com 2023-09-29T23:15:40.809 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T23:15:40.876 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-09-29T23:15:40.882 DEBUG:teuthology.orchestra.run.smithi019:> uname -m 2023-09-29T23:15:40.906 INFO:teuthology.orchestra.run.smithi019.stdout:x86_64 2023-09-29T23:15:40.906 DEBUG:teuthology.orchestra.run.smithi019:> cat /etc/os-release 2023-09-29T23:15:40.967 INFO:teuthology.orchestra.run.smithi019.stdout:NAME="CentOS Stream" 2023-09-29T23:15:40.968 INFO:teuthology.orchestra.run.smithi019.stdout:VERSION="8" 2023-09-29T23:15:40.968 INFO:teuthology.orchestra.run.smithi019.stdout:ID="centos" 2023-09-29T23:15:40.968 INFO:teuthology.orchestra.run.smithi019.stdout:ID_LIKE="rhel fedora" 2023-09-29T23:15:40.968 INFO:teuthology.orchestra.run.smithi019.stdout:VERSION_ID="8" 2023-09-29T23:15:40.968 INFO:teuthology.orchestra.run.smithi019.stdout:PLATFORM_ID="platform:el8" 2023-09-29T23:15:40.968 INFO:teuthology.orchestra.run.smithi019.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-29T23:15:40.968 INFO:teuthology.orchestra.run.smithi019.stdout:ANSI_COLOR="0;31" 2023-09-29T23:15:40.968 INFO:teuthology.orchestra.run.smithi019.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-29T23:15:40.968 INFO:teuthology.orchestra.run.smithi019.stdout:HOME_URL="https://centos.org/" 2023-09-29T23:15:40.969 INFO:teuthology.orchestra.run.smithi019.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-29T23:15:40.969 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-29T23:15:40.969 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-29T23:15:40.969 INFO:teuthology.lock.ops:Updating smithi019.front.sepia.ceph.com on lock server 2023-09-29T23:15:40.988 DEBUG:teuthology.orchestra.run.smithi045:> uname -m 2023-09-29T23:15:41.011 INFO:teuthology.orchestra.run.smithi045.stdout:x86_64 2023-09-29T23:15:41.012 DEBUG:teuthology.orchestra.run.smithi045:> cat /etc/os-release 2023-09-29T23:15:41.073 INFO:teuthology.orchestra.run.smithi045.stdout:NAME="CentOS Stream" 2023-09-29T23:15:41.073 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION="8" 2023-09-29T23:15:41.073 INFO:teuthology.orchestra.run.smithi045.stdout:ID="centos" 2023-09-29T23:15:41.073 INFO:teuthology.orchestra.run.smithi045.stdout:ID_LIKE="rhel fedora" 2023-09-29T23:15:41.074 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_ID="8" 2023-09-29T23:15:41.074 INFO:teuthology.orchestra.run.smithi045.stdout:PLATFORM_ID="platform:el8" 2023-09-29T23:15:41.074 INFO:teuthology.orchestra.run.smithi045.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-29T23:15:41.074 INFO:teuthology.orchestra.run.smithi045.stdout:ANSI_COLOR="0;31" 2023-09-29T23:15:41.074 INFO:teuthology.orchestra.run.smithi045.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-29T23:15:41.074 INFO:teuthology.orchestra.run.smithi045.stdout:HOME_URL="https://centos.org/" 2023-09-29T23:15:41.074 INFO:teuthology.orchestra.run.smithi045.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-29T23:15:41.074 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-29T23:15:41.074 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-29T23:15:41.075 INFO:teuthology.lock.ops:Updating smithi045.front.sepia.ceph.com on lock server 2023-09-29T23:15:41.096 DEBUG:teuthology.orchestra.run.smithi158:> uname -m 2023-09-29T23:15:41.118 INFO:teuthology.orchestra.run.smithi158.stdout:x86_64 2023-09-29T23:15:41.118 DEBUG:teuthology.orchestra.run.smithi158:> cat /etc/os-release 2023-09-29T23:15:41.179 INFO:teuthology.orchestra.run.smithi158.stdout:NAME="CentOS Stream" 2023-09-29T23:15:41.180 INFO:teuthology.orchestra.run.smithi158.stdout:VERSION="8" 2023-09-29T23:15:41.180 INFO:teuthology.orchestra.run.smithi158.stdout:ID="centos" 2023-09-29T23:15:41.180 INFO:teuthology.orchestra.run.smithi158.stdout:ID_LIKE="rhel fedora" 2023-09-29T23:15:41.180 INFO:teuthology.orchestra.run.smithi158.stdout:VERSION_ID="8" 2023-09-29T23:15:41.180 INFO:teuthology.orchestra.run.smithi158.stdout:PLATFORM_ID="platform:el8" 2023-09-29T23:15:41.180 INFO:teuthology.orchestra.run.smithi158.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-29T23:15:41.180 INFO:teuthology.orchestra.run.smithi158.stdout:ANSI_COLOR="0;31" 2023-09-29T23:15:41.180 INFO:teuthology.orchestra.run.smithi158.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-29T23:15:41.180 INFO:teuthology.orchestra.run.smithi158.stdout:HOME_URL="https://centos.org/" 2023-09-29T23:15:41.181 INFO:teuthology.orchestra.run.smithi158.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-29T23:15:41.181 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-29T23:15:41.181 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-29T23:15:41.181 INFO:teuthology.lock.ops:Updating smithi158.front.sepia.ceph.com on lock server 2023-09-29T23:15:41.204 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-09-29T23:15:41.212 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-09-29T23:15:41.227 INFO:teuthology.task.internal:Checking for old test directory... 2023-09-29T23:15:41.227 DEBUG:teuthology.orchestra.run.smithi019:> test '!' -e /home/ubuntu/cephtest 2023-09-29T23:15:41.229 DEBUG:teuthology.orchestra.run.smithi045:> test '!' -e /home/ubuntu/cephtest 2023-09-29T23:15:41.231 DEBUG:teuthology.orchestra.run.smithi158:> test '!' -e /home/ubuntu/cephtest 2023-09-29T23:15:41.252 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-09-29T23:15:41.258 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-09-29T23:15:41.258 DEBUG:teuthology.orchestra.run.smithi019:> test -z $(ls -A /var/lib/ceph) 2023-09-29T23:15:41.293 DEBUG:teuthology.orchestra.run.smithi045:> test -z $(ls -A /var/lib/ceph) 2023-09-29T23:15:41.295 DEBUG:teuthology.orchestra.run.smithi158:> test -z $(ls -A /var/lib/ceph) 2023-09-29T23:15:41.326 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-09-29T23:15:41.387 INFO:teuthology.run_tasks:Running task kernel... 2023-09-29T23:15:41.401 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-09-29T23:15:41.401 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-09-29T23:15:41.402 DEBUG:teuthology.orchestra.run.smithi019:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-29T23:15:41.402 DEBUG:teuthology.orchestra.run.smithi045:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-29T23:15:41.403 DEBUG:teuthology.orchestra.run.smithi158:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-29T23:15:41.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T23:15:41.424 DEBUG:teuthology.orchestra.run.smithi158:> uname -r 2023-09-29T23:15:41.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T23:15:41.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T23:15:41.425 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2023-09-29T23:15:41.426 DEBUG:teuthology.orchestra.run.smithi019:> uname -r 2023-09-29T23:15:41.485 INFO:teuthology.orchestra.run.smithi158.stdout:4.18.0-489.el8.x86_64 2023-09-29T23:15:41.486 INFO:teuthology.task.kernel:Running kernel on smithi158: 4.18.0-489.el8.x86_64 2023-09-29T23:15:41.486 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum install -y kernel 2023-09-29T23:15:41.487 INFO:teuthology.orchestra.run.smithi045.stdout:4.18.0-489.el8.x86_64 2023-09-29T23:15:41.487 INFO:teuthology.task.kernel:Running kernel on smithi045: 4.18.0-489.el8.x86_64 2023-09-29T23:15:41.487 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum install -y kernel 2023-09-29T23:15:41.488 INFO:teuthology.orchestra.run.smithi019.stdout:4.18.0-489.el8.x86_64 2023-09-29T23:15:41.489 INFO:teuthology.task.kernel:Running kernel on smithi019: 4.18.0-489.el8.x86_64 2023-09-29T23:15:41.489 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum install -y kernel 2023-09-29T23:15:45.935 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - AppStream 16 MB/s | 33 MB 00:02 2023-09-29T23:15:46.114 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - AppStream 16 MB/s | 33 MB 00:02 2023-09-29T23:15:46.368 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - AppStream 14 MB/s | 33 MB 00:02 2023-09-29T23:16:04.321 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - BaseOS 3.9 MB/s | 48 MB 00:12 2023-09-29T23:16:04.842 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - BaseOS 3.9 MB/s | 48 MB 00:12 2023-09-29T23:16:05.142 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - BaseOS 3.9 MB/s | 48 MB 00:12 2023-09-29T23:16:11.729 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - Extras 32 kB/s | 18 kB 00:00 2023-09-29T23:16:12.415 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2023-09-29T23:16:12.691 INFO:teuthology.orchestra.run.smithi158.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-09-29T23:16:12.983 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - Extras 33 kB/s | 18 kB 00:00 2023-09-29T23:16:12.984 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - Extras 32 kB/s | 18 kB 00:00 2023-09-29T23:16:13.284 INFO:teuthology.orchestra.run.smithi158.stdout:Extra Packages for Enterprise Linux 36 MB/s | 16 MB 00:00 2023-09-29T23:16:13.551 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2023-09-29T23:16:13.692 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2023-09-29T23:16:13.844 INFO:teuthology.orchestra.run.smithi019.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-09-29T23:16:13.985 INFO:teuthology.orchestra.run.smithi045.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-09-29T23:16:15.272 INFO:teuthology.orchestra.run.smithi019.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-09-29T23:16:17.134 INFO:teuthology.orchestra.run.smithi158.stdout:lab-extras 263 kB/s | 24 kB 00:00 2023-09-29T23:16:17.896 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 4.2 MB/s | 16 MB 00:03 2023-09-29T23:16:19.278 INFO:teuthology.orchestra.run.smithi019.stdout:lab-extras 518 kB/s | 24 kB 00:00 2023-09-29T23:16:20.684 INFO:teuthology.orchestra.run.smithi158.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-29T23:16:20.684 INFO:teuthology.orchestra.run.smithi158.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-29T23:16:20.947 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-29T23:16:20.947 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-29T23:16:20.947 INFO:teuthology.orchestra.run.smithi158.stdout: Package Architecture Version Repository Size 2023-09-29T23:16:20.947 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-29T23:16:20.948 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-09-29T23:16:20.948 INFO:teuthology.orchestra.run.smithi158.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-09-29T23:16:20.948 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-09-29T23:16:20.948 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-09-29T23:16:20.948 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-09-29T23:16:20.948 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-29T23:16:20.948 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-29T23:16:20.948 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-29T23:16:20.948 INFO:teuthology.orchestra.run.smithi158.stdout:Install 3 Packages 2023-09-29T23:16:20.948 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-29T23:16:20.949 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 88 M 2023-09-29T23:16:20.949 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 96 M 2023-09-29T23:16:20.949 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-29T23:16:21.943 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 583 kB/s | 24 kB 00:00 2023-09-29T23:16:23.077 INFO:teuthology.orchestra.run.smithi019.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-29T23:16:23.077 INFO:teuthology.orchestra.run.smithi019.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-29T23:16:23.343 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-29T23:16:23.344 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-29T23:16:23.344 INFO:teuthology.orchestra.run.smithi019.stdout: Package Architecture Version Repository Size 2023-09-29T23:16:23.344 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-29T23:16:23.344 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-09-29T23:16:23.344 INFO:teuthology.orchestra.run.smithi019.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-09-29T23:16:23.344 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-09-29T23:16:23.345 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-09-29T23:16:23.345 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-09-29T23:16:23.345 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-29T23:16:23.345 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-09-29T23:16:23.345 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-29T23:16:23.345 INFO:teuthology.orchestra.run.smithi019.stdout:Install 3 Packages 2023-09-29T23:16:23.345 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-29T23:16:23.346 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 88 M 2023-09-29T23:16:23.346 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 96 M 2023-09-29T23:16:23.346 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-09-29T23:16:25.759 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-29T23:16:25.759 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-29T23:16:25.852 INFO:teuthology.orchestra.run.smithi158.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 2.1 MB/s | 10 MB 00:04 2023-09-29T23:16:26.030 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-29T23:16:26.030 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-29T23:16:26.030 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2023-09-29T23:16:26.030 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-29T23:16:26.031 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-09-29T23:16:26.031 INFO:teuthology.orchestra.run.smithi045.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-09-29T23:16:26.031 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-09-29T23:16:26.031 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-09-29T23:16:26.031 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-09-29T23:16:26.031 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-29T23:16:26.031 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-09-29T23:16:26.031 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-29T23:16:26.031 INFO:teuthology.orchestra.run.smithi045.stdout:Install 3 Packages 2023-09-29T23:16:26.031 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-29T23:16:26.032 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 88 M 2023-09-29T23:16:26.032 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 96 M 2023-09-29T23:16:26.032 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-09-29T23:16:27.913 INFO:teuthology.orchestra.run.smithi019.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 2.2 MB/s | 10 MB 00:04 2023-09-29T23:16:30.694 INFO:teuthology.orchestra.run.smithi045.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 2.2 MB/s | 10 MB 00:04 2023-09-29T23:16:36.659 INFO:teuthology.orchestra.run.smithi158.stdout:(2/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 2.3 MB/s | 35 MB 00:15 2023-09-29T23:16:39.128 INFO:teuthology.orchestra.run.smithi019.stdout:(2/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 2.3 MB/s | 35 MB 00:15 2023-09-29T23:16:40.009 INFO:teuthology.orchestra.run.smithi158.stdout:(3/3): kernel-core-4.18.0-514.el8.x86_64.rpm 2.3 MB/s | 43 MB 00:18 2023-09-29T23:16:40.009 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-29T23:16:40.009 INFO:teuthology.orchestra.run.smithi158.stdout:Total 4.6 MB/s | 88 MB 00:19 2023-09-29T23:16:40.677 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-29T23:16:41.101 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-29T23:16:41.101 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-29T23:16:42.316 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-29T23:16:42.351 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-29T23:16:42.586 INFO:teuthology.orchestra.run.smithi019.stdout:(3/3): kernel-core-4.18.0-514.el8.x86_64.rpm 2.2 MB/s | 43 MB 00:19 2023-09-29T23:16:42.587 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-09-29T23:16:42.587 INFO:teuthology.orchestra.run.smithi019.stdout:Total 4.6 MB/s | 88 MB 00:19 2023-09-29T23:16:42.693 INFO:teuthology.orchestra.run.smithi045.stdout:(2/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 2.1 MB/s | 35 MB 00:16 2023-09-29T23:16:43.286 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-09-29T23:16:43.734 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-09-29T23:16:43.735 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-09-29T23:16:45.031 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-09-29T23:16:45.060 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-09-29T23:16:45.122 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-29T23:16:45.657 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-29T23:16:48.000 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-09-29T23:16:48.458 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-29T23:16:48.617 INFO:teuthology.orchestra.run.smithi045.stdout:(3/3): kernel-core-4.18.0-514.el8.x86_64.rpm 1.9 MB/s | 43 MB 00:22 2023-09-29T23:16:48.617 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-09-29T23:16:48.618 INFO:teuthology.orchestra.run.smithi045.stdout:Total 3.9 MB/s | 88 MB 00:22 2023-09-29T23:16:49.206 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-29T23:16:49.318 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-09-29T23:16:49.589 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-29T23:16:49.751 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-09-29T23:16:49.751 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-09-29T23:16:51.036 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-09-29T23:16:51.061 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-09-29T23:16:52.166 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-29T23:16:52.549 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-29T23:16:52.968 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-29T23:16:53.304 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-09-29T23:16:53.989 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-09-29T23:16:54.615 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-29T23:16:56.174 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-29T23:16:56.490 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-09-29T23:16:58.338 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-29T23:16:58.706 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-29T23:17:02.331 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-29T23:17:02.706 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-09-29T23:17:14.952 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-09-29T23:17:14.977 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-29T23:17:15.322 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-09-29T23:17:15.323 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-09-29T23:17:15.323 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-09-29T23:17:16.035 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-29T23:17:16.036 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-29T23:17:16.036 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-29T23:17:16.036 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-09-29T23:17:16.036 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-09-29T23:17:16.036 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-29T23:17:16.036 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-29T23:17:16.651 DEBUG:teuthology.orchestra.run.smithi158:> rpm -q kernel | sort -rV | head -n 1 2023-09-29T23:17:16.888 INFO:teuthology.orchestra.run.smithi158.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-29T23:17:16.889 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-29T23:17:16.889 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-514.el8.x86_64 2023-09-29T23:17:16.889 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-29T23:17:16.889 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-29T23:17:16.889 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2023-09-29T23:17:16.889 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi158.front.sepia.ceph.com, path=None, version=distro) 2023-09-29T23:17:16.889 DEBUG:teuthology.orchestra.run.smithi158:> rpm -q kernel | sort -rV | head -n 1 2023-09-29T23:17:17.098 INFO:teuthology.orchestra.run.smithi158.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-29T23:17:17.099 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-29T23:17:17.099 DEBUG:teuthology.orchestra.run.smithi158:> sudo rpm -qi grub2-tools 2023-09-29T23:17:17.133 INFO:teuthology.orchestra.run.smithi158.stdout:Name : grub2-tools 2023-09-29T23:17:17.133 INFO:teuthology.orchestra.run.smithi158.stdout:Epoch : 1 2023-09-29T23:17:17.133 INFO:teuthology.orchestra.run.smithi158.stdout:Version : 2.02 2023-09-29T23:17:17.133 INFO:teuthology.orchestra.run.smithi158.stdout:Release : 129.el8 2023-09-29T23:17:17.133 INFO:teuthology.orchestra.run.smithi158.stdout:Architecture: x86_64 2023-09-29T23:17:17.133 INFO:teuthology.orchestra.run.smithi158.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-29T23:17:17.133 INFO:teuthology.orchestra.run.smithi158.stdout:Group : System Environment/Base 2023-09-29T23:17:17.133 INFO:teuthology.orchestra.run.smithi158.stdout:Size : 9265586 2023-09-29T23:17:17.133 INFO:teuthology.orchestra.run.smithi158.stdout:License : GPLv3+ 2023-09-29T23:17:17.133 INFO:teuthology.orchestra.run.smithi158.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-29T23:17:17.134 INFO:teuthology.orchestra.run.smithi158.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-29T23:17:17.134 INFO:teuthology.orchestra.run.smithi158.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-29T23:17:17.134 INFO:teuthology.orchestra.run.smithi158.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-29T23:17:17.134 INFO:teuthology.orchestra.run.smithi158.stdout:Relocations : (not relocatable) 2023-09-29T23:17:17.134 INFO:teuthology.orchestra.run.smithi158.stdout:Packager : CentOS BuildSystem 2023-09-29T23:17:17.134 INFO:teuthology.orchestra.run.smithi158.stdout:Vendor : CentOS 2023-09-29T23:17:17.134 INFO:teuthology.orchestra.run.smithi158.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-29T23:17:17.134 INFO:teuthology.orchestra.run.smithi158.stdout:Summary : Support tools for GRUB. 2023-09-29T23:17:17.134 INFO:teuthology.orchestra.run.smithi158.stdout:Description : 2023-09-29T23:17:17.134 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-29T23:17:17.134 INFO:teuthology.orchestra.run.smithi158.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-29T23:17:17.135 INFO:teuthology.orchestra.run.smithi158.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-29T23:17:17.135 INFO:teuthology.orchestra.run.smithi158.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-29T23:17:17.135 INFO:teuthology.orchestra.run.smithi158.stdout:hardware devices. 2023-09-29T23:17:17.135 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-29T23:17:17.135 INFO:teuthology.orchestra.run.smithi158.stdout:This subpackage provides tools for support of all platforms. 2023-09-29T23:17:17.136 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-29T23:17:17.136 INFO:teuthology.task.kernel:Updating grub on smithi158 to boot 4.18.0-514.el8.x86_64 2023-09-29T23:17:17.136 DEBUG:teuthology.orchestra.run.smithi158:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-29T23:17:18.556 INFO:teuthology.orchestra.run.smithi158.stderr:Generating grub configuration file ... 2023-09-29T23:17:19.485 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-09-29T23:17:19.510 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-29T23:17:19.879 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-09-29T23:17:19.879 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-09-29T23:17:19.879 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-09-29T23:17:20.648 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-29T23:17:20.648 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-29T23:17:20.648 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-09-29T23:17:20.648 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-09-29T23:17:20.648 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-09-29T23:17:20.648 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-29T23:17:20.648 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-29T23:17:20.728 INFO:teuthology.orchestra.run.smithi158.stderr:done 2023-09-29T23:17:20.730 DEBUG:teuthology.orchestra.run.smithi158:> mktemp 2023-09-29T23:17:20.752 INFO:teuthology.orchestra.run.smithi158.stdout:/tmp/tmp.znYQL7JM5F 2023-09-29T23:17:20.753 DEBUG:teuthology.orchestra.run.smithi158:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.znYQL7JM5F 2023-09-29T23:17:20.790 DEBUG:teuthology.orchestra.run.smithi019:> rpm -q kernel | sort -rV | head -n 1 2023-09-29T23:17:20.827 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod 0666 /tmp/tmp.znYQL7JM5F 2023-09-29T23:17:20.971 DEBUG:teuthology.orchestra.remote:smithi158:/tmp/tmp.znYQL7JM5F is 6KB 2023-09-29T23:17:20.994 DEBUG:teuthology.orchestra.run.smithi158:> rm -fr /tmp/tmp.znYQL7JM5F 2023-09-29T23:17:21.012 DEBUG:teuthology.orchestra.run.smithi158:> sudo /bin/ls /boot/loader/entries || true 2023-09-29T23:17:21.015 INFO:teuthology.orchestra.run.smithi019.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-29T23:17:21.016 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-29T23:17:21.016 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-514.el8.x86_64 2023-09-29T23:17:21.016 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-29T23:17:21.016 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-29T23:17:21.016 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-09-29T23:17:21.017 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi019.front.sepia.ceph.com, path=None, version=distro) 2023-09-29T23:17:21.017 DEBUG:teuthology.orchestra.run.smithi019:> rpm -q kernel | sort -rV | head -n 1 2023-09-29T23:17:21.088 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-29T23:17:21.088 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-29T23:17:21.088 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-29T23:17:21.088 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-09-29T23:17:21.089 DEBUG:teuthology.orchestra.run.smithi158:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-09-29T23:17:21.238 INFO:teuthology.orchestra.run.smithi019.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-29T23:17:21.238 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-29T23:17:21.238 DEBUG:teuthology.orchestra.run.smithi019:> sudo rpm -qi grub2-tools 2023-09-29T23:17:21.273 INFO:teuthology.orchestra.run.smithi019.stdout:Name : grub2-tools 2023-09-29T23:17:21.273 INFO:teuthology.orchestra.run.smithi019.stdout:Epoch : 1 2023-09-29T23:17:21.273 INFO:teuthology.orchestra.run.smithi019.stdout:Version : 2.02 2023-09-29T23:17:21.273 INFO:teuthology.orchestra.run.smithi019.stdout:Release : 129.el8 2023-09-29T23:17:21.273 INFO:teuthology.orchestra.run.smithi019.stdout:Architecture: x86_64 2023-09-29T23:17:21.274 INFO:teuthology.orchestra.run.smithi019.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-29T23:17:21.274 INFO:teuthology.orchestra.run.smithi019.stdout:Group : System Environment/Base 2023-09-29T23:17:21.274 INFO:teuthology.orchestra.run.smithi019.stdout:Size : 9265586 2023-09-29T23:17:21.274 INFO:teuthology.orchestra.run.smithi019.stdout:License : GPLv3+ 2023-09-29T23:17:21.274 INFO:teuthology.orchestra.run.smithi019.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-29T23:17:21.274 INFO:teuthology.orchestra.run.smithi019.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-29T23:17:21.274 INFO:teuthology.orchestra.run.smithi019.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-29T23:17:21.274 INFO:teuthology.orchestra.run.smithi019.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-29T23:17:21.274 INFO:teuthology.orchestra.run.smithi019.stdout:Relocations : (not relocatable) 2023-09-29T23:17:21.274 INFO:teuthology.orchestra.run.smithi019.stdout:Packager : CentOS BuildSystem 2023-09-29T23:17:21.275 INFO:teuthology.orchestra.run.smithi019.stdout:Vendor : CentOS 2023-09-29T23:17:21.275 INFO:teuthology.orchestra.run.smithi019.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-29T23:17:21.275 INFO:teuthology.orchestra.run.smithi019.stdout:Summary : Support tools for GRUB. 2023-09-29T23:17:21.275 INFO:teuthology.orchestra.run.smithi019.stdout:Description : 2023-09-29T23:17:21.275 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-29T23:17:21.275 INFO:teuthology.orchestra.run.smithi019.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-29T23:17:21.275 INFO:teuthology.orchestra.run.smithi019.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-29T23:17:21.275 INFO:teuthology.orchestra.run.smithi019.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-29T23:17:21.275 INFO:teuthology.orchestra.run.smithi019.stdout:hardware devices. 2023-09-29T23:17:21.275 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-29T23:17:21.275 INFO:teuthology.orchestra.run.smithi019.stdout:This subpackage provides tools for support of all platforms. 2023-09-29T23:17:21.276 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-29T23:17:21.277 INFO:teuthology.task.kernel:Updating grub on smithi019 to boot 4.18.0-514.el8.x86_64 2023-09-29T23:17:21.277 DEBUG:teuthology.orchestra.run.smithi019:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-29T23:17:21.278 DEBUG:teuthology.orchestra.run.smithi158:> sudo shutdown -r now 2023-09-29T23:17:22.751 INFO:teuthology.orchestra.run.smithi019.stderr:Generating grub configuration file ... 2023-09-29T23:17:25.195 INFO:teuthology.orchestra.run.smithi019.stderr:done 2023-09-29T23:17:25.197 DEBUG:teuthology.orchestra.run.smithi019:> mktemp 2023-09-29T23:17:25.221 INFO:teuthology.orchestra.run.smithi019.stdout:/tmp/tmp.XAh4nmWT6D 2023-09-29T23:17:25.221 DEBUG:teuthology.orchestra.run.smithi019:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.XAh4nmWT6D 2023-09-29T23:17:25.293 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 0666 /tmp/tmp.XAh4nmWT6D 2023-09-29T23:17:25.452 DEBUG:teuthology.orchestra.remote:smithi019:/tmp/tmp.XAh4nmWT6D is 6KB 2023-09-29T23:17:25.501 DEBUG:teuthology.orchestra.run.smithi019:> rm -fr /tmp/tmp.XAh4nmWT6D 2023-09-29T23:17:25.518 DEBUG:teuthology.orchestra.run.smithi019:> sudo /bin/ls /boot/loader/entries || true 2023-09-29T23:17:25.584 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-29T23:17:25.584 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-29T23:17:25.584 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-29T23:17:25.584 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-09-29T23:17:25.585 DEBUG:teuthology.orchestra.run.smithi019:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-09-29T23:17:25.724 DEBUG:teuthology.orchestra.run.smithi019:> sudo shutdown -r now 2023-09-29T23:17:25.802 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-09-29T23:17:25.826 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-29T23:17:26.182 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-09-29T23:17:26.182 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-09-29T23:17:26.182 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-09-29T23:17:27.253 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-29T23:17:27.254 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-29T23:17:27.254 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-09-29T23:17:27.254 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-09-29T23:17:27.254 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-09-29T23:17:27.254 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-29T23:17:27.255 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-29T23:17:27.398 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2023-09-29T23:17:27.619 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-29T23:17:27.619 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-29T23:17:27.619 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-514.el8.x86_64 2023-09-29T23:17:27.620 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-29T23:17:27.620 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-29T23:17:27.620 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-09-29T23:17:27.620 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi045.front.sepia.ceph.com, path=None, version=distro) 2023-09-29T23:17:27.620 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2023-09-29T23:17:27.839 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-29T23:17:27.839 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-29T23:17:27.839 DEBUG:teuthology.orchestra.run.smithi045:> sudo rpm -qi grub2-tools 2023-09-29T23:17:27.873 INFO:teuthology.orchestra.run.smithi045.stdout:Name : grub2-tools 2023-09-29T23:17:27.873 INFO:teuthology.orchestra.run.smithi045.stdout:Epoch : 1 2023-09-29T23:17:27.873 INFO:teuthology.orchestra.run.smithi045.stdout:Version : 2.02 2023-09-29T23:17:27.873 INFO:teuthology.orchestra.run.smithi045.stdout:Release : 129.el8 2023-09-29T23:17:27.874 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: x86_64 2023-09-29T23:17:27.874 INFO:teuthology.orchestra.run.smithi045.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-29T23:17:27.874 INFO:teuthology.orchestra.run.smithi045.stdout:Group : System Environment/Base 2023-09-29T23:17:27.874 INFO:teuthology.orchestra.run.smithi045.stdout:Size : 9265586 2023-09-29T23:17:27.874 INFO:teuthology.orchestra.run.smithi045.stdout:License : GPLv3+ 2023-09-29T23:17:27.874 INFO:teuthology.orchestra.run.smithi045.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-29T23:17:27.874 INFO:teuthology.orchestra.run.smithi045.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-29T23:17:27.874 INFO:teuthology.orchestra.run.smithi045.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-29T23:17:27.874 INFO:teuthology.orchestra.run.smithi045.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-29T23:17:27.874 INFO:teuthology.orchestra.run.smithi045.stdout:Relocations : (not relocatable) 2023-09-29T23:17:27.874 INFO:teuthology.orchestra.run.smithi045.stdout:Packager : CentOS BuildSystem 2023-09-29T23:17:27.875 INFO:teuthology.orchestra.run.smithi045.stdout:Vendor : CentOS 2023-09-29T23:17:27.875 INFO:teuthology.orchestra.run.smithi045.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-29T23:17:27.875 INFO:teuthology.orchestra.run.smithi045.stdout:Summary : Support tools for GRUB. 2023-09-29T23:17:27.875 INFO:teuthology.orchestra.run.smithi045.stdout:Description : 2023-09-29T23:17:27.875 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-29T23:17:27.875 INFO:teuthology.orchestra.run.smithi045.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-29T23:17:27.875 INFO:teuthology.orchestra.run.smithi045.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-29T23:17:27.875 INFO:teuthology.orchestra.run.smithi045.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-29T23:17:27.875 INFO:teuthology.orchestra.run.smithi045.stdout:hardware devices. 2023-09-29T23:17:27.875 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-29T23:17:27.875 INFO:teuthology.orchestra.run.smithi045.stdout:This subpackage provides tools for support of all platforms. 2023-09-29T23:17:27.876 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-29T23:17:27.876 INFO:teuthology.task.kernel:Updating grub on smithi045 to boot 4.18.0-514.el8.x86_64 2023-09-29T23:17:27.876 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-29T23:17:29.136 INFO:teuthology.orchestra.run.smithi045.stderr:Generating grub configuration file ... 2023-09-29T23:17:31.086 INFO:teuthology.orchestra.run.smithi045.stderr:done 2023-09-29T23:17:31.087 DEBUG:teuthology.orchestra.run.smithi045:> mktemp 2023-09-29T23:17:31.115 INFO:teuthology.orchestra.run.smithi045.stdout:/tmp/tmp.rNB5NgoEQU 2023-09-29T23:17:31.115 DEBUG:teuthology.orchestra.run.smithi045:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.rNB5NgoEQU 2023-09-29T23:17:31.200 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0666 /tmp/tmp.rNB5NgoEQU 2023-09-29T23:17:31.322 DEBUG:teuthology.orchestra.remote:smithi045:/tmp/tmp.rNB5NgoEQU is 6KB 2023-09-29T23:17:31.371 DEBUG:teuthology.orchestra.run.smithi045:> rm -fr /tmp/tmp.rNB5NgoEQU 2023-09-29T23:17:31.388 DEBUG:teuthology.orchestra.run.smithi045:> sudo /bin/ls /boot/loader/entries || true 2023-09-29T23:17:31.466 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-29T23:17:31.466 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-29T23:17:31.466 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-29T23:17:31.466 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-09-29T23:17:31.467 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-09-29T23:17:31.615 DEBUG:teuthology.orchestra.run.smithi045:> sudo shutdown -r now 2023-09-29T23:17:51.298 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2023-09-29T23:17:51.299 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-09-29T23:17:51.299 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T23:17:55.730 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-09-29T23:17:55.730 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-09-29T23:17:55.731 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T23:18:01.624 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-09-29T23:18:01.624 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-09-29T23:18:01.624 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T23:18:09.786 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2023-09-29T23:18:14.138 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.19 2023-09-29T23:18:18.790 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-09-29T23:18:18.791 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T23:18:20.030 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2023-09-29T23:18:21.850 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2023-09-29T23:18:23.140 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-09-29T23:18:23.140 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T23:18:29.037 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-09-29T23:18:29.038 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T23:18:33.854 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-09-29T23:18:33.855 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T23:18:36.922 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2023-09-29T23:18:51.934 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-09-29T23:18:51.935 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T23:19:10.458 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2023-09-29T23:19:23.154 DEBUG:teuthology.orchestra.remote:timed out 2023-09-29T23:19:28.462 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-09-29T23:19:28.463 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T23:19:28.857 DEBUG:teuthology.orchestra.run.smithi158:> true 2023-09-29T23:19:29.040 DEBUG:teuthology.orchestra.remote:timed out 2023-09-29T23:19:29.106 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-09-29T23:19:29.106 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "4.18.0-514.el8.x86_64"... 2023-09-29T23:19:29.107 DEBUG:teuthology.orchestra.run.smithi158:> uname -r 2023-09-29T23:19:29.124 INFO:teuthology.orchestra.run.smithi158.stdout:4.18.0-514.el8.x86_64 2023-09-29T23:19:29.124 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-514.el8.x86_64 vs 4.18.0-514.el8.x86_64 2023-09-29T23:19:29.124 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-29T23:19:29.124 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-29T23:19:30.126 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-09-29T23:19:30.127 DEBUG:teuthology.orchestra.run.smithi158:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-29T23:19:30.326 INFO:teuthology.orchestra.run.smithi158.stdout:ttyS1 2023-09-29T23:19:30.344 DEBUG:teuthology.parallel:result is None 2023-09-29T23:19:35.155 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-09-29T23:19:35.156 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T23:19:35.464 DEBUG:teuthology.orchestra.run.smithi019:> true 2023-09-29T23:19:35.826 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-09-29T23:19:35.826 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-514.el8.x86_64"... 2023-09-29T23:19:35.826 DEBUG:teuthology.orchestra.run.smithi019:> uname -r 2023-09-29T23:19:35.849 INFO:teuthology.orchestra.run.smithi019.stdout:4.18.0-514.el8.x86_64 2023-09-29T23:19:35.849 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-514.el8.x86_64 vs 4.18.0-514.el8.x86_64 2023-09-29T23:19:35.849 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-29T23:19:35.850 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-29T23:19:36.850 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-09-29T23:19:36.851 DEBUG:teuthology.orchestra.run.smithi019:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-29T23:19:36.946 INFO:teuthology.orchestra.run.smithi019.stdout:ttyS1 2023-09-29T23:19:36.961 DEBUG:teuthology.parallel:result is None 2023-09-29T23:19:41.041 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-09-29T23:19:41.042 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T23:19:41.435 DEBUG:teuthology.orchestra.run.smithi045:> true 2023-09-29T23:19:41.750 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-09-29T23:19:41.750 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-514.el8.x86_64"... 2023-09-29T23:19:41.750 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2023-09-29T23:19:41.772 INFO:teuthology.orchestra.run.smithi045.stdout:4.18.0-514.el8.x86_64 2023-09-29T23:19:41.773 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-514.el8.x86_64 vs 4.18.0-514.el8.x86_64 2023-09-29T23:19:41.773 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-29T23:19:41.773 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-29T23:19:42.774 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-09-29T23:19:42.774 DEBUG:teuthology.orchestra.run.smithi045:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-29T23:19:42.862 INFO:teuthology.orchestra.run.smithi045.stdout:ttyS1 2023-09-29T23:19:42.876 DEBUG:teuthology.parallel:result is None 2023-09-29T23:19:42.876 INFO:teuthology.run_tasks:Running task internal.base... 2023-09-29T23:19:42.883 INFO:teuthology.task.internal:Creating test directory... 2023-09-29T23:19:42.883 DEBUG:teuthology.orchestra.run.smithi019:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-29T23:19:42.886 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-29T23:19:42.888 DEBUG:teuthology.orchestra.run.smithi158:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-29T23:19:42.912 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-09-29T23:19:42.937 INFO:teuthology.run_tasks:Running task internal.archive... 2023-09-29T23:19:42.962 INFO:teuthology.task.internal:Creating archive directory... 2023-09-29T23:19:42.962 DEBUG:teuthology.orchestra.run.smithi019:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-29T23:19:42.965 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-29T23:19:42.967 DEBUG:teuthology.orchestra.run.smithi158:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-29T23:19:43.006 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-09-29T23:19:43.014 INFO:teuthology.task.internal:Enabling coredump saving... 2023-09-29T23:19:43.015 DEBUG:teuthology.orchestra.run.smithi019:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-09-29T23:19:43.040 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-09-29T23:19:43.043 DEBUG:teuthology.orchestra.run.smithi158:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-09-29T23:19:43.081 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-29T23:19:43.084 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-29T23:19:43.085 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-29T23:19:43.092 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-29T23:19:43.096 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-29T23:19:43.097 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-29T23:19:43.099 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-09-29T23:19:43.110 INFO:teuthology.task.internal:Configuring sudo... 2023-09-29T23:19:43.110 DEBUG:teuthology.orchestra.run.smithi019:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-29T23:19:43.113 DEBUG:teuthology.orchestra.run.smithi045:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-29T23:19:43.115 DEBUG:teuthology.orchestra.run.smithi158:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-29T23:19:43.164 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-09-29T23:19:43.176 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-09-29T23:19:43.176 DEBUG:teuthology.orchestra.run.smithi019:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-29T23:19:43.188 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-29T23:19:43.190 DEBUG:teuthology.orchestra.run.smithi158:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-29T23:19:43.223 DEBUG:teuthology.orchestra.run.smithi019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-29T23:19:43.300 DEBUG:teuthology.orchestra.run.smithi019:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-29T23:19:43.364 DEBUG:teuthology.orchestra.run.smithi019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-29T23:19:43.415 DEBUG:teuthology.orchestra.run.smithi019:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-29T23:19:43.465 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-09-29T23:19:43.465 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-29T23:19:43.541 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-29T23:19:43.592 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-29T23:19:43.656 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-29T23:19:43.706 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-29T23:19:43.756 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-09-29T23:19:43.757 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-29T23:19:43.831 DEBUG:teuthology.orchestra.run.smithi158:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-29T23:19:43.881 DEBUG:teuthology.orchestra.run.smithi158:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-29T23:19:43.939 DEBUG:teuthology.orchestra.run.smithi158:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-29T23:19:44.025 DEBUG:teuthology.orchestra.run.smithi158:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-29T23:19:44.071 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-29T23:19:44.071 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-29T23:19:44.139 DEBUG:teuthology.orchestra.run.smithi019:> sudo service rsyslog restart 2023-09-29T23:19:44.141 DEBUG:teuthology.orchestra.run.smithi045:> sudo service rsyslog restart 2023-09-29T23:19:44.144 DEBUG:teuthology.orchestra.run.smithi158:> sudo service rsyslog restart 2023-09-29T23:19:44.204 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-29T23:19:44.206 INFO:teuthology.orchestra.run.smithi019.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-29T23:19:44.251 INFO:teuthology.orchestra.run.smithi158.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-29T23:19:44.624 INFO:teuthology.run_tasks:Running task internal.timer... 2023-09-29T23:19:44.632 INFO:teuthology.task.internal:Starting timer... 2023-09-29T23:19:44.632 INFO:teuthology.run_tasks:Running task pcp... 2023-09-29T23:19:44.661 INFO:teuthology.run_tasks:Running task selinux... 2023-09-29T23:19:44.686 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-09-29T23:19:44.687 DEBUG:teuthology.orchestra.run.smithi019:> sudo service auditd rotate 2023-09-29T23:19:44.762 INFO:teuthology.orchestra.run.smithi019.stdout:Rotating logs: 2023-09-29T23:19:44.764 DEBUG:teuthology.orchestra.run.smithi045:> sudo service auditd rotate 2023-09-29T23:19:44.842 INFO:teuthology.orchestra.run.smithi045.stdout:Rotating logs: 2023-09-29T23:19:44.844 DEBUG:teuthology.orchestra.run.smithi158:> sudo service auditd rotate 2023-09-29T23:19:44.926 INFO:teuthology.orchestra.run.smithi158.stdout:Rotating logs: 2023-09-29T23:19:44.928 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-09-29T23:19:44.928 DEBUG:teuthology.orchestra.run.smithi019:> /usr/sbin/getenforce 2023-09-29T23:19:44.980 INFO:teuthology.orchestra.run.smithi019.stdout:Permissive 2023-09-29T23:19:44.981 DEBUG:teuthology.orchestra.run.smithi045:> /usr/sbin/getenforce 2023-09-29T23:19:45.011 INFO:teuthology.orchestra.run.smithi045.stdout:Permissive 2023-09-29T23:19:45.011 DEBUG:teuthology.orchestra.run.smithi158:> /usr/sbin/getenforce 2023-09-29T23:19:45.033 INFO:teuthology.orchestra.run.smithi158.stdout:Permissive 2023-09-29T23:19:45.034 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi019.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi045.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi158.front.sepia.ceph.com': 'permissive'} 2023-09-29T23:19:45.034 DEBUG:teuthology.orchestra.run.smithi019:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-29T23:19:45.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T23:19:45.071 DEBUG:teuthology.orchestra.run.smithi045:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-29T23:19:45.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T23:19:45.106 DEBUG:teuthology.orchestra.run.smithi158:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-29T23:19:45.134 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T23:19:45.135 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-09-29T23:19:45.135 DEBUG:teuthology.orchestra.run.smithi019:> sudo /usr/sbin/setenforce permissive 2023-09-29T23:19:45.170 DEBUG:teuthology.orchestra.run.smithi045:> sudo /usr/sbin/setenforce permissive 2023-09-29T23:19:45.205 DEBUG:teuthology.orchestra.run.smithi158:> sudo /usr/sbin/setenforce permissive 2023-09-29T23:19:45.232 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-09-29T23:19:45.242 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-09-29T23:19:45.242 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-09-29T23:19:45.258 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-09-29T23:19:45.259 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi019.front.sepia.ceph.com,smithi045.front.sepia.ceph.com,smithi158.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-09-29T23:44:36.507 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi019.front.sepia.ceph.com'), Remote(name='ubuntu@smithi045.front.sepia.ceph.com'), Remote(name='ubuntu@smithi158.front.sepia.ceph.com')] 2023-09-29T23:44:36.508 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-09-29T23:44:36.509 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T23:44:36.585 DEBUG:teuthology.orchestra.run.smithi019:> true 2023-09-29T23:44:36.664 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-09-29T23:44:36.664 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-09-29T23:44:36.665 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T23:44:36.734 DEBUG:teuthology.orchestra.run.smithi045:> true 2023-09-29T23:44:36.808 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-09-29T23:44:36.808 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-09-29T23:44:36.809 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T23:44:36.877 DEBUG:teuthology.orchestra.run.smithi158:> true 2023-09-29T23:44:36.947 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-09-29T23:44:36.947 INFO:teuthology.run_tasks:Running task clock... 2023-09-29T23:44:36.957 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-09-29T23:44:36.958 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-29T23:44:36.958 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-29T23:44:36.961 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-29T23:44:36.961 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-29T23:44:36.964 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-29T23:44:36.964 DEBUG:teuthology.orchestra.run.smithi158:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-29T23:44:37.000 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-29T23:44:37.001 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-29T23:44:37.017 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-29T23:44:37.018 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-29T23:44:37.021 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-29T23:44:37.036 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-29T23:44:37.085 INFO:teuthology.orchestra.run.smithi045.stderr:sudo: ntpd: command not found 2023-09-29T23:44:37.095 INFO:teuthology.orchestra.run.smithi019.stderr:sudo: ntpd: command not found 2023-09-29T23:44:37.098 INFO:teuthology.orchestra.run.smithi045.stdout:506 Cannot talk to daemon 2023-09-29T23:44:37.102 INFO:teuthology.orchestra.run.smithi158.stderr:sudo: ntpd: command not found 2023-09-29T23:44:37.109 INFO:teuthology.orchestra.run.smithi019.stdout:506 Cannot talk to daemon 2023-09-29T23:44:37.113 INFO:teuthology.orchestra.run.smithi158.stdout:506 Cannot talk to daemon 2023-09-29T23:44:37.115 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-29T23:44:37.126 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-29T23:44:37.128 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-29T23:44:37.131 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-29T23:44:37.141 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-29T23:44:37.142 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-29T23:44:37.203 INFO:teuthology.orchestra.run.smithi045.stderr:bash: ntpq: command not found 2023-09-29T23:44:37.207 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-29T23:44:37.207 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2023-09-29T23:44:37.208 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T23:44:37.208 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T23:44:37.208 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T23:44:37.208 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T23:44:37.213 INFO:teuthology.orchestra.run.smithi158.stderr:bash: ntpq: command not found 2023-09-29T23:44:37.217 INFO:teuthology.orchestra.run.smithi158.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-29T23:44:37.217 INFO:teuthology.orchestra.run.smithi158.stdout:=============================================================================== 2023-09-29T23:44:37.217 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T23:44:37.218 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T23:44:37.218 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T23:44:37.218 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T23:44:37.218 INFO:teuthology.orchestra.run.smithi019.stderr:bash: ntpq: command not found 2023-09-29T23:44:37.222 INFO:teuthology.orchestra.run.smithi019.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-29T23:44:37.222 INFO:teuthology.orchestra.run.smithi019.stdout:=============================================================================== 2023-09-29T23:44:37.222 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T23:44:37.223 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T23:44:37.223 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T23:44:37.223 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T23:44:37.224 INFO:teuthology.run_tasks:Running task pexec... 2023-09-29T23:44:37.235 INFO:teuthology.task.pexec:Executing custom commands... 2023-09-29T23:44:37.236 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi019.front.sepia.ceph.com 2023-09-29T23:44:37.236 DEBUG:teuthology.orchestra.run.smithi019:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-29T23:44:37.237 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi045.front.sepia.ceph.com 2023-09-29T23:44:37.237 DEBUG:teuthology.orchestra.run.smithi045:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-29T23:44:37.237 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi158.front.sepia.ceph.com 2023-09-29T23:44:37.238 DEBUG:teuthology.orchestra.run.smithi158:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-29T23:44:38.138 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:19:01 ago on Fri 29 Sep 2023 11:25:36 PM UTC. 2023-09-29T23:44:38.264 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:18:22 ago on Fri 29 Sep 2023 11:26:16 PM UTC. 2023-09-29T23:44:38.278 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:18:25 ago on Fri 29 Sep 2023 11:26:13 PM UTC. 2023-09-29T23:44:40.155 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-29T23:44:40.156 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-29T23:44:40.157 INFO:teuthology.orchestra.run.smithi158.stdout: Package Architecture Version Repository Size 2023-09-29T23:44:40.157 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-29T23:44:40.157 INFO:teuthology.orchestra.run.smithi158.stdout:Resetting modules: 2023-09-29T23:44:40.157 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools 2023-09-29T23:44:40.157 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-29T23:44:40.157 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-29T23:44:40.157 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-29T23:44:40.157 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-29T23:44:40.411 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-29T23:44:40.508 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-29T23:44:40.509 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-29T23:44:40.509 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2023-09-29T23:44:40.510 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-29T23:44:40.510 INFO:teuthology.orchestra.run.smithi045.stdout:Resetting modules: 2023-09-29T23:44:40.510 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools 2023-09-29T23:44:40.510 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-29T23:44:40.510 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-09-29T23:44:40.510 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-29T23:44:40.510 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-29T23:44:40.511 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-29T23:44:40.512 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-29T23:44:40.512 INFO:teuthology.orchestra.run.smithi019.stdout: Package Architecture Version Repository Size 2023-09-29T23:44:40.512 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-29T23:44:40.513 INFO:teuthology.orchestra.run.smithi019.stdout:Resetting modules: 2023-09-29T23:44:40.513 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools 2023-09-29T23:44:40.513 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-29T23:44:40.513 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-09-29T23:44:40.513 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-29T23:44:40.513 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-29T23:44:40.785 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-29T23:44:40.803 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-29T23:44:41.409 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:19:05 ago on Fri 29 Sep 2023 11:25:36 PM UTC. 2023-09-29T23:44:41.856 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:18:25 ago on Fri 29 Sep 2023 11:26:16 PM UTC. 2023-09-29T23:44:41.886 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:18:28 ago on Fri 29 Sep 2023 11:26:13 PM UTC. 2023-09-29T23:44:43.402 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-29T23:44:43.555 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-29T23:44:43.556 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-09-29T23:44:43.556 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-29T23:44:43.556 INFO:teuthology.orchestra.run.smithi158.stdout:Installing group/module packages: 2023-09-29T23:44:43.556 INFO:teuthology.orchestra.run.smithi158.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-29T23:44:43.556 INFO:teuthology.orchestra.run.smithi158.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-29T23:44:43.556 INFO:teuthology.orchestra.run.smithi158.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-29T23:44:43.556 INFO:teuthology.orchestra.run.smithi158.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-29T23:44:43.556 INFO:teuthology.orchestra.run.smithi158.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-29T23:44:43.556 INFO:teuthology.orchestra.run.smithi158.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-29T23:44:43.556 INFO:teuthology.orchestra.run.smithi158.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-29T23:44:43.557 INFO:teuthology.orchestra.run.smithi158.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-29T23:44:43.557 INFO:teuthology.orchestra.run.smithi158.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-29T23:44:43.557 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-09-29T23:44:43.557 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-29T23:44:43.557 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-29T23:44:43.557 INFO:teuthology.orchestra.run.smithi158.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-29T23:44:43.557 INFO:teuthology.orchestra.run.smithi158.stdout:Installing weak dependencies: 2023-09-29T23:44:43.557 INFO:teuthology.orchestra.run.smithi158.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-29T23:44:43.557 INFO:teuthology.orchestra.run.smithi158.stdout:Installing module profiles: 2023-09-29T23:44:43.557 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools/common 2023-09-29T23:44:43.557 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-29T23:44:43.557 INFO:teuthology.orchestra.run.smithi158.stdout:Enabling module streams: 2023-09-29T23:44:43.557 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools rhel8 2023-09-29T23:44:43.558 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-29T23:44:43.558 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-29T23:44:43.558 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-29T23:44:43.558 INFO:teuthology.orchestra.run.smithi158.stdout:Install 13 Packages 2023-09-29T23:44:43.558 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-29T23:44:43.558 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 26 M 2023-09-29T23:44:43.559 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 87 M 2023-09-29T23:44:43.559 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-29T23:44:44.078 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-29T23:44:44.089 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-29T23:44:44.251 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-29T23:44:44.252 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-09-29T23:44:44.252 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-29T23:44:44.252 INFO:teuthology.orchestra.run.smithi045.stdout:Installing group/module packages: 2023-09-29T23:44:44.252 INFO:teuthology.orchestra.run.smithi045.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-29T23:44:44.252 INFO:teuthology.orchestra.run.smithi045.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-29T23:44:44.252 INFO:teuthology.orchestra.run.smithi045.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-29T23:44:44.252 INFO:teuthology.orchestra.run.smithi045.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-29T23:44:44.252 INFO:teuthology.orchestra.run.smithi045.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-29T23:44:44.252 INFO:teuthology.orchestra.run.smithi045.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-29T23:44:44.252 INFO:teuthology.orchestra.run.smithi045.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-29T23:44:44.252 INFO:teuthology.orchestra.run.smithi045.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-29T23:44:44.252 INFO:teuthology.orchestra.run.smithi045.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-29T23:44:44.253 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-09-29T23:44:44.253 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-29T23:44:44.253 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-29T23:44:44.253 INFO:teuthology.orchestra.run.smithi045.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-29T23:44:44.253 INFO:teuthology.orchestra.run.smithi045.stdout:Installing weak dependencies: 2023-09-29T23:44:44.253 INFO:teuthology.orchestra.run.smithi045.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-29T23:44:44.253 INFO:teuthology.orchestra.run.smithi045.stdout:Installing module profiles: 2023-09-29T23:44:44.253 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools/common 2023-09-29T23:44:44.253 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-29T23:44:44.253 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling module streams: 2023-09-29T23:44:44.253 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools rhel8 2023-09-29T23:44:44.253 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-29T23:44:44.253 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-09-29T23:44:44.254 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-29T23:44:44.254 INFO:teuthology.orchestra.run.smithi045.stdout:Install 13 Packages 2023-09-29T23:44:44.254 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-29T23:44:44.254 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 26 M 2023-09-29T23:44:44.254 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 87 M 2023-09-29T23:44:44.254 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-09-29T23:44:44.262 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-29T23:44:44.262 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-09-29T23:44:44.262 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-29T23:44:44.262 INFO:teuthology.orchestra.run.smithi019.stdout:Installing group/module packages: 2023-09-29T23:44:44.262 INFO:teuthology.orchestra.run.smithi019.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-29T23:44:44.262 INFO:teuthology.orchestra.run.smithi019.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-29T23:44:44.263 INFO:teuthology.orchestra.run.smithi019.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-29T23:44:44.263 INFO:teuthology.orchestra.run.smithi019.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-29T23:44:44.263 INFO:teuthology.orchestra.run.smithi019.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-29T23:44:44.263 INFO:teuthology.orchestra.run.smithi019.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-29T23:44:44.263 INFO:teuthology.orchestra.run.smithi019.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-29T23:44:44.263 INFO:teuthology.orchestra.run.smithi019.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-29T23:44:44.263 INFO:teuthology.orchestra.run.smithi019.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-29T23:44:44.263 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-09-29T23:44:44.263 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-29T23:44:44.263 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-29T23:44:44.263 INFO:teuthology.orchestra.run.smithi019.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-29T23:44:44.264 INFO:teuthology.orchestra.run.smithi019.stdout:Installing weak dependencies: 2023-09-29T23:44:44.264 INFO:teuthology.orchestra.run.smithi019.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-29T23:44:44.264 INFO:teuthology.orchestra.run.smithi019.stdout:Installing module profiles: 2023-09-29T23:44:44.264 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools/common 2023-09-29T23:44:44.264 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-29T23:44:44.264 INFO:teuthology.orchestra.run.smithi019.stdout:Enabling module streams: 2023-09-29T23:44:44.264 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools rhel8 2023-09-29T23:44:44.264 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-29T23:44:44.264 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-09-29T23:44:44.264 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-29T23:44:44.264 INFO:teuthology.orchestra.run.smithi019.stdout:Install 13 Packages 2023-09-29T23:44:44.264 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-29T23:44:44.265 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 26 M 2023-09-29T23:44:44.265 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 87 M 2023-09-29T23:44:44.265 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-09-29T23:48:52.430 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] buildah-1.31.3-1.module_el8+664+4072b3ae.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/buildah-1.31.3-1.module_el8%2b664%2b4072b3ae.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-29T23:48:52.430 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] cockpit-podman-75-1.module_el8+664+4072b3ae.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/cockpit-podman-75-1.module_el8%2b664%2b4072b3ae.noarch.rpm [Recv failure: Connection reset by peer] 2023-09-29T23:48:52.430 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] aardvark-dns-1.7.0-1.module_el8+487+8e42a277.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/aardvark-dns-1.7.0-1.module_el8%2b487%2b8e42a277.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-29T23:48:52.608 INFO:teuthology.orchestra.run.smithi158.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 3.0 kB/s | 739 kB 04:08 2023-09-29T23:48:52.692 INFO:teuthology.orchestra.run.smithi158.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 4.1 kB/s | 1.0 MB 04:08 2023-09-29T23:48:52.709 INFO:teuthology.orchestra.run.smithi158.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 378 kB/s | 38 kB 00:00 2023-09-29T23:48:52.742 INFO:teuthology.orchestra.run.smithi158.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 4.7 MB/s | 239 kB 00:00 2023-09-29T23:48:52.760 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] aardvark-dns-1.7.0-1.module_el8+487+8e42a277.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/aardvark-dns-1.7.0-1.module_el8%2b487%2b8e42a277.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-29T23:48:52.761 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] buildah-1.31.3-1.module_el8+664+4072b3ae.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/buildah-1.31.3-1.module_el8%2b664%2b4072b3ae.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-29T23:48:52.761 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] cockpit-podman-75-1.module_el8+664+4072b3ae.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/cockpit-podman-75-1.module_el8%2b664%2b4072b3ae.noarch.rpm [Recv failure: Connection reset by peer] 2023-09-29T23:48:52.784 INFO:teuthology.orchestra.run.smithi158.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 4.2 MB/s | 177 kB 00:00 2023-09-29T23:48:52.851 INFO:teuthology.orchestra.run.smithi158.stdout:(6/13): netavark-1.7.0-1.module_el8+487+8e42a27 26 MB/s | 3.7 MB 00:00 2023-09-29T23:48:52.861 INFO:teuthology.orchestra.run.smithi019.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 3.0 kB/s | 739 kB 04:08 2023-09-29T23:48:52.876 INFO:teuthology.orchestra.run.smithi158.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 270 kB/s | 25 kB 00:00 2023-09-29T23:48:52.894 INFO:teuthology.orchestra.run.smithi019.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 4.1 kB/s | 1.0 MB 04:08 2023-09-29T23:48:52.911 INFO:teuthology.orchestra.run.smithi019.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 756 kB/s | 38 kB 00:00 2023-09-29T23:48:52.953 INFO:teuthology.orchestra.run.smithi019.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 4.0 MB/s | 239 kB 00:00 2023-09-29T23:48:52.985 INFO:teuthology.orchestra.run.smithi158.stdout:(8/13): buildah-1.31.3-1.module_el8+664+4072b3a 36 kB/s | 8.8 MB 04:09 2023-09-29T23:48:53.010 INFO:teuthology.orchestra.run.smithi158.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 592 kB/s | 94 kB 00:00 2023-09-29T23:48:53.037 INFO:teuthology.orchestra.run.smithi019.stdout:(5/13): netavark-1.7.0-1.module_el8+487+8e42a27 30 MB/s | 3.7 MB 00:00 2023-09-29T23:48:53.062 INFO:teuthology.orchestra.run.smithi019.stdout:(6/13): python3-podman-4.6.0-1.module_el8+582+a 1.6 MB/s | 177 kB 00:00 2023-09-29T23:48:53.186 INFO:teuthology.orchestra.run.smithi158.stdout:(10/13): skopeo-1.13.3-1.module_el8+664+4072b3a 26 MB/s | 8.1 MB 00:00 2023-09-29T23:48:53.204 INFO:teuthology.orchestra.run.smithi019.stdout:(7/13): buildah-1.31.3-1.module_el8+664+4072b3a 36 kB/s | 8.8 MB 04:08 2023-09-29T23:48:53.229 INFO:teuthology.orchestra.run.smithi019.stdout:(8/13): python3-pytoml-0.1.14-5.git7dea353.el8. 129 kB/s | 25 kB 00:00 2023-09-29T23:48:53.236 INFO:teuthology.orchestra.run.smithi158.stdout:(11/13): toolbox-0.0.99.4-5.module_el8+649+e2de 10 MB/s | 2.5 MB 00:00 2023-09-29T23:48:53.255 INFO:teuthology.orchestra.run.smithi019.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 488 kB/s | 94 kB 00:00 2023-09-29T23:48:53.261 INFO:teuthology.orchestra.run.smithi158.stdout:(12/13): udica-0.2.6-20.module_el8+487+8e42a277 210 kB/s | 53 kB 00:00 2023-09-29T23:48:53.286 INFO:teuthology.orchestra.run.smithi158.stdout:(13/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2023-09-29T23:48:53.287 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-29T23:48:53.287 INFO:teuthology.orchestra.run.smithi158.stdout:Total 105 kB/s | 26 MB 04:09 2023-09-29T23:48:53.288 INFO:teuthology.orchestra.run.smithi019.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 1.6 MB/s | 53 kB 00:00 2023-09-29T23:48:53.339 INFO:teuthology.orchestra.run.smithi019.stdout:(11/13): toolbox-0.0.99.4-5.module_el8+649+e2de 23 MB/s | 2.5 MB 00:00 2023-09-29T23:48:53.364 INFO:teuthology.orchestra.run.smithi019.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 546 kB/s | 41 kB 00:00 2023-09-29T23:48:53.515 INFO:teuthology.orchestra.run.smithi019.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 26 MB/s | 8.1 MB 00:00 2023-09-29T23:48:53.515 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-09-29T23:48:53.515 INFO:teuthology.orchestra.run.smithi019.stdout:Total 105 kB/s | 26 MB 04:09 2023-09-29T23:48:53.543 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-29T23:48:53.563 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-29T23:48:53.563 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-29T23:48:53.787 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-09-29T23:48:53.812 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-09-29T23:48:53.812 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-09-29T23:48:53.822 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-29T23:48:53.825 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-29T23:48:54.096 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-09-29T23:48:54.100 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-09-29T23:48:54.534 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-29T23:48:54.786 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-29T23:48:54.798 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-09-29T23:48:54.982 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-29T23:48:55.005 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-29T23:48:55.172 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-29T23:48:55.197 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-29T23:48:55.370 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-29T23:48:55.427 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-29T23:48:55.623 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-29T23:48:55.998 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-29T23:48:56.184 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-29T23:48:56.970 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-29T23:48:57.175 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-29T23:48:57.251 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-29T23:48:57.408 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-29T23:48:57.473 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-29T23:48:57.612 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-29T23:48:57.786 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-29T23:48:57.894 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-29T23:48:58.202 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-29T23:48:58.307 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-29T23:48:59.084 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-29T23:48:59.281 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-29T23:48:59.290 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-29T23:48:59.464 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-29T23:48:59.517 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-29T23:48:59.695 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-29T23:48:59.867 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-29T23:48:59.867 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-29T23:48:59.867 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-29T23:48:59.867 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-29T23:48:59.868 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-29T23:48:59.868 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-29T23:48:59.868 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-29T23:48:59.868 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-29T23:48:59.868 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-29T23:48:59.868 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-29T23:48:59.868 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-29T23:48:59.868 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-29T23:48:59.868 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-29T23:49:00.181 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-29T23:49:00.181 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-29T23:49:00.181 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-29T23:49:00.181 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-29T23:49:00.181 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-29T23:49:00.181 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-29T23:49:00.181 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-29T23:49:00.181 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-29T23:49:00.181 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-29T23:49:00.181 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-29T23:49:00.182 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-29T23:49:00.182 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-29T23:49:00.182 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-29T23:49:00.638 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-29T23:49:00.638 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-29T23:49:00.638 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-29T23:49:00.638 INFO:teuthology.orchestra.run.smithi158.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-29T23:49:00.638 INFO:teuthology.orchestra.run.smithi158.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-29T23:49:00.638 INFO:teuthology.orchestra.run.smithi158.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-29T23:49:00.638 INFO:teuthology.orchestra.run.smithi158.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-29T23:49:00.639 INFO:teuthology.orchestra.run.smithi158.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-29T23:49:00.639 INFO:teuthology.orchestra.run.smithi158.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-29T23:49:00.639 INFO:teuthology.orchestra.run.smithi158.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-29T23:49:00.639 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-29T23:49:00.639 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-29T23:49:00.639 INFO:teuthology.orchestra.run.smithi158.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-29T23:49:00.639 INFO:teuthology.orchestra.run.smithi158.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-29T23:49:00.639 INFO:teuthology.orchestra.run.smithi158.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-29T23:49:00.639 INFO:teuthology.orchestra.run.smithi158.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-29T23:49:00.639 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-29T23:49:00.639 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-29T23:49:00.994 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-29T23:49:00.994 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-29T23:49:00.994 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-09-29T23:49:00.994 INFO:teuthology.orchestra.run.smithi019.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-29T23:49:00.994 INFO:teuthology.orchestra.run.smithi019.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-29T23:49:00.994 INFO:teuthology.orchestra.run.smithi019.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-29T23:49:00.994 INFO:teuthology.orchestra.run.smithi019.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-29T23:49:00.995 INFO:teuthology.orchestra.run.smithi019.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-29T23:49:00.995 INFO:teuthology.orchestra.run.smithi019.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-29T23:49:00.995 INFO:teuthology.orchestra.run.smithi019.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-29T23:49:00.995 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-29T23:49:00.995 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-29T23:49:00.995 INFO:teuthology.orchestra.run.smithi019.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-29T23:49:00.995 INFO:teuthology.orchestra.run.smithi019.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-29T23:49:00.995 INFO:teuthology.orchestra.run.smithi019.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-29T23:49:00.995 INFO:teuthology.orchestra.run.smithi019.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-29T23:49:00.995 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-29T23:49:00.995 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-29T23:49:01.048 DEBUG:teuthology.parallel:result is None 2023-09-29T23:49:01.324 DEBUG:teuthology.parallel:result is None 2023-09-29T23:49:45.438 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] aardvark-dns-1.7.0-1.module_el8+487+8e42a277.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/aardvark-dns-1.7.0-1.module_el8%2b487%2b8e42a277.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-29T23:49:45.439 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] buildah-1.31.3-1.module_el8+664+4072b3ae.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/buildah-1.31.3-1.module_el8%2b664%2b4072b3ae.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-29T23:49:45.439 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] cockpit-podman-75-1.module_el8+664+4072b3ae.noarch.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/cockpit-podman-75-1.module_el8%2b664%2b4072b3ae.noarch.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-29T23:49:45.810 INFO:teuthology.orchestra.run.smithi045.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 2.5 kB/s | 739 kB 05:01 2023-09-29T23:49:45.844 INFO:teuthology.orchestra.run.smithi045.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 3.4 kB/s | 1.0 MB 05:01 2023-09-29T23:49:45.886 INFO:teuthology.orchestra.run.smithi045.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 504 kB/s | 38 kB 00:00 2023-09-29T23:49:45.920 INFO:teuthology.orchestra.run.smithi045.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 3.1 MB/s | 239 kB 00:00 2023-09-29T23:49:46.028 INFO:teuthology.orchestra.run.smithi045.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 1.6 MB/s | 177 kB 00:00 2023-09-29T23:49:46.104 INFO:teuthology.orchestra.run.smithi045.stdout:(6/13): netavark-1.7.0-1.module_el8+487+8e42a27 17 MB/s | 3.7 MB 00:00 2023-09-29T23:49:46.221 INFO:teuthology.orchestra.run.smithi045.stdout:(7/13): buildah-1.31.3-1.module_el8+664+4072b3a 30 kB/s | 8.8 MB 05:01 2023-09-29T23:49:46.362 INFO:teuthology.orchestra.run.smithi045.stdout:(8/13): python3-pytoml-0.1.14-5.git7dea353.el8. 74 kB/s | 25 kB 00:00 2023-09-29T23:49:46.388 INFO:teuthology.orchestra.run.smithi045.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 331 kB/s | 94 kB 00:00 2023-09-29T23:49:46.463 INFO:teuthology.orchestra.run.smithi045.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 702 kB/s | 53 kB 00:00 2023-09-29T23:49:46.514 INFO:teuthology.orchestra.run.smithi045.stdout:(11/13): toolbox-0.0.99.4-5.module_el8+649+e2de 17 MB/s | 2.5 MB 00:00 2023-09-29T23:49:46.539 INFO:teuthology.orchestra.run.smithi045.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 545 kB/s | 41 kB 00:00 2023-09-29T23:49:46.722 INFO:teuthology.orchestra.run.smithi045.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 16 MB/s | 8.1 MB 00:00 2023-09-29T23:49:46.723 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-09-29T23:49:46.723 INFO:teuthology.orchestra.run.smithi045.stdout:Total 87 kB/s | 26 MB 05:02 2023-09-29T23:49:46.996 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-09-29T23:49:47.020 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-09-29T23:49:47.020 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-09-29T23:49:47.285 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-09-29T23:49:47.288 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-09-29T23:49:47.983 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-09-29T23:49:48.185 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-29T23:49:48.395 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-29T23:49:48.596 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-29T23:49:48.863 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-29T23:49:49.603 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-29T23:49:50.599 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-29T23:49:50.865 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-29T23:49:51.059 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-29T23:49:51.292 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-29T23:49:51.744 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-29T23:49:52.678 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-29T23:49:52.888 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-29T23:49:53.109 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-29T23:49:53.603 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-29T23:49:53.603 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-29T23:49:53.603 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-29T23:49:53.604 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-29T23:49:53.604 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-29T23:49:53.604 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-29T23:49:53.604 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-29T23:49:53.604 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-29T23:49:53.604 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-29T23:49:53.604 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-29T23:49:53.604 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-29T23:49:53.604 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-29T23:49:53.604 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-29T23:49:54.448 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-29T23:49:54.448 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-29T23:49:54.448 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-09-29T23:49:54.448 INFO:teuthology.orchestra.run.smithi045.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-29T23:49:54.448 INFO:teuthology.orchestra.run.smithi045.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-29T23:49:54.448 INFO:teuthology.orchestra.run.smithi045.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-29T23:49:54.448 INFO:teuthology.orchestra.run.smithi045.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-29T23:49:54.448 INFO:teuthology.orchestra.run.smithi045.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-29T23:49:54.449 INFO:teuthology.orchestra.run.smithi045.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-29T23:49:54.449 INFO:teuthology.orchestra.run.smithi045.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-29T23:49:54.449 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-29T23:49:54.449 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-29T23:49:54.449 INFO:teuthology.orchestra.run.smithi045.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-29T23:49:54.449 INFO:teuthology.orchestra.run.smithi045.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-29T23:49:54.449 INFO:teuthology.orchestra.run.smithi045.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-29T23:49:54.449 INFO:teuthology.orchestra.run.smithi045.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-29T23:49:54.449 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-29T23:49:54.449 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-29T23:49:54.824 DEBUG:teuthology.parallel:result is None 2023-09-29T23:49:54.825 INFO:teuthology.run_tasks:Running task install... 2023-09-29T23:49:54.834 DEBUG:teuthology.task.install:project ceph 2023-09-29T23:49:54.834 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '93dce5e17918f8aca65993a7a2dc40233a47b481'}} 2023-09-29T23:49:54.834 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '93dce5e17918f8aca65993a7a2dc40233a47b481'} 2023-09-29T23:49:54.835 INFO:teuthology.task.install:Using flavor: default 2023-09-29T23:49:54.842 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2023-09-29T23:49:54.842 INFO:teuthology.task.install:extra packages: [] 2023-09-29T23:49:54.842 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': '93dce5e17918f8aca65993a7a2dc40233a47b481', 'tag': None, 'wait_for_package': False} 2023-09-29T23:49:54.843 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=93dce5e17918f8aca65993a7a2dc40233a47b481 2023-09-29T23:49:54.845 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': '93dce5e17918f8aca65993a7a2dc40233a47b481', 'tag': None, 'wait_for_package': False} 2023-09-29T23:49:54.845 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=93dce5e17918f8aca65993a7a2dc40233a47b481 2023-09-29T23:49:54.846 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': '93dce5e17918f8aca65993a7a2dc40233a47b481', 'tag': None, 'wait_for_package': False} 2023-09-29T23:49:54.846 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=93dce5e17918f8aca65993a7a2dc40233a47b481 2023-09-29T23:49:54.996 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2023-09-29-0928-quincy/93dce5e17918f8aca65993a7a2dc40233a47b481/centos/8/flavors/default/ 2023-09-29T23:49:54.996 INFO:teuthology.task.install.rpm:Package version is 17.2.6-1165.g93dce5e1 2023-09-29T23:49:55.082 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2023-09-29-0928-quincy/93dce5e17918f8aca65993a7a2dc40233a47b481/centos/8/flavors/default/ 2023-09-29T23:49:55.082 INFO:teuthology.task.install.rpm:Package version is 17.2.6-1165.g93dce5e1 2023-09-29T23:49:55.089 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2023-09-29-0928-quincy/93dce5e17918f8aca65993a7a2dc40233a47b481/centos/8/flavors/default/ 2023-09-29T23:49:55.089 INFO:teuthology.task.install.rpm:Package version is 17.2.6-1165.g93dce5e1 2023-09-29T23:49:55.170 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2023-09-29-0928-quincy/93dce5e17918f8aca65993a7a2dc40233a47b481/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2023-09-29-0928-quincy/93dce5e17918f8aca65993a7a2dc40233a47b481/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2023-09-29-0928-quincy/93dce5e17918f8aca65993a7a2dc40233a47b481/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-09-29T23:49:55.171 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-09-29T23:49:55.171 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-09-29T23:49:55.186 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2023-09-29-0928-quincy/93dce5e17918f8aca65993a7a2dc40233a47b481/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2023-09-29-0928-quincy/93dce5e17918f8aca65993a7a2dc40233a47b481/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2023-09-29-0928-quincy/93dce5e17918f8aca65993a7a2dc40233a47b481/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-09-29T23:49:55.186 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-09-29T23:49:55.186 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-09-29T23:49:55.192 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2023-09-29-0928-quincy/93dce5e17918f8aca65993a7a2dc40233a47b481/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2023-09-29-0928-quincy/93dce5e17918f8aca65993a7a2dc40233a47b481/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2023-09-29-0928-quincy/93dce5e17918f8aca65993a7a2dc40233a47b481/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-09-29T23:49:55.192 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-29T23:49:55.192 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-09-29T23:49:55.211 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-09-29T23:49:55.211 DEBUG:teuthology.orchestra.run.smithi019:> 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/93dce5e17918f8aca65993a7a2dc40233a47b481/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-09-29T23:49:55.223 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-09-29T23:49:55.223 DEBUG:teuthology.orchestra.run.smithi045:> 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/93dce5e17918f8aca65993a7a2dc40233a47b481/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-09-29T23:49:55.227 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-09-29T23:49:55.227 DEBUG:teuthology.orchestra.run.smithi158:> 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/93dce5e17918f8aca65993a7a2dc40233a47b481/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-09-29T23:49:55.287 DEBUG:teuthology.orchestra.run.smithi019:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-09-29T23:49:55.299 DEBUG:teuthology.orchestra.run.smithi045:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-09-29T23:49:55.300 DEBUG:teuthology.orchestra.run.smithi158:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-09-29T23:49:55.374 DEBUG:teuthology.orchestra.run.smithi019:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-09-29T23:49:55.382 DEBUG:teuthology.orchestra.run.smithi158:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-09-29T23:49:55.389 DEBUG:teuthology.orchestra.run.smithi045:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-09-29T23:49:55.407 INFO:teuthology.orchestra.run.smithi019.stdout:check_obsoletes = 1 2023-09-29T23:49:55.408 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum clean all 2023-09-29T23:49:55.421 INFO:teuthology.orchestra.run.smithi045.stdout:check_obsoletes = 1 2023-09-29T23:49:55.423 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum clean all 2023-09-29T23:49:55.450 INFO:teuthology.orchestra.run.smithi158.stdout:check_obsoletes = 1 2023-09-29T23:49:55.452 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum clean all 2023-09-29T23:49:55.721 INFO:teuthology.orchestra.run.smithi019.stdout:76 files removed 2023-09-29T23:49:55.725 INFO:teuthology.orchestra.run.smithi045.stdout:76 files removed 2023-09-29T23:49:55.735 INFO:teuthology.orchestra.run.smithi158.stdout:76 files removed 2023-09-29T23:49:55.753 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-radosgw 2023-09-29T23:49:55.758 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-radosgw 2023-09-29T23:49:55.762 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-radosgw 2023-09-29T23:49:56.493 INFO:teuthology.orchestra.run.smithi019.stdout:ceph packages for x86_64 298 kB/s | 78 kB 00:00 2023-09-29T23:49:56.615 INFO:teuthology.orchestra.run.smithi158.stdout:ceph packages for x86_64 176 kB/s | 78 kB 00:00 2023-09-29T23:49:56.650 INFO:teuthology.orchestra.run.smithi045.stdout:ceph packages for x86_64 185 kB/s | 78 kB 00:00 2023-09-29T23:49:56.810 INFO:teuthology.orchestra.run.smithi019.stdout:ceph noarch packages 34 kB/s | 9.2 kB 00:00 2023-09-29T23:49:56.993 INFO:teuthology.orchestra.run.smithi045.stdout:ceph noarch packages 31 kB/s | 9.2 kB 00:00 2023-09-29T23:49:57.015 INFO:teuthology.orchestra.run.smithi158.stdout:ceph noarch packages 25 kB/s | 9.2 kB 00:00 2023-09-29T23:49:57.078 INFO:teuthology.orchestra.run.smithi019.stdout:ceph source packages 6.2 kB/s | 1.5 kB 00:00 2023-09-29T23:49:57.291 INFO:teuthology.orchestra.run.smithi158.stdout:ceph source packages 5.9 kB/s | 1.5 kB 00:00 2023-09-29T23:49:57.368 INFO:teuthology.orchestra.run.smithi045.stdout:ceph source packages 4.3 kB/s | 1.5 kB 00:00 2023-09-30T00:02:19.633 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - AppStream 46 kB/s | 33 MB 12:22 2023-09-30T00:02:23.710 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - AppStream 46 kB/s | 33 MB 12:26 2023-09-30T00:02:32.182 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - BaseOS 8.2 MB/s | 48 MB 00:05 2023-09-30T00:02:35.575 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - BaseOS 8.2 MB/s | 48 MB 00:05 2023-09-30T00:02:39.906 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - Extras 94 kB/s | 18 kB 00:00 2023-09-30T00:02:40.590 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2023-09-30T00:02:41.442 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - PowerTools 9.5 MB/s | 6.5 MB 00:00 2023-09-30T00:02:42.700 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - Extras 86 kB/s | 18 kB 00:00 2023-09-30T00:02:42.993 INFO:teuthology.orchestra.run.smithi019.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-09-30T00:02:43.150 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - Extras common packages 25 kB/s | 6.9 kB 00:00 2023-09-30T00:02:44.102 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - PowerTools 8.1 MB/s | 6.5 MB 00:00 2023-09-30T00:02:44.530 INFO:teuthology.orchestra.run.smithi019.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-09-30T00:02:45.512 INFO:teuthology.orchestra.run.smithi158.stdout:Copr repo for python3-asyncssh owned by ceph 29 kB/s | 3.5 kB 00:00 2023-09-30T00:02:46.337 INFO:teuthology.orchestra.run.smithi158.stdout:Extra Packages for Enterprise Linux 24 MB/s | 16 MB 00:00 2023-09-30T00:02:48.869 INFO:teuthology.orchestra.run.smithi019.stdout:lab-extras 382 kB/s | 24 kB 00:00 2023-09-30T00:02:50.179 INFO:teuthology.orchestra.run.smithi158.stdout:lab-extras 298 kB/s | 24 kB 00:00 2023-09-30T00:02:53.831 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:02:53.834 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:02:53.834 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-09-30T00:02:53.834 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:02:53.834 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-09-30T00:02:53.834 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-radosgw x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 17 M 2023-09-30T00:02:53.834 INFO:teuthology.orchestra.run.smithi019.stdout:Upgrading: 2023-09-30T00:02:53.834 INFO:teuthology.orchestra.run.smithi019.stdout: librados2 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.5 M 2023-09-30T00:02:53.834 INFO:teuthology.orchestra.run.smithi019.stdout: librbd1 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.6 M 2023-09-30T00:02:53.835 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-09-30T00:02:53.835 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-base x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 5.2 M 2023-09-30T00:02:53.835 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-common x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 23 M 2023-09-30T00:02:53.835 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-selinux x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 24 k 2023-09-30T00:02:53.835 INFO:teuthology.orchestra.run.smithi019.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-09-30T00:02:53.835 INFO:teuthology.orchestra.run.smithi019.stdout: libcephfs2 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 796 k 2023-09-30T00:02:53.835 INFO:teuthology.orchestra.run.smithi019.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-09-30T00:02:53.835 INFO:teuthology.orchestra.run.smithi019.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-09-30T00:02:53.835 INFO:teuthology.orchestra.run.smithi019.stdout: libradosstriper1 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 506 k 2023-09-30T00:02:53.835 INFO:teuthology.orchestra.run.smithi019.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-09-30T00:02:53.836 INFO:teuthology.orchestra.run.smithi019.stdout: librgw2 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 5.6 M 2023-09-30T00:02:53.836 INFO:teuthology.orchestra.run.smithi019.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-09-30T00:02:53.836 INFO:teuthology.orchestra.run.smithi019.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-09-30T00:02:53.836 INFO:teuthology.orchestra.run.smithi019.stdout: python3-ceph-argparse x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 45 k 2023-09-30T00:02:53.836 INFO:teuthology.orchestra.run.smithi019.stdout: python3-ceph-common x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 115 k 2023-09-30T00:02:53.836 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cephfs x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 190 k 2023-09-30T00:02:53.836 INFO:teuthology.orchestra.run.smithi019.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-09-30T00:02:53.836 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rados x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 370 k 2023-09-30T00:02:53.836 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rbd x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 358 k 2023-09-30T00:02:53.836 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rgw x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 107 k 2023-09-30T00:02:53.836 INFO:teuthology.orchestra.run.smithi019.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-09-30T00:02:53.837 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:02:53.837 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-09-30T00:02:53.837 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:02:53.837 INFO:teuthology.orchestra.run.smithi019.stdout:Install 21 Packages 2023-09-30T00:02:53.837 INFO:teuthology.orchestra.run.smithi019.stdout:Upgrade 2 Packages 2023-09-30T00:02:53.837 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:02:53.837 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 63 M 2023-09-30T00:02:53.837 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-09-30T00:02:54.603 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:02:54.605 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:02:54.606 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-09-30T00:02:54.606 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:02:54.606 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-09-30T00:02:54.606 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-radosgw x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 17 M 2023-09-30T00:02:54.606 INFO:teuthology.orchestra.run.smithi158.stdout:Upgrading: 2023-09-30T00:02:54.606 INFO:teuthology.orchestra.run.smithi158.stdout: librados2 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.5 M 2023-09-30T00:02:54.606 INFO:teuthology.orchestra.run.smithi158.stdout: librbd1 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.6 M 2023-09-30T00:02:54.606 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-09-30T00:02:54.606 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-base x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 5.2 M 2023-09-30T00:02:54.606 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-common x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 23 M 2023-09-30T00:02:54.607 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-selinux x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 24 k 2023-09-30T00:02:54.607 INFO:teuthology.orchestra.run.smithi158.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-09-30T00:02:54.607 INFO:teuthology.orchestra.run.smithi158.stdout: libcephfs2 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 796 k 2023-09-30T00:02:54.607 INFO:teuthology.orchestra.run.smithi158.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-09-30T00:02:54.607 INFO:teuthology.orchestra.run.smithi158.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-09-30T00:02:54.607 INFO:teuthology.orchestra.run.smithi158.stdout: libradosstriper1 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 506 k 2023-09-30T00:02:54.607 INFO:teuthology.orchestra.run.smithi158.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-09-30T00:02:54.607 INFO:teuthology.orchestra.run.smithi158.stdout: librgw2 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 5.6 M 2023-09-30T00:02:54.607 INFO:teuthology.orchestra.run.smithi158.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-09-30T00:02:54.607 INFO:teuthology.orchestra.run.smithi158.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-09-30T00:02:54.607 INFO:teuthology.orchestra.run.smithi158.stdout: python3-ceph-argparse x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 45 k 2023-09-30T00:02:54.607 INFO:teuthology.orchestra.run.smithi158.stdout: python3-ceph-common x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 115 k 2023-09-30T00:02:54.607 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cephfs x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 190 k 2023-09-30T00:02:54.608 INFO:teuthology.orchestra.run.smithi158.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-09-30T00:02:54.608 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rados x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 370 k 2023-09-30T00:02:54.608 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rbd x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 358 k 2023-09-30T00:02:54.608 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rgw x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 107 k 2023-09-30T00:02:54.608 INFO:teuthology.orchestra.run.smithi158.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-09-30T00:02:54.608 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:02:54.608 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-30T00:02:54.608 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:02:54.608 INFO:teuthology.orchestra.run.smithi158.stdout:Install 21 Packages 2023-09-30T00:02:54.608 INFO:teuthology.orchestra.run.smithi158.stdout:Upgrade 2 Packages 2023-09-30T00:02:54.608 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:02:54.609 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 63 M 2023-09-30T00:02:54.609 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-30T00:02:55.012 INFO:teuthology.orchestra.run.smithi019.stdout:(1/23): ceph-base-17.2.6-1165.g93dce5e1.el8.x86 7.3 MB/s | 5.2 MB 00:00 2023-09-30T00:02:55.062 INFO:teuthology.orchestra.run.smithi019.stdout:(2/23): ceph-selinux-17.2.6-1165.g93dce5e1.el8. 489 kB/s | 24 kB 00:00 2023-09-30T00:02:55.196 INFO:teuthology.orchestra.run.smithi019.stdout:(3/23): libcephfs2-17.2.6-1165.g93dce5e1.el8.x8 5.8 MB/s | 796 kB 00:00 2023-09-30T00:02:55.288 INFO:teuthology.orchestra.run.smithi019.stdout:(4/23): libradosstriper1-17.2.6-1165.g93dce5e1. 5.4 MB/s | 506 kB 00:00 2023-09-30T00:02:55.538 INFO:teuthology.orchestra.run.smithi019.stdout:(5/23): ceph-radosgw-17.2.6-1165.g93dce5e1.el8. 14 MB/s | 17 MB 00:01 2023-09-30T00:02:55.705 INFO:teuthology.orchestra.run.smithi019.stdout:(6/23): python3-ceph-argparse-17.2.6-1165.g93dc 267 kB/s | 45 kB 00:00 2023-09-30T00:02:55.772 INFO:teuthology.orchestra.run.smithi019.stdout:(7/23): python3-ceph-common-17.2.6-1165.g93dce5 1.7 MB/s | 115 kB 00:00 2023-09-30T00:02:55.872 INFO:teuthology.orchestra.run.smithi019.stdout:(8/23): librgw2-17.2.6-1165.g93dce5e1.el8.x86_6 9.5 MB/s | 5.6 MB 00:00 2023-09-30T00:02:55.898 INFO:teuthology.orchestra.run.smithi019.stdout:(9/23): python3-cephfs-17.2.6-1165.g93dce5e1.el 1.5 MB/s | 190 kB 00:00 2023-09-30T00:02:55.922 INFO:teuthology.orchestra.run.smithi019.stdout:(10/23): python3-rados-17.2.6-1165.g93dce5e1.el 7.2 MB/s | 370 kB 00:00 2023-09-30T00:02:55.956 INFO:teuthology.orchestra.run.smithi019.stdout:(11/23): python3-rbd-17.2.6-1165.g93dce5e1.el8. 6.0 MB/s | 358 kB 00:00 2023-09-30T00:02:55.982 INFO:teuthology.orchestra.run.smithi019.stdout:(12/23): python3-rgw-17.2.6-1165.g93dce5e1.el8. 1.8 MB/s | 107 kB 00:00 2023-09-30T00:02:56.830 INFO:teuthology.orchestra.run.smithi158.stdout:(1/23): ceph-base-17.2.6-1165.g93dce5e1.el8.x86 2.7 MB/s | 5.2 MB 00:01 2023-09-30T00:02:57.030 INFO:teuthology.orchestra.run.smithi158.stdout:(2/23): ceph-radosgw-17.2.6-1165.g93dce5e1.el8. 7.9 MB/s | 17 MB 00:02 2023-09-30T00:02:57.047 INFO:teuthology.orchestra.run.smithi158.stdout:(3/23): ceph-selinux-17.2.6-1165.g93dce5e1.el8. 112 kB/s | 24 kB 00:00 2023-09-30T00:02:57.122 INFO:teuthology.orchestra.run.smithi158.stdout:(4/23): libcephfs2-17.2.6-1165.g93dce5e1.el8.x8 8.5 MB/s | 796 kB 00:00 2023-09-30T00:02:57.189 INFO:teuthology.orchestra.run.smithi158.stdout:(5/23): libradosstriper1-17.2.6-1165.g93dce5e1. 3.5 MB/s | 506 kB 00:00 2023-09-30T00:02:57.273 INFO:teuthology.orchestra.run.smithi158.stdout:(6/23): python3-ceph-argparse-17.2.6-1165.g93dc 536 kB/s | 45 kB 00:00 2023-09-30T00:02:57.398 INFO:teuthology.orchestra.run.smithi158.stdout:(7/23): python3-ceph-common-17.2.6-1165.g93dce5 923 kB/s | 115 kB 00:00 2023-09-30T00:02:57.565 INFO:teuthology.orchestra.run.smithi158.stdout:(8/23): librgw2-17.2.6-1165.g93dce5e1.el8.x86_6 13 MB/s | 5.6 MB 00:00 2023-09-30T00:02:57.590 INFO:teuthology.orchestra.run.smithi158.stdout:(9/23): python3-cephfs-17.2.6-1165.g93dce5e1.el 992 kB/s | 190 kB 00:00 2023-09-30T00:02:57.632 INFO:teuthology.orchestra.run.smithi158.stdout:(10/23): python3-rados-17.2.6-1165.g93dce5e1.el 5.4 MB/s | 370 kB 00:00 2023-09-30T00:02:57.700 INFO:teuthology.orchestra.run.smithi158.stdout:(11/23): python3-rgw-17.2.6-1165.g93dce5e1.el8. 1.6 MB/s | 107 kB 00:00 2023-09-30T00:02:57.725 INFO:teuthology.orchestra.run.smithi158.stdout:(12/23): python3-rbd-17.2.6-1165.g93dce5e1.el8. 2.6 MB/s | 358 kB 00:00 2023-09-30T00:02:58.192 INFO:teuthology.orchestra.run.smithi158.stdout:(13/23): ceph-common-17.2.6-1165.g93dce5e1.el8. 7.1 MB/s | 23 MB 00:03 2023-09-30T00:02:59.982 INFO:teuthology.orchestra.run.smithi019.stdout:(13/23): ceph-common-17.2.6-1165.g93dce5e1.el8. 4.1 MB/s | 23 MB 00:05 2023-09-30T00:03:13.812 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - AppStream 43 kB/s | 33 MB 13:16 2023-09-30T00:03:26.629 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - BaseOS 7.8 MB/s | 48 MB 00:06 2023-09-30T00:03:34.620 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - Extras 49 kB/s | 18 kB 00:00 2023-09-30T00:03:35.229 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2023-09-30T00:03:36.022 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - PowerTools 10 MB/s | 6.5 MB 00:00 2023-09-30T00:03:37.574 INFO:teuthology.orchestra.run.smithi045.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-09-30T00:03:39.152 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-09-30T00:03:43.449 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 353 kB/s | 24 kB 00:00 2023-09-30T00:03:48.364 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:03:48.367 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:03:48.367 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-09-30T00:03:48.367 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:03:48.367 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-09-30T00:03:48.367 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-radosgw x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 17 M 2023-09-30T00:03:48.367 INFO:teuthology.orchestra.run.smithi045.stdout:Upgrading: 2023-09-30T00:03:48.367 INFO:teuthology.orchestra.run.smithi045.stdout: librados2 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.5 M 2023-09-30T00:03:48.368 INFO:teuthology.orchestra.run.smithi045.stdout: librbd1 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.6 M 2023-09-30T00:03:48.368 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-09-30T00:03:48.368 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-base x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 5.2 M 2023-09-30T00:03:48.368 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-common x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 23 M 2023-09-30T00:03:48.368 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-selinux x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 24 k 2023-09-30T00:03:48.368 INFO:teuthology.orchestra.run.smithi045.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-09-30T00:03:48.368 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs2 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 796 k 2023-09-30T00:03:48.368 INFO:teuthology.orchestra.run.smithi045.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-09-30T00:03:48.368 INFO:teuthology.orchestra.run.smithi045.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-09-30T00:03:48.368 INFO:teuthology.orchestra.run.smithi045.stdout: libradosstriper1 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 506 k 2023-09-30T00:03:48.368 INFO:teuthology.orchestra.run.smithi045.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-09-30T00:03:48.368 INFO:teuthology.orchestra.run.smithi045.stdout: librgw2 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 5.6 M 2023-09-30T00:03:48.369 INFO:teuthology.orchestra.run.smithi045.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-09-30T00:03:48.369 INFO:teuthology.orchestra.run.smithi045.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-09-30T00:03:48.369 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-argparse x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 45 k 2023-09-30T00:03:48.369 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-common x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 115 k 2023-09-30T00:03:48.369 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cephfs x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 190 k 2023-09-30T00:03:48.369 INFO:teuthology.orchestra.run.smithi045.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-09-30T00:03:48.369 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rados x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 370 k 2023-09-30T00:03:48.369 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rbd x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 358 k 2023-09-30T00:03:48.369 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rgw x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 107 k 2023-09-30T00:03:48.369 INFO:teuthology.orchestra.run.smithi045.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-09-30T00:03:48.369 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:03:48.369 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-09-30T00:03:48.369 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:03:48.370 INFO:teuthology.orchestra.run.smithi045.stdout:Install 21 Packages 2023-09-30T00:03:48.370 INFO:teuthology.orchestra.run.smithi045.stdout:Upgrade 2 Packages 2023-09-30T00:03:48.370 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:03:48.370 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 63 M 2023-09-30T00:03:48.370 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-09-30T00:03:49.892 INFO:teuthology.orchestra.run.smithi045.stdout:(1/23): ceph-radosgw-17.2.6-1165.g93dce5e1.el8. 16 MB/s | 17 MB 00:01 2023-09-30T00:03:50.043 INFO:teuthology.orchestra.run.smithi045.stdout:(2/23): ceph-selinux-17.2.6-1165.g93dce5e1.el8. 162 kB/s | 24 kB 00:00 2023-09-30T00:03:50.135 INFO:teuthology.orchestra.run.smithi045.stdout:(3/23): libcephfs2-17.2.6-1165.g93dce5e1.el8.x8 8.5 MB/s | 796 kB 00:00 2023-09-30T00:03:50.193 INFO:teuthology.orchestra.run.smithi045.stdout:(4/23): libradosstriper1-17.2.6-1165.g93dce5e1. 8.5 MB/s | 506 kB 00:00 2023-09-30T00:03:50.260 INFO:teuthology.orchestra.run.smithi045.stdout:(5/23): ceph-base-17.2.6-1165.g93dce5e1.el8.x86 3.6 MB/s | 5.2 MB 00:01 2023-09-30T00:03:50.344 INFO:teuthology.orchestra.run.smithi045.stdout:(6/23): python3-ceph-argparse-17.2.6-1165.g93dc 536 kB/s | 45 kB 00:00 2023-09-30T00:03:50.436 INFO:teuthology.orchestra.run.smithi045.stdout:(7/23): python3-ceph-common-17.2.6-1165.g93dce5 1.2 MB/s | 115 kB 00:00 2023-09-30T00:03:50.520 INFO:teuthology.orchestra.run.smithi045.stdout:(8/23): librgw2-17.2.6-1165.g93dce5e1.el8.x86_6 17 MB/s | 5.6 MB 00:00 2023-09-30T00:03:50.545 INFO:teuthology.orchestra.run.smithi045.stdout:(9/23): python3-cephfs-17.2.6-1165.g93dce5e1.el 1.7 MB/s | 190 kB 00:00 2023-09-30T00:03:50.570 INFO:teuthology.orchestra.run.smithi045.stdout:(10/23): python3-rados-17.2.6-1165.g93dce5e1.el 7.2 MB/s | 370 kB 00:00 2023-09-30T00:03:50.612 INFO:teuthology.orchestra.run.smithi045.stdout:(11/23): python3-rbd-17.2.6-1165.g93dce5e1.el8. 5.2 MB/s | 358 kB 00:00 2023-09-30T00:03:50.629 INFO:teuthology.orchestra.run.smithi045.stdout:(12/23): python3-rgw-17.2.6-1165.g93dce5e1.el8. 1.8 MB/s | 107 kB 00:00 2023-09-30T00:03:53.529 INFO:teuthology.orchestra.run.smithi045.stdout:(13/23): ceph-common-17.2.6-1165.g93dce5e1.el8. 5.0 MB/s | 23 MB 00:04 2023-09-30T00:07:18.385 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] lttng-ust-2.8.1-11.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/lttng-ust-2.8.1-11.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:07:18.485 INFO:teuthology.orchestra.run.smithi019.stdout:(14/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.0 kB/s | 259 kB 04:22 2023-09-30T00:07:18.569 INFO:teuthology.orchestra.run.smithi019.stdout:(15/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 564 kB/s | 47 kB 00:00 2023-09-30T00:07:19.461 INFO:teuthology.orchestra.run.smithi019.stdout:(16/23): gperftools-libs-2.7-9.el8.x86_64.rpm 343 kB/s | 306 kB 00:00 2023-09-30T00:07:19.536 INFO:teuthology.orchestra.run.smithi019.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 785 kB/s | 59 kB 00:00 2023-09-30T00:07:19.619 INFO:teuthology.orchestra.run.smithi019.stdout:(18/23): libunwind-1.3.1-3.el8.x86_64.rpm 901 kB/s | 75 kB 00:00 2023-09-30T00:07:19.853 INFO:teuthology.orchestra.run.smithi019.stdout:(19/23): thrift-0.13.0-2.el8.x86_64.rpm 7.4 MB/s | 1.7 MB 00:00 2023-09-30T00:07:21.153 INFO:teuthology.orchestra.run.smithi019.stdout:(20/23): librados2-17.2.6-1165.g93dce5e1.el8.x8 2.7 MB/s | 3.5 MB 00:01 2023-09-30T00:07:21.653 INFO:teuthology.orchestra.run.smithi019.stdout:(21/23): librbd1-17.2.6-1165.g93dce5e1.el8.x86_ 7.2 MB/s | 3.6 MB 00:00 2023-09-30T00:07:34.734 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] librdkafka-0.11.4-3.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/librdkafka-0.11.4-3.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:07:34.736 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] lttng-ust-2.8.1-11.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/lttng-ust-2.8.1-11.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:07:34.824 INFO:teuthology.orchestra.run.smithi158.stdout:(14/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 959 B/s | 259 kB 04:37 2023-09-30T00:07:34.866 INFO:teuthology.orchestra.run.smithi158.stdout:(15/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.3 kB/s | 354 kB 04:37 2023-09-30T00:07:34.893 INFO:teuthology.orchestra.run.smithi158.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 703 kB/s | 47 kB 00:00 2023-09-30T00:07:34.984 INFO:teuthology.orchestra.run.smithi158.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 642 kB/s | 59 kB 00:00 2023-09-30T00:07:35.034 INFO:teuthology.orchestra.run.smithi158.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.8 MB/s | 306 kB 00:00 2023-09-30T00:07:35.059 INFO:teuthology.orchestra.run.smithi158.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 997 kB/s | 75 kB 00:00 2023-09-30T00:07:35.143 INFO:teuthology.orchestra.run.smithi158.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 16 MB/s | 1.7 MB 00:00 2023-09-30T00:07:35.710 INFO:teuthology.orchestra.run.smithi158.stdout:(21/23): librados2-17.2.6-1165.g93dce5e1.el8.x8 5.3 MB/s | 3.5 MB 00:00 2023-09-30T00:07:36.435 INFO:teuthology.orchestra.run.smithi158.stdout:(22/23): librbd1-17.2.6-1165.g93dce5e1.el8.x86_ 2.8 MB/s | 3.6 MB 00:01 2023-09-30T00:07:59.194 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] python3-prettytable-0.7.2-14.el8.noarch.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-prettytable-0.7.2-14.el8.noarch.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:07:59.415 INFO:teuthology.orchestra.run.smithi158.stdout:(23/23): python3-prettytable-0.7.2-14.el8.noarc 149 B/s | 44 kB 05:01 2023-09-30T00:07:59.417 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:07:59.417 INFO:teuthology.orchestra.run.smithi158.stdout:Total 213 kB/s | 63 MB 05:04 2023-09-30T00:07:59.459 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-30T00:07:59.505 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-30T00:07:59.505 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-30T00:07:59.874 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-30T00:07:59.877 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-30T00:08:00.907 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-30T00:08:01.124 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : liboath-2.6.2-3.el8.x86_64 1/25 2023-09-30T00:08:01.336 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-09-30T00:08:01.706 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-09-30T00:08:01.912 INFO:teuthology.orchestra.run.smithi158.stdout: Upgrading : librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/25 2023-09-30T00:08:01.947 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] librdkafka-0.11.4-3.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/librdkafka-0.11.4-3.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:08:01.989 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/25 2023-09-30T00:08:02.063 INFO:teuthology.orchestra.run.smithi045.stdout:(14/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.4 kB/s | 354 kB 04:11 2023-09-30T00:08:02.172 INFO:teuthology.orchestra.run.smithi045.stdout:(15/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 433 kB/s | 47 kB 00:00 2023-09-30T00:08:02.280 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 4/25 2023-09-30T00:08:02.470 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/25 2023-09-30T00:08:02.867 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/25 2023-09-30T00:08:03.053 INFO:teuthology.orchestra.run.smithi158.stdout: Upgrading : librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/25 2023-09-30T00:08:03.328 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/25 2023-09-30T00:08:03.491 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : thrift-0.13.0-2.el8.x86_64 7/25 2023-09-30T00:08:03.725 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-09-30T00:08:03.903 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-09-30T00:08:03.965 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] librdkafka-0.11.4-3.el8.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/librdkafka-0.11.4-3.el8.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:08:04.247 INFO:teuthology.orchestra.run.smithi045.stdout:(16/23): gperftools-libs-2.7-9.el8.x86_64.rpm 148 kB/s | 306 kB 00:02 2023-09-30T00:08:04.290 INFO:teuthology.orchestra.run.smithi019.stdout:(22/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.1 kB/s | 354 kB 05:08 2023-09-30T00:08:04.457 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-09-30T00:08:04.514 INFO:teuthology.orchestra.run.smithi045.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 220 kB/s | 59 kB 00:00 2023-09-30T00:08:04.669 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 10/25 2023-09-30T00:08:04.733 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 10/25 2023-09-30T00:08:04.772 INFO:teuthology.orchestra.run.smithi045.stdout:(18/23): libunwind-1.3.1-3.el8.x86_64.rpm 290 kB/s | 75 kB 00:00 2023-09-30T00:08:04.888 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-ceph-argparse-2:17.2.6-1165.g93dce5e1.el8. 11/25 2023-09-30T00:08:05.106 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 12/25 2023-09-30T00:08:05.313 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 13/25 2023-09-30T00:08:05.506 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 14/25 2023-09-30T00:08:05.711 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_6 15/25 2023-09-30T00:08:05.782 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_6 15/25 2023-09-30T00:08:05.789 INFO:teuthology.orchestra.run.smithi045.stdout:(19/23): thrift-0.13.0-2.el8.x86_64.rpm 1.7 MB/s | 1.7 MB 00:01 2023-09-30T00:08:05.986 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2023-09-30T00:08:06.194 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2023-09-30T00:08:06.377 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-09-30T00:08:06.620 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-ceph-common-2:17.2.6-1165.g93dce5e1.el8.x8 19/25 2023-09-30T00:08:08.920 INFO:teuthology.orchestra.run.smithi045.stdout:(20/23): librados2-17.2.6-1165.g93dce5e1.el8.x8 1.1 MB/s | 3.5 MB 00:03 2023-09-30T00:08:08.992 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] python3-prettytable-0.7.2-14.el8.noarch.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-prettytable-0.7.2-14.el8.noarch.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:08:09.157 INFO:teuthology.orchestra.run.smithi019.stdout:(23/23): python3-prettytable-0.7.2-14.el8.noarc 145 B/s | 44 kB 05:09 2023-09-30T00:08:09.158 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:08:09.158 INFO:teuthology.orchestra.run.smithi019.stdout:Total 205 kB/s | 63 MB 05:15 2023-09-30T00:08:09.201 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-09-30T00:08:09.252 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-09-30T00:08:09.253 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-09-30T00:08:09.360 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 20/25 2023-09-30T00:08:09.635 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 20/25 2023-09-30T00:08:09.648 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-09-30T00:08:09.652 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-09-30T00:08:10.255 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 20/25 2023-09-30T00:08:10.463 INFO:teuthology.orchestra.run.smithi045.stdout:(21/23): librbd1-17.2.6-1165.g93dce5e1.el8.x86_ 2.3 MB/s | 3.6 MB 00:01 2023-09-30T00:08:10.561 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 21/25 2023-09-30T00:08:10.665 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 21/25 2023-09-30T00:08:10.740 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-09-30T00:08:10.828 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 22/25 2023-09-30T00:08:10.953 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : liboath-2.6.2-3.el8.x86_64 1/25 2023-09-30T00:08:11.142 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-09-30T00:08:11.553 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-09-30T00:08:11.767 INFO:teuthology.orchestra.run.smithi019.stdout: Upgrading : librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/25 2023-09-30T00:08:11.869 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/25 2023-09-30T00:08:12.129 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 4/25 2023-09-30T00:08:12.309 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/25 2023-09-30T00:08:12.734 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/25 2023-09-30T00:08:12.950 INFO:teuthology.orchestra.run.smithi019.stdout: Upgrading : librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/25 2023-09-30T00:08:13.180 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/25 2023-09-30T00:08:13.347 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : thrift-0.13.0-2.el8.x86_64 7/25 2023-09-30T00:08:13.531 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-09-30T00:08:13.817 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-09-30T00:08:14.429 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-09-30T00:08:14.600 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 10/25 2023-09-30T00:08:14.654 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 10/25 2023-09-30T00:08:14.813 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-ceph-argparse-2:17.2.6-1165.g93dce5e1.el8. 11/25 2023-09-30T00:08:14.996 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 12/25 2023-09-30T00:08:15.228 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 13/25 2023-09-30T00:08:15.451 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 14/25 2023-09-30T00:08:15.591 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_6 15/25 2023-09-30T00:08:15.663 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_6 15/25 2023-09-30T00:08:15.881 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2023-09-30T00:08:16.076 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2023-09-30T00:08:16.276 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-09-30T00:08:16.467 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-ceph-common-2:17.2.6-1165.g93dce5e1.el8.x8 19/25 2023-09-30T00:08:19.471 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 20/25 2023-09-30T00:08:19.700 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 20/25 2023-09-30T00:08:20.364 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 20/25 2023-09-30T00:08:20.690 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 21/25 2023-09-30T00:08:20.809 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 21/25 2023-09-30T00:08:20.999 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 22/25 2023-09-30T00:08:29.453 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 22/25 2023-09-30T00:08:29.453 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /sys 2023-09-30T00:08:29.453 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /proc 2023-09-30T00:08:29.453 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /dev 2023-09-30T00:08:29.454 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /run 2023-09-30T00:08:29.454 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /mnt 2023-09-30T00:08:29.454 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /var/tmp 2023-09-30T00:08:29.454 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /home 2023-09-30T00:08:29.454 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /tmp 2023-09-30T00:08:29.454 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /dev 2023-09-30T00:08:29.454 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:08:31.157 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 23/25 2023-09-30T00:08:31.228 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 23/25 2023-09-30T00:08:31.229 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-09-30T00:08:31.484 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-09-30T00:08:31.484 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-09-30T00:08:32.198 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-09-30T00:08:32.198 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/25 2023-09-30T00:08:32.199 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/25 2023-09-30T00:08:32.199 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/25 2023-09-30T00:08:32.199 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 4/25 2023-09-30T00:08:32.199 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/25 2023-09-30T00:08:32.199 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_6 6/25 2023-09-30T00:08:32.199 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 7/25 2023-09-30T00:08:32.199 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-ceph-argparse-2:17.2.6-1165.g93dce5e1.el8. 8/25 2023-09-30T00:08:32.199 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-ceph-common-2:17.2.6-1165.g93dce5e1.el8.x8 9/25 2023-09-30T00:08:32.199 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 10/25 2023-09-30T00:08:32.199 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 11/25 2023-09-30T00:08:32.200 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 12/25 2023-09-30T00:08:32.200 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 13/25 2023-09-30T00:08:32.200 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-09-30T00:08:32.200 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-09-30T00:08:32.200 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-09-30T00:08:32.200 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-09-30T00:08:32.200 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-09-30T00:08:32.200 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-09-30T00:08:32.200 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-09-30T00:08:32.200 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-09-30T00:08:32.200 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 22/25 2023-09-30T00:08:32.201 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-09-30T00:08:32.201 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 24/25 2023-09-30T00:08:33.360 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-09-30T00:08:33.360 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:08:33.361 INFO:teuthology.orchestra.run.smithi158.stdout:Upgraded: 2023-09-30T00:08:33.361 INFO:teuthology.orchestra.run.smithi158.stdout: librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:33.361 INFO:teuthology.orchestra.run.smithi158.stdout: librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:33.361 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-30T00:08:33.361 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:33.361 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:33.361 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:33.361 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:33.361 INFO:teuthology.orchestra.run.smithi158.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-09-30T00:08:33.361 INFO:teuthology.orchestra.run.smithi158.stdout: libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:33.362 INFO:teuthology.orchestra.run.smithi158.stdout: liboath-2.6.2-3.el8.x86_64 2023-09-30T00:08:33.362 INFO:teuthology.orchestra.run.smithi158.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-09-30T00:08:33.362 INFO:teuthology.orchestra.run.smithi158.stdout: libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:33.362 INFO:teuthology.orchestra.run.smithi158.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-09-30T00:08:33.362 INFO:teuthology.orchestra.run.smithi158.stdout: librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:33.362 INFO:teuthology.orchestra.run.smithi158.stdout: libunwind-1.3.1-3.el8.x86_64 2023-09-30T00:08:33.362 INFO:teuthology.orchestra.run.smithi158.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-09-30T00:08:33.362 INFO:teuthology.orchestra.run.smithi158.stdout: python3-ceph-argparse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:33.362 INFO:teuthology.orchestra.run.smithi158.stdout: python3-ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:33.362 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:33.362 INFO:teuthology.orchestra.run.smithi158.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-09-30T00:08:33.363 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:33.363 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:33.363 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:33.363 INFO:teuthology.orchestra.run.smithi158.stdout: thrift-0.13.0-2.el8.x86_64 2023-09-30T00:08:33.363 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:08:33.363 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:08:33.654 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-test 2023-09-30T00:08:34.509 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:05:44 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:08:36.071 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:08:36.072 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:08:36.072 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-09-30T00:08:36.072 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:08:36.072 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-09-30T00:08:36.072 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-test x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 52 M 2023-09-30T00:08:36.072 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-09-30T00:08:36.072 INFO:teuthology.orchestra.run.smithi158.stdout: jq x86_64 1.6-7.el8 appstream 202 k 2023-09-30T00:08:36.072 INFO:teuthology.orchestra.run.smithi158.stdout: libcephsqlite x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 175 k 2023-09-30T00:08:36.072 INFO:teuthology.orchestra.run.smithi158.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-09-30T00:08:36.072 INFO:teuthology.orchestra.run.smithi158.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-09-30T00:08:36.072 INFO:teuthology.orchestra.run.smithi158.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-09-30T00:08:36.073 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:08:36.073 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-30T00:08:36.073 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:08:36.073 INFO:teuthology.orchestra.run.smithi158.stdout:Install 6 Packages 2023-09-30T00:08:36.073 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:08:36.073 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 53 M 2023-09-30T00:08:36.074 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 233 M 2023-09-30T00:08:36.074 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-30T00:08:36.468 INFO:teuthology.orchestra.run.smithi158.stdout:(1/6): libcephsqlite-17.2.6-1165.g93dce5e1.el8. 494 kB/s | 175 kB 00:00 2023-09-30T00:08:39.111 INFO:teuthology.orchestra.run.smithi158.stdout:(2/6): ceph-test-17.2.6-1165.g93dce5e1.el8.x86_ 17 MB/s | 52 MB 00:02 2023-09-30T00:08:42.298 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 22/25 2023-09-30T00:08:42.298 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /sys 2023-09-30T00:08:42.298 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /proc 2023-09-30T00:08:42.298 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /dev 2023-09-30T00:08:42.299 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /run 2023-09-30T00:08:42.299 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /mnt 2023-09-30T00:08:42.299 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /var/tmp 2023-09-30T00:08:42.299 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /home 2023-09-30T00:08:42.299 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /tmp 2023-09-30T00:08:42.299 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /dev 2023-09-30T00:08:42.299 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:08:44.145 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 23/25 2023-09-30T00:08:44.226 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 23/25 2023-09-30T00:08:44.226 INFO:teuthology.orchestra.run.smithi019.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-09-30T00:08:44.474 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-09-30T00:08:44.474 INFO:teuthology.orchestra.run.smithi019.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-09-30T00:08:45.259 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-09-30T00:08:45.260 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/25 2023-09-30T00:08:45.260 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/25 2023-09-30T00:08:45.260 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/25 2023-09-30T00:08:45.260 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 4/25 2023-09-30T00:08:45.260 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/25 2023-09-30T00:08:45.261 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_6 6/25 2023-09-30T00:08:45.261 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 7/25 2023-09-30T00:08:45.261 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-ceph-argparse-2:17.2.6-1165.g93dce5e1.el8. 8/25 2023-09-30T00:08:45.261 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-ceph-common-2:17.2.6-1165.g93dce5e1.el8.x8 9/25 2023-09-30T00:08:45.261 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 10/25 2023-09-30T00:08:45.261 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 11/25 2023-09-30T00:08:45.261 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 12/25 2023-09-30T00:08:45.261 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 13/25 2023-09-30T00:08:45.262 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-09-30T00:08:45.262 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-09-30T00:08:45.262 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-09-30T00:08:45.262 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-09-30T00:08:45.262 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-09-30T00:08:45.262 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-09-30T00:08:45.263 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-09-30T00:08:45.263 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-09-30T00:08:45.263 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 22/25 2023-09-30T00:08:45.263 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-09-30T00:08:45.263 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 24/25 2023-09-30T00:08:46.422 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-09-30T00:08:46.422 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:08:46.422 INFO:teuthology.orchestra.run.smithi019.stdout:Upgraded: 2023-09-30T00:08:46.422 INFO:teuthology.orchestra.run.smithi019.stdout: librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:46.422 INFO:teuthology.orchestra.run.smithi019.stdout: librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:46.422 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-09-30T00:08:46.422 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:46.422 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:46.422 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:46.423 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:46.423 INFO:teuthology.orchestra.run.smithi019.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-09-30T00:08:46.423 INFO:teuthology.orchestra.run.smithi019.stdout: libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:46.423 INFO:teuthology.orchestra.run.smithi019.stdout: liboath-2.6.2-3.el8.x86_64 2023-09-30T00:08:46.423 INFO:teuthology.orchestra.run.smithi019.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-09-30T00:08:46.423 INFO:teuthology.orchestra.run.smithi019.stdout: libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:46.423 INFO:teuthology.orchestra.run.smithi019.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-09-30T00:08:46.423 INFO:teuthology.orchestra.run.smithi019.stdout: librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:46.423 INFO:teuthology.orchestra.run.smithi019.stdout: libunwind-1.3.1-3.el8.x86_64 2023-09-30T00:08:46.423 INFO:teuthology.orchestra.run.smithi019.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-09-30T00:08:46.423 INFO:teuthology.orchestra.run.smithi019.stdout: python3-ceph-argparse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:46.423 INFO:teuthology.orchestra.run.smithi019.stdout: python3-ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:46.424 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:46.424 INFO:teuthology.orchestra.run.smithi019.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-09-30T00:08:46.424 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:46.424 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:46.424 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:08:46.424 INFO:teuthology.orchestra.run.smithi019.stdout: thrift-0.13.0-2.el8.x86_64 2023-09-30T00:08:46.424 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:08:46.424 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:08:46.788 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-test 2023-09-30T00:08:47.771 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:05:59 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:08:49.563 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:08:49.564 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:08:49.565 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-09-30T00:08:49.565 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:08:49.565 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-09-30T00:08:49.565 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-test x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 52 M 2023-09-30T00:08:49.565 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-09-30T00:08:49.565 INFO:teuthology.orchestra.run.smithi019.stdout: jq x86_64 1.6-7.el8 appstream 202 k 2023-09-30T00:08:49.565 INFO:teuthology.orchestra.run.smithi019.stdout: libcephsqlite x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 175 k 2023-09-30T00:08:49.565 INFO:teuthology.orchestra.run.smithi019.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-09-30T00:08:49.565 INFO:teuthology.orchestra.run.smithi019.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-09-30T00:08:49.565 INFO:teuthology.orchestra.run.smithi019.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-09-30T00:08:49.566 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:08:49.566 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-09-30T00:08:49.566 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:08:49.566 INFO:teuthology.orchestra.run.smithi019.stdout:Install 6 Packages 2023-09-30T00:08:49.566 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:08:49.566 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 53 M 2023-09-30T00:08:49.567 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 233 M 2023-09-30T00:08:49.567 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-09-30T00:08:49.796 INFO:teuthology.orchestra.run.smithi019.stdout:(1/6): libcephsqlite-17.2.6-1165.g93dce5e1.el8. 937 kB/s | 175 kB 00:00 2023-09-30T00:08:50.967 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] lttng-ust-2.8.1-11.el8.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/lttng-ust-2.8.1-11.el8.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:08:51.275 INFO:teuthology.orchestra.run.smithi045.stdout:(22/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 884 B/s | 259 kB 05:00 2023-09-30T00:08:53.696 INFO:teuthology.orchestra.run.smithi019.stdout:(2/6): ceph-test-17.2.6-1165.g93dce5e1.el8.x86_ 13 MB/s | 52 MB 00:04 2023-09-30T00:08:54.530 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] python3-prettytable-0.7.2-14.el8.noarch.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-prettytable-0.7.2-14.el8.noarch.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:08:54.700 INFO:teuthology.orchestra.run.smithi045.stdout:(23/23): python3-prettytable-0.7.2-14.el8.noarc 149 B/s | 44 kB 05:01 2023-09-30T00:08:54.701 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:08:54.701 INFO:teuthology.orchestra.run.smithi045.stdout:Total 211 kB/s | 63 MB 05:06 2023-09-30T00:08:54.744 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-09-30T00:08:54.796 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-09-30T00:08:54.796 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-09-30T00:08:55.196 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-09-30T00:08:55.200 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-09-30T00:08:56.280 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-09-30T00:08:56.485 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : liboath-2.6.2-3.el8.x86_64 1/25 2023-09-30T00:08:56.695 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-09-30T00:08:57.109 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-09-30T00:08:57.371 INFO:teuthology.orchestra.run.smithi045.stdout: Upgrading : librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/25 2023-09-30T00:08:57.472 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/25 2023-09-30T00:08:57.727 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 4/25 2023-09-30T00:08:57.920 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/25 2023-09-30T00:08:58.356 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/25 2023-09-30T00:08:58.537 INFO:teuthology.orchestra.run.smithi045.stdout: Upgrading : librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/25 2023-09-30T00:08:58.773 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/25 2023-09-30T00:08:58.984 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : thrift-0.13.0-2.el8.x86_64 7/25 2023-09-30T00:08:59.180 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-09-30T00:08:59.345 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-09-30T00:08:59.948 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-09-30T00:09:00.137 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 10/25 2023-09-30T00:09:00.205 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 10/25 2023-09-30T00:09:00.533 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ceph-argparse-2:17.2.6-1165.g93dce5e1.el8. 11/25 2023-09-30T00:09:00.733 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 12/25 2023-09-30T00:09:00.934 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 13/25 2023-09-30T00:09:01.154 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 14/25 2023-09-30T00:09:01.354 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_6 15/25 2023-09-30T00:09:01.429 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_6 15/25 2023-09-30T00:09:01.650 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2023-09-30T00:09:01.821 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2023-09-30T00:09:02.037 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-09-30T00:09:02.229 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ceph-common-2:17.2.6-1165.g93dce5e1.el8.x8 19/25 2023-09-30T00:09:05.124 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 20/25 2023-09-30T00:09:05.470 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 20/25 2023-09-30T00:09:06.127 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 20/25 2023-09-30T00:09:06.519 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 21/25 2023-09-30T00:09:06.662 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 21/25 2023-09-30T00:09:06.827 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 22/25 2023-09-30T00:09:28.132 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 22/25 2023-09-30T00:09:28.133 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /sys 2023-09-30T00:09:28.133 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /proc 2023-09-30T00:09:28.133 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /dev 2023-09-30T00:09:28.133 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /run 2023-09-30T00:09:28.133 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /mnt 2023-09-30T00:09:28.133 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /var/tmp 2023-09-30T00:09:28.133 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /home 2023-09-30T00:09:28.133 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /tmp 2023-09-30T00:09:28.134 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /dev 2023-09-30T00:09:28.134 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:09:29.982 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 23/25 2023-09-30T00:09:30.055 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 23/25 2023-09-30T00:09:30.055 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-09-30T00:09:30.277 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-09-30T00:09:30.277 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-09-30T00:09:31.062 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-09-30T00:09:31.063 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/25 2023-09-30T00:09:31.063 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/25 2023-09-30T00:09:31.063 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/25 2023-09-30T00:09:31.063 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 4/25 2023-09-30T00:09:31.063 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/25 2023-09-30T00:09:31.063 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_6 6/25 2023-09-30T00:09:31.063 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 7/25 2023-09-30T00:09:31.063 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ceph-argparse-2:17.2.6-1165.g93dce5e1.el8. 8/25 2023-09-30T00:09:31.064 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ceph-common-2:17.2.6-1165.g93dce5e1.el8.x8 9/25 2023-09-30T00:09:31.064 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 10/25 2023-09-30T00:09:31.064 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 11/25 2023-09-30T00:09:31.064 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 12/25 2023-09-30T00:09:31.064 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 13/25 2023-09-30T00:09:31.064 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-09-30T00:09:31.064 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-09-30T00:09:31.064 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-09-30T00:09:31.064 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-09-30T00:09:31.064 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-09-30T00:09:31.064 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-09-30T00:09:31.065 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-09-30T00:09:31.065 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-09-30T00:09:31.065 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 22/25 2023-09-30T00:09:31.065 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-09-30T00:09:31.065 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 24/25 2023-09-30T00:09:32.261 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-09-30T00:09:32.261 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:09:32.262 INFO:teuthology.orchestra.run.smithi045.stdout:Upgraded: 2023-09-30T00:09:32.262 INFO:teuthology.orchestra.run.smithi045.stdout: librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:09:32.262 INFO:teuthology.orchestra.run.smithi045.stdout: librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:09:32.262 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-09-30T00:09:32.262 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:09:32.262 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:09:32.262 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:09:32.262 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:09:32.262 INFO:teuthology.orchestra.run.smithi045.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-09-30T00:09:32.262 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:09:32.262 INFO:teuthology.orchestra.run.smithi045.stdout: liboath-2.6.2-3.el8.x86_64 2023-09-30T00:09:32.263 INFO:teuthology.orchestra.run.smithi045.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-09-30T00:09:32.263 INFO:teuthology.orchestra.run.smithi045.stdout: libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:09:32.263 INFO:teuthology.orchestra.run.smithi045.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-09-30T00:09:32.263 INFO:teuthology.orchestra.run.smithi045.stdout: librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:09:32.263 INFO:teuthology.orchestra.run.smithi045.stdout: libunwind-1.3.1-3.el8.x86_64 2023-09-30T00:09:32.263 INFO:teuthology.orchestra.run.smithi045.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-09-30T00:09:32.263 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-argparse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:09:32.263 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:09:32.263 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:09:32.263 INFO:teuthology.orchestra.run.smithi045.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-09-30T00:09:32.263 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:09:32.263 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:09:32.264 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:09:32.264 INFO:teuthology.orchestra.run.smithi045.stdout: thrift-0.13.0-2.el8.x86_64 2023-09-30T00:09:32.264 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:09:32.264 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:09:32.537 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-test 2023-09-30T00:09:33.522 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:05:50 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:09:35.279 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:09:35.280 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:09:35.280 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-09-30T00:09:35.280 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:09:35.281 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-09-30T00:09:35.281 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-test x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 52 M 2023-09-30T00:09:35.281 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-09-30T00:09:35.281 INFO:teuthology.orchestra.run.smithi045.stdout: jq x86_64 1.6-7.el8 appstream 202 k 2023-09-30T00:09:35.281 INFO:teuthology.orchestra.run.smithi045.stdout: libcephsqlite x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 175 k 2023-09-30T00:09:35.281 INFO:teuthology.orchestra.run.smithi045.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-09-30T00:09:35.282 INFO:teuthology.orchestra.run.smithi045.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-09-30T00:09:35.282 INFO:teuthology.orchestra.run.smithi045.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-09-30T00:09:35.282 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:09:35.282 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-09-30T00:09:35.282 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:09:35.282 INFO:teuthology.orchestra.run.smithi045.stdout:Install 6 Packages 2023-09-30T00:09:35.283 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:09:35.284 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 53 M 2023-09-30T00:09:35.284 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 233 M 2023-09-30T00:09:35.284 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-09-30T00:09:35.626 INFO:teuthology.orchestra.run.smithi045.stdout:(1/6): libcephsqlite-17.2.6-1165.g93dce5e1.el8. 581 kB/s | 175 kB 00:00 2023-09-30T00:09:37.993 INFO:teuthology.orchestra.run.smithi045.stdout:(2/6): ceph-test-17.2.6-1165.g93dce5e1.el8.x86_ 19 MB/s | 52 MB 00:02 2023-09-30T00:12:41.934 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] oniguruma-6.8.2-2.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/oniguruma-6.8.2-2.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:12:42.023 INFO:teuthology.orchestra.run.smithi158.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 781 B/s | 187 kB 04:05 2023-09-30T00:12:54.514 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] socat-1.7.4.1-1.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/socat-1.7.4.1-1.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:12:54.621 INFO:teuthology.orchestra.run.smithi158.stdout:(4/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.3 kB/s | 323 kB 04:15 2023-09-30T00:12:58.194 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] jq-1.6-7.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/jq-1.6-7.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:12:58.784 INFO:teuthology.orchestra.run.smithi019.stdout:(3/6): jq-1.6-7.el8.x86_64.rpm 832 B/s | 202 kB 04:09 2023-09-30T00:13:02.289 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] socat-1.7.4.1-1.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/socat-1.7.4.1-1.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:13:02.351 INFO:teuthology.orchestra.run.smithi019.stdout:(4/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.3 kB/s | 323 kB 04:08 2023-09-30T00:13:10.482 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] oniguruma-6.8.2-2.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/oniguruma-6.8.2-2.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:13:10.550 INFO:teuthology.orchestra.run.smithi019.stdout:(5/6): oniguruma-6.8.2-2.el8.x86_64.rpm 736 B/s | 187 kB 04:20 2023-09-30T00:13:36.537 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] jq-1.6-7.el8.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/jq-1.6-7.el8.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:13:36.806 INFO:teuthology.orchestra.run.smithi158.stdout:(5/6): jq-1.6-7.el8.x86_64.rpm 690 B/s | 202 kB 05:00 2023-09-30T00:13:42.194 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] jq-1.6-7.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/jq-1.6-7.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:13:42.777 INFO:teuthology.orchestra.run.smithi045.stdout:(3/6): jq-1.6-7.el8.x86_64.rpm 838 B/s | 202 kB 04:07 2023-09-30T00:14:02.396 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] socat-1.7.4.1-1.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/socat-1.7.4.1-1.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:14:02.450 INFO:teuthology.orchestra.run.smithi045.stdout:(4/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.2 kB/s | 323 kB 04:24 2023-09-30T00:14:36.009 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] oniguruma-6.8.2-2.el8.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/oniguruma-6.8.2-2.el8.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:14:36.279 INFO:teuthology.orchestra.run.smithi045.stdout:(5/6): oniguruma-6.8.2-2.el8.x86_64.rpm 638 B/s | 187 kB 05:00 2023-09-30T00:16:51.790 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] xmlstarlet-1.6.1-20.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/xmlstarlet-1.6.1-20.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:16:52.026 INFO:teuthology.orchestra.run.smithi158.stdout:(6/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 289 B/s | 71 kB 04:10 2023-09-30T00:16:52.026 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:16:52.026 INFO:teuthology.orchestra.run.smithi158.stdout:Total 109 kB/s | 53 MB 08:15 2023-09-30T00:16:52.066 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-30T00:16:52.087 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-30T00:16:52.088 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-30T00:16:52.373 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-30T00:16:52.376 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-30T00:16:52.872 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-30T00:16:53.096 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-09-30T00:16:53.357 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-09-30T00:16:53.487 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-09-30T00:16:53.564 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-09-30T00:16:53.812 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : jq-1.6-7.el8.x86_64 4/6 2023-09-30T00:16:54.004 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/6 2023-09-30T00:16:59.010 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/6 2023-09-30T00:16:59.235 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/6 2023-09-30T00:16:59.520 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/6 2023-09-30T00:16:59.520 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/6 2023-09-30T00:16:59.520 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/6 2023-09-30T00:16:59.520 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : jq-1.6-7.el8.x86_64 3/6 2023-09-30T00:16:59.520 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-09-30T00:16:59.521 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-09-30T00:17:00.206 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-09-30T00:17:00.206 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:17:00.206 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-30T00:17:00.206 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:17:00.206 INFO:teuthology.orchestra.run.smithi158.stdout: jq-1.6-7.el8.x86_64 2023-09-30T00:17:00.206 INFO:teuthology.orchestra.run.smithi158.stdout: libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:17:00.206 INFO:teuthology.orchestra.run.smithi158.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-09-30T00:17:00.206 INFO:teuthology.orchestra.run.smithi158.stdout: socat-1.7.4.1-1.el8.x86_64 2023-09-30T00:17:00.206 INFO:teuthology.orchestra.run.smithi158.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-09-30T00:17:00.206 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:17:00.207 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:17:00.464 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph 2023-09-30T00:17:01.319 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:14:11 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:17:02.929 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:17:02.932 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:17:02.932 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-09-30T00:17:02.932 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:17:02.933 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-09-30T00:17:02.933 INFO:teuthology.orchestra.run.smithi158.stdout: ceph x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 6.4 k 2023-09-30T00:17:02.933 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-09-30T00:17:02.933 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mds x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 2.3 M 2023-09-30T00:17:02.933 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 1.6 M 2023-09-30T00:17:02.933 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-modules-core noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 238 k 2023-09-30T00:17:02.933 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mon x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.9 M 2023-09-30T00:17:02.933 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-osd x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 17 M 2023-09-30T00:17:02.933 INFO:teuthology.orchestra.run.smithi158.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-09-30T00:17:02.934 INFO:teuthology.orchestra.run.smithi158.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-09-30T00:17:02.934 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-09-30T00:17:02.934 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-09-30T00:17:02.934 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-09-30T00:17:02.934 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-09-30T00:17:02.934 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-09-30T00:17:02.934 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-09-30T00:17:02.934 INFO:teuthology.orchestra.run.smithi158.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-09-30T00:17:02.935 INFO:teuthology.orchestra.run.smithi158.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-09-30T00:17:02.935 INFO:teuthology.orchestra.run.smithi158.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-09-30T00:17:02.935 INFO:teuthology.orchestra.run.smithi158.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-09-30T00:17:02.935 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-09-30T00:17:02.935 INFO:teuthology.orchestra.run.smithi158.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-09-30T00:17:02.935 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-09-30T00:17:02.935 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-09-30T00:17:02.935 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-09-30T00:17:02.935 INFO:teuthology.orchestra.run.smithi158.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-09-30T00:17:02.935 INFO:teuthology.orchestra.run.smithi158.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-09-30T00:17:02.935 INFO:teuthology.orchestra.run.smithi158.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-09-30T00:17:02.935 INFO:teuthology.orchestra.run.smithi158.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-09-30T00:17:02.936 INFO:teuthology.orchestra.run.smithi158.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-09-30T00:17:02.936 INFO:teuthology.orchestra.run.smithi158.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-09-30T00:17:02.936 INFO:teuthology.orchestra.run.smithi158.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-09-30T00:17:02.936 INFO:teuthology.orchestra.run.smithi158.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-09-30T00:17:02.936 INFO:teuthology.orchestra.run.smithi158.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-09-30T00:17:02.936 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:17:02.936 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-30T00:17:02.936 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:17:02.936 INFO:teuthology.orchestra.run.smithi158.stdout:Install 32 Packages 2023-09-30T00:17:02.936 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:17:02.937 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 28 M 2023-09-30T00:17:02.937 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 110 M 2023-09-30T00:17:02.937 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-30T00:17:03.719 INFO:teuthology.orchestra.run.smithi158.stdout:(1/32): ceph-17.2.6-1165.g93dce5e1.el8.x86_64.r 37 kB/s | 6.4 kB 00:00 2023-09-30T00:17:04.228 INFO:teuthology.orchestra.run.smithi158.stdout:(2/32): ceph-mon-17.2.6-1165.g93dce5e1.el8.x86_ 7.7 MB/s | 3.9 MB 00:00 2023-09-30T00:17:04.262 INFO:teuthology.orchestra.run.smithi158.stdout:(3/32): ceph-mgr-17.2.6-1165.g93dce5e1.el8.x86_ 2.2 MB/s | 1.6 MB 00:00 2023-09-30T00:17:04.378 INFO:teuthology.orchestra.run.smithi158.stdout:(4/32): ceph-mds-17.2.6-1165.g93dce5e1.el8.x86_ 2.8 MB/s | 2.3 MB 00:00 2023-09-30T00:17:04.404 INFO:teuthology.orchestra.run.smithi158.stdout:(5/32): ceph-mgr-modules-core-17.2.6-1165.g93dc 1.6 MB/s | 238 kB 00:00 2023-09-30T00:17:05.208 INFO:teuthology.orchestra.run.smithi158.stdout:(6/32): ceph-osd-17.2.6-1165.g93dce5e1.el8.x86_ 17 MB/s | 17 MB 00:00 2023-09-30T00:17:52.160 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] xmlstarlet-1.6.1-20.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/xmlstarlet-1.6.1-20.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:17:52.378 INFO:teuthology.orchestra.run.smithi045.stdout:(6/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 290 B/s | 71 kB 04:09 2023-09-30T00:17:52.378 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:17:52.378 INFO:teuthology.orchestra.run.smithi045.stdout:Total 108 kB/s | 53 MB 08:17 2023-09-30T00:17:52.422 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-09-30T00:17:52.447 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-09-30T00:17:52.447 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-09-30T00:17:52.760 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-09-30T00:17:52.764 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-09-30T00:17:53.397 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-09-30T00:17:53.674 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-09-30T00:17:53.871 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-09-30T00:17:54.015 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-09-30T00:17:54.102 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-09-30T00:17:54.333 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : jq-1.6-7.el8.x86_64 4/6 2023-09-30T00:17:54.515 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/6 2023-09-30T00:17:59.785 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] xmlstarlet-1.6.1-20.el8.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/xmlstarlet-1.6.1-20.el8.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:17:59.874 INFO:teuthology.orchestra.run.smithi019.stdout:(6/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 240 B/s | 71 kB 05:01 2023-09-30T00:17:59.874 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:17:59.874 INFO:teuthology.orchestra.run.smithi019.stdout:Total 98 kB/s | 53 MB 09:10 2023-09-30T00:17:59.916 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-09-30T00:17:59.940 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-09-30T00:17:59.940 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-09-30T00:18:00.026 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/6 2023-09-30T00:18:00.254 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-09-30T00:18:00.255 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/6 2023-09-30T00:18:00.257 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-09-30T00:18:00.587 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/6 2023-09-30T00:18:00.587 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/6 2023-09-30T00:18:00.587 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/6 2023-09-30T00:18:00.587 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : jq-1.6-7.el8.x86_64 3/6 2023-09-30T00:18:00.587 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-09-30T00:18:00.587 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-09-30T00:18:00.909 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-09-30T00:18:01.144 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-09-30T00:18:01.288 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-09-30T00:18:01.288 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:18:01.288 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-09-30T00:18:01.288 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:18:01.288 INFO:teuthology.orchestra.run.smithi045.stdout: jq-1.6-7.el8.x86_64 2023-09-30T00:18:01.288 INFO:teuthology.orchestra.run.smithi045.stdout: libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:18:01.289 INFO:teuthology.orchestra.run.smithi045.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-09-30T00:18:01.289 INFO:teuthology.orchestra.run.smithi045.stdout: socat-1.7.4.1-1.el8.x86_64 2023-09-30T00:18:01.289 INFO:teuthology.orchestra.run.smithi045.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-09-30T00:18:01.289 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:18:01.289 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:18:01.378 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-09-30T00:18:01.506 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-09-30T00:18:01.522 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph 2023-09-30T00:18:01.589 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-09-30T00:18:01.774 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : jq-1.6-7.el8.x86_64 4/6 2023-09-30T00:18:01.938 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/6 2023-09-30T00:18:02.508 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:14:19 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:18:04.262 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:18:04.266 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:18:04.266 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-09-30T00:18:04.266 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:18:04.266 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-09-30T00:18:04.267 INFO:teuthology.orchestra.run.smithi045.stdout: ceph x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 6.4 k 2023-09-30T00:18:04.267 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-09-30T00:18:04.267 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mds x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 2.3 M 2023-09-30T00:18:04.267 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 1.6 M 2023-09-30T00:18:04.267 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-modules-core noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 238 k 2023-09-30T00:18:04.267 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mon x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.9 M 2023-09-30T00:18:04.267 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-osd x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 17 M 2023-09-30T00:18:04.267 INFO:teuthology.orchestra.run.smithi045.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-09-30T00:18:04.267 INFO:teuthology.orchestra.run.smithi045.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-09-30T00:18:04.267 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-09-30T00:18:04.267 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-09-30T00:18:04.268 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-09-30T00:18:04.268 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-09-30T00:18:04.268 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-09-30T00:18:04.268 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-09-30T00:18:04.268 INFO:teuthology.orchestra.run.smithi045.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-09-30T00:18:04.268 INFO:teuthology.orchestra.run.smithi045.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-09-30T00:18:04.268 INFO:teuthology.orchestra.run.smithi045.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-09-30T00:18:04.268 INFO:teuthology.orchestra.run.smithi045.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-09-30T00:18:04.268 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-09-30T00:18:04.268 INFO:teuthology.orchestra.run.smithi045.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-09-30T00:18:04.269 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-09-30T00:18:04.269 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-09-30T00:18:04.269 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-09-30T00:18:04.269 INFO:teuthology.orchestra.run.smithi045.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-09-30T00:18:04.269 INFO:teuthology.orchestra.run.smithi045.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-09-30T00:18:04.269 INFO:teuthology.orchestra.run.smithi045.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-09-30T00:18:04.269 INFO:teuthology.orchestra.run.smithi045.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-09-30T00:18:04.269 INFO:teuthology.orchestra.run.smithi045.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-09-30T00:18:04.269 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-09-30T00:18:04.269 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-09-30T00:18:04.269 INFO:teuthology.orchestra.run.smithi045.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-09-30T00:18:04.269 INFO:teuthology.orchestra.run.smithi045.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-09-30T00:18:04.270 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:18:04.270 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-09-30T00:18:04.270 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:18:04.270 INFO:teuthology.orchestra.run.smithi045.stdout:Install 32 Packages 2023-09-30T00:18:04.270 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:18:04.270 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 28 M 2023-09-30T00:18:04.271 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 110 M 2023-09-30T00:18:04.271 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-09-30T00:18:04.506 INFO:teuthology.orchestra.run.smithi045.stdout:(1/32): ceph-17.2.6-1165.g93dce5e1.el8.x86_64.r 55 kB/s | 6.4 kB 00:00 2023-09-30T00:18:04.740 INFO:teuthology.orchestra.run.smithi045.stdout:(2/32): ceph-mds-17.2.6-1165.g93dce5e1.el8.x86_ 6.6 MB/s | 2.3 MB 00:00 2023-09-30T00:18:04.781 INFO:teuthology.orchestra.run.smithi045.stdout:(3/32): ceph-mgr-17.2.6-1165.g93dce5e1.el8.x86_ 4.0 MB/s | 1.6 MB 00:00 2023-09-30T00:18:04.874 INFO:teuthology.orchestra.run.smithi045.stdout:(4/32): ceph-mgr-modules-core-17.2.6-1165.g93dc 2.5 MB/s | 238 kB 00:00 2023-09-30T00:18:05.274 INFO:teuthology.orchestra.run.smithi045.stdout:(5/32): ceph-mon-17.2.6-1165.g93dce5e1.el8.x86_ 5.1 MB/s | 3.9 MB 00:00 2023-09-30T00:18:05.624 INFO:teuthology.orchestra.run.smithi045.stdout:(6/32): ceph-osd-17.2.6-1165.g93dce5e1.el8.x86_ 19 MB/s | 17 MB 00:00 2023-09-30T00:18:07.444 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/6 2023-09-30T00:18:07.704 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/6 2023-09-30T00:18:08.027 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/6 2023-09-30T00:18:08.027 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/6 2023-09-30T00:18:08.027 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/6 2023-09-30T00:18:08.027 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : jq-1.6-7.el8.x86_64 3/6 2023-09-30T00:18:08.027 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-09-30T00:18:08.027 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-09-30T00:18:08.767 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-09-30T00:18:08.767 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:18:08.767 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-09-30T00:18:08.767 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:18:08.768 INFO:teuthology.orchestra.run.smithi019.stdout: jq-1.6-7.el8.x86_64 2023-09-30T00:18:08.768 INFO:teuthology.orchestra.run.smithi019.stdout: libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:18:08.768 INFO:teuthology.orchestra.run.smithi019.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-09-30T00:18:08.768 INFO:teuthology.orchestra.run.smithi019.stdout: socat-1.7.4.1-1.el8.x86_64 2023-09-30T00:18:08.768 INFO:teuthology.orchestra.run.smithi019.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-09-30T00:18:08.768 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:18:08.768 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:18:08.986 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph 2023-09-30T00:18:09.971 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:15:21 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:18:11.758 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:18:11.762 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:18:11.762 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-09-30T00:18:11.762 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:18:11.762 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-09-30T00:18:11.762 INFO:teuthology.orchestra.run.smithi019.stdout: ceph x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 6.4 k 2023-09-30T00:18:11.762 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-09-30T00:18:11.762 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mds x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 2.3 M 2023-09-30T00:18:11.763 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 1.6 M 2023-09-30T00:18:11.763 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-modules-core noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 238 k 2023-09-30T00:18:11.763 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mon x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.9 M 2023-09-30T00:18:11.763 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-osd x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 17 M 2023-09-30T00:18:11.763 INFO:teuthology.orchestra.run.smithi019.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-09-30T00:18:11.763 INFO:teuthology.orchestra.run.smithi019.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-09-30T00:18:11.763 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-09-30T00:18:11.763 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-09-30T00:18:11.763 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-09-30T00:18:11.764 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-09-30T00:18:11.764 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-09-30T00:18:11.764 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-09-30T00:18:11.764 INFO:teuthology.orchestra.run.smithi019.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-09-30T00:18:11.764 INFO:teuthology.orchestra.run.smithi019.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-09-30T00:18:11.764 INFO:teuthology.orchestra.run.smithi019.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-09-30T00:18:11.764 INFO:teuthology.orchestra.run.smithi019.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-09-30T00:18:11.764 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-09-30T00:18:11.764 INFO:teuthology.orchestra.run.smithi019.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-09-30T00:18:11.764 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-09-30T00:18:11.765 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-09-30T00:18:11.765 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-09-30T00:18:11.765 INFO:teuthology.orchestra.run.smithi019.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-09-30T00:18:11.765 INFO:teuthology.orchestra.run.smithi019.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-09-30T00:18:11.765 INFO:teuthology.orchestra.run.smithi019.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-09-30T00:18:11.765 INFO:teuthology.orchestra.run.smithi019.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-09-30T00:18:11.765 INFO:teuthology.orchestra.run.smithi019.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-09-30T00:18:11.765 INFO:teuthology.orchestra.run.smithi019.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-09-30T00:18:11.765 INFO:teuthology.orchestra.run.smithi019.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-09-30T00:18:11.765 INFO:teuthology.orchestra.run.smithi019.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-09-30T00:18:11.766 INFO:teuthology.orchestra.run.smithi019.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-09-30T00:18:11.766 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:18:11.766 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-09-30T00:18:11.766 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:18:11.766 INFO:teuthology.orchestra.run.smithi019.stdout:Install 32 Packages 2023-09-30T00:18:11.766 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:18:11.767 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 28 M 2023-09-30T00:18:11.767 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 110 M 2023-09-30T00:18:11.767 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-09-30T00:18:12.518 INFO:teuthology.orchestra.run.smithi019.stdout:(1/32): ceph-17.2.6-1165.g93dce5e1.el8.x86_64.r 21 kB/s | 6.4 kB 00:00 2023-09-30T00:18:12.993 INFO:teuthology.orchestra.run.smithi019.stdout:(2/32): ceph-mgr-17.2.6-1165.g93dce5e1.el8.x86_ 2.0 MB/s | 1.6 MB 00:00 2023-09-30T00:18:13.310 INFO:teuthology.orchestra.run.smithi019.stdout:(3/32): ceph-mds-17.2.6-1165.g93dce5e1.el8.x86_ 2.1 MB/s | 2.3 MB 00:01 2023-09-30T00:18:13.410 INFO:teuthology.orchestra.run.smithi019.stdout:(4/32): ceph-mgr-modules-core-17.2.6-1165.g93dc 2.3 MB/s | 238 kB 00:00 2023-09-30T00:18:14.618 INFO:teuthology.orchestra.run.smithi019.stdout:(5/32): ceph-mon-17.2.6-1165.g93dce5e1.el8.x86_ 1.9 MB/s | 3.9 MB 00:02 2023-09-30T00:18:16.027 INFO:teuthology.orchestra.run.smithi019.stdout:(6/32): ceph-osd-17.2.6-1165.g93dce5e1.el8.x86_ 5.5 MB/s | 17 MB 00:03 2023-09-30T00:22:04.525 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] python3-mako-1.0.6-14.el8.noarch.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-mako-1.0.6-14.el8.noarch.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:22:04.525 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] python3-markupsafe-0.23-19.el8.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-markupsafe-0.23-19.el8.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:22:04.747 INFO:teuthology.orchestra.run.smithi158.stdout:(7/32): python3-markupsafe-0.23-19.el8.x86_64.r 132 B/s | 39 kB 05:00 2023-09-30T00:22:04.788 INFO:teuthology.orchestra.run.smithi158.stdout:(8/32): python3-mako-1.0.6-14.el8.noarch.rpm 535 B/s | 157 kB 05:00 2023-09-30T00:22:04.864 INFO:teuthology.orchestra.run.smithi158.stdout:(9/32): python3-pytz-2017.2-11.el8.noarch.rpm 488 kB/s | 57 kB 00:00 2023-09-30T00:22:04.964 INFO:teuthology.orchestra.run.smithi158.stdout:(10/32): python3-werkzeug-0.12.2-4.el8.noarch.r 2.5 MB/s | 457 kB 00:00 2023-09-30T00:22:04.998 INFO:teuthology.orchestra.run.smithi158.stdout:(11/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.8 MB/s | 249 kB 00:00 2023-09-30T00:22:05.040 INFO:teuthology.orchestra.run.smithi158.stdout:(12/32): python3-pycparser-2.14-14.el8.noarch.r 2.5 MB/s | 109 kB 00:00 2023-09-30T00:22:05.116 INFO:teuthology.orchestra.run.smithi158.stdout:(13/32): python3-cryptography-3.2.1-6.el8.x86_6 4.2 MB/s | 641 kB 00:00 2023-09-30T00:22:05.199 INFO:teuthology.orchestra.run.smithi158.stdout:(14/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 275 kB/s | 44 kB 00:00 2023-09-30T00:22:05.245 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] python3-pyOpenSSL-19.0.0-1.el8.noarch.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-pyOpenSSL-19.0.0-1.el8.noarch.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:22:05.316 INFO:teuthology.orchestra.run.smithi158.stdout:(15/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 353 B/s | 103 kB 05:00 2023-09-30T00:22:05.341 INFO:teuthology.orchestra.run.smithi158.stdout:(16/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 822 kB/s | 185 kB 00:00 2023-09-30T00:22:05.366 INFO:teuthology.orchestra.run.smithi158.stdout:(17/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.0 MB/s | 173 kB 00:00 2023-09-30T00:22:05.425 INFO:teuthology.orchestra.run.smithi158.stdout:(18/32): python3-jaraco-functools-2.0-4.el8.noa 301 kB/s | 18 kB 00:00 2023-09-30T00:22:05.450 INFO:teuthology.orchestra.run.smithi158.stdout:(19/32): python3-jaraco-6.2-6.el8.noarch.rpm 102 kB/s | 11 kB 00:00 2023-09-30T00:22:05.484 INFO:teuthology.orchestra.run.smithi158.stdout:(20/32): python3-cherrypy-18.4.0-1.el8.noarch.r 2.2 MB/s | 384 kB 00:00 2023-09-30T00:22:05.509 INFO:teuthology.orchestra.run.smithi158.stdout:(21/32): python3-logutils-0.3.5-11.el8.noarch.r 581 kB/s | 49 kB 00:00 2023-09-30T00:22:05.559 INFO:teuthology.orchestra.run.smithi158.stdout:(22/32): python3-more-itertools-7.2.0-3.el8.noa 539 kB/s | 59 kB 00:00 2023-09-30T00:22:05.584 INFO:teuthology.orchestra.run.smithi158.stdout:(23/32): python3-portend-2.6-1.el8.noarch.rpm 207 kB/s | 16 kB 00:00 2023-09-30T00:22:05.610 INFO:teuthology.orchestra.run.smithi158.stdout:(24/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.2 MB/s | 283 kB 00:00 2023-09-30T00:22:05.635 INFO:teuthology.orchestra.run.smithi158.stdout:(25/32): python3-simplegeneric-0.8.1-17.el8.noa 248 kB/s | 19 kB 00:00 2023-09-30T00:22:05.660 INFO:teuthology.orchestra.run.smithi158.stdout:(26/32): python3-singledispatch-3.4.0.3-18.el8. 317 kB/s | 24 kB 00:00 2023-09-30T00:22:05.686 INFO:teuthology.orchestra.run.smithi158.stdout:(27/32): python3-tempora-1.14.1-5.el8.noarch.rp 386 kB/s | 29 kB 00:00 2023-09-30T00:22:05.711 INFO:teuthology.orchestra.run.smithi158.stdout:(28/32): python3-trustme-0.6.0-4.el8.noarch.rpm 364 kB/s | 27 kB 00:00 2023-09-30T00:22:05.762 INFO:teuthology.orchestra.run.smithi158.stdout:(29/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 3.3 MB/s | 251 kB 00:00 2023-09-30T00:22:05.786 INFO:teuthology.orchestra.run.smithi158.stdout:(30/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.1 MB/s | 85 kB 00:00 2023-09-30T00:22:05.820 INFO:teuthology.orchestra.run.smithi158.stdout:(31/32): python3-waitress-1.4.3-1.el8.noarch.rp 1.6 MB/s | 255 kB 00:00 2023-09-30T00:22:05.845 INFO:teuthology.orchestra.run.smithi158.stdout:(32/32): python3-zc-lockfile-2.0-2.el8.noarch.r 275 kB/s | 23 kB 00:00 2023-09-30T00:22:05.846 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:22:05.846 INFO:teuthology.orchestra.run.smithi158.stdout:Total 96 kB/s | 28 MB 05:02 2023-09-30T00:22:05.924 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-30T00:22:05.962 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-30T00:22:05.963 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-30T00:22:06.181 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-30T00:22:06.184 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-30T00:22:07.256 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-30T00:22:07.481 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-09-30T00:22:07.700 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-09-30T00:22:07.949 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-09-30T00:22:08.240 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-09-30T00:22:08.454 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-09-30T00:22:08.668 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-09-30T00:22:08.862 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-09-30T00:22:09.073 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-09-30T00:22:09.290 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-09-30T00:22:09.519 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-09-30T00:22:09.760 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-09-30T00:22:10.013 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-09-30T00:22:10.397 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-09-30T00:22:10.669 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-09-30T00:22:10.866 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-09-30T00:22:11.148 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-09-30T00:22:11.359 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-09-30T00:22:11.675 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-09-30T00:22:11.913 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-09-30T00:22:12.093 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-09-30T00:22:12.301 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-09-30T00:22:12.564 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-09-30T00:22:12.778 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-09-30T00:22:13.010 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-09-30T00:22:13.341 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-09-30T00:22:13.646 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-09-30T00:22:13.915 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] python3-markupsafe-0.23-19.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-markupsafe-0.23-19.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:22:13.984 INFO:teuthology.orchestra.run.smithi045.stdout:(7/32): python3-markupsafe-0.23-19.el8.x86_64.r 160 B/s | 39 kB 04:08 2023-09-30T00:22:14.005 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-mgr-modules-core-2:17.2.6-1165.g93dce5e1.el8. 27/32 2023-09-30T00:22:14.216 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 28/32 2023-09-30T00:22:15.701 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 28/32 2023-09-30T00:22:15.883 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 29/32 2023-09-30T00:22:16.274 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 29/32 2023-09-30T00:22:16.441 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 30/32 2023-09-30T00:22:16.657 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 30/32 2023-09-30T00:22:16.833 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 31/32 2023-09-30T00:22:16.849 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 31/32 2023-09-30T00:22:16.982 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 32/32 2023-09-30T00:22:17.391 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 32/32 2023-09-30T00:22:17.392 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/32 2023-09-30T00:22:17.392 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/32 2023-09-30T00:22:17.392 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/32 2023-09-30T00:22:17.392 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 4/32 2023-09-30T00:22:17.392 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/32 2023-09-30T00:22:17.392 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-mgr-modules-core-2:17.2.6-1165.g93dce5e1.el8. 6/32 2023-09-30T00:22:17.392 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-09-30T00:22:17.392 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-09-30T00:22:17.392 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-09-30T00:22:17.392 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-09-30T00:22:17.392 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-09-30T00:22:17.393 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-09-30T00:22:17.393 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-09-30T00:22:17.393 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-09-30T00:22:17.393 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-09-30T00:22:17.393 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-09-30T00:22:17.393 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-09-30T00:22:17.393 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-09-30T00:22:17.393 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-09-30T00:22:17.393 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-09-30T00:22:17.393 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-09-30T00:22:17.393 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-09-30T00:22:17.393 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-09-30T00:22:17.393 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-09-30T00:22:17.394 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-09-30T00:22:17.394 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-09-30T00:22:17.395 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-09-30T00:22:17.395 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-09-30T00:22:17.395 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-09-30T00:22:17.395 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-09-30T00:22:17.395 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-09-30T00:22:18.482 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-09-30T00:22:18.483 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:22:18.483 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-30T00:22:18.483 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:22:18.483 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:22:18.483 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:22:18.483 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-modules-core-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:22:18.483 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:22:18.483 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:22:18.483 INFO:teuthology.orchestra.run.smithi158.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-09-30T00:22:18.483 INFO:teuthology.orchestra.run.smithi158.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-09-30T00:22:18.484 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-09-30T00:22:18.484 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-09-30T00:22:18.484 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-09-30T00:22:18.484 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-09-30T00:22:18.484 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jaraco-6.2-6.el8.noarch 2023-09-30T00:22:18.484 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-09-30T00:22:18.484 INFO:teuthology.orchestra.run.smithi158.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-09-30T00:22:18.484 INFO:teuthology.orchestra.run.smithi158.stdout: python3-mako-1.0.6-14.el8.noarch 2023-09-30T00:22:18.484 INFO:teuthology.orchestra.run.smithi158.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-09-30T00:22:18.484 INFO:teuthology.orchestra.run.smithi158.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-09-30T00:22:18.484 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-09-30T00:22:18.484 INFO:teuthology.orchestra.run.smithi158.stdout: python3-portend-2.6-1.el8.noarch 2023-09-30T00:22:18.485 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-09-30T00:22:18.485 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pycparser-2.14-14.el8.noarch 2023-09-30T00:22:18.485 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pytz-2017.2-11.el8.noarch 2023-09-30T00:22:18.485 INFO:teuthology.orchestra.run.smithi158.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-09-30T00:22:18.485 INFO:teuthology.orchestra.run.smithi158.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-09-30T00:22:18.485 INFO:teuthology.orchestra.run.smithi158.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-09-30T00:22:18.485 INFO:teuthology.orchestra.run.smithi158.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-09-30T00:22:18.485 INFO:teuthology.orchestra.run.smithi158.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-09-30T00:22:18.485 INFO:teuthology.orchestra.run.smithi158.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-09-30T00:22:18.485 INFO:teuthology.orchestra.run.smithi158.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-09-30T00:22:18.485 INFO:teuthology.orchestra.run.smithi158.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-09-30T00:22:18.485 INFO:teuthology.orchestra.run.smithi158.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-09-30T00:22:18.486 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:22:18.486 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:22:18.639 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-base 2023-09-30T00:22:19.346 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] python3-mako-1.0.6-14.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-mako-1.0.6-14.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:22:19.441 INFO:teuthology.orchestra.run.smithi019.stdout:(7/32): python3-mako-1.0.6-14.el8.noarch.rpm 653 B/s | 157 kB 04:06 2023-09-30T00:22:19.499 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:19:29 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:22:20.889 INFO:teuthology.orchestra.run.smithi158.stdout:Package ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:22:21.080 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:22:21.081 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2023-09-30T00:22:21.082 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:22:21.198 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install cephadm 2023-09-30T00:22:22.048 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:19:32 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:22:23.441 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] python3-markupsafe-0.23-19.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-markupsafe-0.23-19.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:22:23.482 INFO:teuthology.orchestra.run.smithi019.stdout:(8/32): python3-markupsafe-0.23-19.el8.x86_64.r 159 B/s | 39 kB 04:08 2023-09-30T00:22:23.635 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:22:23.636 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:22:23.636 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-09-30T00:22:23.636 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:22:23.636 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-09-30T00:22:23.636 INFO:teuthology.orchestra.run.smithi158.stdout: cephadm noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 80 k 2023-09-30T00:22:23.636 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:22:23.637 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-30T00:22:23.637 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:22:23.637 INFO:teuthology.orchestra.run.smithi158.stdout:Install 1 Package 2023-09-30T00:22:23.637 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:22:23.637 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 80 k 2023-09-30T00:22:23.637 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 363 k 2023-09-30T00:22:23.638 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-30T00:22:23.810 INFO:teuthology.orchestra.run.smithi158.stdout:cephadm-17.2.6-1165.g93dce5e1.el8.noarch.rpm 464 kB/s | 80 kB 00:00 2023-09-30T00:22:23.810 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:22:23.811 INFO:teuthology.orchestra.run.smithi158.stdout:Total 461 kB/s | 80 kB 00:00 2023-09-30T00:22:23.811 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-30T00:22:23.819 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-30T00:22:23.819 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-30T00:22:23.820 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-30T00:22:23.824 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-30T00:22:23.863 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-30T00:22:24.319 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:22:24.486 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:22:24.716 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:22:25.338 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:22:25.338 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:22:25.338 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-30T00:22:25.338 INFO:teuthology.orchestra.run.smithi158.stdout: cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:22:25.338 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:22:25.338 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:22:25.560 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-immutable-object-cache 2023-09-30T00:22:26.202 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] python3-mako-1.0.6-14.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-mako-1.0.6-14.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:22:26.357 INFO:teuthology.orchestra.run.smithi045.stdout:(8/32): python3-mako-1.0.6-14.el8.noarch.rpm 615 B/s | 157 kB 04:21 2023-09-30T00:22:26.424 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:19:36 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:22:27.537 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] python3-pyOpenSSL-19.0.0-1.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-pyOpenSSL-19.0.0-1.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:22:27.698 INFO:teuthology.orchestra.run.smithi019.stdout:(9/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 421 B/s | 103 kB 04:11 2023-09-30T00:22:27.807 INFO:teuthology.orchestra.run.smithi019.stdout:(10/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 2.2 MB/s | 249 kB 00:00 2023-09-30T00:22:27.901 INFO:teuthology.orchestra.run.smithi019.stdout:(11/32): python3-cryptography-3.2.1-6.el8.x86_6 6.8 MB/s | 641 kB 00:00 2023-09-30T00:22:27.941 INFO:teuthology.orchestra.run.smithi019.stdout:(12/32): python3-pycparser-2.14-14.el8.noarch.r 2.6 MB/s | 109 kB 00:00 2023-09-30T00:22:28.002 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:22:28.003 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:22:28.003 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repo Size 2023-09-30T00:22:28.003 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:22:28.003 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-09-30T00:22:28.003 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-immutable-object-cache x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 161 k 2023-09-30T00:22:28.003 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:22:28.003 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-30T00:22:28.004 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:22:28.004 INFO:teuthology.orchestra.run.smithi158.stdout:Install 1 Package 2023-09-30T00:22:28.004 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:22:28.004 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 161 k 2023-09-30T00:22:28.004 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 490 k 2023-09-30T00:22:28.005 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-30T00:22:28.306 INFO:teuthology.orchestra.run.smithi158.stdout:ceph-immutable-object-cache-17.2.6-1165.g93dce5 535 kB/s | 161 kB 00:00 2023-09-30T00:22:28.307 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:22:28.307 INFO:teuthology.orchestra.run.smithi158.stdout:Total 533 kB/s | 161 kB 00:00 2023-09-30T00:22:28.307 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-30T00:22:28.318 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-30T00:22:28.318 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-30T00:22:28.365 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-30T00:22:28.368 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-30T00:22:28.475 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-30T00:22:28.664 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1. 1/1 2023-09-30T00:22:28.841 INFO:teuthology.orchestra.run.smithi019.stdout:(13/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 48 kB/s | 44 kB 00:00 2023-09-30T00:22:29.096 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1. 1/1 2023-09-30T00:22:29.142 INFO:teuthology.orchestra.run.smithi019.stdout:(14/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 617 kB/s | 185 kB 00:00 2023-09-30T00:22:29.300 INFO:teuthology.orchestra.run.smithi019.stdout:(15/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.1 MB/s | 173 kB 00:00 2023-09-30T00:22:29.509 INFO:teuthology.orchestra.run.smithi019.stdout:(16/32): python3-cherrypy-18.4.0-1.el8.noarch.r 1.8 MB/s | 384 kB 00:00 2023-09-30T00:22:29.609 INFO:teuthology.orchestra.run.smithi019.stdout:(17/32): python3-jaraco-6.2-6.el8.noarch.rpm 111 kB/s | 11 kB 00:00 2023-09-30T00:22:29.709 INFO:teuthology.orchestra.run.smithi019.stdout:(18/32): python3-jaraco-functools-2.0-4.el8.noa 176 kB/s | 18 kB 00:00 2023-09-30T00:22:29.735 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1. 1/1 2023-09-30T00:22:29.736 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:22:29.736 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-30T00:22:29.736 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:22:29.736 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:22:29.736 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:22:29.818 INFO:teuthology.orchestra.run.smithi019.stdout:(19/32): python3-logutils-0.3.5-11.el8.noarch.r 450 kB/s | 49 kB 00:00 2023-09-30T00:22:29.921 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-mgr 2023-09-30T00:22:29.927 INFO:teuthology.orchestra.run.smithi019.stdout:(20/32): python3-more-itertools-7.2.0-3.el8.noa 542 kB/s | 59 kB 00:00 2023-09-30T00:22:30.060 INFO:teuthology.orchestra.run.smithi019.stdout:(21/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.1 MB/s | 283 kB 00:00 2023-09-30T00:22:30.194 INFO:teuthology.orchestra.run.smithi019.stdout:(22/32): python3-portend-2.6-1.el8.noarch.rpm 117 kB/s | 16 kB 00:00 2023-09-30T00:22:30.294 INFO:teuthology.orchestra.run.smithi019.stdout:(23/32): python3-simplegeneric-0.8.1-17.el8.noa 187 kB/s | 19 kB 00:00 2023-09-30T00:22:30.394 INFO:teuthology.orchestra.run.smithi019.stdout:(24/32): python3-singledispatch-3.4.0.3-18.el8. 239 kB/s | 24 kB 00:00 2023-09-30T00:22:30.495 INFO:teuthology.orchestra.run.smithi019.stdout:(25/32): python3-tempora-1.14.1-5.el8.noarch.rp 292 kB/s | 29 kB 00:00 2023-09-30T00:22:30.595 INFO:teuthology.orchestra.run.smithi019.stdout:(26/32): python3-trustme-0.6.0-4.el8.noarch.rpm 275 kB/s | 27 kB 00:00 2023-09-30T00:22:30.720 INFO:teuthology.orchestra.run.smithi019.stdout:(27/32): python3-waitress-1.4.3-1.el8.noarch.rp 2.0 MB/s | 255 kB 00:00 2023-09-30T00:22:30.784 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:19:40 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:22:30.845 INFO:teuthology.orchestra.run.smithi019.stdout:(28/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.0 MB/s | 251 kB 00:00 2023-09-30T00:22:30.962 INFO:teuthology.orchestra.run.smithi019.stdout:(29/32): python3-webtest-2.0.33-1.el8.noarch.rp 731 kB/s | 85 kB 00:00 2023-09-30T00:22:31.096 INFO:teuthology.orchestra.run.smithi019.stdout:(30/32): python3-zc-lockfile-2.0-2.el8.noarch.r 172 kB/s | 23 kB 00:00 2023-09-30T00:22:32.192 INFO:teuthology.orchestra.run.smithi158.stdout:Package ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:22:32.381 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:22:32.382 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2023-09-30T00:22:32.382 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:22:32.500 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-mgr-dashboard 2023-09-30T00:22:33.354 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:19:43 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:22:34.934 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:22:34.935 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:22:34.935 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-09-30T00:22:34.935 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:22:34.935 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-09-30T00:22:34.935 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-dashboard noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 1.7 M 2023-09-30T00:22:34.936 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-09-30T00:22:34.936 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-grafana-dashboards noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 23 k 2023-09-30T00:22:34.936 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-prometheus-alerts noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 14 k 2023-09-30T00:22:34.936 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-09-30T00:22:34.936 INFO:teuthology.orchestra.run.smithi158.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-09-30T00:22:34.936 INFO:teuthology.orchestra.run.smithi158.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-09-30T00:22:34.936 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:22:34.936 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-30T00:22:34.936 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:22:34.936 INFO:teuthology.orchestra.run.smithi158.stdout:Install 6 Packages 2023-09-30T00:22:34.936 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:22:34.937 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 2.0 M 2023-09-30T00:22:34.937 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 8.0 M 2023-09-30T00:22:34.937 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-30T00:22:35.309 INFO:teuthology.orchestra.run.smithi158.stdout:(1/6): ceph-grafana-dashboards-17.2.6-1165.g93d 167 kB/s | 23 kB 00:00 2023-09-30T00:22:35.534 INFO:teuthology.orchestra.run.smithi158.stdout:(2/6): ceph-prometheus-alerts-17.2.6-1165.g93dc 40 kB/s | 14 kB 00:00 2023-09-30T00:22:35.559 INFO:teuthology.orchestra.run.smithi158.stdout:(3/6): python3-jwt-1.6.1-2.el8.noarch.rpm 170 kB/s | 43 kB 00:00 2023-09-30T00:22:35.601 INFO:teuthology.orchestra.run.smithi158.stdout:(4/6): ceph-mgr-dashboard-17.2.6-1165.g93dce5e1 3.9 MB/s | 1.7 MB 00:00 2023-09-30T00:22:35.710 INFO:teuthology.orchestra.run.smithi158.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 191 kB/s | 34 kB 00:00 2023-09-30T00:22:35.768 INFO:teuthology.orchestra.run.smithi158.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 942 kB/s | 196 kB 00:00 2023-09-30T00:22:35.771 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:22:35.772 INFO:teuthology.orchestra.run.smithi158.stdout:Total 2.4 MB/s | 2.0 MB 00:00 2023-09-30T00:22:35.782 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-30T00:22:35.791 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-30T00:22:35.791 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-30T00:22:35.862 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-30T00:22:35.865 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-30T00:22:36.117 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-30T00:22:36.343 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-09-30T00:22:36.622 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-09-30T00:22:36.806 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-09-30T00:22:36.943 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-prometheus-alerts-2:17.2.6-1165.g93dce5e1.el8.n 4/6 2023-09-30T00:22:37.308 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-grafana-dashboards-2:17.2.6-1165.g93dce5e1.el8. 5/6 2023-09-30T00:22:37.520 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarc 6/6 2023-09-30T00:22:37.814 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarc 6/6 2023-09-30T00:22:37.815 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-grafana-dashboards-2:17.2.6-1165.g93dce5e1.el8. 1/6 2023-09-30T00:22:37.815 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarc 2/6 2023-09-30T00:22:37.815 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-prometheus-alerts-2:17.2.6-1165.g93dce5e1.el8.n 3/6 2023-09-30T00:22:37.815 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-09-30T00:22:37.815 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-09-30T00:22:38.441 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-09-30T00:22:38.441 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:22:38.441 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-30T00:22:38.441 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-grafana-dashboards-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:22:38.441 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:22:38.441 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-prometheus-alerts-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:22:38.441 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-09-30T00:22:38.441 INFO:teuthology.orchestra.run.smithi158.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-09-30T00:22:38.441 INFO:teuthology.orchestra.run.smithi158.stdout: python3-routes-2.4.1-12.el8.noarch 2023-09-30T00:22:38.441 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:22:38.442 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:22:38.575 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-mgr-diskprediction-local 2023-09-30T00:22:39.431 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:19:49 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:22:41.021 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:22:41.022 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================================ 2023-09-30T00:22:41.022 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-09-30T00:22:41.022 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================================ 2023-09-30T00:22:41.023 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-09-30T00:22:41.023 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 7.4 M 2023-09-30T00:22:41.023 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-09-30T00:22:41.023 INFO:teuthology.orchestra.run.smithi158.stdout: libgfortran x86_64 8.5.0-20.el8 baseos 645 k 2023-09-30T00:22:41.023 INFO:teuthology.orchestra.run.smithi158.stdout: libquadmath x86_64 8.5.0-20.el8 baseos 172 k 2023-09-30T00:22:41.023 INFO:teuthology.orchestra.run.smithi158.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-09-30T00:22:41.023 INFO:teuthology.orchestra.run.smithi158.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-09-30T00:22:41.023 INFO:teuthology.orchestra.run.smithi158.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-09-30T00:22:41.023 INFO:teuthology.orchestra.run.smithi158.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-09-30T00:22:41.023 INFO:teuthology.orchestra.run.smithi158.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-09-30T00:22:41.023 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:22:41.024 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-30T00:22:41.024 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================================ 2023-09-30T00:22:41.024 INFO:teuthology.orchestra.run.smithi158.stdout:Install 8 Packages 2023-09-30T00:22:41.024 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:22:41.024 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 35 M 2023-09-30T00:22:41.024 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 210 M 2023-09-30T00:22:41.025 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-30T00:22:41.767 INFO:teuthology.orchestra.run.smithi158.stdout:(1/8): ceph-mgr-diskprediction-local-17.2.6-116 14 MB/s | 7.4 MB 00:00 2023-09-30T00:23:06.303 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] python3-pyOpenSSL-19.0.0-1.el8.noarch.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-pyOpenSSL-19.0.0-1.el8.noarch.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:23:06.586 INFO:teuthology.orchestra.run.smithi045.stdout:(9/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 352 B/s | 103 kB 05:00 2023-09-30T00:23:06.744 INFO:teuthology.orchestra.run.smithi045.stdout:(10/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.5 MB/s | 249 kB 00:00 2023-09-30T00:23:06.878 INFO:teuthology.orchestra.run.smithi045.stdout:(11/32): python3-cryptography-3.2.1-6.el8.x86_6 4.7 MB/s | 641 kB 00:00 2023-09-30T00:23:06.919 INFO:teuthology.orchestra.run.smithi045.stdout:(12/32): python3-pycparser-2.14-14.el8.noarch.r 2.6 MB/s | 109 kB 00:00 2023-09-30T00:23:07.287 INFO:teuthology.orchestra.run.smithi045.stdout:(13/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 119 kB/s | 44 kB 00:00 2023-09-30T00:23:07.570 INFO:teuthology.orchestra.run.smithi045.stdout:(14/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 654 kB/s | 185 kB 00:00 2023-09-30T00:23:07.687 INFO:teuthology.orchestra.run.smithi045.stdout:(15/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.4 MB/s | 173 kB 00:00 2023-09-30T00:23:07.879 INFO:teuthology.orchestra.run.smithi045.stdout:(16/32): python3-cherrypy-18.4.0-1.el8.noarch.r 2.0 MB/s | 384 kB 00:00 2023-09-30T00:23:07.979 INFO:teuthology.orchestra.run.smithi045.stdout:(17/32): python3-jaraco-6.2-6.el8.noarch.rpm 111 kB/s | 11 kB 00:00 2023-09-30T00:23:08.080 INFO:teuthology.orchestra.run.smithi045.stdout:(18/32): python3-jaraco-functools-2.0-4.el8.noa 176 kB/s | 18 kB 00:00 2023-09-30T00:23:08.180 INFO:teuthology.orchestra.run.smithi045.stdout:(19/32): python3-logutils-0.3.5-11.el8.noarch.r 488 kB/s | 49 kB 00:00 2023-09-30T00:23:08.288 INFO:teuthology.orchestra.run.smithi045.stdout:(20/32): python3-more-itertools-7.2.0-3.el8.noa 542 kB/s | 59 kB 00:00 2023-09-30T00:23:08.405 INFO:teuthology.orchestra.run.smithi045.stdout:(21/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.4 MB/s | 283 kB 00:00 2023-09-30T00:23:08.514 INFO:teuthology.orchestra.run.smithi045.stdout:(22/32): python3-portend-2.6-1.el8.noarch.rpm 144 kB/s | 16 kB 00:00 2023-09-30T00:23:08.623 INFO:teuthology.orchestra.run.smithi045.stdout:(23/32): python3-simplegeneric-0.8.1-17.el8.noa 173 kB/s | 19 kB 00:00 2023-09-30T00:23:08.748 INFO:teuthology.orchestra.run.smithi045.stdout:(24/32): python3-singledispatch-3.4.0.3-18.el8. 191 kB/s | 24 kB 00:00 2023-09-30T00:23:08.857 INFO:teuthology.orchestra.run.smithi045.stdout:(25/32): python3-tempora-1.14.1-5.el8.noarch.rp 270 kB/s | 29 kB 00:00 2023-09-30T00:23:08.982 INFO:teuthology.orchestra.run.smithi045.stdout:(26/32): python3-trustme-0.6.0-4.el8.noarch.rpm 220 kB/s | 27 kB 00:00 2023-09-30T00:23:09.099 INFO:teuthology.orchestra.run.smithi045.stdout:(27/32): python3-waitress-1.4.3-1.el8.noarch.rp 2.1 MB/s | 255 kB 00:00 2023-09-30T00:23:09.216 INFO:teuthology.orchestra.run.smithi045.stdout:(28/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.1 MB/s | 251 kB 00:00 2023-09-30T00:23:09.325 INFO:teuthology.orchestra.run.smithi045.stdout:(29/32): python3-webtest-2.0.33-1.el8.noarch.rp 787 kB/s | 85 kB 00:00 2023-09-30T00:23:09.442 INFO:teuthology.orchestra.run.smithi045.stdout:(30/32): python3-zc-lockfile-2.0-2.el8.noarch.r 197 kB/s | 23 kB 00:00 2023-09-30T00:26:29.234 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] python3-werkzeug-0.12.2-4.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-werkzeug-0.12.2-4.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:26:29.343 INFO:teuthology.orchestra.run.smithi019.stdout:(31/32): python3-werkzeug-0.12.2-4.el8.noarch.r 1.9 kB/s | 457 kB 04:05 2023-09-30T00:26:49.806 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] openblas-threads-0.3.15-4.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/openblas-threads-0.3.15-4.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:26:49.808 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] openblas-0.3.15-4.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/openblas-0.3.15-4.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:26:49.809 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] python3-numpy-1.14.3-10.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-numpy-1.14.3-10.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:26:50.070 INFO:teuthology.orchestra.run.smithi158.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 20 kB/s | 4.9 MB 04:08 2023-09-30T00:26:50.146 INFO:teuthology.orchestra.run.smithi158.stdout:(3/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 15 kB/s | 3.7 MB 04:08 2023-09-30T00:26:50.171 INFO:teuthology.orchestra.run.smithi158.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 2.2 MB/s | 225 kB 00:00 2023-09-30T00:26:50.246 INFO:teuthology.orchestra.run.smithi158.stdout:(5/8): openblas-0.3.15-4.el8.x86_64.rpm 19 kB/s | 4.7 MB 04:08 2023-09-30T00:26:50.446 INFO:teuthology.orchestra.run.smithi158.stdout:(6/8): python3-scipy-1.0.0-21.module_el8.5.0+77 46 MB/s | 14 MB 00:00 2023-09-30T00:26:50.471 INFO:teuthology.orchestra.run.smithi158.stdout:(7/8): libquadmath-8.5.0-20.el8.x86_64.rpm 766 kB/s | 172 kB 00:00 2023-09-30T00:26:50.505 INFO:teuthology.orchestra.run.smithi158.stdout:(8/8): libgfortran-8.5.0-20.el8.x86_64.rpm 1.9 MB/s | 645 kB 00:00 2023-09-30T00:26:50.506 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:26:50.506 INFO:teuthology.orchestra.run.smithi158.stdout:Total 145 kB/s | 35 MB 04:09 2023-09-30T00:26:50.733 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-30T00:26:50.751 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-30T00:26:50.751 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-30T00:26:51.055 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-30T00:26:51.058 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-30T00:26:51.634 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-30T00:26:51.819 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 1/8 2023-09-30T00:26:51.955 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 1/8 2023-09-30T00:26:52.085 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 2/8 2023-09-30T00:26:52.679 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 2/8 2023-09-30T00:26:52.852 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-09-30T00:26:53.469 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-09-30T00:26:53.652 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-09-30T00:26:54.346 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-09-30T00:26:54.697 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-09-30T00:26:54.927 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-09-30T00:26:56.686 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-09-30T00:26:57.913 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-09-30T00:26:58.117 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e 8/8 2023-09-30T00:26:58.437 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e 8/8 2023-09-30T00:26:58.437 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e 1/8 2023-09-30T00:26:58.437 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-09-30T00:26:58.437 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-09-30T00:26:58.437 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-09-30T00:26:58.437 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-09-30T00:26:58.437 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-09-30T00:26:58.437 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 7/8 2023-09-30T00:26:59.098 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 8/8 2023-09-30T00:26:59.099 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:26:59.099 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-30T00:26:59.099 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:26:59.099 INFO:teuthology.orchestra.run.smithi158.stdout: libgfortran-8.5.0-20.el8.x86_64 2023-09-30T00:26:59.099 INFO:teuthology.orchestra.run.smithi158.stdout: libquadmath-8.5.0-20.el8.x86_64 2023-09-30T00:26:59.099 INFO:teuthology.orchestra.run.smithi158.stdout: openblas-0.3.15-4.el8.x86_64 2023-09-30T00:26:59.099 INFO:teuthology.orchestra.run.smithi158.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-09-30T00:26:59.099 INFO:teuthology.orchestra.run.smithi158.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-09-30T00:26:59.099 INFO:teuthology.orchestra.run.smithi158.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-09-30T00:26:59.099 INFO:teuthology.orchestra.run.smithi158.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-09-30T00:26:59.099 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:26:59.100 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:26:59.232 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-mgr-rook 2023-09-30T00:27:00.093 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:24:10 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:27:01.665 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:27:01.667 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:27:01.667 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-09-30T00:27:01.667 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:27:01.667 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-09-30T00:27:01.668 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-rook noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 47 k 2023-09-30T00:27:01.668 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-09-30T00:27:01.668 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-09-30T00:27:01.668 INFO:teuthology.orchestra.run.smithi158.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-09-30T00:27:01.668 INFO:teuthology.orchestra.run.smithi158.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-09-30T00:27:01.668 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-09-30T00:27:01.668 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-09-30T00:27:01.668 INFO:teuthology.orchestra.run.smithi158.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-09-30T00:27:01.668 INFO:teuthology.orchestra.run.smithi158.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-09-30T00:27:01.668 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-09-30T00:27:01.668 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-09-30T00:27:01.669 INFO:teuthology.orchestra.run.smithi158.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-09-30T00:27:01.669 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-09-30T00:27:01.669 INFO:teuthology.orchestra.run.smithi158.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-09-30T00:27:01.669 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:27:01.669 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-30T00:27:01.669 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:27:01.669 INFO:teuthology.orchestra.run.smithi158.stdout:Install 13 Packages 2023-09-30T00:27:01.669 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:27:01.670 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 1.9 M 2023-09-30T00:27:01.670 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 25 M 2023-09-30T00:27:01.670 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-30T00:27:02.396 INFO:teuthology.orchestra.run.smithi158.stdout:(1/13): ceph-mgr-rook-17.2.6-1165.g93dce5e1.el8 100 kB/s | 47 kB 00:00 2023-09-30T00:27:20.442 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] python3-pytz-2017.2-11.el8.noarch.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-pytz-2017.2-11.el8.noarch.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:27:20.512 INFO:teuthology.orchestra.run.smithi019.stdout:(32/32): python3-pytz-2017.2-11.el8.noarch.rpm 194 B/s | 57 kB 05:01 2023-09-30T00:27:20.513 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:27:20.513 INFO:teuthology.orchestra.run.smithi019.stdout:Total 53 kB/s | 28 MB 09:08 2023-09-30T00:27:20.597 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-09-30T00:27:20.638 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-09-30T00:27:20.638 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-09-30T00:27:20.879 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-09-30T00:27:20.883 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-09-30T00:27:22.131 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-09-30T00:27:22.379 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-09-30T00:27:22.599 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-09-30T00:27:22.885 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-09-30T00:27:23.131 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-09-30T00:27:23.328 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-09-30T00:27:23.519 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-09-30T00:27:23.718 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-09-30T00:27:24.013 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-09-30T00:27:24.233 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-09-30T00:27:24.487 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-09-30T00:27:24.740 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-09-30T00:27:24.992 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-09-30T00:27:25.442 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-09-30T00:27:25.707 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-09-30T00:27:25.924 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-09-30T00:27:26.182 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-09-30T00:27:26.517 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-09-30T00:27:26.887 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-09-30T00:27:26.987 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] python3-werkzeug-0.12.2-4.el8.noarch.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-werkzeug-0.12.2-4.el8.noarch.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:27:27.131 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-09-30T00:27:27.286 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-09-30T00:27:27.339 INFO:teuthology.orchestra.run.smithi045.stdout:(31/32): python3-werkzeug-0.12.2-4.el8.noarch.r 1.5 kB/s | 457 kB 05:00 2023-09-30T00:27:27.553 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-09-30T00:27:27.818 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-09-30T00:27:28.054 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-09-30T00:27:28.312 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-09-30T00:27:28.726 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-09-30T00:27:29.070 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-09-30T00:27:29.442 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-mgr-modules-core-2:17.2.6-1165.g93dce5e1.el8. 27/32 2023-09-30T00:27:29.638 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 28/32 2023-09-30T00:27:29.990 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] python3-pytz-2017.2-11.el8.noarch.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-pytz-2017.2-11.el8.noarch.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:27:30.223 INFO:teuthology.orchestra.run.smithi045.stdout:(32/32): python3-pytz-2017.2-11.el8.noarch.rpm 184 B/s | 57 kB 05:16 2023-09-30T00:27:30.223 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:27:30.223 INFO:teuthology.orchestra.run.smithi045.stdout:Total 51 kB/s | 28 MB 09:25 2023-09-30T00:27:30.306 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-09-30T00:27:30.348 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-09-30T00:27:30.348 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-09-30T00:27:30.592 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-09-30T00:27:30.595 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-09-30T00:27:31.300 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 28/32 2023-09-30T00:27:31.488 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 29/32 2023-09-30T00:27:31.735 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-09-30T00:27:31.926 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 29/32 2023-09-30T00:27:31.994 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-09-30T00:27:32.155 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 30/32 2023-09-30T00:27:32.196 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-09-30T00:27:32.395 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 30/32 2023-09-30T00:27:32.433 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-09-30T00:27:32.547 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 31/32 2023-09-30T00:27:32.567 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 31/32 2023-09-30T00:27:32.689 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 32/32 2023-09-30T00:27:32.753 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-09-30T00:27:33.058 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-09-30T00:27:33.185 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 32/32 2023-09-30T00:27:33.185 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/32 2023-09-30T00:27:33.185 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/32 2023-09-30T00:27:33.185 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/32 2023-09-30T00:27:33.185 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 4/32 2023-09-30T00:27:33.185 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/32 2023-09-30T00:27:33.185 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-mgr-modules-core-2:17.2.6-1165.g93dce5e1.el8. 6/32 2023-09-30T00:27:33.185 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-09-30T00:27:33.186 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-09-30T00:27:33.186 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-09-30T00:27:33.186 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-09-30T00:27:33.186 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-09-30T00:27:33.186 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-09-30T00:27:33.187 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-09-30T00:27:33.187 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-09-30T00:27:33.187 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-09-30T00:27:33.187 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-09-30T00:27:33.187 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-09-30T00:27:33.187 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-09-30T00:27:33.187 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-09-30T00:27:33.187 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-09-30T00:27:33.187 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-09-30T00:27:33.187 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-09-30T00:27:33.188 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-09-30T00:27:33.188 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-09-30T00:27:33.188 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-09-30T00:27:33.189 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-09-30T00:27:33.189 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-09-30T00:27:33.189 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-09-30T00:27:33.189 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-09-30T00:27:33.189 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-09-30T00:27:33.189 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-09-30T00:27:33.258 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-09-30T00:27:33.482 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-09-30T00:27:33.684 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-09-30T00:27:33.889 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-09-30T00:27:34.091 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-09-30T00:27:34.350 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-09-30T00:27:34.410 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-09-30T00:27:34.411 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:27:34.411 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-09-30T00:27:34.411 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:27:34.411 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:27:34.411 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:27:34.412 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-modules-core-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:27:34.412 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:27:34.412 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:27:34.412 INFO:teuthology.orchestra.run.smithi019.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-09-30T00:27:34.412 INFO:teuthology.orchestra.run.smithi019.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-09-30T00:27:34.412 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-09-30T00:27:34.412 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-09-30T00:27:34.413 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-09-30T00:27:34.413 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-09-30T00:27:34.413 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jaraco-6.2-6.el8.noarch 2023-09-30T00:27:34.413 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-09-30T00:27:34.413 INFO:teuthology.orchestra.run.smithi019.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-09-30T00:27:34.413 INFO:teuthology.orchestra.run.smithi019.stdout: python3-mako-1.0.6-14.el8.noarch 2023-09-30T00:27:34.413 INFO:teuthology.orchestra.run.smithi019.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-09-30T00:27:34.413 INFO:teuthology.orchestra.run.smithi019.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-09-30T00:27:34.414 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-09-30T00:27:34.414 INFO:teuthology.orchestra.run.smithi019.stdout: python3-portend-2.6-1.el8.noarch 2023-09-30T00:27:34.414 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-09-30T00:27:34.414 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pycparser-2.14-14.el8.noarch 2023-09-30T00:27:34.414 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytz-2017.2-11.el8.noarch 2023-09-30T00:27:34.414 INFO:teuthology.orchestra.run.smithi019.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-09-30T00:27:34.415 INFO:teuthology.orchestra.run.smithi019.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-09-30T00:27:34.415 INFO:teuthology.orchestra.run.smithi019.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-09-30T00:27:34.415 INFO:teuthology.orchestra.run.smithi019.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-09-30T00:27:34.415 INFO:teuthology.orchestra.run.smithi019.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-09-30T00:27:34.415 INFO:teuthology.orchestra.run.smithi019.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-09-30T00:27:34.415 INFO:teuthology.orchestra.run.smithi019.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-09-30T00:27:34.416 INFO:teuthology.orchestra.run.smithi019.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-09-30T00:27:34.416 INFO:teuthology.orchestra.run.smithi019.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-09-30T00:27:34.416 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:27:34.416 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:27:34.580 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-09-30T00:27:34.625 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-base 2023-09-30T00:27:34.973 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-09-30T00:27:35.226 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-09-30T00:27:35.429 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-09-30T00:27:35.629 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:24:47 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:27:35.746 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-09-30T00:27:36.090 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-09-30T00:27:36.393 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-09-30T00:27:36.603 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-09-30T00:27:36.758 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-09-30T00:27:36.965 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-09-30T00:27:37.179 INFO:teuthology.orchestra.run.smithi019.stdout:Package ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:27:37.223 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-09-30T00:27:37.390 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:27:37.391 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-09-30T00:27:37.391 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:27:37.450 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-09-30T00:27:37.512 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install cephadm 2023-09-30T00:27:37.674 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-09-30T00:27:37.998 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-09-30T00:27:38.280 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-09-30T00:27:38.499 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:24:50 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:27:38.664 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-modules-core-2:17.2.6-1165.g93dce5e1.el8. 27/32 2023-09-30T00:27:38.961 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 28/32 2023-09-30T00:27:40.250 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:27:40.251 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:27:40.251 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-09-30T00:27:40.251 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:27:40.251 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-09-30T00:27:40.251 INFO:teuthology.orchestra.run.smithi019.stdout: cephadm noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 80 k 2023-09-30T00:27:40.251 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:27:40.251 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-09-30T00:27:40.251 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:27:40.252 INFO:teuthology.orchestra.run.smithi019.stdout:Install 1 Package 2023-09-30T00:27:40.252 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:27:40.252 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 80 k 2023-09-30T00:27:40.252 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 363 k 2023-09-30T00:27:40.252 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-09-30T00:27:40.447 INFO:teuthology.orchestra.run.smithi019.stdout:cephadm-17.2.6-1165.g93dce5e1.el8.noarch.rpm 413 kB/s | 80 kB 00:00 2023-09-30T00:27:40.447 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:27:40.447 INFO:teuthology.orchestra.run.smithi019.stdout:Total 409 kB/s | 80 kB 00:00 2023-09-30T00:27:40.448 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-09-30T00:27:40.457 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-09-30T00:27:40.457 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-09-30T00:27:40.460 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-09-30T00:27:40.463 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-09-30T00:27:40.514 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-09-30T00:27:40.600 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 28/32 2023-09-30T00:27:40.811 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 29/32 2023-09-30T00:27:41.028 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:27:41.166 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:27:41.249 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 29/32 2023-09-30T00:27:41.426 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:27:41.444 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 30/32 2023-09-30T00:27:41.682 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 30/32 2023-09-30T00:27:41.911 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 31/32 2023-09-30T00:27:41.933 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 31/32 2023-09-30T00:27:42.070 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 32/32 2023-09-30T00:27:42.088 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:27:42.088 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:27:42.088 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-09-30T00:27:42.088 INFO:teuthology.orchestra.run.smithi019.stdout: cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:27:42.088 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:27:42.088 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:27:42.316 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-immutable-object-cache 2023-09-30T00:27:42.539 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 32/32 2023-09-30T00:27:42.539 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/32 2023-09-30T00:27:42.539 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/32 2023-09-30T00:27:42.539 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/32 2023-09-30T00:27:42.539 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 4/32 2023-09-30T00:27:42.539 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/32 2023-09-30T00:27:42.539 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-modules-core-2:17.2.6-1165.g93dce5e1.el8. 6/32 2023-09-30T00:27:42.539 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-09-30T00:27:42.539 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-09-30T00:27:42.540 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-09-30T00:27:42.540 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-09-30T00:27:42.540 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-09-30T00:27:42.540 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-09-30T00:27:42.540 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-09-30T00:27:42.540 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-09-30T00:27:42.540 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-09-30T00:27:42.540 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-09-30T00:27:42.540 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-09-30T00:27:42.540 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-09-30T00:27:42.540 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-09-30T00:27:42.540 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-09-30T00:27:42.541 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-09-30T00:27:42.541 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-09-30T00:27:42.541 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-09-30T00:27:42.541 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-09-30T00:27:42.541 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-09-30T00:27:42.541 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-09-30T00:27:42.541 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-09-30T00:27:42.542 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-09-30T00:27:42.542 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-09-30T00:27:42.542 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-09-30T00:27:42.542 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-09-30T00:27:43.314 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:24:55 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:27:43.742 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-09-30T00:27:43.743 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:27:43.743 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-09-30T00:27:43.743 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:27:43.743 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:27:43.743 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:27:43.743 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-modules-core-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:27:43.743 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:27:43.743 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:27:43.743 INFO:teuthology.orchestra.run.smithi045.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-09-30T00:27:43.743 INFO:teuthology.orchestra.run.smithi045.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-09-30T00:27:43.744 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-09-30T00:27:43.744 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-09-30T00:27:43.744 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-09-30T00:27:43.744 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-09-30T00:27:43.744 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-6.2-6.el8.noarch 2023-09-30T00:27:43.744 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-09-30T00:27:43.744 INFO:teuthology.orchestra.run.smithi045.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-09-30T00:27:43.744 INFO:teuthology.orchestra.run.smithi045.stdout: python3-mako-1.0.6-14.el8.noarch 2023-09-30T00:27:43.744 INFO:teuthology.orchestra.run.smithi045.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-09-30T00:27:43.744 INFO:teuthology.orchestra.run.smithi045.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-09-30T00:27:43.744 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-09-30T00:27:43.745 INFO:teuthology.orchestra.run.smithi045.stdout: python3-portend-2.6-1.el8.noarch 2023-09-30T00:27:43.745 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-09-30T00:27:43.745 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pycparser-2.14-14.el8.noarch 2023-09-30T00:27:43.745 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytz-2017.2-11.el8.noarch 2023-09-30T00:27:43.745 INFO:teuthology.orchestra.run.smithi045.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-09-30T00:27:43.745 INFO:teuthology.orchestra.run.smithi045.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-09-30T00:27:43.745 INFO:teuthology.orchestra.run.smithi045.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-09-30T00:27:43.745 INFO:teuthology.orchestra.run.smithi045.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-09-30T00:27:43.745 INFO:teuthology.orchestra.run.smithi045.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-09-30T00:27:43.745 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-09-30T00:27:43.745 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-09-30T00:27:43.745 INFO:teuthology.orchestra.run.smithi045.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-09-30T00:27:43.746 INFO:teuthology.orchestra.run.smithi045.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-09-30T00:27:43.746 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:27:43.746 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:27:43.920 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-base 2023-09-30T00:27:44.915 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:24:01 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:27:45.092 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:27:45.093 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:27:45.093 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repo Size 2023-09-30T00:27:45.093 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:27:45.093 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-09-30T00:27:45.093 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-immutable-object-cache x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 161 k 2023-09-30T00:27:45.094 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:27:45.094 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-09-30T00:27:45.094 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:27:45.094 INFO:teuthology.orchestra.run.smithi019.stdout:Install 1 Package 2023-09-30T00:27:45.094 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:27:45.094 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 161 k 2023-09-30T00:27:45.095 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 490 k 2023-09-30T00:27:45.095 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-09-30T00:27:45.291 INFO:teuthology.orchestra.run.smithi019.stdout:ceph-immutable-object-cache-17.2.6-1165.g93dce5 823 kB/s | 161 kB 00:00 2023-09-30T00:27:45.292 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:27:45.292 INFO:teuthology.orchestra.run.smithi019.stdout:Total 816 kB/s | 161 kB 00:00 2023-09-30T00:27:45.292 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-09-30T00:27:45.305 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-09-30T00:27:45.305 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-09-30T00:27:45.363 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-09-30T00:27:45.366 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-09-30T00:27:45.503 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-09-30T00:27:45.704 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1. 1/1 2023-09-30T00:27:46.194 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1. 1/1 2023-09-30T00:27:46.480 INFO:teuthology.orchestra.run.smithi045.stdout:Package ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:27:46.690 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:27:46.691 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-09-30T00:27:46.691 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:27:46.805 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install cephadm 2023-09-30T00:27:46.866 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1. 1/1 2023-09-30T00:27:46.866 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:27:46.867 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-09-30T00:27:46.867 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:27:46.867 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:27:46.867 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:27:47.087 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-mgr 2023-09-30T00:27:47.790 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:24:04 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:27:48.083 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:25:00 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:27:49.555 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:27:49.556 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:27:49.556 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-09-30T00:27:49.556 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:27:49.556 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-09-30T00:27:49.556 INFO:teuthology.orchestra.run.smithi045.stdout: cephadm noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 80 k 2023-09-30T00:27:49.556 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:27:49.556 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-09-30T00:27:49.556 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:27:49.556 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-09-30T00:27:49.556 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:27:49.557 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 80 k 2023-09-30T00:27:49.557 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 363 k 2023-09-30T00:27:49.557 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-09-30T00:27:49.628 INFO:teuthology.orchestra.run.smithi019.stdout:Package ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:27:49.817 INFO:teuthology.orchestra.run.smithi045.stdout:cephadm-17.2.6-1165.g93dce5e1.el8.noarch.rpm 309 kB/s | 80 kB 00:00 2023-09-30T00:27:49.817 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:27:49.817 INFO:teuthology.orchestra.run.smithi045.stdout:Total 307 kB/s | 80 kB 00:00 2023-09-30T00:27:49.818 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-09-30T00:27:49.828 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-09-30T00:27:49.828 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-09-30T00:27:49.830 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-09-30T00:27:49.834 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-09-30T00:27:49.840 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:27:49.841 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-09-30T00:27:49.841 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:27:49.882 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-09-30T00:27:49.945 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-mgr-dashboard 2023-09-30T00:27:50.420 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:27:50.581 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:27:50.848 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:27:50.931 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:25:02 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:27:51.562 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:27:51.562 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:27:51.562 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-09-30T00:27:51.562 INFO:teuthology.orchestra.run.smithi045.stdout: cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:27:51.562 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:27:51.563 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:27:51.774 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-immutable-object-cache 2023-09-30T00:27:52.691 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:27:52.692 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:27:52.693 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-09-30T00:27:52.693 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:27:52.693 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-09-30T00:27:52.693 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-dashboard noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 1.7 M 2023-09-30T00:27:52.693 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-09-30T00:27:52.693 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-grafana-dashboards noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 23 k 2023-09-30T00:27:52.693 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-prometheus-alerts noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 14 k 2023-09-30T00:27:52.693 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-09-30T00:27:52.693 INFO:teuthology.orchestra.run.smithi019.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-09-30T00:27:52.693 INFO:teuthology.orchestra.run.smithi019.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-09-30T00:27:52.694 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:27:52.694 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-09-30T00:27:52.694 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:27:52.694 INFO:teuthology.orchestra.run.smithi019.stdout:Install 6 Packages 2023-09-30T00:27:52.694 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:27:52.694 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 2.0 M 2023-09-30T00:27:52.695 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 8.0 M 2023-09-30T00:27:52.695 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-09-30T00:27:52.765 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:24:09 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:27:53.036 INFO:teuthology.orchestra.run.smithi019.stdout:(1/6): ceph-prometheus-alerts-17.2.6-1165.g93dc 65 kB/s | 14 kB 00:00 2023-09-30T00:27:53.062 INFO:teuthology.orchestra.run.smithi019.stdout:(2/6): ceph-grafana-dashboards-17.2.6-1165.g93d 93 kB/s | 23 kB 00:00 2023-09-30T00:27:53.113 INFO:teuthology.orchestra.run.smithi019.stdout:(3/6): ceph-mgr-dashboard-17.2.6-1165.g93dce5e1 5.7 MB/s | 1.7 MB 00:00 2023-09-30T00:27:53.179 INFO:teuthology.orchestra.run.smithi019.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 300 kB/s | 43 kB 00:00 2023-09-30T00:27:53.371 INFO:teuthology.orchestra.run.smithi019.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 109 kB/s | 34 kB 00:00 2023-09-30T00:27:53.438 INFO:teuthology.orchestra.run.smithi019.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 604 kB/s | 196 kB 00:00 2023-09-30T00:27:53.440 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:27:53.441 INFO:teuthology.orchestra.run.smithi019.stdout:Total 2.7 MB/s | 2.0 MB 00:00 2023-09-30T00:27:53.454 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-09-30T00:27:53.465 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-09-30T00:27:53.465 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-09-30T00:27:53.551 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-09-30T00:27:53.562 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-09-30T00:27:53.833 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-09-30T00:27:54.039 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-09-30T00:27:54.342 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-09-30T00:27:54.518 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:27:54.518 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:27:54.518 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2023-09-30T00:27:54.518 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:27:54.518 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-09-30T00:27:54.519 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-immutable-object-cache x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 161 k 2023-09-30T00:27:54.519 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:27:54.519 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-09-30T00:27:54.519 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:27:54.519 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-09-30T00:27:54.519 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:27:54.519 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 161 k 2023-09-30T00:27:54.520 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 490 k 2023-09-30T00:27:54.520 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-09-30T00:27:54.538 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-09-30T00:27:54.668 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-prometheus-alerts-2:17.2.6-1165.g93dce5e1.el8.n 4/6 2023-09-30T00:27:54.705 INFO:teuthology.orchestra.run.smithi045.stdout:ceph-immutable-object-cache-17.2.6-1165.g93dce5 870 kB/s | 161 kB 00:00 2023-09-30T00:27:54.706 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:27:54.706 INFO:teuthology.orchestra.run.smithi045.stdout:Total 863 kB/s | 161 kB 00:00 2023-09-30T00:27:54.707 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-09-30T00:27:54.720 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-09-30T00:27:54.720 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-09-30T00:27:54.774 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-09-30T00:27:54.778 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-09-30T00:27:54.893 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-09-30T00:27:55.033 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-grafana-dashboards-2:17.2.6-1165.g93dce5e1.el8. 5/6 2023-09-30T00:27:55.101 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1. 1/1 2023-09-30T00:27:55.259 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarc 6/6 2023-09-30T00:27:55.578 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1. 1/1 2023-09-30T00:27:55.588 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarc 6/6 2023-09-30T00:27:55.588 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-grafana-dashboards-2:17.2.6-1165.g93dce5e1.el8. 1/6 2023-09-30T00:27:55.588 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarc 2/6 2023-09-30T00:27:55.589 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-prometheus-alerts-2:17.2.6-1165.g93dce5e1.el8.n 3/6 2023-09-30T00:27:55.589 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-09-30T00:27:55.589 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-09-30T00:27:56.298 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1. 1/1 2023-09-30T00:27:56.298 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:27:56.298 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-09-30T00:27:56.298 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:27:56.298 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:27:56.299 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:27:56.316 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-09-30T00:27:56.316 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:27:56.316 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-09-30T00:27:56.316 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-grafana-dashboards-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:27:56.316 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:27:56.317 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-prometheus-alerts-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:27:56.317 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-09-30T00:27:56.317 INFO:teuthology.orchestra.run.smithi019.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-09-30T00:27:56.317 INFO:teuthology.orchestra.run.smithi019.stdout: python3-routes-2.4.1-12.el8.noarch 2023-09-30T00:27:56.317 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:27:56.317 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:27:56.449 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-mgr-diskprediction-local 2023-09-30T00:27:56.544 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr 2023-09-30T00:27:57.436 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:25:09 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:27:57.533 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:24:14 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:27:59.097 INFO:teuthology.orchestra.run.smithi045.stdout:Package ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:27:59.197 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:27:59.199 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================================ 2023-09-30T00:27:59.199 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-09-30T00:27:59.199 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================================ 2023-09-30T00:27:59.199 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-09-30T00:27:59.199 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 7.4 M 2023-09-30T00:27:59.199 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-09-30T00:27:59.200 INFO:teuthology.orchestra.run.smithi019.stdout: libgfortran x86_64 8.5.0-20.el8 baseos 645 k 2023-09-30T00:27:59.200 INFO:teuthology.orchestra.run.smithi019.stdout: libquadmath x86_64 8.5.0-20.el8 baseos 172 k 2023-09-30T00:27:59.200 INFO:teuthology.orchestra.run.smithi019.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-09-30T00:27:59.200 INFO:teuthology.orchestra.run.smithi019.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-09-30T00:27:59.200 INFO:teuthology.orchestra.run.smithi019.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-09-30T00:27:59.200 INFO:teuthology.orchestra.run.smithi019.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-09-30T00:27:59.200 INFO:teuthology.orchestra.run.smithi019.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-09-30T00:27:59.200 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:27:59.201 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-09-30T00:27:59.201 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================================ 2023-09-30T00:27:59.201 INFO:teuthology.orchestra.run.smithi019.stdout:Install 8 Packages 2023-09-30T00:27:59.201 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:27:59.202 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 35 M 2023-09-30T00:27:59.202 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 210 M 2023-09-30T00:27:59.202 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-09-30T00:27:59.308 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:27:59.309 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-09-30T00:27:59.309 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:27:59.418 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-dashboard 2023-09-30T00:28:00.128 INFO:teuthology.orchestra.run.smithi019.stdout:(1/8): ceph-mgr-diskprediction-local-17.2.6-116 11 MB/s | 7.4 MB 00:00 2023-09-30T00:28:00.404 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:24:17 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:28:02.176 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:28:02.177 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:28:02.177 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-09-30T00:28:02.177 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:28:02.177 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-09-30T00:28:02.177 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-dashboard noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 1.7 M 2023-09-30T00:28:02.177 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-09-30T00:28:02.177 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-grafana-dashboards noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 23 k 2023-09-30T00:28:02.177 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-prometheus-alerts noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 14 k 2023-09-30T00:28:02.177 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-09-30T00:28:02.177 INFO:teuthology.orchestra.run.smithi045.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-09-30T00:28:02.178 INFO:teuthology.orchestra.run.smithi045.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-09-30T00:28:02.178 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:28:02.178 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-09-30T00:28:02.178 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:28:02.178 INFO:teuthology.orchestra.run.smithi045.stdout:Install 6 Packages 2023-09-30T00:28:02.178 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:28:02.179 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 2.0 M 2023-09-30T00:28:02.179 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 8.0 M 2023-09-30T00:28:02.179 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-09-30T00:28:04.360 INFO:teuthology.orchestra.run.smithi045.stdout:(1/6): ceph-prometheus-alerts-17.2.6-1165.g93dc 107 kB/s | 14 kB 00:00 2023-09-30T00:28:04.435 INFO:teuthology.orchestra.run.smithi045.stdout:(2/6): python3-jwt-1.6.1-2.el8.noarch.rpm 569 kB/s | 43 kB 00:00 2023-09-30T00:28:04.452 INFO:teuthology.orchestra.run.smithi045.stdout:(3/6): ceph-grafana-dashboards-17.2.6-1165.g93d 101 kB/s | 23 kB 00:00 2023-09-30T00:28:04.685 INFO:teuthology.orchestra.run.smithi045.stdout:(4/6): ceph-mgr-dashboard-17.2.6-1165.g93dce5e1 3.7 MB/s | 1.7 MB 00:00 2023-09-30T00:28:04.952 INFO:teuthology.orchestra.run.smithi045.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 65 kB/s | 34 kB 00:00 2023-09-30T00:28:05.161 INFO:teuthology.orchestra.run.smithi045.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 277 kB/s | 196 kB 00:00 2023-09-30T00:28:05.164 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:28:05.165 INFO:teuthology.orchestra.run.smithi045.stdout:Total 685 kB/s | 2.0 MB 00:02 2023-09-30T00:28:05.178 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-09-30T00:28:05.189 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-09-30T00:28:05.189 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-09-30T00:28:05.272 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-09-30T00:28:05.276 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-09-30T00:28:05.559 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-09-30T00:28:05.809 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-09-30T00:28:06.057 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-09-30T00:28:06.251 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-09-30T00:28:06.431 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-prometheus-alerts-2:17.2.6-1165.g93dce5e1.el8.n 4/6 2023-09-30T00:28:06.812 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-grafana-dashboards-2:17.2.6-1165.g93dce5e1.el8. 5/6 2023-09-30T00:28:07.039 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarc 6/6 2023-09-30T00:28:07.421 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarc 6/6 2023-09-30T00:28:07.421 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-grafana-dashboards-2:17.2.6-1165.g93dce5e1.el8. 1/6 2023-09-30T00:28:07.421 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarc 2/6 2023-09-30T00:28:07.421 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-prometheus-alerts-2:17.2.6-1165.g93dce5e1.el8.n 3/6 2023-09-30T00:28:07.421 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-09-30T00:28:07.421 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-09-30T00:28:08.118 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-09-30T00:28:08.118 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:28:08.118 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-09-30T00:28:08.118 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-grafana-dashboards-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:28:08.118 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:28:08.118 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-prometheus-alerts-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:28:08.118 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-09-30T00:28:08.118 INFO:teuthology.orchestra.run.smithi045.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-09-30T00:28:08.119 INFO:teuthology.orchestra.run.smithi045.stdout: python3-routes-2.4.1-12.el8.noarch 2023-09-30T00:28:08.119 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:28:08.119 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:28:08.629 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-diskprediction-local 2023-09-30T00:28:09.621 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:24:26 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:28:11.388 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:28:11.390 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================================ 2023-09-30T00:28:11.390 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-09-30T00:28:11.390 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================================ 2023-09-30T00:28:11.390 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-09-30T00:28:11.390 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 7.4 M 2023-09-30T00:28:11.390 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-09-30T00:28:11.390 INFO:teuthology.orchestra.run.smithi045.stdout: libgfortran x86_64 8.5.0-20.el8 baseos 645 k 2023-09-30T00:28:11.390 INFO:teuthology.orchestra.run.smithi045.stdout: libquadmath x86_64 8.5.0-20.el8 baseos 172 k 2023-09-30T00:28:11.391 INFO:teuthology.orchestra.run.smithi045.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-09-30T00:28:11.391 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-09-30T00:28:11.391 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-09-30T00:28:11.391 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-09-30T00:28:11.391 INFO:teuthology.orchestra.run.smithi045.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-09-30T00:28:11.391 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:28:11.391 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-09-30T00:28:11.391 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================================ 2023-09-30T00:28:11.391 INFO:teuthology.orchestra.run.smithi045.stdout:Install 8 Packages 2023-09-30T00:28:11.391 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:28:11.392 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 35 M 2023-09-30T00:28:11.392 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 210 M 2023-09-30T00:28:11.392 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-09-30T00:28:13.370 INFO:teuthology.orchestra.run.smithi045.stdout:(1/8): ceph-mgr-diskprediction-local-17.2.6-116 10 MB/s | 7.4 MB 00:00 2023-09-30T00:31:24.238 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] python3-jsonpatch-1.21-2.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-jsonpatch-1.21-2.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:31:24.238 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] python3-jsonpointer-1.10-11.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-jsonpointer-1.10-11.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:31:24.365 INFO:teuthology.orchestra.run.smithi158.stdout:(2/13): python3-jsonpointer-1.10-11.el8.noarch. 78 B/s | 20 kB 04:22 2023-09-30T00:31:24.382 INFO:teuthology.orchestra.run.smithi158.stdout:(3/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 103 B/s | 27 kB 04:22 2023-09-30T00:31:24.507 INFO:teuthology.orchestra.run.smithi158.stdout:(4/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 1.2 MB/s | 155 kB 00:00 2023-09-30T00:31:24.541 INFO:teuthology.orchestra.run.smithi158.stdout:(5/13): python3-requests-oauthlib-1.0.0-1.el8.n 1.2 MB/s | 43 kB 00:00 2023-09-30T00:31:24.641 INFO:teuthology.orchestra.run.smithi158.stdout:(6/13): python3-cachetools-3.1.1-4.el8.noarch.r 329 kB/s | 33 kB 00:00 2023-09-30T00:31:24.675 INFO:teuthology.orchestra.run.smithi158.stdout:(7/13): python3-certifi-2018.10.15-7.el8.noarch 488 kB/s | 16 kB 00:00 2023-09-30T00:31:24.717 INFO:teuthology.orchestra.run.smithi158.stdout:(8/13): python3-google-auth-1.1.1-10.el8.noarch 1.9 MB/s | 81 kB 00:00 2023-09-30T00:31:24.792 INFO:teuthology.orchestra.run.smithi158.stdout:(9/13): python3-kubernetes-11.0.0-6.el8.noarch. 16 MB/s | 1.2 MB 00:00 2023-09-30T00:31:24.859 INFO:teuthology.orchestra.run.smithi158.stdout:(10/13): python3-rsa-4.9-2.el8.noarch.rpm 963 kB/s | 64 kB 00:00 2023-09-30T00:31:24.910 INFO:teuthology.orchestra.run.smithi158.stdout:(11/13): python3-websocket-client-0.56.0-5.el8. 1.2 MB/s | 61 kB 00:00 2023-09-30T00:32:02.622 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] python3-pyasn1-0.3.7-6.el8.noarch.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-pyasn1-0.3.7-6.el8.noarch.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:32:02.937 INFO:teuthology.orchestra.run.smithi158.stdout:(12/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 430 B/s | 126 kB 05:00 2023-09-30T00:32:09.170 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] python3-numpy-1.14.3-10.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-numpy-1.14.3-10.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:32:09.171 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] openblas-threads-0.3.15-4.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/openblas-threads-0.3.15-4.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-09-30T00:32:09.343 INFO:teuthology.orchestra.run.smithi019.stdout:(2/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 15 kB/s | 3.7 MB 04:09 2023-09-30T00:32:09.419 INFO:teuthology.orchestra.run.smithi019.stdout:(3/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 20 kB/s | 4.9 MB 04:09 2023-09-30T00:32:59.590 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] openblas-0.3.15-4.el8.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/openblas-0.3.15-4.el8.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:33:00.138 INFO:teuthology.orchestra.run.smithi019.stdout:(4/8): openblas-0.3.15-4.el8.x86_64.rpm 16 kB/s | 4.7 MB 05:00 2023-09-30T00:33:00.263 INFO:teuthology.orchestra.run.smithi019.stdout:(5/8): libgfortran-8.5.0-20.el8.x86_64.rpm 5.0 MB/s | 645 kB 00:00 2023-09-30T00:33:00.305 INFO:teuthology.orchestra.run.smithi019.stdout:(6/8): libquadmath-8.5.0-20.el8.x86_64.rpm 4.0 MB/s | 172 kB 00:00 2023-09-30T00:33:12.719 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] openblas-0.3.15-4.el8.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/openblas-0.3.15-4.el8.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:33:12.719 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] openblas-threads-0.3.15-4.el8.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/openblas-threads-0.3.15-4.el8.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:33:13.281 INFO:teuthology.orchestra.run.smithi045.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 17 kB/s | 4.9 MB 05:00 2023-09-30T00:33:13.356 INFO:teuthology.orchestra.run.smithi045.stdout:(3/8): openblas-0.3.15-4.el8.x86_64.rpm 16 kB/s | 4.7 MB 05:00 2023-09-30T00:33:13.382 INFO:teuthology.orchestra.run.smithi045.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 2.2 MB/s | 225 kB 00:00 2023-09-30T00:33:13.407 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] python3-numpy-1.14.3-10.el8.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-numpy-1.14.3-10.el8.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:33:13.623 INFO:teuthology.orchestra.run.smithi045.stdout:(5/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 13 kB/s | 3.7 MB 05:00 2023-09-30T00:33:13.841 INFO:teuthology.orchestra.run.smithi045.stdout:(6/8): python3-scipy-1.0.0-21.module_el8.5.0+77 28 MB/s | 14 MB 00:00 2023-09-30T00:33:13.866 INFO:teuthology.orchestra.run.smithi045.stdout:(7/8): libgfortran-8.5.0-20.el8.x86_64.rpm 1.3 MB/s | 645 kB 00:00 2023-09-30T00:33:13.891 INFO:teuthology.orchestra.run.smithi045.stdout:(8/8): libquadmath-8.5.0-20.el8.x86_64.rpm 645 kB/s | 172 kB 00:00 2023-09-30T00:33:13.892 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:33:13.892 INFO:teuthology.orchestra.run.smithi045.stdout:Total 120 kB/s | 35 MB 05:02 2023-09-30T00:33:14.136 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-09-30T00:33:14.157 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-09-30T00:33:14.157 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-09-30T00:33:14.497 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-09-30T00:33:14.500 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-09-30T00:33:15.114 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-09-30T00:33:15.277 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 1/8 2023-09-30T00:33:15.419 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 1/8 2023-09-30T00:33:15.568 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 2/8 2023-09-30T00:33:16.218 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 2/8 2023-09-30T00:33:16.393 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-09-30T00:33:17.076 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-09-30T00:33:17.243 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-09-30T00:33:18.024 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-09-30T00:33:18.510 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-09-30T00:33:18.734 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-09-30T00:33:20.719 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-09-30T00:33:22.263 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-09-30T00:33:22.425 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e 8/8 2023-09-30T00:33:22.792 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e 8/8 2023-09-30T00:33:22.793 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e 1/8 2023-09-30T00:33:22.793 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-09-30T00:33:22.793 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-09-30T00:33:22.793 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-09-30T00:33:22.793 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-09-30T00:33:22.793 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-09-30T00:33:22.793 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 7/8 2023-09-30T00:33:23.520 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 8/8 2023-09-30T00:33:23.521 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:23.521 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-09-30T00:33:23.521 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:33:23.521 INFO:teuthology.orchestra.run.smithi045.stdout: libgfortran-8.5.0-20.el8.x86_64 2023-09-30T00:33:23.521 INFO:teuthology.orchestra.run.smithi045.stdout: libquadmath-8.5.0-20.el8.x86_64 2023-09-30T00:33:23.521 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-0.3.15-4.el8.x86_64 2023-09-30T00:33:23.521 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-09-30T00:33:23.521 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-09-30T00:33:23.521 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-09-30T00:33:23.521 INFO:teuthology.orchestra.run.smithi045.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-09-30T00:33:23.522 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:23.522 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:33:23.681 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-rook 2023-09-30T00:33:24.665 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:29:41 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:33:26.424 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:33:26.426 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:33:26.426 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-09-30T00:33:26.426 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:33:26.426 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-09-30T00:33:26.426 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-rook noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 47 k 2023-09-30T00:33:26.426 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-09-30T00:33:26.426 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-09-30T00:33:26.427 INFO:teuthology.orchestra.run.smithi045.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-09-30T00:33:26.427 INFO:teuthology.orchestra.run.smithi045.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-09-30T00:33:26.427 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-09-30T00:33:26.427 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-09-30T00:33:26.427 INFO:teuthology.orchestra.run.smithi045.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-09-30T00:33:26.427 INFO:teuthology.orchestra.run.smithi045.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-09-30T00:33:26.427 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-09-30T00:33:26.427 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-09-30T00:33:26.427 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-09-30T00:33:26.427 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-09-30T00:33:26.427 INFO:teuthology.orchestra.run.smithi045.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-09-30T00:33:26.427 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:26.427 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-09-30T00:33:26.428 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:33:26.428 INFO:teuthology.orchestra.run.smithi045.stdout:Install 13 Packages 2023-09-30T00:33:26.428 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:26.428 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 1.9 M 2023-09-30T00:33:26.428 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 25 M 2023-09-30T00:33:26.428 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-09-30T00:33:27.132 INFO:teuthology.orchestra.run.smithi045.stdout:(1/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 182 kB/s | 27 kB 00:00 2023-09-30T00:33:27.157 INFO:teuthology.orchestra.run.smithi045.stdout:(2/13): python3-jsonpointer-1.10-11.el8.noarch. 116 kB/s | 20 kB 00:00 2023-09-30T00:33:27.257 INFO:teuthology.orchestra.run.smithi045.stdout:(3/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.0 MB/s | 126 kB 00:00 2023-09-30T00:33:27.283 INFO:teuthology.orchestra.run.smithi045.stdout:(4/13): ceph-mgr-rook-17.2.6-1165.g93dce5e1.el8 159 kB/s | 47 kB 00:00 2023-09-30T00:33:27.308 INFO:teuthology.orchestra.run.smithi045.stdout:(5/13): python3-pyasn1-modules-0.3.7-6.el8.noar 730 kB/s | 110 kB 00:00 2023-09-30T00:33:27.425 INFO:teuthology.orchestra.run.smithi045.stdout:(6/13): python3-cachetools-3.1.1-4.el8.noarch.r 283 kB/s | 33 kB 00:00 2023-09-30T00:33:27.450 INFO:teuthology.orchestra.run.smithi045.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 255 kB/s | 43 kB 00:00 2023-09-30T00:33:27.476 INFO:teuthology.orchestra.run.smithi045.stdout:(8/13): python3-certifi-2018.10.15-7.el8.noarch 325 kB/s | 16 kB 00:00 2023-09-30T00:33:27.501 INFO:teuthology.orchestra.run.smithi045.stdout:(9/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 637 kB/s | 155 kB 00:00 2023-09-30T00:33:27.576 INFO:teuthology.orchestra.run.smithi045.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 648 kB/s | 81 kB 00:00 2023-09-30T00:33:27.618 INFO:teuthology.orchestra.run.smithi045.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 549 kB/s | 64 kB 00:00 2023-09-30T00:33:27.643 INFO:teuthology.orchestra.run.smithi045.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 914 kB/s | 61 kB 00:00 2023-09-30T00:33:27.685 INFO:teuthology.orchestra.run.smithi045.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 5.6 MB/s | 1.2 MB 00:00 2023-09-30T00:33:27.686 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:33:27.686 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.5 MB/s | 1.9 MB 00:01 2023-09-30T00:33:27.750 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-09-30T00:33:27.767 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-09-30T00:33:27.767 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-09-30T00:33:27.865 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-09-30T00:33:27.869 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-09-30T00:33:28.498 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-09-30T00:33:28.717 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-09-30T00:33:28.898 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-09-30T00:33:29.156 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-09-30T00:33:29.366 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-09-30T00:33:29.659 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-09-30T00:33:29.903 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-09-30T00:33:30.208 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-09-30T00:33:30.441 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-09-30T00:33:31.593 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-09-30T00:33:31.866 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-09-30T00:33:32.125 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-09-30T00:33:32.320 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-09-30T00:33:32.491 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 13/13 2023-09-30T00:33:32.821 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 13/13 2023-09-30T00:33:32.821 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 1/13 2023-09-30T00:33:32.821 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-09-30T00:33:32.821 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-09-30T00:33:32.821 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-09-30T00:33:32.821 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-09-30T00:33:32.821 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-09-30T00:33:32.821 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-09-30T00:33:32.821 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-09-30T00:33:32.822 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-09-30T00:33:32.822 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-09-30T00:33:32.822 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-09-30T00:33:32.822 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-09-30T00:33:33.667 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-09-30T00:33:33.667 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:33.667 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-09-30T00:33:33.667 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:33:33.667 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-09-30T00:33:33.668 INFO:teuthology.orchestra.run.smithi045.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-09-30T00:33:33.668 INFO:teuthology.orchestra.run.smithi045.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-09-30T00:33:33.668 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-09-30T00:33:33.668 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-09-30T00:33:33.668 INFO:teuthology.orchestra.run.smithi045.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-09-30T00:33:33.668 INFO:teuthology.orchestra.run.smithi045.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-09-30T00:33:33.668 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-09-30T00:33:33.668 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-09-30T00:33:33.668 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-09-30T00:33:33.668 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rsa-4.9-2.el8.noarch 2023-09-30T00:33:33.668 INFO:teuthology.orchestra.run.smithi045.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-09-30T00:33:33.668 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:33.669 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:33:33.803 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-cephadm 2023-09-30T00:33:34.779 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:29:51 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:33:36.550 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:33:36.552 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:33:36.552 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-09-30T00:33:36.552 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:33:36.552 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-09-30T00:33:36.552 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-cephadm noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 121 k 2023-09-30T00:33:36.552 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-09-30T00:33:36.552 INFO:teuthology.orchestra.run.smithi045.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-09-30T00:33:36.552 INFO:teuthology.orchestra.run.smithi045.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-09-30T00:33:36.553 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-09-30T00:33:36.553 INFO:teuthology.orchestra.run.smithi045.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-09-30T00:33:36.553 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:36.553 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-09-30T00:33:36.553 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:33:36.553 INFO:teuthology.orchestra.run.smithi045.stdout:Install 5 Packages 2023-09-30T00:33:36.553 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:36.554 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 6.0 M 2023-09-30T00:33:36.554 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 26 M 2023-09-30T00:33:36.554 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-09-30T00:33:36.845 INFO:teuthology.orchestra.run.smithi045.stdout:(1/5): ceph-mgr-cephadm-17.2.6-1165.g93dce5e1.e 651 kB/s | 121 kB 00:00 2023-09-30T00:33:36.962 INFO:teuthology.orchestra.run.smithi045.stdout:(2/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 1.7 MB/s | 538 kB 00:00 2023-09-30T00:33:37.053 INFO:teuthology.orchestra.run.smithi045.stdout:(3/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 2.2 MB/s | 476 kB 00:00 2023-09-30T00:33:37.070 INFO:teuthology.orchestra.run.smithi045.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 557 kB/s | 60 kB 00:00 2023-09-30T00:33:37.146 INFO:teuthology.orchestra.run.smithi045.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 9.8 MB/s | 4.8 MB 00:00 2023-09-30T00:33:37.148 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:33:37.148 INFO:teuthology.orchestra.run.smithi045.stdout:Total 10 MB/s | 6.0 MB 00:00 2023-09-30T00:33:37.205 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-09-30T00:33:37.218 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-09-30T00:33:37.219 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-09-30T00:33:37.324 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-09-30T00:33:37.328 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-09-30T00:33:37.649 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-09-30T00:33:37.972 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-09-30T00:33:39.062 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-09-30T00:33:39.464 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-09-30T00:33:39.756 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-09-30T00:33:39.931 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 5/5 2023-09-30T00:33:40.263 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 5/5 2023-09-30T00:33:40.263 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/5 2023-09-30T00:33:40.263 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-09-30T00:33:40.263 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-09-30T00:33:40.263 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-09-30T00:33:40.962 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-09-30T00:33:40.962 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:40.962 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-09-30T00:33:40.962 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:33:40.962 INFO:teuthology.orchestra.run.smithi045.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-09-30T00:33:40.962 INFO:teuthology.orchestra.run.smithi045.stdout: python3-babel-2.5.1-7.el8.noarch 2023-09-30T00:33:40.962 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-09-30T00:33:40.963 INFO:teuthology.orchestra.run.smithi045.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-09-30T00:33:40.963 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:40.963 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:33:41.109 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-fuse 2023-09-30T00:33:42.102 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:29:59 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:33:43.878 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:33:43.879 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:33:43.879 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-09-30T00:33:43.879 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:33:43.879 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-09-30T00:33:43.879 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-fuse x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 874 k 2023-09-30T00:33:43.879 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-09-30T00:33:43.879 INFO:teuthology.orchestra.run.smithi045.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-09-30T00:33:43.880 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:43.880 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-09-30T00:33:43.880 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:33:43.880 INFO:teuthology.orchestra.run.smithi045.stdout:Install 2 Packages 2023-09-30T00:33:43.880 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:43.881 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 957 k 2023-09-30T00:33:43.881 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 3.0 M 2023-09-30T00:33:43.881 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-09-30T00:33:44.138 INFO:teuthology.orchestra.run.smithi045.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 383 kB/s | 83 kB 00:00 2023-09-30T00:33:44.580 INFO:teuthology.orchestra.run.smithi045.stdout:(2/2): ceph-fuse-17.2.6-1165.g93dce5e1.el8.x86_ 1.3 MB/s | 874 kB 00:00 2023-09-30T00:33:44.580 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:33:44.581 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.3 MB/s | 957 kB 00:00 2023-09-30T00:33:44.594 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-09-30T00:33:44.619 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-09-30T00:33:44.619 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-09-30T00:33:44.722 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-09-30T00:33:44.726 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-09-30T00:33:44.906 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-09-30T00:33:45.250 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-09-30T00:33:45.482 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/2 2023-09-30T00:33:45.943 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/2 2023-09-30T00:33:45.943 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/2 2023-09-30T00:33:46.645 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-09-30T00:33:46.657 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:46.657 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-09-30T00:33:46.657 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-09-30T00:33:46.657 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:46.657 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:33:46.865 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-volume 2023-09-30T00:33:47.844 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:30:04 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:33:49.607 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:33:49.608 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:33:49.608 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-09-30T00:33:49.608 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:33:49.608 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-09-30T00:33:49.608 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-volume noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 267 k 2023-09-30T00:33:49.608 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:49.608 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-09-30T00:33:49.608 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:33:49.608 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-09-30T00:33:49.608 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:49.609 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 267 k 2023-09-30T00:33:49.609 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 1.3 M 2023-09-30T00:33:49.609 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-09-30T00:33:50.062 INFO:teuthology.orchestra.run.smithi045.stdout:ceph-volume-17.2.6-1165.g93dce5e1.el8.noarch.rp 589 kB/s | 267 kB 00:00 2023-09-30T00:33:50.063 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:33:50.063 INFO:teuthology.orchestra.run.smithi045.stdout:Total 587 kB/s | 267 kB 00:00 2023-09-30T00:33:50.064 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-09-30T00:33:50.076 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-09-30T00:33:50.076 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-09-30T00:33:50.112 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-09-30T00:33:50.116 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-09-30T00:33:50.317 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-09-30T00:33:50.588 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:33:51.065 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:33:51.772 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:33:51.772 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:51.772 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-09-30T00:33:51.772 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:33:51.772 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:51.772 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:33:51.981 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librados-devel 2023-09-30T00:33:52.977 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:30:09 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:33:54.729 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:33:54.730 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:33:54.730 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2023-09-30T00:33:54.730 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:33:54.730 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-09-30T00:33:54.730 INFO:teuthology.orchestra.run.smithi045.stdout: librados-devel x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 130 k 2023-09-30T00:33:54.730 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:54.731 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-09-30T00:33:54.731 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:33:54.731 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-09-30T00:33:54.731 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:54.731 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 130 k 2023-09-30T00:33:54.731 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 464 k 2023-09-30T00:33:54.731 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-09-30T00:33:55.711 INFO:teuthology.orchestra.run.smithi045.stdout:librados-devel-17.2.6-1165.g93dce5e1.el8.x86_64 133 kB/s | 130 kB 00:00 2023-09-30T00:33:55.712 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:33:55.712 INFO:teuthology.orchestra.run.smithi045.stdout:Total 132 kB/s | 130 kB 00:00 2023-09-30T00:33:55.712 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-09-30T00:33:55.720 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-09-30T00:33:55.720 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-09-30T00:33:55.781 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-09-30T00:33:55.785 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-09-30T00:33:55.929 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-09-30T00:33:56.179 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:33:56.508 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:33:57.196 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:33:57.196 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:57.196 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-09-30T00:33:57.196 INFO:teuthology.orchestra.run.smithi045.stdout: librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:33:57.196 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:33:57.197 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:33:57.469 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install libcephfs2 2023-09-30T00:33:58.464 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:30:15 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:34:00.051 INFO:teuthology.orchestra.run.smithi045.stdout:Package libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:34:00.261 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:34:00.262 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-09-30T00:34:00.262 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:34:00.381 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install libcephfs-devel 2023-09-30T00:34:01.374 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:30:18 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:34:03.128 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:34:03.128 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:34:03.129 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2023-09-30T00:34:03.129 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:34:03.129 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-09-30T00:34:03.129 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs-devel x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 25 k 2023-09-30T00:34:03.129 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:34:03.129 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-09-30T00:34:03.129 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:34:03.129 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-09-30T00:34:03.130 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:34:03.130 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 25 k 2023-09-30T00:34:03.130 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 109 k 2023-09-30T00:34:03.131 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-09-30T00:34:03.342 INFO:teuthology.orchestra.run.smithi045.stdout:libcephfs-devel-17.2.6-1165.g93dce5e1.el8.x86_6 117 kB/s | 25 kB 00:00 2023-09-30T00:34:03.343 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:34:03.343 INFO:teuthology.orchestra.run.smithi045.stdout:Total 116 kB/s | 25 kB 00:00 2023-09-30T00:34:03.344 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-09-30T00:34:03.348 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-09-30T00:34:03.348 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-09-30T00:34:03.350 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-09-30T00:34:03.354 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-09-30T00:34:03.402 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-09-30T00:34:03.661 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:34:03.965 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:34:04.655 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:34:04.655 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:34:04.655 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-09-30T00:34:04.656 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:34:04.656 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:34:04.656 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:34:04.787 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librados2 2023-09-30T00:34:05.779 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:30:22 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:34:07.326 INFO:teuthology.orchestra.run.smithi045.stdout:Package librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:34:07.537 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:34:07.538 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-09-30T00:34:07.538 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:34:07.642 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librbd1 2023-09-30T00:34:08.630 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:30:25 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:34:10.202 INFO:teuthology.orchestra.run.smithi045.stdout:Package librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:34:10.417 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:34:10.419 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-09-30T00:34:10.419 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:34:10.532 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rados 2023-09-30T00:34:11.530 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:30:28 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:34:13.072 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:34:13.281 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:34:13.283 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-09-30T00:34:13.283 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:34:13.397 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rgw 2023-09-30T00:34:14.386 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:30:31 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:34:15.948 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:34:16.158 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:34:16.159 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-09-30T00:34:16.159 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:34:16.262 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-cephfs 2023-09-30T00:34:17.249 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:30:34 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:34:18.800 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:34:19.015 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:34:19.016 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-09-30T00:34:19.017 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:34:19.133 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rbd 2023-09-30T00:34:20.136 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:30:37 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:34:21.673 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:34:21.884 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:34:21.885 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-09-30T00:34:21.886 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:34:22.159 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-fuse 2023-09-30T00:34:23.160 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:30:40 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:34:24.920 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:34:24.921 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:34:24.921 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2023-09-30T00:34:24.921 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:34:24.921 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-09-30T00:34:24.921 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-fuse x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 90 k 2023-09-30T00:34:24.921 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:34:24.921 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-09-30T00:34:24.922 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:34:24.922 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-09-30T00:34:24.922 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:34:24.922 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 90 k 2023-09-30T00:34:24.922 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 264 k 2023-09-30T00:34:24.923 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-09-30T00:34:25.098 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-fuse-17.2.6-1165.g93dce5e1.el8.x86_64.rpm 514 kB/s | 90 kB 00:00 2023-09-30T00:34:25.099 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:34:25.099 INFO:teuthology.orchestra.run.smithi045.stdout:Total 510 kB/s | 90 kB 00:00 2023-09-30T00:34:25.099 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-09-30T00:34:25.111 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-09-30T00:34:25.111 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-09-30T00:34:25.168 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-09-30T00:34:25.171 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-09-30T00:34:25.391 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-09-30T00:34:25.599 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:34:25.917 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:34:26.601 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:34:26.601 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:34:26.601 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-09-30T00:34:26.602 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:34:26.602 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:34:26.602 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:34:26.834 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-mirror 2023-09-30T00:34:27.813 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:30:44 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:34:29.583 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:34:29.583 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:34:29.583 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2023-09-30T00:34:29.583 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:34:29.584 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-09-30T00:34:29.584 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-mirror x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.5 M 2023-09-30T00:34:29.584 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:34:29.584 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-09-30T00:34:29.584 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:34:29.584 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-09-30T00:34:29.584 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:34:29.585 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 3.5 M 2023-09-30T00:34:29.585 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 16 M 2023-09-30T00:34:29.585 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-09-30T00:34:30.160 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-mirror-17.2.6-1165.g93dce5e1.el8.x86_64.rpm 6.0 MB/s | 3.5 MB 00:00 2023-09-30T00:34:30.161 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:34:30.161 INFO:teuthology.orchestra.run.smithi045.stdout:Total 6.0 MB/s | 3.5 MB 00:00 2023-09-30T00:34:30.161 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-09-30T00:34:30.176 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-09-30T00:34:30.176 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-09-30T00:34:30.249 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-09-30T00:34:30.252 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-09-30T00:34:30.735 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-09-30T00:34:31.049 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:34:31.583 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:34:32.322 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:34:32.322 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:34:32.322 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-09-30T00:34:32.323 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:34:32.323 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:34:32.323 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:34:32.556 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-nbd 2023-09-30T00:34:33.553 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:30:50 ago on Sat 30 Sep 2023 12:03:43 AM UTC. 2023-09-30T00:34:35.330 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-09-30T00:34:35.331 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:34:35.331 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2023-09-30T00:34:35.331 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:34:35.331 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-09-30T00:34:35.331 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-nbd x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 173 k 2023-09-30T00:34:35.331 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:34:35.331 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-09-30T00:34:35.331 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-09-30T00:34:35.331 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-09-30T00:34:35.332 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:34:35.332 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 173 k 2023-09-30T00:34:35.332 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 552 k 2023-09-30T00:34:35.332 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-09-30T00:34:35.747 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-nbd-17.2.6-1165.g93dce5e1.el8.x86_64.rpm 418 kB/s | 173 kB 00:00 2023-09-30T00:34:35.747 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:34:35.748 INFO:teuthology.orchestra.run.smithi045.stdout:Total 416 kB/s | 173 kB 00:00 2023-09-30T00:34:35.748 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-09-30T00:34:35.762 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-09-30T00:34:35.762 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-09-30T00:34:35.821 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-09-30T00:34:35.825 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-09-30T00:34:35.966 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-09-30T00:34:36.156 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:34:36.496 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:34:37.218 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:34:37.218 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:34:37.219 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-09-30T00:34:37.219 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:34:37.219 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-09-30T00:34:37.219 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-09-30T00:34:37.499 DEBUG:teuthology.parallel:result is None 2023-09-30T00:36:25.367 INFO:teuthology.orchestra.run.smithi158.stdout:[MIRROR] python3-pyasn1-modules-0.3.7-6.el8.noarch.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-pyasn1-modules-0.3.7-6.el8.noarch.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:36:25.701 INFO:teuthology.orchestra.run.smithi158.stdout:(13/13): python3-pyasn1-modules-0.3.7-6.el8.noa 374 B/s | 110 kB 05:01 2023-09-30T00:36:25.701 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:36:25.701 INFO:teuthology.orchestra.run.smithi158.stdout:Total 3.5 kB/s | 1.9 MB 09:24 2023-09-30T00:36:25.754 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-30T00:36:25.770 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-30T00:36:25.770 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-30T00:36:25.859 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-30T00:36:25.862 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-30T00:36:26.438 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-30T00:36:26.682 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-09-30T00:36:26.904 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-09-30T00:36:27.123 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-09-30T00:36:27.360 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-09-30T00:36:27.559 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-09-30T00:36:27.773 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-09-30T00:36:28.057 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-09-30T00:36:28.308 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-09-30T00:36:29.349 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-09-30T00:36:29.610 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-09-30T00:36:29.827 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-09-30T00:36:30.029 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-09-30T00:36:30.178 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 13/13 2023-09-30T00:36:30.470 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 13/13 2023-09-30T00:36:30.470 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 1/13 2023-09-30T00:36:30.470 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-09-30T00:36:30.470 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-09-30T00:36:30.470 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-09-30T00:36:30.470 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-09-30T00:36:30.470 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-09-30T00:36:30.471 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-09-30T00:36:30.471 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-09-30T00:36:30.471 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-09-30T00:36:30.471 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-09-30T00:36:30.471 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-09-30T00:36:30.471 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-09-30T00:36:31.184 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-09-30T00:36:31.184 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:31.184 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-30T00:36:31.184 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:36:31.184 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-09-30T00:36:31.184 INFO:teuthology.orchestra.run.smithi158.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-09-30T00:36:31.184 INFO:teuthology.orchestra.run.smithi158.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-09-30T00:36:31.185 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-09-30T00:36:31.185 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-09-30T00:36:31.185 INFO:teuthology.orchestra.run.smithi158.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-09-30T00:36:31.185 INFO:teuthology.orchestra.run.smithi158.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-09-30T00:36:31.185 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-09-30T00:36:31.185 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-09-30T00:36:31.185 INFO:teuthology.orchestra.run.smithi158.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-09-30T00:36:31.185 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rsa-4.9-2.el8.noarch 2023-09-30T00:36:31.185 INFO:teuthology.orchestra.run.smithi158.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-09-30T00:36:31.185 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:31.185 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:36:31.290 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-mgr-cephadm 2023-09-30T00:36:32.142 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:33:42 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:36:33.733 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:36:33.734 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:36:33.734 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-09-30T00:36:33.734 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:36:33.734 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-09-30T00:36:33.734 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-cephadm noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 121 k 2023-09-30T00:36:33.734 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-09-30T00:36:33.734 INFO:teuthology.orchestra.run.smithi158.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-09-30T00:36:33.734 INFO:teuthology.orchestra.run.smithi158.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-09-30T00:36:33.734 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-09-30T00:36:33.734 INFO:teuthology.orchestra.run.smithi158.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-09-30T00:36:33.735 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:33.735 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-30T00:36:33.735 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:36:33.735 INFO:teuthology.orchestra.run.smithi158.stdout:Install 5 Packages 2023-09-30T00:36:33.735 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:33.735 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 6.0 M 2023-09-30T00:36:33.735 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 26 M 2023-09-30T00:36:33.736 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-30T00:36:34.377 INFO:teuthology.orchestra.run.smithi158.stdout:(1/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 1.9 MB/s | 538 kB 00:00 2023-09-30T00:36:34.577 INFO:teuthology.orchestra.run.smithi158.stdout:(2/5): python3-babel-2.5.1-7.el8.noarch.rpm 10 MB/s | 4.8 MB 00:00 2023-09-30T00:36:34.602 INFO:teuthology.orchestra.run.smithi158.stdout:(3/5): ceph-mgr-cephadm-17.2.6-1165.g93dce5e1.e 241 kB/s | 121 kB 00:00 2023-09-30T00:36:34.761 INFO:teuthology.orchestra.run.smithi158.stdout:(4/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.2 MB/s | 476 kB 00:00 2023-09-30T00:36:34.828 INFO:teuthology.orchestra.run.smithi158.stdout:(5/5): python3-natsort-7.1.1-2.el8.noarch.rpm 241 kB/s | 60 kB 00:00 2023-09-30T00:36:34.830 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:36:34.830 INFO:teuthology.orchestra.run.smithi158.stdout:Total 5.4 MB/s | 6.0 MB 00:01 2023-09-30T00:36:34.881 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-30T00:36:34.892 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-30T00:36:34.893 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-30T00:36:34.986 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-30T00:36:34.989 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-30T00:36:35.249 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-30T00:36:35.566 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-09-30T00:36:36.533 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-09-30T00:36:36.896 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-09-30T00:36:37.138 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-09-30T00:36:37.318 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 5/5 2023-09-30T00:36:37.610 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 5/5 2023-09-30T00:36:37.611 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/5 2023-09-30T00:36:37.611 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-09-30T00:36:37.611 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-09-30T00:36:37.611 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-09-30T00:36:38.242 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-09-30T00:36:38.242 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:38.242 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-30T00:36:38.242 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:36:38.242 INFO:teuthology.orchestra.run.smithi158.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-09-30T00:36:38.242 INFO:teuthology.orchestra.run.smithi158.stdout: python3-babel-2.5.1-7.el8.noarch 2023-09-30T00:36:38.242 INFO:teuthology.orchestra.run.smithi158.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-09-30T00:36:38.242 INFO:teuthology.orchestra.run.smithi158.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-09-30T00:36:38.242 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:38.242 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:36:38.370 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-fuse 2023-09-30T00:36:39.228 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:33:49 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:36:40.817 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:36:40.818 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:36:40.818 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-09-30T00:36:40.818 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:36:40.818 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-09-30T00:36:40.818 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-fuse x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 874 k 2023-09-30T00:36:40.818 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-09-30T00:36:40.818 INFO:teuthology.orchestra.run.smithi158.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-09-30T00:36:40.818 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:40.819 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-30T00:36:40.819 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:36:40.819 INFO:teuthology.orchestra.run.smithi158.stdout:Install 2 Packages 2023-09-30T00:36:40.819 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:40.819 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 957 k 2023-09-30T00:36:40.820 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 3.0 M 2023-09-30T00:36:40.820 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-30T00:36:41.096 INFO:teuthology.orchestra.run.smithi158.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 354 kB/s | 83 kB 00:00 2023-09-30T00:36:41.437 INFO:teuthology.orchestra.run.smithi158.stdout:(2/2): ceph-fuse-17.2.6-1165.g93dce5e1.el8.x86_ 1.5 MB/s | 874 kB 00:00 2023-09-30T00:36:41.438 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:36:41.438 INFO:teuthology.orchestra.run.smithi158.stdout:Total 1.5 MB/s | 957 kB 00:00 2023-09-30T00:36:41.448 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-30T00:36:41.469 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-30T00:36:41.469 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-30T00:36:41.554 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-30T00:36:41.557 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-30T00:36:41.723 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-30T00:36:41.998 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-09-30T00:36:42.226 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/2 2023-09-30T00:36:42.620 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/2 2023-09-30T00:36:42.620 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/2 2023-09-30T00:36:43.264 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-09-30T00:36:43.264 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:43.264 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-30T00:36:43.264 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-09-30T00:36:43.264 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:43.265 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:36:43.471 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-volume 2023-09-30T00:36:44.325 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:33:54 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:36:45.906 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:36:45.906 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:36:45.906 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-09-30T00:36:45.906 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:36:45.906 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-09-30T00:36:45.907 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-volume noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 267 k 2023-09-30T00:36:45.907 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:45.907 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-30T00:36:45.907 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:36:45.907 INFO:teuthology.orchestra.run.smithi158.stdout:Install 1 Package 2023-09-30T00:36:45.907 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:45.908 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 267 k 2023-09-30T00:36:45.908 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 1.3 M 2023-09-30T00:36:45.908 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-30T00:36:46.118 INFO:teuthology.orchestra.run.smithi158.stdout:ceph-volume-17.2.6-1165.g93dce5e1.el8.noarch.rp 1.2 MB/s | 267 kB 00:00 2023-09-30T00:36:46.118 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:36:46.119 INFO:teuthology.orchestra.run.smithi158.stdout:Total 1.2 MB/s | 267 kB 00:00 2023-09-30T00:36:46.119 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-30T00:36:46.129 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-30T00:36:46.129 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-30T00:36:46.156 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-30T00:36:46.159 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-30T00:36:46.341 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-30T00:36:46.576 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:36:46.996 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:36:47.602 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:36:47.602 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:47.602 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-30T00:36:47.602 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:36:47.602 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:47.602 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:36:47.786 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install librados-devel 2023-09-30T00:36:48.655 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:33:58 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:36:50.243 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:36:50.244 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:36:50.244 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repo Size 2023-09-30T00:36:50.244 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:36:50.245 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-09-30T00:36:50.245 INFO:teuthology.orchestra.run.smithi158.stdout: librados-devel x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 130 k 2023-09-30T00:36:50.245 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:50.245 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-30T00:36:50.245 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:36:50.245 INFO:teuthology.orchestra.run.smithi158.stdout:Install 1 Package 2023-09-30T00:36:50.245 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:50.245 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 130 k 2023-09-30T00:36:50.245 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 464 k 2023-09-30T00:36:50.245 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-30T00:36:50.547 INFO:teuthology.orchestra.run.smithi158.stdout:librados-devel-17.2.6-1165.g93dce5e1.el8.x86_64 430 kB/s | 130 kB 00:00 2023-09-30T00:36:50.548 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:36:50.548 INFO:teuthology.orchestra.run.smithi158.stdout:Total 428 kB/s | 130 kB 00:00 2023-09-30T00:36:50.549 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-30T00:36:50.554 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-30T00:36:50.554 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-30T00:36:50.604 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-30T00:36:50.607 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-30T00:36:50.716 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-30T00:36:50.973 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:36:51.262 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:36:51.874 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:36:51.875 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:51.875 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-30T00:36:51.875 INFO:teuthology.orchestra.run.smithi158.stdout: librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:36:51.875 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:51.875 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:36:52.092 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install libcephfs2 2023-09-30T00:36:52.955 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:34:02 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:36:54.352 INFO:teuthology.orchestra.run.smithi158.stdout:Package libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:36:54.540 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:36:54.541 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2023-09-30T00:36:54.542 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:36:54.650 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install libcephfs-devel 2023-09-30T00:36:55.521 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:34:05 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:36:57.107 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:36:57.107 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:36:57.107 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repo Size 2023-09-30T00:36:57.108 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:36:57.108 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-09-30T00:36:57.108 INFO:teuthology.orchestra.run.smithi158.stdout: libcephfs-devel x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 25 k 2023-09-30T00:36:57.108 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:57.108 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-30T00:36:57.108 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:36:57.108 INFO:teuthology.orchestra.run.smithi158.stdout:Install 1 Package 2023-09-30T00:36:57.108 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:57.109 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 25 k 2023-09-30T00:36:57.109 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 109 k 2023-09-30T00:36:57.109 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-30T00:36:57.351 INFO:teuthology.orchestra.run.smithi158.stdout:libcephfs-devel-17.2.6-1165.g93dce5e1.el8.x86_6 103 kB/s | 25 kB 00:00 2023-09-30T00:36:57.351 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:36:57.351 INFO:teuthology.orchestra.run.smithi158.stdout:Total 102 kB/s | 25 kB 00:00 2023-09-30T00:36:57.352 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-30T00:36:57.355 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-30T00:36:57.355 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-30T00:36:57.357 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-30T00:36:57.360 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-30T00:36:57.409 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-30T00:36:57.622 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:36:57.889 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:36:58.486 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:36:58.486 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:58.487 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-30T00:36:58.487 INFO:teuthology.orchestra.run.smithi158.stdout: libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:36:58.487 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:36:58.487 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:36:58.614 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install librados2 2023-09-30T00:36:59.471 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:34:09 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:37:00.874 INFO:teuthology.orchestra.run.smithi158.stdout:Package librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:37:01.063 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:37:01.064 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2023-09-30T00:37:01.064 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:37:01.170 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install librbd1 2023-09-30T00:37:02.032 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:34:12 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:37:03.423 INFO:teuthology.orchestra.run.smithi158.stdout:Package librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:37:03.609 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:37:03.610 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2023-09-30T00:37:03.610 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:37:03.708 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install python3-rados 2023-09-30T00:37:04.571 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:34:14 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:37:05.968 INFO:teuthology.orchestra.run.smithi158.stdout:Package python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:37:06.161 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:37:06.162 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2023-09-30T00:37:06.163 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:37:06.272 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install python3-rgw 2023-09-30T00:37:07.135 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:34:17 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:37:08.509 INFO:teuthology.orchestra.run.smithi158.stdout:Package python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:37:08.702 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:37:08.703 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2023-09-30T00:37:08.703 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:37:08.823 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install python3-cephfs 2023-09-30T00:37:09.421 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] python3-numpy-f2py-1.14.3-10.el8.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-numpy-f2py-1.14.3-10.el8.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:37:09.469 INFO:teuthology.orchestra.run.smithi019.stdout:[MIRROR] python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-scipy-1.0.0-21.module_el8.5.0%2b771%2be5d9a225.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-09-30T00:37:09.679 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:34:19 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:37:09.750 INFO:teuthology.orchestra.run.smithi019.stdout:(7/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 767 B/s | 225 kB 05:00 2023-09-30T00:37:10.259 INFO:teuthology.orchestra.run.smithi019.stdout:(8/8): python3-scipy-1.0.0-21.module_el8.5.0+77 47 kB/s | 14 MB 05:00 2023-09-30T00:37:10.259 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:37:10.259 INFO:teuthology.orchestra.run.smithi019.stdout:Total 66 kB/s | 35 MB 09:11 2023-09-30T00:37:10.502 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-09-30T00:37:10.522 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-09-30T00:37:10.522 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-09-30T00:37:10.862 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-09-30T00:37:10.866 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-09-30T00:37:11.078 INFO:teuthology.orchestra.run.smithi158.stdout:Package python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:37:11.267 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:37:11.268 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2023-09-30T00:37:11.268 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:37:11.383 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install python3-rbd 2023-09-30T00:37:11.501 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-09-30T00:37:11.661 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 1/8 2023-09-30T00:37:11.802 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 1/8 2023-09-30T00:37:11.978 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 2/8 2023-09-30T00:37:12.239 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:34:22 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:37:12.642 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 2/8 2023-09-30T00:37:12.928 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-09-30T00:37:13.623 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-09-30T00:37:13.644 INFO:teuthology.orchestra.run.smithi158.stdout:Package python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:37:13.832 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:37:13.834 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2023-09-30T00:37:13.834 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:37:13.911 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-09-30T00:37:13.942 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install rbd-fuse 2023-09-30T00:37:14.686 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-09-30T00:37:14.799 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:34:24 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:37:15.060 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-09-30T00:37:15.294 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-09-30T00:37:16.377 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:37:16.378 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:37:16.378 INFO:teuthology.orchestra.run.smithi158.stdout: Package Architecture Version Repository Size 2023-09-30T00:37:16.378 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:37:16.378 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-09-30T00:37:16.378 INFO:teuthology.orchestra.run.smithi158.stdout: rbd-fuse x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 90 k 2023-09-30T00:37:16.378 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:37:16.378 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-30T00:37:16.378 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:37:16.378 INFO:teuthology.orchestra.run.smithi158.stdout:Install 1 Package 2023-09-30T00:37:16.378 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:37:16.379 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 90 k 2023-09-30T00:37:16.379 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 264 k 2023-09-30T00:37:16.379 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-30T00:37:16.541 INFO:teuthology.orchestra.run.smithi158.stdout:rbd-fuse-17.2.6-1165.g93dce5e1.el8.x86_64.rpm 556 kB/s | 90 kB 00:00 2023-09-30T00:37:16.542 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:37:16.542 INFO:teuthology.orchestra.run.smithi158.stdout:Total 552 kB/s | 90 kB 00:00 2023-09-30T00:37:16.542 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-30T00:37:16.552 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-30T00:37:16.552 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-30T00:37:16.603 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-30T00:37:16.606 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-30T00:37:16.708 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-30T00:37:16.917 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:37:17.209 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:37:17.412 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-09-30T00:37:17.818 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:37:17.819 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:37:17.819 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-30T00:37:17.819 INFO:teuthology.orchestra.run.smithi158.stdout: rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:37:17.819 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:37:17.819 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:37:18.031 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install rbd-mirror 2023-09-30T00:37:18.751 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-09-30T00:37:18.898 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:34:28 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:37:18.943 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e 8/8 2023-09-30T00:37:19.285 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e 8/8 2023-09-30T00:37:19.285 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e 1/8 2023-09-30T00:37:19.285 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-09-30T00:37:19.285 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-09-30T00:37:19.285 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-09-30T00:37:19.285 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-09-30T00:37:19.285 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-09-30T00:37:19.285 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 7/8 2023-09-30T00:37:20.024 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 8/8 2023-09-30T00:37:20.024 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:20.024 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-09-30T00:37:20.024 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:37:20.024 INFO:teuthology.orchestra.run.smithi019.stdout: libgfortran-8.5.0-20.el8.x86_64 2023-09-30T00:37:20.024 INFO:teuthology.orchestra.run.smithi019.stdout: libquadmath-8.5.0-20.el8.x86_64 2023-09-30T00:37:20.025 INFO:teuthology.orchestra.run.smithi019.stdout: openblas-0.3.15-4.el8.x86_64 2023-09-30T00:37:20.025 INFO:teuthology.orchestra.run.smithi019.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-09-30T00:37:20.025 INFO:teuthology.orchestra.run.smithi019.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-09-30T00:37:20.025 INFO:teuthology.orchestra.run.smithi019.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-09-30T00:37:20.025 INFO:teuthology.orchestra.run.smithi019.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-09-30T00:37:20.025 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:20.025 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:37:20.157 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-mgr-rook 2023-09-30T00:37:20.465 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:37:20.466 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:37:20.466 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repo Size 2023-09-30T00:37:20.466 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:37:20.466 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-09-30T00:37:20.466 INFO:teuthology.orchestra.run.smithi158.stdout: rbd-mirror x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.5 M 2023-09-30T00:37:20.466 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:37:20.466 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-30T00:37:20.466 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:37:20.466 INFO:teuthology.orchestra.run.smithi158.stdout:Install 1 Package 2023-09-30T00:37:20.466 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:37:20.467 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 3.5 M 2023-09-30T00:37:20.467 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 16 M 2023-09-30T00:37:20.467 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-30T00:37:21.104 INFO:teuthology.orchestra.run.smithi158.stdout:rbd-mirror-17.2.6-1165.g93dce5e1.el8.x86_64.rpm 5.4 MB/s | 3.5 MB 00:00 2023-09-30T00:37:21.104 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:37:21.105 INFO:teuthology.orchestra.run.smithi158.stdout:Total 5.4 MB/s | 3.5 MB 00:00 2023-09-30T00:37:21.105 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-30T00:37:21.117 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-30T00:37:21.117 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-30T00:37:21.142 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:34:33 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:37:21.180 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-30T00:37:21.183 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-30T00:37:21.623 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-30T00:37:21.803 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:37:22.232 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:37:22.880 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:37:22.880 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:37:22.880 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-30T00:37:22.881 INFO:teuthology.orchestra.run.smithi158.stdout: rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:37:22.881 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:37:22.881 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:37:22.893 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:37:22.895 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:37:22.895 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-09-30T00:37:22.895 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:37:22.895 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-09-30T00:37:22.896 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-rook noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 47 k 2023-09-30T00:37:22.896 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-09-30T00:37:22.896 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-09-30T00:37:22.896 INFO:teuthology.orchestra.run.smithi019.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-09-30T00:37:22.896 INFO:teuthology.orchestra.run.smithi019.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-09-30T00:37:22.896 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-09-30T00:37:22.896 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-09-30T00:37:22.896 INFO:teuthology.orchestra.run.smithi019.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-09-30T00:37:22.896 INFO:teuthology.orchestra.run.smithi019.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-09-30T00:37:22.896 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-09-30T00:37:22.896 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-09-30T00:37:22.896 INFO:teuthology.orchestra.run.smithi019.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-09-30T00:37:22.897 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-09-30T00:37:22.897 INFO:teuthology.orchestra.run.smithi019.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-09-30T00:37:22.897 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:22.897 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-09-30T00:37:22.897 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:37:22.897 INFO:teuthology.orchestra.run.smithi019.stdout:Install 13 Packages 2023-09-30T00:37:22.897 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:22.898 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 1.9 M 2023-09-30T00:37:22.898 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 25 M 2023-09-30T00:37:22.898 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-09-30T00:37:23.087 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install rbd-nbd 2023-09-30T00:37:23.397 INFO:teuthology.orchestra.run.smithi019.stdout:(1/13): python3-jsonpointer-1.10-11.el8.noarch. 156 kB/s | 20 kB 00:00 2023-09-30T00:37:23.422 INFO:teuthology.orchestra.run.smithi019.stdout:(2/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 173 kB/s | 27 kB 00:00 2023-09-30T00:37:23.514 INFO:teuthology.orchestra.run.smithi019.stdout:(3/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.1 MB/s | 126 kB 00:00 2023-09-30T00:37:23.540 INFO:teuthology.orchestra.run.smithi019.stdout:(4/13): ceph-mgr-rook-17.2.6-1165.g93dce5e1.el8 175 kB/s | 47 kB 00:00 2023-09-30T00:37:23.565 INFO:teuthology.orchestra.run.smithi019.stdout:(5/13): python3-pyasn1-modules-0.3.7-6.el8.noar 772 kB/s | 110 kB 00:00 2023-09-30T00:37:23.690 INFO:teuthology.orchestra.run.smithi019.stdout:(6/13): python3-requests-oauthlib-1.0.0-1.el8.n 284 kB/s | 43 kB 00:00 2023-09-30T00:37:23.766 INFO:teuthology.orchestra.run.smithi019.stdout:(7/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 617 kB/s | 155 kB 00:00 2023-09-30T00:37:23.791 INFO:teuthology.orchestra.run.smithi019.stdout:(8/13): python3-cachetools-3.1.1-4.el8.noarch.r 146 kB/s | 33 kB 00:00 2023-09-30T00:37:23.891 INFO:teuthology.orchestra.run.smithi019.stdout:(9/13): python3-certifi-2018.10.15-7.el8.noarch 81 kB/s | 16 kB 00:00 2023-09-30T00:37:23.947 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:34:33 ago on Sat 30 Sep 2023 12:02:50 AM UTC. 2023-09-30T00:37:23.983 INFO:teuthology.orchestra.run.smithi019.stdout:(10/13): python3-rsa-4.9-2.el8.noarch.rpm 701 kB/s | 64 kB 00:00 2023-09-30T00:37:24.017 INFO:teuthology.orchestra.run.smithi019.stdout:(11/13): python3-google-auth-1.1.1-10.el8.noarc 325 kB/s | 81 kB 00:00 2023-09-30T00:37:24.042 INFO:teuthology.orchestra.run.smithi019.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 1.0 MB/s | 61 kB 00:00 2023-09-30T00:37:24.409 INFO:teuthology.orchestra.run.smithi019.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 1.9 MB/s | 1.2 MB 00:00 2023-09-30T00:37:24.412 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:37:24.413 INFO:teuthology.orchestra.run.smithi019.stdout:Total 1.3 MB/s | 1.9 MB 00:01 2023-09-30T00:37:24.477 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-09-30T00:37:24.495 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-09-30T00:37:24.495 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-09-30T00:37:24.594 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-09-30T00:37:24.598 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-09-30T00:37:25.208 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-09-30T00:37:25.453 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-09-30T00:37:25.537 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-09-30T00:37:25.538 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:37:25.538 INFO:teuthology.orchestra.run.smithi158.stdout: Package Architecture Version Repository Size 2023-09-30T00:37:25.538 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:37:25.538 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-09-30T00:37:25.538 INFO:teuthology.orchestra.run.smithi158.stdout: rbd-nbd x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 173 k 2023-09-30T00:37:25.538 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:37:25.538 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-09-30T00:37:25.538 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-09-30T00:37:25.538 INFO:teuthology.orchestra.run.smithi158.stdout:Install 1 Package 2023-09-30T00:37:25.539 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:37:25.539 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 173 k 2023-09-30T00:37:25.539 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 552 k 2023-09-30T00:37:25.539 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-09-30T00:37:25.709 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-09-30T00:37:25.925 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-09-30T00:37:26.041 INFO:teuthology.orchestra.run.smithi158.stdout:rbd-nbd-17.2.6-1165.g93dce5e1.el8.x86_64.rpm 345 kB/s | 173 kB 00:00 2023-09-30T00:37:26.041 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:37:26.042 INFO:teuthology.orchestra.run.smithi158.stdout:Total 344 kB/s | 173 kB 00:00 2023-09-30T00:37:26.042 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-09-30T00:37:26.053 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-09-30T00:37:26.053 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-09-30T00:37:26.102 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-09-30T00:37:26.105 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-09-30T00:37:26.118 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-09-30T00:37:26.224 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-09-30T00:37:26.310 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-09-30T00:37:26.392 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:37:26.580 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-09-30T00:37:26.692 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:37:26.875 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-09-30T00:37:27.209 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-09-30T00:37:27.329 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:37:27.329 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:37:27.329 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-09-30T00:37:27.329 INFO:teuthology.orchestra.run.smithi158.stdout: rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:37:27.329 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:37:27.329 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-09-30T00:37:27.537 DEBUG:teuthology.parallel:result is None 2023-09-30T00:37:28.374 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-09-30T00:37:28.651 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-09-30T00:37:28.902 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-09-30T00:37:29.105 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-09-30T00:37:29.267 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 13/13 2023-09-30T00:37:29.606 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 13/13 2023-09-30T00:37:29.606 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 1/13 2023-09-30T00:37:29.606 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-09-30T00:37:29.607 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-09-30T00:37:29.607 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-09-30T00:37:29.607 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-09-30T00:37:29.607 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-09-30T00:37:29.607 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-09-30T00:37:29.607 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-09-30T00:37:29.607 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-09-30T00:37:29.607 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-09-30T00:37:29.607 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-09-30T00:37:29.607 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-09-30T00:37:30.368 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-09-30T00:37:30.368 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:30.368 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-09-30T00:37:30.369 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:37:30.369 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-09-30T00:37:30.369 INFO:teuthology.orchestra.run.smithi019.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-09-30T00:37:30.369 INFO:teuthology.orchestra.run.smithi019.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-09-30T00:37:30.369 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-09-30T00:37:30.369 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-09-30T00:37:30.369 INFO:teuthology.orchestra.run.smithi019.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-09-30T00:37:30.369 INFO:teuthology.orchestra.run.smithi019.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-09-30T00:37:30.369 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-09-30T00:37:30.369 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-09-30T00:37:30.369 INFO:teuthology.orchestra.run.smithi019.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-09-30T00:37:30.369 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rsa-4.9-2.el8.noarch 2023-09-30T00:37:30.370 INFO:teuthology.orchestra.run.smithi019.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-09-30T00:37:30.370 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:30.370 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:37:30.490 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-mgr-cephadm 2023-09-30T00:37:31.466 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:34:43 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:37:33.246 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:37:33.246 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:37:33.246 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-09-30T00:37:33.246 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:37:33.247 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-09-30T00:37:33.247 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-cephadm noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 121 k 2023-09-30T00:37:33.247 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-09-30T00:37:33.247 INFO:teuthology.orchestra.run.smithi019.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-09-30T00:37:33.247 INFO:teuthology.orchestra.run.smithi019.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-09-30T00:37:33.247 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-09-30T00:37:33.247 INFO:teuthology.orchestra.run.smithi019.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-09-30T00:37:33.247 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:33.247 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-09-30T00:37:33.247 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:37:33.247 INFO:teuthology.orchestra.run.smithi019.stdout:Install 5 Packages 2023-09-30T00:37:33.247 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:33.248 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 6.0 M 2023-09-30T00:37:33.248 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 26 M 2023-09-30T00:37:33.248 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-09-30T00:37:33.717 INFO:teuthology.orchestra.run.smithi019.stdout:(1/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.0 MB/s | 538 kB 00:00 2023-09-30T00:37:33.867 INFO:teuthology.orchestra.run.smithi019.stdout:(2/5): ceph-mgr-cephadm-17.2.6-1165.g93dce5e1.e 292 kB/s | 121 kB 00:00 2023-09-30T00:37:33.934 INFO:teuthology.orchestra.run.smithi019.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 9.9 MB/s | 4.8 MB 00:00 2023-09-30T00:37:34.151 INFO:teuthology.orchestra.run.smithi019.stdout:(4/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.1 MB/s | 476 kB 00:00 2023-09-30T00:37:34.176 INFO:teuthology.orchestra.run.smithi019.stdout:(5/5): python3-natsort-7.1.1-2.el8.noarch.rpm 195 kB/s | 60 kB 00:00 2023-09-30T00:37:34.179 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:37:34.179 INFO:teuthology.orchestra.run.smithi019.stdout:Total 6.4 MB/s | 6.0 MB 00:00 2023-09-30T00:37:34.236 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-09-30T00:37:34.249 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-09-30T00:37:34.250 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-09-30T00:37:34.355 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-09-30T00:37:34.359 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-09-30T00:37:34.639 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-09-30T00:37:35.043 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-09-30T00:37:36.071 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-09-30T00:37:36.472 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-09-30T00:37:36.726 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-09-30T00:37:36.908 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 5/5 2023-09-30T00:37:37.233 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 5/5 2023-09-30T00:37:37.234 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/5 2023-09-30T00:37:37.234 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-09-30T00:37:37.234 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-09-30T00:37:37.234 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-09-30T00:37:37.937 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-09-30T00:37:37.937 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:37.937 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-09-30T00:37:37.937 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:37:37.937 INFO:teuthology.orchestra.run.smithi019.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-09-30T00:37:37.937 INFO:teuthology.orchestra.run.smithi019.stdout: python3-babel-2.5.1-7.el8.noarch 2023-09-30T00:37:37.937 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-09-30T00:37:37.938 INFO:teuthology.orchestra.run.smithi019.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-09-30T00:37:37.938 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:37.938 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:37:38.083 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-fuse 2023-09-30T00:37:39.083 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:34:51 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:37:40.874 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:37:40.875 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:37:40.875 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-09-30T00:37:40.876 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:37:40.876 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-09-30T00:37:40.876 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-fuse x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 874 k 2023-09-30T00:37:40.876 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-09-30T00:37:40.876 INFO:teuthology.orchestra.run.smithi019.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-09-30T00:37:40.876 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:40.876 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-09-30T00:37:40.877 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:37:40.877 INFO:teuthology.orchestra.run.smithi019.stdout:Install 2 Packages 2023-09-30T00:37:40.877 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:40.878 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 957 k 2023-09-30T00:37:40.878 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 3.0 M 2023-09-30T00:37:40.878 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-09-30T00:37:41.251 INFO:teuthology.orchestra.run.smithi019.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 432 kB/s | 83 kB 00:00 2023-09-30T00:37:41.935 INFO:teuthology.orchestra.run.smithi019.stdout:(2/2): ceph-fuse-17.2.6-1165.g93dce5e1.el8.x86_ 999 kB/s | 874 kB 00:00 2023-09-30T00:37:41.935 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:37:41.936 INFO:teuthology.orchestra.run.smithi019.stdout:Total 904 kB/s | 957 kB 00:01 2023-09-30T00:37:41.949 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-09-30T00:37:41.974 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-09-30T00:37:41.974 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-09-30T00:37:42.077 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-09-30T00:37:42.080 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-09-30T00:37:42.274 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-09-30T00:37:42.523 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-09-30T00:37:42.767 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/2 2023-09-30T00:37:43.200 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/2 2023-09-30T00:37:43.200 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/2 2023-09-30T00:37:43.939 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-09-30T00:37:43.939 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:43.939 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-09-30T00:37:43.939 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-09-30T00:37:43.939 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:43.939 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:37:44.197 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-volume 2023-09-30T00:37:45.183 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:34:57 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:37:46.953 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:37:46.953 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:37:46.954 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-09-30T00:37:46.954 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:37:46.954 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-09-30T00:37:46.954 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-volume noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 267 k 2023-09-30T00:37:46.954 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:46.954 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-09-30T00:37:46.954 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:37:46.954 INFO:teuthology.orchestra.run.smithi019.stdout:Install 1 Package 2023-09-30T00:37:46.954 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:46.955 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 267 k 2023-09-30T00:37:46.955 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 1.3 M 2023-09-30T00:37:46.955 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-09-30T00:37:47.515 INFO:teuthology.orchestra.run.smithi019.stdout:ceph-volume-17.2.6-1165.g93dce5e1.el8.noarch.rp 477 kB/s | 267 kB 00:00 2023-09-30T00:37:47.516 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:37:47.516 INFO:teuthology.orchestra.run.smithi019.stdout:Total 475 kB/s | 267 kB 00:00 2023-09-30T00:37:47.517 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-09-30T00:37:47.530 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-09-30T00:37:47.530 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-09-30T00:37:47.566 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-09-30T00:37:47.570 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-09-30T00:37:47.777 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-09-30T00:37:48.066 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:37:48.540 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:37:49.235 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T00:37:49.235 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:49.235 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-09-30T00:37:49.235 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T00:37:49.235 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:49.236 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:37:49.425 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install librados-devel 2023-09-30T00:37:50.427 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:35:02 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:37:52.207 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:37:52.208 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:37:52.208 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repo Size 2023-09-30T00:37:52.208 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:37:52.208 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-09-30T00:37:52.208 INFO:teuthology.orchestra.run.smithi019.stdout: librados-devel x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 130 k 2023-09-30T00:37:52.208 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:52.209 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-09-30T00:37:52.209 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:37:52.209 INFO:teuthology.orchestra.run.smithi019.stdout:Install 1 Package 2023-09-30T00:37:52.209 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:52.209 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 130 k 2023-09-30T00:37:52.209 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 464 k 2023-09-30T00:37:52.210 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-09-30T00:37:52.799 INFO:teuthology.orchestra.run.smithi019.stdout:librados-devel-17.2.6-1165.g93dce5e1.el8.x86_64 220 kB/s | 130 kB 00:00 2023-09-30T00:37:52.800 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:37:52.800 INFO:teuthology.orchestra.run.smithi019.stdout:Total 220 kB/s | 130 kB 00:00 2023-09-30T00:37:52.800 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-09-30T00:37:52.807 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-09-30T00:37:52.807 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-09-30T00:37:52.868 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-09-30T00:37:52.872 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-09-30T00:37:52.994 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-09-30T00:37:53.267 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:37:53.624 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:37:54.305 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:37:54.306 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:54.306 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-09-30T00:37:54.306 INFO:teuthology.orchestra.run.smithi019.stdout: librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:37:54.306 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:37:54.306 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:37:54.525 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install libcephfs2 2023-09-30T00:37:55.516 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:35:07 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:37:57.059 INFO:teuthology.orchestra.run.smithi019.stdout:Package libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:37:57.269 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:37:57.271 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-09-30T00:37:57.271 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:37:57.391 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install libcephfs-devel 2023-09-30T00:37:58.385 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:35:10 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:38:00.164 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:38:00.165 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:38:00.165 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repo Size 2023-09-30T00:38:00.165 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:38:00.165 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-09-30T00:38:00.165 INFO:teuthology.orchestra.run.smithi019.stdout: libcephfs-devel x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 25 k 2023-09-30T00:38:00.165 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:38:00.165 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-09-30T00:38:00.165 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:38:00.166 INFO:teuthology.orchestra.run.smithi019.stdout:Install 1 Package 2023-09-30T00:38:00.166 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:38:00.166 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 25 k 2023-09-30T00:38:00.166 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 109 k 2023-09-30T00:38:00.166 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-09-30T00:38:00.536 INFO:teuthology.orchestra.run.smithi019.stdout:libcephfs-devel-17.2.6-1165.g93dce5e1.el8.x86_6 67 kB/s | 25 kB 00:00 2023-09-30T00:38:00.537 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:38:00.537 INFO:teuthology.orchestra.run.smithi019.stdout:Total 67 kB/s | 25 kB 00:00 2023-09-30T00:38:00.538 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-09-30T00:38:00.542 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-09-30T00:38:00.542 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-09-30T00:38:00.545 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-09-30T00:38:00.549 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-09-30T00:38:00.602 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-09-30T00:38:00.805 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:38:01.113 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:38:01.770 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:38:01.770 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:38:01.770 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-09-30T00:38:01.770 INFO:teuthology.orchestra.run.smithi019.stdout: libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:38:01.770 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:38:01.770 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:38:01.912 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install librados2 2023-09-30T00:38:02.911 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:35:14 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:38:04.501 INFO:teuthology.orchestra.run.smithi019.stdout:Package librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:38:04.712 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:38:04.713 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-09-30T00:38:04.713 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:38:04.823 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install librbd1 2023-09-30T00:38:05.811 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:35:17 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:38:07.361 INFO:teuthology.orchestra.run.smithi019.stdout:Package librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:38:07.573 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:38:07.574 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-09-30T00:38:07.574 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:38:07.680 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install python3-rados 2023-09-30T00:38:08.674 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:35:20 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:38:10.233 INFO:teuthology.orchestra.run.smithi019.stdout:Package python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:38:10.444 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:38:10.446 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-09-30T00:38:10.446 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:38:10.555 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install python3-rgw 2023-09-30T00:38:11.545 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:35:23 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:38:13.086 INFO:teuthology.orchestra.run.smithi019.stdout:Package python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:38:13.294 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:38:13.295 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-09-30T00:38:13.295 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:38:13.411 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install python3-cephfs 2023-09-30T00:38:14.405 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:35:26 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:38:15.968 INFO:teuthology.orchestra.run.smithi019.stdout:Package python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:38:16.176 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:38:16.178 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-09-30T00:38:16.178 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:38:16.288 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install python3-rbd 2023-09-30T00:38:17.284 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:35:29 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:38:18.823 INFO:teuthology.orchestra.run.smithi019.stdout:Package python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T00:38:19.031 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:38:19.033 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-09-30T00:38:19.033 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:38:19.140 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install rbd-fuse 2023-09-30T00:38:20.128 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:35:32 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:38:21.904 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:38:21.905 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:38:21.905 INFO:teuthology.orchestra.run.smithi019.stdout: Package Architecture Version Repository Size 2023-09-30T00:38:21.905 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:38:21.905 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-09-30T00:38:21.905 INFO:teuthology.orchestra.run.smithi019.stdout: rbd-fuse x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 90 k 2023-09-30T00:38:21.905 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:38:21.905 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-09-30T00:38:21.905 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:38:21.905 INFO:teuthology.orchestra.run.smithi019.stdout:Install 1 Package 2023-09-30T00:38:21.905 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:38:21.906 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 90 k 2023-09-30T00:38:21.906 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 264 k 2023-09-30T00:38:21.906 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-09-30T00:38:22.628 INFO:teuthology.orchestra.run.smithi019.stdout:rbd-fuse-17.2.6-1165.g93dce5e1.el8.x86_64.rpm 125 kB/s | 90 kB 00:00 2023-09-30T00:38:22.628 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:38:22.628 INFO:teuthology.orchestra.run.smithi019.stdout:Total 125 kB/s | 90 kB 00:00 2023-09-30T00:38:22.629 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-09-30T00:38:22.642 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-09-30T00:38:22.643 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-09-30T00:38:22.702 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-09-30T00:38:22.705 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-09-30T00:38:22.825 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-09-30T00:38:23.052 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:38:23.386 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:38:24.091 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:38:24.091 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:38:24.091 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-09-30T00:38:24.092 INFO:teuthology.orchestra.run.smithi019.stdout: rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:38:24.092 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:38:24.092 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:38:24.356 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install rbd-mirror 2023-09-30T00:38:25.342 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:35:37 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:38:27.124 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:38:27.124 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:38:27.124 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repo Size 2023-09-30T00:38:27.125 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:38:27.125 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-09-30T00:38:27.125 INFO:teuthology.orchestra.run.smithi019.stdout: rbd-mirror x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.5 M 2023-09-30T00:38:27.125 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:38:27.125 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-09-30T00:38:27.125 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:38:27.125 INFO:teuthology.orchestra.run.smithi019.stdout:Install 1 Package 2023-09-30T00:38:27.125 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:38:27.126 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 3.5 M 2023-09-30T00:38:27.126 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 16 M 2023-09-30T00:38:27.126 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-09-30T00:38:29.746 INFO:teuthology.orchestra.run.smithi019.stdout:rbd-mirror-17.2.6-1165.g93dce5e1.el8.x86_64.rpm 1.3 MB/s | 3.5 MB 00:02 2023-09-30T00:38:29.747 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:38:29.747 INFO:teuthology.orchestra.run.smithi019.stdout:Total 1.3 MB/s | 3.5 MB 00:02 2023-09-30T00:38:29.748 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-09-30T00:38:29.762 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-09-30T00:38:29.763 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-09-30T00:38:29.835 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-09-30T00:38:29.838 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-09-30T00:38:30.326 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-09-30T00:38:30.527 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:38:31.003 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:38:31.683 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:38:31.684 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:38:31.684 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-09-30T00:38:31.684 INFO:teuthology.orchestra.run.smithi019.stdout: rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:38:31.684 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:38:31.684 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:38:32.079 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install rbd-nbd 2023-09-30T00:38:33.074 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:35:45 ago on Sat 30 Sep 2023 12:02:48 AM UTC. 2023-09-30T00:38:34.840 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-09-30T00:38:34.840 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:38:34.840 INFO:teuthology.orchestra.run.smithi019.stdout: Package Architecture Version Repository Size 2023-09-30T00:38:34.841 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:38:34.841 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-09-30T00:38:34.841 INFO:teuthology.orchestra.run.smithi019.stdout: rbd-nbd x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 173 k 2023-09-30T00:38:34.841 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:38:34.841 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-09-30T00:38:34.841 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-09-30T00:38:34.841 INFO:teuthology.orchestra.run.smithi019.stdout:Install 1 Package 2023-09-30T00:38:34.841 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:38:34.842 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 173 k 2023-09-30T00:38:34.842 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 552 k 2023-09-30T00:38:34.842 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-09-30T00:38:35.291 INFO:teuthology.orchestra.run.smithi019.stdout:rbd-nbd-17.2.6-1165.g93dce5e1.el8.x86_64.rpm 385 kB/s | 173 kB 00:00 2023-09-30T00:38:35.292 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:38:35.292 INFO:teuthology.orchestra.run.smithi019.stdout:Total 384 kB/s | 173 kB 00:00 2023-09-30T00:38:35.293 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-09-30T00:38:35.306 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-09-30T00:38:35.307 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-09-30T00:38:35.367 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-09-30T00:38:35.370 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-09-30T00:38:35.498 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-09-30T00:38:35.675 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:38:36.032 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:38:36.707 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T00:38:36.707 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:38:36.707 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-09-30T00:38:36.707 INFO:teuthology.orchestra.run.smithi019.stdout: rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T00:38:36.707 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:38:36.707 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-09-30T00:38:36.915 DEBUG:teuthology.parallel:result is None 2023-09-30T00:38:36.915 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=93dce5e17918f8aca65993a7a2dc40233a47b481 2023-09-30T00:38:37.139 DEBUG:teuthology.orchestra.run.smithi019:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-09-30T00:38:37.169 INFO:teuthology.orchestra.run.smithi019.stdout:17.2.6-1165.g93dce5e1.el8 2023-09-30T00:38:37.170 INFO:teuthology.packaging:The installed version of ceph is 17.2.6-1165.g93dce5e1.el8 2023-09-30T00:38:37.170 INFO:teuthology.task.install:The correct ceph version 17.2.6-1165.g93dce5e1 is installed. 2023-09-30T00:38:37.170 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=93dce5e17918f8aca65993a7a2dc40233a47b481 2023-09-30T00:38:37.317 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-09-30T00:38:37.349 INFO:teuthology.orchestra.run.smithi045.stdout:17.2.6-1165.g93dce5e1.el8 2023-09-30T00:38:37.349 INFO:teuthology.packaging:The installed version of ceph is 17.2.6-1165.g93dce5e1.el8 2023-09-30T00:38:37.349 INFO:teuthology.task.install:The correct ceph version 17.2.6-1165.g93dce5e1 is installed. 2023-09-30T00:38:37.350 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=93dce5e17918f8aca65993a7a2dc40233a47b481 2023-09-30T00:38:37.566 DEBUG:teuthology.orchestra.run.smithi158:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-09-30T00:38:37.595 INFO:teuthology.orchestra.run.smithi158.stdout:17.2.6-1165.g93dce5e1.el8 2023-09-30T00:38:37.595 INFO:teuthology.packaging:The installed version of ceph is 17.2.6-1165.g93dce5e1.el8 2023-09-30T00:38:37.595 INFO:teuthology.task.install:The correct ceph version 17.2.6-1165.g93dce5e1 is installed. 2023-09-30T00:38:37.595 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-09-30T00:38:37.596 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-09-30T00:38:37.596 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-09-30T00:38:37.634 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-09-30T00:38:37.635 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-09-30T00:38:37.672 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-30T00:38:37.672 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-09-30T00:38:37.707 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-09-30T00:38:37.707 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-09-30T00:38:37.707 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/usr/bin/daemon-helper 2023-09-30T00:38:37.743 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-09-30T00:38:37.818 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-09-30T00:38:37.818 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/daemon-helper 2023-09-30T00:38:37.853 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-09-30T00:38:37.927 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-30T00:38:37.928 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/usr/bin/daemon-helper 2023-09-30T00:38:37.961 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-09-30T00:38:38.031 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-09-30T00:38:38.032 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-09-30T00:38:38.032 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/usr/bin/adjust-ulimits 2023-09-30T00:38:38.068 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-09-30T00:38:38.143 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-09-30T00:38:38.143 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/adjust-ulimits 2023-09-30T00:38:38.178 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-09-30T00:38:38.253 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-30T00:38:38.254 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/usr/bin/adjust-ulimits 2023-09-30T00:38:38.285 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-09-30T00:38:38.356 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-09-30T00:38:38.357 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-09-30T00:38:38.357 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/usr/bin/stdin-killer 2023-09-30T00:38:38.392 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-09-30T00:38:38.468 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-09-30T00:38:38.468 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/stdin-killer 2023-09-30T00:38:38.503 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-09-30T00:38:38.579 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-30T00:38:38.579 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/usr/bin/stdin-killer 2023-09-30T00:38:38.611 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-09-30T00:38:38.684 INFO:teuthology.run_tasks:Running task cephadm... 2023-09-30T00:38:38.760 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '93dce5e17918f8aca65993a7a2dc40233a47b481'} 2023-09-30T00:38:38.761 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 2023-09-30T00:38:38.761 INFO:tasks.cephadm:Cluster fsid is b278a7f0-5f29-11ee-8db4-212e2dc638e7 2023-09-30T00:38:38.761 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-09-30T00:38:38.761 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.19', 'mon.b': '172.21.15.45', 'mon.c': '172.21.15.158'} 2023-09-30T00:38:38.761 INFO:tasks.cephadm:First mon is mon.a on smithi019 2023-09-30T00:38:38.762 INFO:tasks.cephadm:First mgr is a 2023-09-30T00:38:38.762 INFO:tasks.cephadm:Normalizing hostnames... 2023-09-30T00:38:38.762 DEBUG:teuthology.orchestra.run.smithi019:> sudo hostname $(hostname -s) 2023-09-30T00:38:38.798 DEBUG:teuthology.orchestra.run.smithi045:> sudo hostname $(hostname -s) 2023-09-30T00:38:38.834 DEBUG:teuthology.orchestra.run.smithi158:> sudo hostname $(hostname -s) 2023-09-30T00:38:38.867 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 93dce5e17918f8aca65993a7a2dc40233a47b481)... 2023-09-30T00:38:38.868 DEBUG:teuthology.orchestra.run.smithi019:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/93dce5e17918f8aca65993a7a2dc40233a47b481/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-30T00:38:39.048 INFO:teuthology.orchestra.run.smithi019.stdout:-rw-rw-r--. 1 ubuntu ubuntu 366215 Sep 30 00:38 /home/ubuntu/cephtest/cephadm 2023-09-30T00:38:39.049 DEBUG:teuthology.orchestra.run.smithi045:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/93dce5e17918f8aca65993a7a2dc40233a47b481/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-30T00:38:39.194 INFO:teuthology.orchestra.run.smithi045.stdout:-rw-rw-r--. 1 ubuntu ubuntu 366215 Sep 30 00:38 /home/ubuntu/cephtest/cephadm 2023-09-30T00:38:39.195 DEBUG:teuthology.orchestra.run.smithi158:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/93dce5e17918f8aca65993a7a2dc40233a47b481/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-30T00:38:39.344 INFO:teuthology.orchestra.run.smithi158.stdout:-rw-rw-r--. 1 ubuntu ubuntu 366215 Sep 30 00:38 /home/ubuntu/cephtest/cephadm 2023-09-30T00:38:39.344 DEBUG:teuthology.orchestra.run.smithi019:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-30T00:38:39.370 DEBUG:teuthology.orchestra.run.smithi045:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-30T00:38:39.395 DEBUG:teuthology.orchestra.run.smithi158:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-30T00:38:39.430 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 on all hosts... 2023-09-30T00:38:39.430 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 pull 2023-09-30T00:38:39.433 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 pull 2023-09-30T00:38:39.437 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 pull 2023-09-30T00:38:40.271 INFO:teuthology.orchestra.run.smithi158.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481... 2023-09-30T00:38:40.303 INFO:teuthology.orchestra.run.smithi045.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481... 2023-09-30T00:38:40.543 INFO:teuthology.orchestra.run.smithi019.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481... 2023-09-30T00:39:06.492 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-09-30T00:39:06.492 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph_version": "ceph version 17.2.6-1165-g93dce5e1 (93dce5e17918f8aca65993a7a2dc40233a47b481) quincy (stable)", 2023-09-30T00:39:06.492 INFO:teuthology.orchestra.run.smithi019.stdout: "image_id": "d3d4805ca96d5e5890dde6bc0c46718019a0f4e0eebddd1e8d63ef6803218fab", 2023-09-30T00:39:06.492 INFO:teuthology.orchestra.run.smithi019.stdout: "repo_digests": [ 2023-09-30T00:39:06.492 INFO:teuthology.orchestra.run.smithi019.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c2b726083f762d50c1d67cfeca7c3ce5b7c3752e402a84f6059b7c7e2e101aec" 2023-09-30T00:39:06.492 INFO:teuthology.orchestra.run.smithi019.stdout: ] 2023-09-30T00:39:06.493 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-09-30T00:39:31.841 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-09-30T00:39:31.841 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph_version": "ceph version 17.2.6-1165-g93dce5e1 (93dce5e17918f8aca65993a7a2dc40233a47b481) quincy (stable)", 2023-09-30T00:39:31.841 INFO:teuthology.orchestra.run.smithi045.stdout: "image_id": "d3d4805ca96d5e5890dde6bc0c46718019a0f4e0eebddd1e8d63ef6803218fab", 2023-09-30T00:39:31.841 INFO:teuthology.orchestra.run.smithi045.stdout: "repo_digests": [ 2023-09-30T00:39:31.842 INFO:teuthology.orchestra.run.smithi045.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c2b726083f762d50c1d67cfeca7c3ce5b7c3752e402a84f6059b7c7e2e101aec" 2023-09-30T00:39:31.842 INFO:teuthology.orchestra.run.smithi045.stdout: ] 2023-09-30T00:39:31.842 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-09-30T00:39:32.062 INFO:teuthology.orchestra.run.smithi158.stdout:{ 2023-09-30T00:39:32.062 INFO:teuthology.orchestra.run.smithi158.stdout: "ceph_version": "ceph version 17.2.6-1165-g93dce5e1 (93dce5e17918f8aca65993a7a2dc40233a47b481) quincy (stable)", 2023-09-30T00:39:32.062 INFO:teuthology.orchestra.run.smithi158.stdout: "image_id": "d3d4805ca96d5e5890dde6bc0c46718019a0f4e0eebddd1e8d63ef6803218fab", 2023-09-30T00:39:32.062 INFO:teuthology.orchestra.run.smithi158.stdout: "repo_digests": [ 2023-09-30T00:39:32.063 INFO:teuthology.orchestra.run.smithi158.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c2b726083f762d50c1d67cfeca7c3ce5b7c3752e402a84f6059b7c7e2e101aec" 2023-09-30T00:39:32.063 INFO:teuthology.orchestra.run.smithi158.stdout: ] 2023-09-30T00:39:32.063 INFO:teuthology.orchestra.run.smithi158.stdout:} 2023-09-30T00:39:32.081 DEBUG:teuthology.orchestra.run.smithi019:> sudo mkdir -p /etc/ceph 2023-09-30T00:39:32.122 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /etc/ceph 2023-09-30T00:39:32.163 DEBUG:teuthology.orchestra.run.smithi158:> sudo mkdir -p /etc/ceph 2023-09-30T00:39:32.195 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 777 /etc/ceph 2023-09-30T00:39:32.230 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 777 /etc/ceph 2023-09-30T00:39:32.267 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod 777 /etc/ceph 2023-09-30T00:39:32.294 INFO:tasks.cephadm:Writing seed config... 2023-09-30T00:39:32.295 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-09-30T00:39:32.295 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-09-30T00:39:32.295 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-09-30T00:39:32.295 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2023-09-30T00:39:32.295 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-09-30T00:39:32.295 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-09-30T00:39:32.295 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-09-30T00:39:32.296 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-09-30T00:39:32.296 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-09-30T00:39:32.296 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-09-30T00:39:32.296 DEBUG:teuthology.orchestra.run.smithi019:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-09-30T00:39:32.319 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = b278a7f0-5f29-11ee-8db4-212e2dc638e7 mon election default strategy = 3 [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 = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-09-30T00:39:32.319 DEBUG:teuthology.orchestra.run.smithi019:mon.a> sudo journalctl -f -n 0 -u ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mon.a.service 2023-09-30T00:39:32.362 DEBUG:teuthology.orchestra.run.smithi019:mgr.a> sudo journalctl -f -n 0 -u ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mgr.a.service 2023-09-30T00:39:32.397 INFO:journalctl@ceph.mon.a.smithi019.stdout:-- Logs begin at Fri 2023-09-29 23:18:43 UTC. -- 2023-09-30T00:39:32.398 INFO:tasks.cephadm:Bootstrapping... 2023-09-30T00:39:32.399 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 -v bootstrap --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.19 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-09-30T00:39:32.432 INFO:journalctl@ceph.mgr.a.smithi019.stdout:-- Logs begin at Fri 2023-09-29 23:18:43 UTC. -- 2023-09-30T00:39:32.636 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-09-30T00:39:32.636 INFO:teuthology.orchestra.run.smithi019.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481', '-v', 'bootstrap', '--fsid', 'b278a7f0-5f29-11ee-8db4-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.19', '--skip-admin-label'] 2023-09-30T00:39:32.674 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stdout 4.6.1 2023-09-30T00:39:32.674 INFO:teuthology.orchestra.run.smithi019.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-09-30T00:39:32.674 INFO:teuthology.orchestra.run.smithi019.stdout:Verifying podman|docker is present... 2023-09-30T00:39:32.710 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stdout 4.6.1 2023-09-30T00:39:32.710 INFO:teuthology.orchestra.run.smithi019.stdout:Verifying lvm2 is present... 2023-09-30T00:39:32.710 INFO:teuthology.orchestra.run.smithi019.stdout:Verifying time synchronization is in place... 2023-09-30T00:39:32.718 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-09-30T00:39:32.719 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-09-30T00:39:32.725 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-09-30T00:39:32.725 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout inactive 2023-09-30T00:39:32.731 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout enabled 2023-09-30T00:39:32.738 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout active 2023-09-30T00:39:32.738 INFO:teuthology.orchestra.run.smithi019.stdout:Unit chronyd.service is enabled and running 2023-09-30T00:39:32.738 INFO:teuthology.orchestra.run.smithi019.stdout:Repeating the final host check... 2023-09-30T00:39:32.772 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stdout 4.6.1 2023-09-30T00:39:32.772 INFO:teuthology.orchestra.run.smithi019.stdout:podman (/bin/podman) version 4.6.1 is present 2023-09-30T00:39:32.772 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl is present 2023-09-30T00:39:32.772 INFO:teuthology.orchestra.run.smithi019.stdout:lvcreate is present 2023-09-30T00:39:32.779 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-09-30T00:39:32.779 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-09-30T00:39:32.785 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-09-30T00:39:32.786 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout inactive 2023-09-30T00:39:32.793 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout enabled 2023-09-30T00:39:32.799 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout active 2023-09-30T00:39:32.799 INFO:teuthology.orchestra.run.smithi019.stdout:Unit chronyd.service is enabled and running 2023-09-30T00:39:32.799 INFO:teuthology.orchestra.run.smithi019.stdout:Host looks OK 2023-09-30T00:39:32.799 INFO:teuthology.orchestra.run.smithi019.stdout:Cluster fsid: b278a7f0-5f29-11ee-8db4-212e2dc638e7 2023-09-30T00:39:32.800 INFO:teuthology.orchestra.run.smithi019.stdout:Acquiring lock 140388392454632 on /run/cephadm/b278a7f0-5f29-11ee-8db4-212e2dc638e7.lock 2023-09-30T00:39:32.801 INFO:teuthology.orchestra.run.smithi019.stdout:Lock 140388392454632 acquired on /run/cephadm/b278a7f0-5f29-11ee-8db4-212e2dc638e7.lock 2023-09-30T00:39:32.801 INFO:teuthology.orchestra.run.smithi019.stdout:Verifying IP 172.21.15.19 port 3300 ... 2023-09-30T00:39:32.801 INFO:teuthology.orchestra.run.smithi019.stdout:Verifying IP 172.21.15.19 port 6789 ... 2023-09-30T00:39:32.801 INFO:teuthology.orchestra.run.smithi019.stdout:Base mon IP(s) is [172.21.15.19:3300, 172.21.15.19:6789], mon addrv is [v2:172.21.15.19:3300,v1:172.21.15.19:6789] 2023-09-30T00:39:32.805 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.19 metric 100 2023-09-30T00:39:32.805 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.19 metric 100 2023-09-30T00:39:32.809 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-09-30T00:39:32.809 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-09-30T00:39:32.809 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1782sec hoplimit 64 pref medium 2023-09-30T00:39:32.812 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-09-30T00:39:32.812 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-09-30T00:39:32.812 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-09-30T00:39:32.812 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout 3: ens1f0: mtu 1500 state UP qlen 1000 2023-09-30T00:39:32.812 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:161e/64 scope link 2023-09-30T00:39:32.812 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-09-30T00:39:32.813 INFO:teuthology.orchestra.run.smithi019.stdout:Mon IP `172.21.15.19` is in CIDR network `172.21.0.0/20` 2023-09-30T00:39:32.813 INFO:teuthology.orchestra.run.smithi019.stdout:Mon IP `172.21.15.19` is in CIDR network `172.21.0.0/20` 2023-09-30T00:39:32.813 INFO:teuthology.orchestra.run.smithi019.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-09-30T00:39:32.814 INFO:teuthology.orchestra.run.smithi019.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-09-30T00:39:32.814 INFO:teuthology.orchestra.run.smithi019.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481... 2023-09-30T00:39:35.120 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stdout d3d4805ca96d5e5890dde6bc0c46718019a0f4e0eebddd1e8d63ef6803218fab 2023-09-30T00:39:35.120 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481... 2023-09-30T00:39:35.120 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stderr Getting image source signatures 2023-09-30T00:39:35.121 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stderr Copying blob sha256:6208df5783c49b3cb64a92634c1d651684594be0c89f455c3295fb72587aa858 2023-09-30T00:39:35.121 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stderr Copying blob sha256:c16254b0810587cdd81d0647eccf1c3e4d200bf4eeba6596492e593ad063d4ee 2023-09-30T00:39:35.121 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stderr Copying config sha256:d3d4805ca96d5e5890dde6bc0c46718019a0f4e0eebddd1e8d63ef6803218fab 2023-09-30T00:39:35.121 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stderr Writing manifest to image destination 2023-09-30T00:39:37.904 INFO:teuthology.orchestra.run.smithi019.stdout:ceph: stdout ceph version 17.2.6-1165-g93dce5e1 (93dce5e17918f8aca65993a7a2dc40233a47b481) quincy (stable) 2023-09-30T00:39:37.904 INFO:teuthology.orchestra.run.smithi019.stdout:Ceph version: ceph version 17.2.6-1165-g93dce5e1 (93dce5e17918f8aca65993a7a2dc40233a47b481) quincy (stable) 2023-09-30T00:39:37.904 INFO:teuthology.orchestra.run.smithi019.stdout:Extracting ceph user uid/gid from container image... 2023-09-30T00:39:38.419 INFO:teuthology.orchestra.run.smithi019.stdout:stat: stdout 167 167 2023-09-30T00:39:38.420 INFO:teuthology.orchestra.run.smithi019.stdout:Creating initial keys... 2023-09-30T00:39:39.000 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph-authtool: stdout AQBKbhdldRjSJBAAE5quuO7bQ7hjbCWmR+WMNw== 2023-09-30T00:39:39.531 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph-authtool: stdout AQBLbhdlubvJChAALVg4r5soH7nTJx9rXJa6zw== 2023-09-30T00:39:40.156 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph-authtool: stdout AQBLbhdlmnxXMBAAfIemZyxNAfPSf6WHnVgM9g== 2023-09-30T00:39:40.157 INFO:teuthology.orchestra.run.smithi019.stdout:Creating initial monmap... 2023-09-30T00:39:40.790 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-30T00:39:40.790 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = octopus 2023-09-30T00:39:40.790 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to b278a7f0-5f29-11ee-8db4-212e2dc638e7 2023-09-30T00:39:40.790 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-30T00:39:40.791 INFO:teuthology.orchestra.run.smithi019.stdout:monmaptool for a [v2:172.21.15.19:3300,v1:172.21.15.19:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-30T00:39:40.791 INFO:teuthology.orchestra.run.smithi019.stdout:setting min_mon_release = octopus 2023-09-30T00:39:40.791 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/monmaptool: set fsid to b278a7f0-5f29-11ee-8db4-212e2dc638e7 2023-09-30T00:39:40.791 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-30T00:39:40.791 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:39:40.791 INFO:teuthology.orchestra.run.smithi019.stdout:Creating mon... 2023-09-30T00:39:41.357 INFO:teuthology.orchestra.run.smithi019.stdout:create mon.a on 2023-09-30T00:39:41.469 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2023-09-30T00:39:41.566 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-09-30T00:39:41.672 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7.target → /etc/systemd/system/ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7.target. 2023-09-30T00:39:41.673 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7.target → /etc/systemd/system/ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7.target. 2023-09-30T00:39:41.813 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mon.a 2023-09-30T00:39:41.813 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mon.a.service: Unit ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mon.a.service not loaded. 2023-09-30T00:39:41.916 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7.target.wants/ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mon.a.service → /etc/systemd/system/ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@.service. 2023-09-30T00:39:42.270 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T00:39:42.270 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout disabled 2023-09-30T00:39:42.281 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T00:39:42.281 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout inactive 2023-09-30T00:39:42.281 INFO:teuthology.orchestra.run.smithi019.stdout:firewalld.service is not enabled 2023-09-30T00:39:42.281 INFO:teuthology.orchestra.run.smithi019.stdout:Not possible to enable service . firewalld.service is not available 2023-09-30T00:39:42.282 INFO:teuthology.orchestra.run.smithi019.stdout:Waiting for mon to start... 2023-09-30T00:39:42.282 INFO:teuthology.orchestra.run.smithi019.stdout:Waiting for mon... 2023-09-30T00:39:42.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:42 smithi019 ceph-mon[111823]: mon.a is new leader, mons a in quorum (ranks 0) 2023-09-30T00:39:43.081 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout cluster: 2023-09-30T00:39:43.083 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout id: b278a7f0-5f29-11ee-8db4-212e2dc638e7 2023-09-30T00:39:43.083 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-09-30T00:39:43.083 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-09-30T00:39:43.083 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout services: 2023-09-30T00:39:43.083 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.419617s) 2023-09-30T00:39:43.083 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-09-30T00:39:43.083 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-09-30T00:39:43.083 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-09-30T00:39:43.083 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout data: 2023-09-30T00:39:43.084 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-09-30T00:39:43.084 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-09-30T00:39:43.084 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-09-30T00:39:43.084 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout pgs: 2023-09-30T00:39:43.084 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-09-30T00:39:43.084 INFO:teuthology.orchestra.run.smithi019.stdout:mon is available 2023-09-30T00:39:43.084 INFO:teuthology.orchestra.run.smithi019.stdout:Assimilating anything we can from ceph.conf... 2023-09-30T00:39:43.571 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:43 smithi019 ceph-mon[111823]: mon.a is new leader, mons a in quorum (ranks 0) 2023-09-30T00:39:43.571 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:43 smithi019 ceph-mon[111823]: monmap e1: 1 mons at {a=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0]} removed_ranks: {} 2023-09-30T00:39:43.572 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:43 smithi019 ceph-mon[111823]: fsmap 2023-09-30T00:39:43.572 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:43 smithi019 ceph-mon[111823]: osdmap e1: 0 total, 0 up, 0 in 2023-09-30T00:39:43.572 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:43 smithi019 ceph-mon[111823]: mgrmap e1: no daemons active 2023-09-30T00:39:43.572 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:43 smithi019 ceph-mon[111823]: from='client.? 172.21.15.19:0/867120797' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-09-30T00:39:43.907 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-09-30T00:39:43.907 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout [global] 2023-09-30T00:39:43.907 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout fsid = b278a7f0-5f29-11ee-8db4-212e2dc638e7 2023-09-30T00:39:43.907 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.19:3300,v1:172.21.15.19:6789] 2023-09-30T00:39:43.907 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-09-30T00:39:43.907 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-09-30T00:39:43.907 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-09-30T00:39:43.907 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-09-30T00:39:43.907 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-09-30T00:39:43.908 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout [mgr] 2023-09-30T00:39:43.908 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2023-09-30T00:39:43.908 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-09-30T00:39:43.908 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-09-30T00:39:43.908 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout [osd] 2023-09-30T00:39:43.908 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-09-30T00:39:43.908 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-09-30T00:39:43.908 INFO:teuthology.orchestra.run.smithi019.stdout:Generating new minimal ceph.conf... 2023-09-30T00:39:44.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:44 smithi019 ceph-mon[111823]: from='client.? 172.21.15.19:0/2710436154' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-30T00:39:44.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:44 smithi019 ceph-mon[111823]: from='client.? 172.21.15.19:0/2710436154' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-30T00:39:44.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:44 smithi019 ceph-mon[111823]: from='client.? 172.21.15.19:0/1068130867' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:39:44.609 INFO:teuthology.orchestra.run.smithi019.stdout:Restarting the monitor... 2023-09-30T00:39:45.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:44 smithi019 systemd[1]: Stopping Ceph mon.a for b278a7f0-5f29-11ee-8db4-212e2dc638e7... 2023-09-30T00:39:45.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:44 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-a[111819]: 2023-09-30T00:39:44.801+0000 7f47d6e88700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T00:39:45.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:44 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-a[111819]: 2023-09-30T00:39:44.801+0000 7f47d6e88700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-09-30T00:39:45.396 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 bash[112077]: ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-a 2023-09-30T00:39:45.706 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 systemd[1]: ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mon.a.service: Succeeded. 2023-09-30T00:39:45.706 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 systemd[1]: Stopped Ceph mon.a for b278a7f0-5f29-11ee-8db4-212e2dc638e7. 2023-09-30T00:39:45.706 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 systemd[1]: Starting Ceph mon.a for b278a7f0-5f29-11ee-8db4-212e2dc638e7... 2023-09-30T00:39:45.764 INFO:teuthology.orchestra.run.smithi019.stdout:Setting mon public_network to 172.21.0.0/20 2023-09-30T00:39:46.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 bash[112187]: b06f8524c545909bab015ef8bec2fa2cbd80bde22a0af5abb64d14c468fcef88 2023-09-30T00:39:46.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 systemd[1]: Started Ceph mon.a for b278a7f0-5f29-11ee-8db4-212e2dc638e7. 2023-09-30T00:39:46.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: set uid:gid to 167:167 (ceph:ceph) 2023-09-30T00:39:46.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: ceph version 17.2.6-1165-g93dce5e1 (93dce5e17918f8aca65993a7a2dc40233a47b481) quincy (stable), process ceph-mon, pid 2 2023-09-30T00:39:46.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: pidfile_write: ignore empty --pid-file 2023-09-30T00:39:46.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: load: jerasure load: lrc 2023-09-30T00:39:46.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: RocksDB version: 6.15.5 2023-09-30T00:39:46.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-30T00:39:46.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Compile date Sep 29 2023 2023-09-30T00:39:46.088 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: DB SUMMARY 2023-09-30T00:39:46.088 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: DB Session ID: W62NXBE6IJOKVR3U6RM9 2023-09-30T00:39:46.088 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: CURRENT file: CURRENT 2023-09-30T00:39:46.088 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: IDENTITY file: IDENTITY 2023-09-30T00:39:46.088 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-09-30T00:39:46.088 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-09-30T00:39:46.088 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82974 ; 2023-09-30T00:39:46.088 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.error_if_exists: 0 2023-09-30T00:39:46.088 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.create_if_missing: 0 2023-09-30T00:39:46.088 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.paranoid_checks: 1 2023-09-30T00:39:46.088 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-30T00:39:46.088 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.env: 0x557a9faf0a80 2023-09-30T00:39:46.089 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.fs: Posix File System 2023-09-30T00:39:46.089 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.info_log: 0x557aa1bb5d80 2023-09-30T00:39:46.089 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_file_opening_threads: 16 2023-09-30T00:39:46.089 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.statistics: (nil) 2023-09-30T00:39:46.089 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.use_fsync: 0 2023-09-30T00:39:46.089 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_log_file_size: 0 2023-09-30T00:39:46.089 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-30T00:39:46.089 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-30T00:39:46.089 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.keep_log_file_num: 1000 2023-09-30T00:39:46.089 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.recycle_log_file_num: 0 2023-09-30T00:39:46.089 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.allow_fallocate: 1 2023-09-30T00:39:46.089 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.allow_mmap_reads: 0 2023-09-30T00:39:46.090 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.allow_mmap_writes: 0 2023-09-30T00:39:46.090 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.use_direct_reads: 0 2023-09-30T00:39:46.090 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-30T00:39:46.090 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.create_missing_column_families: 0 2023-09-30T00:39:46.090 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.db_log_dir: 2023-09-30T00:39:46.090 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-09-30T00:39:46.090 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-30T00:39:46.090 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-30T00:39:46.090 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-30T00:39:46.090 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-30T00:39:46.090 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-30T00:39:46.091 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-30T00:39:46.091 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.advise_random_on_open: 1 2023-09-30T00:39:46.091 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.db_write_buffer_size: 0 2023-09-30T00:39:46.091 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.write_buffer_manager: 0x557aa28a8960 2023-09-30T00:39:46.091 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-30T00:39:46.091 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-30T00:39:46.091 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-30T00:39:46.091 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-30T00:39:46.091 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.rate_limiter: (nil) 2023-09-30T00:39:46.091 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-30T00:39:46.091 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.wal_recovery_mode: 2 2023-09-30T00:39:46.091 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.enable_thread_tracking: 0 2023-09-30T00:39:46.091 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.enable_pipelined_write: 0 2023-09-30T00:39:46.092 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.unordered_write: 0 2023-09-30T00:39:46.092 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-30T00:39:46.092 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-30T00:39:46.092 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-30T00:39:46.092 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-30T00:39:46.092 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.row_cache: None 2023-09-30T00:39:46.092 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.wal_filter: None 2023-09-30T00:39:46.092 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-30T00:39:46.092 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.allow_ingest_behind: 0 2023-09-30T00:39:46.092 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.preserve_deletes: 0 2023-09-30T00:39:46.092 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.two_write_queues: 0 2023-09-30T00:39:46.092 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.manual_wal_flush: 0 2023-09-30T00:39:46.093 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.atomic_flush: 0 2023-09-30T00:39:46.093 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-30T00:39:46.093 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-30T00:39:46.093 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-30T00:39:46.093 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.log_readahead_size: 0 2023-09-30T00:39:46.093 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-30T00:39:46.093 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.best_efforts_recovery: 0 2023-09-30T00:39:46.093 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-30T00:39:46.093 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-30T00:39:46.093 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.allow_data_in_errors: 0 2023-09-30T00:39:46.093 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.db_host_id: __hostname__ 2023-09-30T00:39:46.093 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_background_jobs: 2 2023-09-30T00:39:46.094 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_background_compactions: -1 2023-09-30T00:39:46.094 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_subcompactions: 1 2023-09-30T00:39:46.094 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-30T00:39:46.094 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-30T00:39:46.094 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-30T00:39:46.094 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_total_wal_size: 0 2023-09-30T00:39:46.094 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-30T00:39:46.094 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-30T00:39:46.094 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-30T00:39:46.094 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-30T00:39:46.094 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_open_files: -1 2023-09-30T00:39:46.095 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.bytes_per_sync: 0 2023-09-30T00:39:46.095 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-30T00:39:46.095 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-30T00:39:46.095 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compaction_readahead_size: 0 2023-09-30T00:39:46.095 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_background_flushes: -1 2023-09-30T00:39:46.095 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Compression algorithms supported: 2023-09-30T00:39:46.095 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-30T00:39:46.095 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: kZSTD supported: 0 2023-09-30T00:39:46.095 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: kXpressCompression supported: 0 2023-09-30T00:39:46.095 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: kLZ4HCCompression supported: 1 2023-09-30T00:39:46.095 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: kZlibCompression supported: 1 2023-09-30T00:39:46.096 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: kSnappyCompression supported: 1 2023-09-30T00:39:46.096 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: kLZ4Compression supported: 1 2023-09-30T00:39:46.096 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: kBZip2Compression supported: 0 2023-09-30T00:39:46.096 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-30T00:39:46.096 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2023-09-30T00:39:46.096 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2023-09-30T00:39:46.096 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-30T00:39:46.096 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.merge_operator: 2023-09-30T00:39:46.096 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compaction_filter: None 2023-09-30T00:39:46.096 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compaction_filter_factory: None 2023-09-30T00:39:46.096 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.sst_partitioner_factory: None 2023-09-30T00:39:46.096 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-30T00:39:46.096 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-30T00:39:46.097 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557aa1b88fa0) 2023-09-30T00:39:46.097 INFO:journalctl@ceph.mon.a.smithi019.stdout: cache_index_and_filter_blocks: 1 2023-09-30T00:39:46.097 INFO:journalctl@ceph.mon.a.smithi019.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-30T00:39:46.097 INFO:journalctl@ceph.mon.a.smithi019.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-30T00:39:46.097 INFO:journalctl@ceph.mon.a.smithi019.stdout: pin_top_level_index_and_filter: 1 2023-09-30T00:39:46.097 INFO:journalctl@ceph.mon.a.smithi019.stdout: index_type: 0 2023-09-30T00:39:46.097 INFO:journalctl@ceph.mon.a.smithi019.stdout: data_block_index_type: 0 2023-09-30T00:39:46.097 INFO:journalctl@ceph.mon.a.smithi019.stdout: index_shortening: 1 2023-09-30T00:39:46.097 INFO:journalctl@ceph.mon.a.smithi019.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-30T00:39:46.097 INFO:journalctl@ceph.mon.a.smithi019.stdout: hash_index_allow_collision: 1 2023-09-30T00:39:46.097 INFO:journalctl@ceph.mon.a.smithi019.stdout: checksum: 1 2023-09-30T00:39:46.097 INFO:journalctl@ceph.mon.a.smithi019.stdout: no_block_cache: 0 2023-09-30T00:39:46.098 INFO:journalctl@ceph.mon.a.smithi019.stdout: block_cache: 0x557aa1bbb090 2023-09-30T00:39:46.098 INFO:journalctl@ceph.mon.a.smithi019.stdout: block_cache_name: BinnedLRUCache 2023-09-30T00:39:46.098 INFO:journalctl@ceph.mon.a.smithi019.stdout: block_cache_options: 2023-09-30T00:39:46.098 INFO:journalctl@ceph.mon.a.smithi019.stdout: capacity : 536870912 2023-09-30T00:39:46.098 INFO:journalctl@ceph.mon.a.smithi019.stdout: num_shard_bits : 4 2023-09-30T00:39:46.098 INFO:journalctl@ceph.mon.a.smithi019.stdout: strict_capacity_limit : 0 2023-09-30T00:39:46.098 INFO:journalctl@ceph.mon.a.smithi019.stdout: high_pri_pool_ratio: 0.000 2023-09-30T00:39:46.098 INFO:journalctl@ceph.mon.a.smithi019.stdout: block_cache_compressed: (nil) 2023-09-30T00:39:46.098 INFO:journalctl@ceph.mon.a.smithi019.stdout: persistent_cache: (nil) 2023-09-30T00:39:46.098 INFO:journalctl@ceph.mon.a.smithi019.stdout: block_size: 4096 2023-09-30T00:39:46.098 INFO:journalctl@ceph.mon.a.smithi019.stdout: block_size_deviation: 10 2023-09-30T00:39:46.098 INFO:journalctl@ceph.mon.a.smithi019.stdout: block_restart_interval: 16 2023-09-30T00:39:46.099 INFO:journalctl@ceph.mon.a.smithi019.stdout: index_block_restart_interval: 1 2023-09-30T00:39:46.099 INFO:journalctl@ceph.mon.a.smithi019.stdout: metadata_block_size: 4096 2023-09-30T00:39:46.099 INFO:journalctl@ceph.mon.a.smithi019.stdout: partition_filters: 0 2023-09-30T00:39:46.099 INFO:journalctl@ceph.mon.a.smithi019.stdout: use_delta_encoding: 1 2023-09-30T00:39:46.099 INFO:journalctl@ceph.mon.a.smithi019.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-30T00:39:46.099 INFO:journalctl@ceph.mon.a.smithi019.stdout: whole_key_filtering: 1 2023-09-30T00:39:46.099 INFO:journalctl@ceph.mon.a.smithi019.stdout: verify_compression: 0 2023-09-30T00:39:46.099 INFO:journalctl@ceph.mon.a.smithi019.stdout: read_amp_bytes_per_bit: 0 2023-09-30T00:39:46.099 INFO:journalctl@ceph.mon.a.smithi019.stdout: format_version: 4 2023-09-30T00:39:46.099 INFO:journalctl@ceph.mon.a.smithi019.stdout: enable_index_compression: 1 2023-09-30T00:39:46.099 INFO:journalctl@ceph.mon.a.smithi019.stdout: block_align: 0 2023-09-30T00:39:46.099 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.write_buffer_size: 33554432 2023-09-30T00:39:46.100 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_write_buffer_number: 2 2023-09-30T00:39:46.100 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compression: NoCompression 2023-09-30T00:39:46.100 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.bottommost_compression: Disabled 2023-09-30T00:39:46.100 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.prefix_extractor: nullptr 2023-09-30T00:39:46.100 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-30T00:39:46.100 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.num_levels: 7 2023-09-30T00:39:46.100 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-30T00:39:46.100 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-30T00:39:46.100 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-30T00:39:46.100 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-30T00:39:46.100 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-30T00:39:46.100 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-30T00:39:46.101 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-30T00:39:46.101 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-30T00:39:46.101 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-30T00:39:46.101 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-30T00:39:46.101 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-30T00:39:46.101 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compression_opts.level: 32767 2023-09-30T00:39:46.101 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compression_opts.strategy: 0 2023-09-30T00:39:46.101 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-30T00:39:46.101 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-30T00:39:46.101 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-30T00:39:46.101 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compression_opts.enabled: false 2023-09-30T00:39:46.101 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-30T00:39:46.101 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-30T00:39:46.102 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-30T00:39:46.102 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.target_file_size_base: 67108864 2023-09-30T00:39:46.102 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-30T00:39:46.102 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-30T00:39:46.102 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-30T00:39:46.102 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-30T00:39:46.102 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-30T00:39:46.102 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-30T00:39:46.102 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-30T00:39:46.102 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-30T00:39:46.102 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-30T00:39:46.102 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-30T00:39:46.103 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-30T00:39:46.103 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-30T00:39:46.103 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-30T00:39:46.103 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.arena_block_size: 4194304 2023-09-30T00:39:46.103 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-30T00:39:46.103 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-30T00:39:46.103 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-30T00:39:46.103 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.disable_auto_compactions: 0 2023-09-30T00:39:46.103 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-30T00:39:46.103 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-30T00:39:46.103 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-30T00:39:46.103 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-30T00:39:46.104 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-30T00:39:46.104 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-30T00:39:46.104 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-30T00:39:46.104 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-30T00:39:46.104 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-30T00:39:46.104 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-30T00:39:46.104 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.table_properties_collectors: 2023-09-30T00:39:46.104 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.inplace_update_support: 0 2023-09-30T00:39:46.104 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-30T00:39:46.104 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-30T00:39:46.104 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-30T00:39:46.104 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-30T00:39:46.105 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.bloom_locality: 0 2023-09-30T00:39:46.105 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.max_successive_merges: 0 2023-09-30T00:39:46.105 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-30T00:39:46.105 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.paranoid_file_checks: 0 2023-09-30T00:39:46.105 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.force_consistency_checks: 1 2023-09-30T00:39:46.105 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.report_bg_io_stats: 0 2023-09-30T00:39:46.105 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.ttl: 2592000 2023-09-30T00:39:46.105 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-30T00:39:46.105 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.enable_blob_files: false 2023-09-30T00:39:46.105 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.min_blob_size: 0 2023-09-30T00:39:46.105 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.blob_file_size: 268435456 2023-09-30T00:39:46.105 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-30T00:39:46.105 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-30T00:39:46.106 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-30T00:39:46.106 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-30T00:39:46.106 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 5 2023-09-30T00:39:46.106 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: [db/version_set.cc:4082] Creating manifest 13 2023-09-30T00:39:46.106 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696034385776781, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-09-30T00:39:46.106 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #10 mode 2 2023-09-30T00:39:46.106 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-09-30T00:39:46.106 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696034385777694, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 79790, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 78055, "index_size": 223, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9867, "raw_average_key_size": 47, "raw_value_size": 72389, "raw_average_value_size": 349, "num_data_blocks": 10, "num_entries": 207, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "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; ", "creation_time": 1696034385, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "7710b209-c641-4448-ab7e-dd434be7830c", "db_session_id": "W62NXBE6IJOKVR3U6RM9"}} 2023-09-30T00:39:46.107 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: [db/version_set.cc:4082] Creating manifest 15 2023-09-30T00:39:46.107 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696034385778170, "job": 1, "event": "recovery_finished"} 2023-09-30T00:39:46.107 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-30T00:39:46.107 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x557aa1b4f180 2023-09-30T00:39:46.107 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: DB pointer 0x557aa1c24000 2023-09-30T00:39:46.107 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2023-09-30T00:39:46.107 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-09-30T00:39:46.107 INFO:journalctl@ceph.mon.a.smithi019.stdout: ** DB Stats ** 2023-09-30T00:39:46.107 INFO:journalctl@ceph.mon.a.smithi019.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T00:39:46.107 INFO:journalctl@ceph.mon.a.smithi019.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-30T00:39:46.107 INFO:journalctl@ceph.mon.a.smithi019.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T00:39:46.107 INFO:journalctl@ceph.mon.a.smithi019.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T00:39:46.108 INFO:journalctl@ceph.mon.a.smithi019.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-30T00:39:46.108 INFO:journalctl@ceph.mon.a.smithi019.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-30T00:39:46.108 INFO:journalctl@ceph.mon.a.smithi019.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T00:39:46.108 INFO:journalctl@ceph.mon.a.smithi019.stdout: 2023-09-30T00:39:46.108 INFO:journalctl@ceph.mon.a.smithi019.stdout: ** Compaction Stats [default] ** 2023-09-30T00:39:46.108 INFO:journalctl@ceph.mon.a.smithi019.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 2023-09-30T00:39:46.108 INFO:journalctl@ceph.mon.a.smithi019.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T00:39:46.108 INFO:journalctl@ceph.mon.a.smithi019.stdout: L0 2/0 79.68 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.3 0.00 0.00 1 0.001 0 0 2023-09-30T00:39:46.108 INFO:journalctl@ceph.mon.a.smithi019.stdout: Sum 2/0 79.68 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.3 0.00 0.00 1 0.001 0 0 2023-09-30T00:39:46.108 INFO:journalctl@ceph.mon.a.smithi019.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 132.3 0.00 0.00 1 0.001 0 0 2023-09-30T00:39:46.108 INFO:journalctl@ceph.mon.a.smithi019.stdout: 2023-09-30T00:39:46.108 INFO:journalctl@ceph.mon.a.smithi019.stdout: ** Compaction Stats [default] ** 2023-09-30T00:39:46.109 INFO:journalctl@ceph.mon.a.smithi019.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 2023-09-30T00:39:46.109 INFO:journalctl@ceph.mon.a.smithi019.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T00:39:46.109 INFO:journalctl@ceph.mon.a.smithi019.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 132.3 0.00 0.00 1 0.001 0 0 2023-09-30T00:39:46.109 INFO:journalctl@ceph.mon.a.smithi019.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T00:39:46.109 INFO:journalctl@ceph.mon.a.smithi019.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T00:39:46.109 INFO:journalctl@ceph.mon.a.smithi019.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T00:39:46.109 INFO:journalctl@ceph.mon.a.smithi019.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T00:39:46.109 INFO:journalctl@ceph.mon.a.smithi019.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T00:39:46.109 INFO:journalctl@ceph.mon.a.smithi019.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T00:39:46.109 INFO:journalctl@ceph.mon.a.smithi019.stdout: Cumulative compaction: 0.00 GB write, 19.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T00:39:46.109 INFO:journalctl@ceph.mon.a.smithi019.stdout: Interval compaction: 0.00 GB write, 19.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T00:39:46.109 INFO:journalctl@ceph.mon.a.smithi019.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-30T00:39:46.109 INFO:journalctl@ceph.mon.a.smithi019.stdout: 2023-09-30T00:39:46.110 INFO:journalctl@ceph.mon.a.smithi019.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T00:39:46.110 INFO:journalctl@ceph.mon.a.smithi019.stdout: 2023-09-30T00:39:46.110 INFO:journalctl@ceph.mon.a.smithi019.stdout: ** Compaction Stats [default] ** 2023-09-30T00:39:46.110 INFO:journalctl@ceph.mon.a.smithi019.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 2023-09-30T00:39:46.110 INFO:journalctl@ceph.mon.a.smithi019.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T00:39:46.110 INFO:journalctl@ceph.mon.a.smithi019.stdout: L0 2/0 79.68 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.3 0.00 0.00 1 0.001 0 0 2023-09-30T00:39:46.110 INFO:journalctl@ceph.mon.a.smithi019.stdout: Sum 2/0 79.68 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.3 0.00 0.00 1 0.001 0 0 2023-09-30T00:39:46.110 INFO:journalctl@ceph.mon.a.smithi019.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-30T00:39:46.110 INFO:journalctl@ceph.mon.a.smithi019.stdout: 2023-09-30T00:39:46.110 INFO:journalctl@ceph.mon.a.smithi019.stdout: ** Compaction Stats [default] ** 2023-09-30T00:39:46.110 INFO:journalctl@ceph.mon.a.smithi019.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 2023-09-30T00:39:46.110 INFO:journalctl@ceph.mon.a.smithi019.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T00:39:46.111 INFO:journalctl@ceph.mon.a.smithi019.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 132.3 0.00 0.00 1 0.001 0 0 2023-09-30T00:39:46.111 INFO:journalctl@ceph.mon.a.smithi019.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T00:39:46.111 INFO:journalctl@ceph.mon.a.smithi019.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T00:39:46.111 INFO:journalctl@ceph.mon.a.smithi019.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T00:39:46.111 INFO:journalctl@ceph.mon.a.smithi019.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T00:39:46.111 INFO:journalctl@ceph.mon.a.smithi019.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T00:39:46.111 INFO:journalctl@ceph.mon.a.smithi019.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T00:39:46.111 INFO:journalctl@ceph.mon.a.smithi019.stdout: Cumulative compaction: 0.00 GB write, 18.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T00:39:46.111 INFO:journalctl@ceph.mon.a.smithi019.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T00:39:46.111 INFO:journalctl@ceph.mon.a.smithi019.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-30T00:39:46.111 INFO:journalctl@ceph.mon.a.smithi019.stdout: 2023-09-30T00:39:46.111 INFO:journalctl@ceph.mon.a.smithi019.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T00:39:46.112 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: starting mon.a rank 0 at public addrs [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] at bind addrs [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 2023-09-30T00:39:46.112 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: mon.a@-1(???) e1 preinit fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 2023-09-30T00:39:46.112 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: mon.a@-1(???).mds e1 new map 2023-09-30T00:39:46.112 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: mon.a@-1(???).mds e1 print_map 2023-09-30T00:39:46.112 INFO:journalctl@ceph.mon.a.smithi019.stdout: e1 2023-09-30T00:39:46.112 INFO:journalctl@ceph.mon.a.smithi019.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-30T00:39:46.112 INFO:journalctl@ceph.mon.a.smithi019.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} 2023-09-30T00:39:46.112 INFO:journalctl@ceph.mon.a.smithi019.stdout: legacy client fscid: -1 2023-09-30T00:39:46.112 INFO:journalctl@ceph.mon.a.smithi019.stdout: 2023-09-30T00:39:46.112 INFO:journalctl@ceph.mon.a.smithi019.stdout: No filesystems configured 2023-09-30T00:39:46.112 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-30T00:39:46.112 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T00:39:46.113 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T00:39:46.113 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T00:39:46.113 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-09-30T00:39:46.113 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: mon.a is new leader, mons a in quorum (ranks 0) 2023-09-30T00:39:46.113 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: monmap e1: 1 mons at {a=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0]} removed_ranks: {} 2023-09-30T00:39:46.113 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: fsmap 2023-09-30T00:39:46.113 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: osdmap e1: 0 total, 0 up, 0 in 2023-09-30T00:39:46.113 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:45 smithi019 ceph-mon[112206]: mgrmap e1: no daemons active 2023-09-30T00:39:46.497 INFO:teuthology.orchestra.run.smithi019.stdout:Wrote config to /etc/ceph/ceph.conf 2023-09-30T00:39:46.497 INFO:teuthology.orchestra.run.smithi019.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-09-30T00:39:46.497 INFO:teuthology.orchestra.run.smithi019.stdout:Creating mgr... 2023-09-30T00:39:46.498 INFO:teuthology.orchestra.run.smithi019.stdout:Verifying port 9283 ... 2023-09-30T00:39:46.653 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mgr.a 2023-09-30T00:39:46.653 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mgr.a.service: Unit ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mgr.a.service not loaded. 2023-09-30T00:39:46.757 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7.target.wants/ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mgr.a.service → /etc/systemd/system/ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@.service. 2023-09-30T00:39:47.069 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:46 smithi019 systemd[1]: Starting Ceph mgr.a for b278a7f0-5f29-11ee-8db4-212e2dc638e7... 2023-09-30T00:39:47.084 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T00:39:47.084 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout disabled 2023-09-30T00:39:47.094 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T00:39:47.094 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout inactive 2023-09-30T00:39:47.094 INFO:teuthology.orchestra.run.smithi019.stdout:firewalld.service is not enabled 2023-09-30T00:39:47.094 INFO:teuthology.orchestra.run.smithi019.stdout:Not possible to enable service . firewalld.service is not available 2023-09-30T00:39:47.106 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T00:39:47.106 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout disabled 2023-09-30T00:39:47.117 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T00:39:47.117 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout inactive 2023-09-30T00:39:47.117 INFO:teuthology.orchestra.run.smithi019.stdout:firewalld.service is not enabled 2023-09-30T00:39:47.118 INFO:teuthology.orchestra.run.smithi019.stdout:Not possible to open ports <[9283]>. firewalld.service is not available 2023-09-30T00:39:47.118 INFO:teuthology.orchestra.run.smithi019.stdout:Waiting for mgr to start... 2023-09-30T00:39:47.118 INFO:teuthology.orchestra.run.smithi019.stdout:Waiting for mgr... 2023-09-30T00:39:47.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:47 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/500976777' entity='client.admin' 2023-09-30T00:39:47.336 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:47 smithi019 bash[112416]: 90e5e62f46154bb43e8259d1de9b9df5bd2f0dcd8cb13e110d7941c0c532c927 2023-09-30T00:39:47.336 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:47 smithi019 systemd[1]: Started Ceph mgr.a for b278a7f0-5f29-11ee-8db4-212e2dc638e7. 2023-09-30T00:39:47.336 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:47 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:47.224+0000 7fb03e9941c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T00:39:47.711 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:47 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:47.420+0000 7fb03e9941c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T00:39:47.896 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-09-30T00:39:47.899 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout { 2023-09-30T00:39:47.899 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "fsid": "b278a7f0-5f29-11ee-8db4-212e2dc638e7", 2023-09-30T00:39:47.899 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T00:39:47.899 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T00:39:47.899 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T00:39:47.899 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T00:39:47.899 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:47.899 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T00:39:47.899 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T00:39:47.899 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 0 2023-09-30T00:39:47.899 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-09-30T00:39:47.900 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T00:39:47.900 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "a" 2023-09-30T00:39:47.900 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-09-30T00:39:47.900 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum_age": 1, 2023-09-30T00:39:47.900 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T00:39:47.900 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T00:39:47.900 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-09-30T00:39:47.900 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T00:39:47.900 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:47.900 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T00:39:47.900 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T00:39:47.900 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T00:39:47.901 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T00:39:47.901 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T00:39:47.901 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T00:39:47.901 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T00:39:47.901 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T00:39:47.904 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:47.904 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T00:39:47.904 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T00:39:47.904 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T00:39:47.904 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T00:39:47.904 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T00:39:47.904 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T00:39:47.905 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T00:39:47.905 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T00:39:47.905 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T00:39:47.905 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:47.905 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T00:39:47.905 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T00:39:47.905 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T00:39:47.905 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T00:39:47.905 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:47.905 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T00:39:47.905 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-30T00:39:47.905 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T00:39:47.905 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T00:39:47.906 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T00:39:47.906 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T00:39:47.906 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T00:39:47.906 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-09-30T00:39:47.906 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T00:39:47.906 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:47.906 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T00:39:47.906 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T00:39:47.906 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T00:39:42.316921+0000", 2023-09-30T00:39:47.906 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T00:39:47.906 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:47.906 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T00:39:47.907 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout } 2023-09-30T00:39:47.907 INFO:teuthology.orchestra.run.smithi019.stdout:mgr not available, waiting (1/15)... 2023-09-30T00:39:48.085 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:47 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:47.766+0000 7fb03e9941c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T00:39:48.561 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:48 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2388380164' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T00:39:48.561 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:48 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:48.370+0000 7fb03e9941c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T00:39:48.835 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:48 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:48.559+0000 7fb03e9941c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T00:39:49.335 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:49 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:49.001+0000 7fb03e9941c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T00:39:50.335 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:49 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:49.869+0000 7fb03e9941c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T00:39:50.335 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:49 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:49.966+0000 7fb03e9941c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T00:39:50.648 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:50 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1466305420' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T00:39:50.715 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-09-30T00:39:50.715 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout { 2023-09-30T00:39:50.715 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "fsid": "b278a7f0-5f29-11ee-8db4-212e2dc638e7", 2023-09-30T00:39:50.715 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T00:39:50.715 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T00:39:50.715 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T00:39:50.715 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T00:39:50.716 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:50.716 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T00:39:50.716 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T00:39:50.716 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 0 2023-09-30T00:39:50.716 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-09-30T00:39:50.716 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T00:39:50.716 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "a" 2023-09-30T00:39:50.716 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-09-30T00:39:50.716 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum_age": 4, 2023-09-30T00:39:50.716 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T00:39:50.716 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T00:39:50.716 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-09-30T00:39:50.717 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T00:39:50.717 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:50.717 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T00:39:50.717 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T00:39:50.717 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T00:39:50.717 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T00:39:50.717 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T00:39:50.717 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T00:39:50.717 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T00:39:50.717 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T00:39:50.720 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:50.720 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T00:39:50.720 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T00:39:50.720 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T00:39:50.721 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T00:39:50.721 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T00:39:50.721 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T00:39:50.721 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T00:39:50.721 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T00:39:50.721 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T00:39:50.721 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:50.721 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T00:39:50.721 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T00:39:50.721 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T00:39:50.721 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T00:39:50.721 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:50.722 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T00:39:50.722 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-30T00:39:50.722 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T00:39:50.722 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T00:39:50.722 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T00:39:50.722 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T00:39:50.722 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T00:39:50.722 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-09-30T00:39:50.722 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T00:39:50.722 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:50.722 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T00:39:50.722 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T00:39:50.723 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T00:39:42.316921+0000", 2023-09-30T00:39:50.723 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T00:39:50.723 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:50.723 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T00:39:50.723 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout } 2023-09-30T00:39:50.723 INFO:teuthology.orchestra.run.smithi019.stdout:mgr not available, waiting (2/15)... 2023-09-30T00:39:50.981 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:50 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:50.686+0000 7fb03e9941c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T00:39:50.981 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:50 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:50.780+0000 7fb03e9941c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T00:39:50.981 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:50 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:50.877+0000 7fb03e9941c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T00:39:51.238 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:50 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:50.979+0000 7fb03e9941c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T00:39:51.573 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:51 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:51.236+0000 7fb03e9941c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T00:39:51.574 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:51 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:51.338+0000 7fb03e9941c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T00:39:51.835 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:51 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:51.572+0000 7fb03e9941c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T00:39:51.835 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:51 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:51.677+0000 7fb03e9941c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T00:39:52.335 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:51 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:51.880+0000 7fb03e9941c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T00:39:52.335 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:51 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:51.972+0000 7fb03e9941c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T00:39:53.085 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:52 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:52.847+0000 7fb03e9941c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T00:39:53.085 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:53 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:53.059+0000 7fb03e9941c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T00:39:53.423 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:53 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3223133480' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T00:39:53.424 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:53 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:53.261+0000 7fb03e9941c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T00:39:53.430 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-09-30T00:39:53.430 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout { 2023-09-30T00:39:53.430 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "fsid": "b278a7f0-5f29-11ee-8db4-212e2dc638e7", 2023-09-30T00:39:53.430 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T00:39:53.430 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T00:39:53.430 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T00:39:53.430 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T00:39:53.430 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:53.430 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T00:39:53.430 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T00:39:53.430 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 0 2023-09-30T00:39:53.431 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-09-30T00:39:53.431 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T00:39:53.431 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "a" 2023-09-30T00:39:53.431 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-09-30T00:39:53.431 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2023-09-30T00:39:53.431 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T00:39:53.431 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T00:39:53.431 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-09-30T00:39:53.431 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T00:39:53.431 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:53.431 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T00:39:53.431 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T00:39:53.432 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T00:39:53.432 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T00:39:53.432 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T00:39:53.435 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T00:39:53.435 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T00:39:53.436 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T00:39:53.436 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:53.436 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T00:39:53.436 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T00:39:53.436 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T00:39:53.436 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T00:39:53.436 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T00:39:53.436 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T00:39:53.436 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T00:39:53.436 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T00:39:53.436 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T00:39:53.436 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:53.437 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T00:39:53.437 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T00:39:53.437 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T00:39:53.437 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T00:39:53.437 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:53.437 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T00:39:53.437 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-30T00:39:53.437 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T00:39:53.437 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T00:39:53.437 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T00:39:53.437 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T00:39:53.437 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T00:39:53.437 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-09-30T00:39:53.438 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T00:39:53.438 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:53.438 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T00:39:53.438 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T00:39:53.438 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T00:39:42.316921+0000", 2023-09-30T00:39:53.438 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T00:39:53.438 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:53.438 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T00:39:53.438 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout } 2023-09-30T00:39:53.438 INFO:teuthology.orchestra.run.smithi019.stdout:mgr not available, waiting (3/15)... 2023-09-30T00:39:54.085 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:53 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:53.944+0000 7fb03e9941c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T00:39:54.472 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:54.140+0000 7fb03e9941c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T00:39:54.472 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:54.340+0000 7fb03e9941c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T00:39:54.472 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:54.470+0000 7fb03e9941c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T00:39:54.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-mon[112206]: Activating manager daemon a 2023-09-30T00:39:54.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-mon[112206]: mgrmap e2: a(active, starting, since 0.00345338s) 2023-09-30T00:39:54.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-mon[112206]: from='mgr.14100 172.21.15.19:0/1240163282' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T00:39:54.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-mon[112206]: from='mgr.14100 172.21.15.19:0/1240163282' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T00:39:54.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-mon[112206]: from='mgr.14100 172.21.15.19:0/1240163282' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T00:39:54.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-mon[112206]: from='mgr.14100 172.21.15.19:0/1240163282' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T00:39:54.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-mon[112206]: from='mgr.14100 172.21.15.19:0/1240163282' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-09-30T00:39:54.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-mon[112206]: Manager daemon a is now available 2023-09-30T00:39:54.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-mon[112206]: from='mgr.14100 172.21.15.19:0/1240163282' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-09-30T00:39:54.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-mon[112206]: from='mgr.14100 172.21.15.19:0/1240163282' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-09-30T00:39:54.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-mon[112206]: from='mgr.14100 172.21.15.19:0/1240163282' entity='mgr.a' 2023-09-30T00:39:54.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-mon[112206]: from='mgr.14100 172.21.15.19:0/1240163282' entity='mgr.a' 2023-09-30T00:39:54.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-mon[112206]: from='mgr.14100 172.21.15.19:0/1240163282' entity='mgr.a' 2023-09-30T00:39:54.837 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:54.513+0000 7fafca409700 -1 log_channel(cluster) log [ERR] : Unhandled exception from module 'pg_autoscaler' while running on mgr.a: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:39:54.837 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:54.513+0000 7fafca409700 -1 pg_autoscaler.serve: 2023-09-30T00:39:54.837 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:54.513+0000 7fafca409700 -1 Traceback (most recent call last): 2023-09-30T00:39:54.837 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: File "/usr/share/ceph/mgr/pg_autoscaler/module.py", line 325, in serve 2023-09-30T00:39:54.837 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: self._maybe_adjust() 2023-09-30T00:39:54.837 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: File "/usr/share/ceph/mgr/pg_autoscaler/module.py", line 682, in _maybe_adjust 2023-09-30T00:39:54.837 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: if self.noautoscale: 2023-09-30T00:39:54.837 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: AttributeError: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:39:54.837 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:54 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:55.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:55 smithi019 ceph-mon[112206]: Unhandled exception from module 'pg_autoscaler' while running on mgr.a: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:39:55.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:55 smithi019 ceph-mon[112206]: mgrmap e3: a(active, since 1.00956s) 2023-09-30T00:39:56.439 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-09-30T00:39:56.439 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout { 2023-09-30T00:39:56.439 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "fsid": "b278a7f0-5f29-11ee-8db4-212e2dc638e7", 2023-09-30T00:39:56.440 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T00:39:56.440 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T00:39:56.440 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T00:39:56.440 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T00:39:56.440 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:56.440 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T00:39:56.440 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T00:39:56.440 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 0 2023-09-30T00:39:56.440 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-09-30T00:39:56.440 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T00:39:56.440 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "a" 2023-09-30T00:39:56.440 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-09-30T00:39:56.441 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2023-09-30T00:39:56.441 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T00:39:56.441 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T00:39:56.441 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-09-30T00:39:56.441 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T00:39:56.441 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:56.441 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T00:39:56.441 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T00:39:56.441 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T00:39:56.441 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T00:39:56.441 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T00:39:56.441 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T00:39:56.441 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T00:39:56.442 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T00:39:56.445 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:56.445 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T00:39:56.445 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T00:39:56.445 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T00:39:56.445 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T00:39:56.445 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T00:39:56.445 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T00:39:56.445 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T00:39:56.445 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T00:39:56.445 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T00:39:56.445 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:56.446 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T00:39:56.446 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T00:39:56.446 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T00:39:56.446 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T00:39:56.446 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:56.446 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T00:39:56.446 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-30T00:39:56.446 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T00:39:56.446 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T00:39:56.446 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T00:39:56.446 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T00:39:56.446 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T00:39:56.447 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-09-30T00:39:56.447 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T00:39:56.447 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:56.447 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T00:39:56.447 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T00:39:56.447 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T00:39:42.316921+0000", 2023-09-30T00:39:56.447 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T00:39:56.447 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-09-30T00:39:56.447 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T00:39:56.447 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout } 2023-09-30T00:39:56.447 INFO:teuthology.orchestra.run.smithi019.stdout:mgr is available 2023-09-30T00:39:57.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:56 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/4061126476' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T00:39:57.321 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-09-30T00:39:57.321 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout [global] 2023-09-30T00:39:57.321 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout fsid = b278a7f0-5f29-11ee-8db4-212e2dc638e7 2023-09-30T00:39:57.321 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-09-30T00:39:57.321 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-09-30T00:39:57.322 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-09-30T00:39:57.322 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-09-30T00:39:57.322 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-09-30T00:39:57.322 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout [mgr] 2023-09-30T00:39:57.322 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-09-30T00:39:57.322 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-09-30T00:39:57.322 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout [osd] 2023-09-30T00:39:57.322 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-09-30T00:39:57.322 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-09-30T00:39:57.323 INFO:teuthology.orchestra.run.smithi019.stdout:Enabling cephadm module... 2023-09-30T00:39:58.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:57 smithi019 ceph-mon[112206]: mgrmap e4: a(active, since 2s) 2023-09-30T00:39:58.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:57 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2481228434' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-30T00:39:58.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:57 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2481228434' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-30T00:39:59.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:58 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/142211226' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-09-30T00:39:59.085 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:58 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: ignoring --setuser ceph since I am not root 2023-09-30T00:39:59.085 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:58 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: ignoring --setgroup ceph since I am not root 2023-09-30T00:39:59.085 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:58 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:58.979+0000 7efd888c81c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T00:39:59.516 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:59 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:59.170+0000 7efd888c81c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T00:39:59.801 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:39:59 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:39:59.515+0000 7efd888c81c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T00:40:00.069 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout { 2023-09-30T00:40:00.070 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-09-30T00:40:00.070 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-30T00:40:00.070 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-09-30T00:40:00.070 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-09-30T00:40:00.070 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout } 2023-09-30T00:40:00.070 INFO:teuthology.orchestra.run.smithi019.stdout:Waiting for the mgr to restart... 2023-09-30T00:40:00.070 INFO:teuthology.orchestra.run.smithi019.stdout:Waiting for mgr epoch 5... 2023-09-30T00:40:00.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:59 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/142211226' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-09-30T00:40:00.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:59 smithi019 ceph-mon[112206]: mgrmap e5: a(active, since 4s) 2023-09-30T00:40:00.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:39:59 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3414140875' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-30T00:40:00.585 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:00 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:00.111+0000 7efd888c81c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T00:40:00.586 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:00 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:00.304+0000 7efd888c81c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T00:40:01.085 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:00 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:00.752+0000 7efd888c81c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T00:40:02.085 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:01 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:01.616+0000 7efd888c81c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T00:40:02.085 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:01 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:01.711+0000 7efd888c81c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T00:40:02.695 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:02 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:02.398+0000 7efd888c81c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T00:40:02.695 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:02 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:02.491+0000 7efd888c81c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T00:40:02.696 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:02 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:02.589+0000 7efd888c81c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T00:40:02.974 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:02 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:02.693+0000 7efd888c81c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T00:40:02.975 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:02 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:02.973+0000 7efd888c81c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T00:40:03.311 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:03 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:03.076+0000 7efd888c81c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T00:40:03.311 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:03 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:03.309+0000 7efd888c81c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T00:40:03.585 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:03 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:03.414+0000 7efd888c81c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T00:40:04.085 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:03 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:03.617+0000 7efd888c81c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T00:40:04.085 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:03 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:03.710+0000 7efd888c81c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T00:40:04.835 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:04 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:04.552+0000 7efd888c81c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T00:40:04.835 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:04 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:04.760+0000 7efd888c81c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T00:40:05.335 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:04 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:04.953+0000 7efd888c81c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T00:40:06.035 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:05 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:05.637+0000 7efd888c81c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T00:40:06.036 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:05 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:05.834+0000 7efd888c81c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T00:40:06.335 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:06.034+0000 7efd888c81c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T00:40:06.335 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:06.163+0000 7efd888c81c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T00:40:06.335 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:06.239+0000 7efd04f6a700 -1 log_channel(cluster) log [ERR] : Unhandled exception from module 'pg_autoscaler' while running on mgr.a: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:40:06.335 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:06.239+0000 7efd04f6a700 -1 pg_autoscaler.serve: 2023-09-30T00:40:06.335 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:06.239+0000 7efd04f6a700 -1 Traceback (most recent call last): 2023-09-30T00:40:06.336 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: File "/usr/share/ceph/mgr/pg_autoscaler/module.py", line 325, in serve 2023-09-30T00:40:06.336 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: self._maybe_adjust() 2023-09-30T00:40:06.336 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: File "/usr/share/ceph/mgr/pg_autoscaler/module.py", line 682, in _maybe_adjust 2023-09-30T00:40:06.336 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: if self.noautoscale: 2023-09-30T00:40:06.336 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: AttributeError: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:40:06.336 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:07.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-mon[112206]: Active manager daemon a restarted 2023-09-30T00:40:07.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-mon[112206]: Activating manager daemon a 2023-09-30T00:40:07.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-mon[112206]: osdmap e2: 0 total, 0 up, 0 in 2023-09-30T00:40:07.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-mon[112206]: mgrmap e6: a(active, starting, since 0.00391528s) 2023-09-30T00:40:07.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T00:40:07.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-09-30T00:40:07.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T00:40:07.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T00:40:07.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T00:40:07.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-mon[112206]: Manager daemon a is now available 2023-09-30T00:40:07.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' 2023-09-30T00:40:07.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' 2023-09-30T00:40:07.088 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' 2023-09-30T00:40:07.088 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:07.088 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:07.088 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:07.088 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-09-30T00:40:07.088 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:06 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-09-30T00:40:07.551 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout { 2023-09-30T00:40:07.552 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-09-30T00:40:07.552 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "initialized": true 2023-09-30T00:40:07.552 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout } 2023-09-30T00:40:07.553 INFO:teuthology.orchestra.run.smithi019.stdout:mgr epoch 5 is available 2023-09-30T00:40:07.553 INFO:teuthology.orchestra.run.smithi019.stdout:Setting orchestrator backend to cephadm... 2023-09-30T00:40:08.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:07 smithi019 ceph-mon[112206]: Found migration_current of "None". Setting to last migration. 2023-09-30T00:40:08.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:07 smithi019 ceph-mon[112206]: Unhandled exception from module 'pg_autoscaler' while running on mgr.a: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:40:08.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:07 smithi019 ceph-mon[112206]: mgrmap e7: a(active, since 1.00621s) 2023-09-30T00:40:08.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:07 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' 2023-09-30T00:40:08.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:07 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:09.062 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:08 smithi019 ceph-mon[112206]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-30T00:40:09.062 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:08 smithi019 ceph-mon[112206]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-30T00:40:09.062 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:08 smithi019 ceph-mon[112206]: [30/Sep/2023:00:40:07] ENGINE Bus STARTING 2023-09-30T00:40:09.063 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:08 smithi019 ceph-mon[112206]: [30/Sep/2023:00:40:07] ENGINE Serving on https://172.21.15.19:7150 2023-09-30T00:40:09.063 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:08 smithi019 ceph-mon[112206]: [30/Sep/2023:00:40:07] ENGINE Bus STARTED 2023-09-30T00:40:09.063 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:08 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' 2023-09-30T00:40:09.063 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:08 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:09.918 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout value unchanged 2023-09-30T00:40:09.919 INFO:teuthology.orchestra.run.smithi019.stdout:Generating ssh key... 2023-09-30T00:40:10.024 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:09 smithi019 ceph-mon[112206]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:40:10.025 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:09 smithi019 ceph-mon[112206]: mgrmap e8: a(active, since 2s) 2023-09-30T00:40:10.792 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: Generating public/private rsa key pair. 2023-09-30T00:40:10.792 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: Your identification has been saved in /tmp/tmpz76xfbjg/key. 2023-09-30T00:40:10.793 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: Your public key has been saved in /tmp/tmpz76xfbjg/key.pub. 2023-09-30T00:40:10.793 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: The key fingerprint is: 2023-09-30T00:40:10.793 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: SHA256:h8udYIsOB+s30LV57gt3YFLY0CRpx5OINw3PZQuYCz0 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7 2023-09-30T00:40:10.793 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: The key's randomart image is: 2023-09-30T00:40:10.793 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: +---[RSA 3072]----+ 2023-09-30T00:40:10.793 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: | o+@o.o | 2023-09-30T00:40:10.794 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: | o EBB+ . | 2023-09-30T00:40:10.794 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: | +.==.. | 2023-09-30T00:40:10.794 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: | oo | 2023-09-30T00:40:10.794 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: | .. .So+ | 2023-09-30T00:40:10.794 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: | .o.+oO.o | 2023-09-30T00:40:10.794 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: | o.o =o+ . | 2023-09-30T00:40:10.794 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: | . +o o.. | 2023-09-30T00:40:10.795 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: | .... .o. | 2023-09-30T00:40:10.795 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: +----[SHA256]-----+ 2023-09-30T00:40:11.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-mon[112206]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:40:11.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' 2023-09-30T00:40:11.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:10 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' 2023-09-30T00:40:11.793 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDriMkn5tjvHeySJB9pTx1jDsmRJa7/w2qtPZUzDW+X0Rl36vHqImkyoduaGcyK5bB0PHObc2dMJg+uoJtCdcxQbrrV3pa+8MVdePskFC8dedaXHnT2UirRGdEVV2MhYHfjM87raNVBLa7XS+s/lAIVwu/0OiPk7v4UgMolNk3Ff2VlQTs0zTveaq6b5osKAYM4AmfYqH0BEcrlSs++ZQtKEf16pR/C28YnAFgIPJma0QIHfuANlUL2s1KaCeVDly7Gvp2RjjKPa4ItkeYSSaDPTJDTiZKCLzhYQ09P3JqrgVgWbJLwx1qEaQ+k03C2uARGJAKfY6fqMIFNRX9b4aInETR/BwJoDjDrGr2XMCAeS10JMRmU8kcSlps6q797/82NhctU45LUyeajHTdv8B1xtpvqmo8PCxFeCItINIX/95Q4it+OvpZY9tCQo+gHmW/K004PIlZUezrYgHP0v/s3Lu+508PQYOk8VNeGQMDPMneaUbwomzdpivkHBYdXKH0= ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7 2023-09-30T00:40:11.794 INFO:teuthology.orchestra.run.smithi019.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-09-30T00:40:11.794 INFO:teuthology.orchestra.run.smithi019.stdout:Adding key to root@localhost authorized_keys... 2023-09-30T00:40:11.795 INFO:teuthology.orchestra.run.smithi019.stdout:Adding host smithi019... 2023-09-30T00:40:12.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:11 smithi019 ceph-mon[112206]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:40:12.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:11 smithi019 ceph-mon[112206]: Generating ssh key... 2023-09-30T00:40:12.896 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:12 smithi019 ceph-mon[112206]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:40:14.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:13 smithi019 ceph-mon[112206]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi019", "addr": "172.21.15.19", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:40:14.500 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout Added host 'smithi019' with addr '172.21.15.19' 2023-09-30T00:40:14.501 INFO:teuthology.orchestra.run.smithi019.stdout:Deploying unmanaged mon service... 2023-09-30T00:40:15.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:14 smithi019 ceph-mon[112206]: Deploying cephadm binary to smithi019 2023-09-30T00:40:15.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:14 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' 2023-09-30T00:40:15.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:14 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:15.502 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-09-30T00:40:15.502 INFO:teuthology.orchestra.run.smithi019.stdout:Deploying unmanaged mgr service... 2023-09-30T00:40:16.029 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:15 smithi019 ceph-mon[112206]: Added host smithi019 2023-09-30T00:40:16.030 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:15 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' 2023-09-30T00:40:16.669 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-09-30T00:40:17.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:16 smithi019 ceph-mon[112206]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:40:17.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:16 smithi019 ceph-mon[112206]: Saving service mon spec with placement count:5 2023-09-30T00:40:17.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:16 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' 2023-09-30T00:40:17.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:16 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' 2023-09-30T00:40:18.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:17 smithi019 ceph-mon[112206]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:40:18.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:17 smithi019 ceph-mon[112206]: Saving service mgr spec with placement count:2 2023-09-30T00:40:18.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:17 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' 2023-09-30T00:40:18.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:17 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2221817287' entity='client.admin' 2023-09-30T00:40:18.467 INFO:teuthology.orchestra.run.smithi019.stdout:Enabling the dashboard module... 2023-09-30T00:40:19.409 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:19 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: ignoring --setuser ceph since I am not root 2023-09-30T00:40:19.410 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:19 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: ignoring --setgroup ceph since I am not root 2023-09-30T00:40:19.410 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:19 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3564031596' entity='client.admin' 2023-09-30T00:40:19.410 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:19 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' 2023-09-30T00:40:19.410 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:19 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' 2023-09-30T00:40:19.410 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:19 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi019", "name": "osd_memory_target"}]: dispatch 2023-09-30T00:40:19.410 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:19 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' 2023-09-30T00:40:19.410 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:19 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi019", "caps": []}]: dispatch 2023-09-30T00:40:19.410 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:19 smithi019 ceph-mon[112206]: from='mgr.14120 172.21.15.19:0/149552036' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi019", "caps": []}]': finished 2023-09-30T00:40:19.411 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:19 smithi019 ceph-mon[112206]: Deploying daemon agent.smithi019 on smithi019 2023-09-30T00:40:19.411 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:19 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1609157261' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-09-30T00:40:19.740 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:19 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:19.409+0000 7f7f44d371c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T00:40:19.740 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:19 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:19.601+0000 7f7f44d371c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T00:40:20.085 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:19 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:19.958+0000 7f7f44d371c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T00:40:20.502 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:20 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1609157261' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-09-30T00:40:20.503 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:20 smithi019 ceph-mon[112206]: mgrmap e9: a(active, since 13s) 2023-09-30T00:40:20.503 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:20 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2890905373' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-30T00:40:20.560 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout { 2023-09-30T00:40:20.560 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-09-30T00:40:20.560 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-30T00:40:20.560 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-09-30T00:40:20.560 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-09-30T00:40:20.560 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout } 2023-09-30T00:40:20.561 INFO:teuthology.orchestra.run.smithi019.stdout:Waiting for the mgr to restart... 2023-09-30T00:40:20.561 INFO:teuthology.orchestra.run.smithi019.stdout:Waiting for mgr epoch 9... 2023-09-30T00:40:20.761 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:20 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:20.561+0000 7f7f44d371c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T00:40:21.085 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:20 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:20.760+0000 7f7f44d371c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T00:40:21.585 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:21 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:21.209+0000 7f7f44d371c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T00:40:22.335 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:22 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:22.081+0000 7f7f44d371c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T00:40:22.335 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:22 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:22.176+0000 7f7f44d371c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T00:40:23.172 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:22 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:22.872+0000 7f7f44d371c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T00:40:23.172 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:22 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:22.967+0000 7f7f44d371c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T00:40:23.172 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:23 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:23.066+0000 7f7f44d371c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T00:40:23.450 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:23 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:23.171+0000 7f7f44d371c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T00:40:23.791 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:23 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:23.449+0000 7f7f44d371c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T00:40:23.791 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:23 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:23.553+0000 7f7f44d371c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T00:40:23.791 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:23 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:23.790+0000 7f7f44d371c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T00:40:24.085 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:23 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:23.897+0000 7f7f44d371c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T00:40:24.585 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:24 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:24.102+0000 7f7f44d371c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T00:40:24.585 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:24 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:24.196+0000 7f7f44d371c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T00:40:25.335 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:25 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:25.071+0000 7f7f44d371c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T00:40:25.335 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:25 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:25.283+0000 7f7f44d371c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T00:40:25.835 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:25 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:25.479+0000 7f7f44d371c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T00:40:26.585 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:26.181+0000 7f7f44d371c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T00:40:26.585 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:26.383+0000 7f7f44d371c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T00:40:26.585 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:26.584+0000 7f7f44d371c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T00:40:26.835 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:26.714+0000 7f7f44d371c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T00:40:26.835 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:26.786+0000 7f7ebff8b700 -1 log_channel(cluster) log [ERR] : Unhandled exception from module 'pg_autoscaler' while running on mgr.a: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:40:26.835 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:26.786+0000 7f7ebff8b700 -1 pg_autoscaler.serve: 2023-09-30T00:40:26.836 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:26.786+0000 7f7ebff8b700 -1 Traceback (most recent call last): 2023-09-30T00:40:26.836 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: File "/usr/share/ceph/mgr/pg_autoscaler/module.py", line 325, in serve 2023-09-30T00:40:26.836 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: self._maybe_adjust() 2023-09-30T00:40:26.836 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: File "/usr/share/ceph/mgr/pg_autoscaler/module.py", line 682, in _maybe_adjust 2023-09-30T00:40:26.836 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: if self.noautoscale: 2023-09-30T00:40:26.836 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: AttributeError: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:40:26.836 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:40:26.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-mon[112206]: Active manager daemon a restarted 2023-09-30T00:40:26.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-mon[112206]: Activating manager daemon a 2023-09-30T00:40:26.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-mon[112206]: osdmap e3: 0 total, 0 up, 0 in 2023-09-30T00:40:26.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-mon[112206]: mgrmap e10: a(active, starting, since 0.0060499s) 2023-09-30T00:40:26.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T00:40:26.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-09-30T00:40:26.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T00:40:26.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T00:40:26.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T00:40:26.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-mon[112206]: Manager daemon a is now available 2023-09-30T00:40:26.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:26.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:26.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:26 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:28.068 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:27 smithi019 ceph-mon[112206]: Unhandled exception from module 'pg_autoscaler' while running on mgr.a: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:40:28.068 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:27 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-09-30T00:40:28.068 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:27 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-09-30T00:40:28.068 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:27 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:28.068 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:27 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi019", "name": "osd_memory_target"}]: dispatch 2023-09-30T00:40:28.068 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:27 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:28.068 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:27 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi019", "caps": []}]: dispatch 2023-09-30T00:40:28.069 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:27 smithi019 ceph-mon[112206]: mgrmap e11: a(active, since 1.00827s) 2023-09-30T00:40:28.099 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout { 2023-09-30T00:40:28.100 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-09-30T00:40:28.101 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "initialized": true 2023-09-30T00:40:28.101 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout } 2023-09-30T00:40:28.101 INFO:teuthology.orchestra.run.smithi019.stdout:mgr epoch 9 is available 2023-09-30T00:40:28.101 INFO:teuthology.orchestra.run.smithi019.stdout:Generating a dashboard self-signed certificate... 2023-09-30T00:40:29.140 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-09-30T00:40:29.141 INFO:teuthology.orchestra.run.smithi019.stdout:Creating initial admin user... 2023-09-30T00:40:29.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:29 smithi019 ceph-mon[112206]: [30/Sep/2023:00:40:27] ENGINE Bus STARTING 2023-09-30T00:40:29.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:29 smithi019 ceph-mon[112206]: [30/Sep/2023:00:40:28] ENGINE Serving on https://172.21.15.19:7150 2023-09-30T00:40:29.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:29 smithi019 ceph-mon[112206]: [30/Sep/2023:00:40:28] ENGINE Bus STARTED 2023-09-30T00:40:29.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:29 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:29.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:29 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:29.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:29 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:30.260 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:30 smithi019 ceph-mon[112206]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:40:30.261 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:30 smithi019 ceph-mon[112206]: mgrmap e12: a(active, since 2s) 2023-09-30T00:40:30.261 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:30 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:30.283 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$UK3ISlaVapx33ejzPyhxKes/s9XH67HS7w29bvPEA.uZpb5feHV4K", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1696034429, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-09-30T00:40:30.283 INFO:teuthology.orchestra.run.smithi019.stdout:Fetching dashboard port number... 2023-09-30T00:40:31.166 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 8443 2023-09-30T00:40:31.177 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T00:40:31.177 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout disabled 2023-09-30T00:40:31.187 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T00:40:31.187 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout inactive 2023-09-30T00:40:31.187 INFO:teuthology.orchestra.run.smithi019.stdout:firewalld.service is not enabled 2023-09-30T00:40:31.187 INFO:teuthology.orchestra.run.smithi019.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-09-30T00:40:31.190 INFO:teuthology.orchestra.run.smithi019.stdout:Ceph Dashboard is now available at: 2023-09-30T00:40:31.190 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:40:31.190 INFO:teuthology.orchestra.run.smithi019.stdout: URL: https://smithi019.front.sepia.ceph.com:8443/ 2023-09-30T00:40:31.191 INFO:teuthology.orchestra.run.smithi019.stdout: User: admin 2023-09-30T00:40:31.191 INFO:teuthology.orchestra.run.smithi019.stdout: Password: 3sz4213u80 2023-09-30T00:40:31.191 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:40:31.191 INFO:teuthology.orchestra.run.smithi019.stdout:Saving cluster configuration to /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/config directory 2023-09-30T00:40:31.191 INFO:teuthology.orchestra.run.smithi019.stdout:Enabling autotune for osd_memory_target 2023-09-30T00:40:31.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:31 smithi019 ceph-mon[112206]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:40:31.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:31 smithi019 ceph-mon[112206]: Deploying daemon agent.smithi019 on smithi019 2023-09-30T00:40:31.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:31 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3137144449' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-09-30T00:40:33.142 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-09-30T00:40:33.142 INFO:teuthology.orchestra.run.smithi019.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-09-30T00:40:33.142 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:40:33.142 INFO:teuthology.orchestra.run.smithi019.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-09-30T00:40:33.142 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:40:33.142 INFO:teuthology.orchestra.run.smithi019.stdout:Or, if you are only running a single cluster on this host: 2023-09-30T00:40:33.142 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:40:33.142 INFO:teuthology.orchestra.run.smithi019.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-09-30T00:40:33.142 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:40:33.143 INFO:teuthology.orchestra.run.smithi019.stdout:Please consider enabling telemetry to help improve Ceph: 2023-09-30T00:40:33.143 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:40:33.143 INFO:teuthology.orchestra.run.smithi019.stdout: ceph telemetry on 2023-09-30T00:40:33.143 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:40:33.143 INFO:teuthology.orchestra.run.smithi019.stdout:For more information see: 2023-09-30T00:40:33.143 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:40:33.143 INFO:teuthology.orchestra.run.smithi019.stdout: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-09-30T00:40:33.143 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:40:33.143 INFO:teuthology.orchestra.run.smithi019.stdout:Bootstrap complete. 2023-09-30T00:40:33.186 INFO:tasks.cephadm:Fetching config... 2023-09-30T00:40:33.186 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-09-30T00:40:33.186 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-09-30T00:40:33.208 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-09-30T00:40:33.209 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-09-30T00:40:33.209 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-09-30T00:40:33.273 INFO:tasks.cephadm:Fetching mon keyring... 2023-09-30T00:40:33.274 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-09-30T00:40:33.274 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/keyring of=/dev/stdout 2023-09-30T00:40:33.352 INFO:tasks.cephadm:Fetching pub ssh key... 2023-09-30T00:40:33.352 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-09-30T00:40:33.352 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-09-30T00:40:33.413 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-09-30T00:40:33.414 DEBUG:teuthology.orchestra.run.smithi019:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDriMkn5tjvHeySJB9pTx1jDsmRJa7/w2qtPZUzDW+X0Rl36vHqImkyoduaGcyK5bB0PHObc2dMJg+uoJtCdcxQbrrV3pa+8MVdePskFC8dedaXHnT2UirRGdEVV2MhYHfjM87raNVBLa7XS+s/lAIVwu/0OiPk7v4UgMolNk3Ff2VlQTs0zTveaq6b5osKAYM4AmfYqH0BEcrlSs++ZQtKEf16pR/C28YnAFgIPJma0QIHfuANlUL2s1KaCeVDly7Gvp2RjjKPa4ItkeYSSaDPTJDTiZKCLzhYQ09P3JqrgVgWbJLwx1qEaQ+k03C2uARGJAKfY6fqMIFNRX9b4aInETR/BwJoDjDrGr2XMCAeS10JMRmU8kcSlps6q797/82NhctU45LUyeajHTdv8B1xtpvqmo8PCxFeCItINIX/95Q4it+OvpZY9tCQo+gHmW/K004PIlZUezrYgHP0v/s3Lu+508PQYOk8VNeGQMDPMneaUbwomzdpivkHBYdXKH0= ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-30T00:40:33.500 INFO:teuthology.orchestra.run.smithi019.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDriMkn5tjvHeySJB9pTx1jDsmRJa7/w2qtPZUzDW+X0Rl36vHqImkyoduaGcyK5bB0PHObc2dMJg+uoJtCdcxQbrrV3pa+8MVdePskFC8dedaXHnT2UirRGdEVV2MhYHfjM87raNVBLa7XS+s/lAIVwu/0OiPk7v4UgMolNk3Ff2VlQTs0zTveaq6b5osKAYM4AmfYqH0BEcrlSs++ZQtKEf16pR/C28YnAFgIPJma0QIHfuANlUL2s1KaCeVDly7Gvp2RjjKPa4ItkeYSSaDPTJDTiZKCLzhYQ09P3JqrgVgWbJLwx1qEaQ+k03C2uARGJAKfY6fqMIFNRX9b4aInETR/BwJoDjDrGr2XMCAeS10JMRmU8kcSlps6q797/82NhctU45LUyeajHTdv8B1xtpvqmo8PCxFeCItINIX/95Q4it+OvpZY9tCQo+gHmW/K004PIlZUezrYgHP0v/s3Lu+508PQYOk8VNeGQMDPMneaUbwomzdpivkHBYdXKH0= ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7 2023-09-30T00:40:33.514 DEBUG:teuthology.orchestra.run.smithi045:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDriMkn5tjvHeySJB9pTx1jDsmRJa7/w2qtPZUzDW+X0Rl36vHqImkyoduaGcyK5bB0PHObc2dMJg+uoJtCdcxQbrrV3pa+8MVdePskFC8dedaXHnT2UirRGdEVV2MhYHfjM87raNVBLa7XS+s/lAIVwu/0OiPk7v4UgMolNk3Ff2VlQTs0zTveaq6b5osKAYM4AmfYqH0BEcrlSs++ZQtKEf16pR/C28YnAFgIPJma0QIHfuANlUL2s1KaCeVDly7Gvp2RjjKPa4ItkeYSSaDPTJDTiZKCLzhYQ09P3JqrgVgWbJLwx1qEaQ+k03C2uARGJAKfY6fqMIFNRX9b4aInETR/BwJoDjDrGr2XMCAeS10JMRmU8kcSlps6q797/82NhctU45LUyeajHTdv8B1xtpvqmo8PCxFeCItINIX/95Q4it+OvpZY9tCQo+gHmW/K004PIlZUezrYgHP0v/s3Lu+508PQYOk8VNeGQMDPMneaUbwomzdpivkHBYdXKH0= ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-30T00:40:33.564 INFO:teuthology.orchestra.run.smithi045.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDriMkn5tjvHeySJB9pTx1jDsmRJa7/w2qtPZUzDW+X0Rl36vHqImkyoduaGcyK5bB0PHObc2dMJg+uoJtCdcxQbrrV3pa+8MVdePskFC8dedaXHnT2UirRGdEVV2MhYHfjM87raNVBLa7XS+s/lAIVwu/0OiPk7v4UgMolNk3Ff2VlQTs0zTveaq6b5osKAYM4AmfYqH0BEcrlSs++ZQtKEf16pR/C28YnAFgIPJma0QIHfuANlUL2s1KaCeVDly7Gvp2RjjKPa4ItkeYSSaDPTJDTiZKCLzhYQ09P3JqrgVgWbJLwx1qEaQ+k03C2uARGJAKfY6fqMIFNRX9b4aInETR/BwJoDjDrGr2XMCAeS10JMRmU8kcSlps6q797/82NhctU45LUyeajHTdv8B1xtpvqmo8PCxFeCItINIX/95Q4it+OvpZY9tCQo+gHmW/K004PIlZUezrYgHP0v/s3Lu+508PQYOk8VNeGQMDPMneaUbwomzdpivkHBYdXKH0= ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7 2023-09-30T00:40:33.577 DEBUG:teuthology.orchestra.run.smithi158:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDriMkn5tjvHeySJB9pTx1jDsmRJa7/w2qtPZUzDW+X0Rl36vHqImkyoduaGcyK5bB0PHObc2dMJg+uoJtCdcxQbrrV3pa+8MVdePskFC8dedaXHnT2UirRGdEVV2MhYHfjM87raNVBLa7XS+s/lAIVwu/0OiPk7v4UgMolNk3Ff2VlQTs0zTveaq6b5osKAYM4AmfYqH0BEcrlSs++ZQtKEf16pR/C28YnAFgIPJma0QIHfuANlUL2s1KaCeVDly7Gvp2RjjKPa4ItkeYSSaDPTJDTiZKCLzhYQ09P3JqrgVgWbJLwx1qEaQ+k03C2uARGJAKfY6fqMIFNRX9b4aInETR/BwJoDjDrGr2XMCAeS10JMRmU8kcSlps6q797/82NhctU45LUyeajHTdv8B1xtpvqmo8PCxFeCItINIX/95Q4it+OvpZY9tCQo+gHmW/K004PIlZUezrYgHP0v/s3Lu+508PQYOk8VNeGQMDPMneaUbwomzdpivkHBYdXKH0= ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-30T00:40:33.622 INFO:teuthology.orchestra.run.smithi158.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDriMkn5tjvHeySJB9pTx1jDsmRJa7/w2qtPZUzDW+X0Rl36vHqImkyoduaGcyK5bB0PHObc2dMJg+uoJtCdcxQbrrV3pa+8MVdePskFC8dedaXHnT2UirRGdEVV2MhYHfjM87raNVBLa7XS+s/lAIVwu/0OiPk7v4UgMolNk3Ff2VlQTs0zTveaq6b5osKAYM4AmfYqH0BEcrlSs++ZQtKEf16pR/C28YnAFgIPJma0QIHfuANlUL2s1KaCeVDly7Gvp2RjjKPa4ItkeYSSaDPTJDTiZKCLzhYQ09P3JqrgVgWbJLwx1qEaQ+k03C2uARGJAKfY6fqMIFNRX9b4aInETR/BwJoDjDrGr2XMCAeS10JMRmU8kcSlps6q797/82NhctU45LUyeajHTdv8B1xtpvqmo8PCxFeCItINIX/95Q4it+OvpZY9tCQo+gHmW/K004PIlZUezrYgHP0v/s3Lu+508PQYOk8VNeGQMDPMneaUbwomzdpivkHBYdXKH0= ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7 2023-09-30T00:40:33.635 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-09-30T00:40:33.960 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:40:34.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:33 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2675530360' entity='client.admin' 2023-09-30T00:40:34.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:33 smithi019 ceph-mon[112206]: mgrmap e13: a(active, since 6s) 2023-09-30T00:40:35.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:34 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:35.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:34 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:35.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:34 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:35.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:34 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:35.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:34 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:35.337 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:34 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:35.337 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:34 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:35.337 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:34 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:36.092 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-09-30T00:40:36.093 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-09-30T00:40:36.415 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:40:36.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:36 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1786979828' entity='client.admin' 2023-09-30T00:40:36.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:36.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:36.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:36.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:38.048 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:37 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:38.048 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:37 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:38.048 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:37 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:38.048 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:37 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:38.048 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:37 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:38.049 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:37 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:40:38.049 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:37 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:40:38.117 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi045 2023-09-30T00:40:38.117 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-09-30T00:40:38.117 DEBUG:teuthology.orchestra.run.smithi045:> dd of=/etc/ceph/ceph.conf 2023-09-30T00:40:38.141 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-09-30T00:40:38.142 DEBUG:teuthology.orchestra.run.smithi045:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T00:40:38.203 INFO:tasks.cephadm:Adding host smithi045 to orchestrator... 2023-09-30T00:40:38.204 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph orch host add smithi045 2023-09-30T00:40:38.507 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:40:39.018 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:38 smithi019 ceph-mon[112206]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:40:39.018 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:38 smithi019 ceph-mon[112206]: Updating smithi019:/etc/ceph/ceph.conf 2023-09-30T00:40:39.018 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:38 smithi019 ceph-mon[112206]: Updating smithi019:/var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T00:40:40.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:39 smithi019 ceph-mon[112206]: Updating smithi019:/etc/ceph/ceph.client.admin.keyring 2023-09-30T00:40:40.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:39 smithi019 ceph-mon[112206]: Updating smithi019:/var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T00:40:40.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:39 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:40.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:39 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:40.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:39 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:41.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:40 smithi019 ceph-mon[112206]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi045", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:40:41.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:40 smithi019 ceph-mon[112206]: Deploying cephadm binary to smithi045 2023-09-30T00:40:41.622 INFO:teuthology.orchestra.run.smithi019.stdout:Added host 'smithi045' with addr '172.21.15.45' 2023-09-30T00:40:42.077 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph orch host ls --format=json 2023-09-30T00:40:42.369 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:40:42.820 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:42 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:42.820 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:42 smithi019 ceph-mon[112206]: Added host smithi045 2023-09-30T00:40:42.820 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:42 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:42.820 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:42 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:42.820 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:42 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:42.820 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:42 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:42.820 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:42 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-09-30T00:40:42.820 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:42 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:40:42.820 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:42 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:40:43.564 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:40:43.564 INFO:teuthology.orchestra.run.smithi019.stdout:[{"addr": "172.21.15.19", "hostname": "smithi019", "labels": [], "status": ""}, {"addr": "172.21.15.45", "hostname": "smithi045", "labels": [], "status": ""}] 2023-09-30T00:40:43.874 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:43 smithi019 ceph-mon[112206]: Updating smithi045:/etc/ceph/ceph.conf 2023-09-30T00:40:43.875 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:43 smithi019 ceph-mon[112206]: Updating smithi045:/var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T00:40:43.875 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:43 smithi019 ceph-mon[112206]: Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-09-30T00:40:43.961 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi158 2023-09-30T00:40:43.962 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-30T00:40:43.962 DEBUG:teuthology.orchestra.run.smithi158:> dd of=/etc/ceph/ceph.conf 2023-09-30T00:40:43.983 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-30T00:40:43.984 DEBUG:teuthology.orchestra.run.smithi158:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T00:40:44.045 INFO:tasks.cephadm:Adding host smithi158 to orchestrator... 2023-09-30T00:40:44.045 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph orch host add smithi158 2023-09-30T00:40:44.333 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:40:44.821 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:44 smithi019 ceph-mon[112206]: Updating smithi045:/var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T00:40:44.821 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:44 smithi019 ceph-mon[112206]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T00:40:44.821 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:44 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:44.821 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:44 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:44.821 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:44 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-09-30T00:40:44.821 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:44 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2023-09-30T00:40:46.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:46 smithi019 ceph-mon[112206]: Deploying daemon agent.smithi045 on smithi045 2023-09-30T00:40:46.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:46 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:46.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:46 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:46.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:46 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:46.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:46 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:46.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:46 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:40:46.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:46 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:40:46.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:46 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:46.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:46 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:46.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:46 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:40:46.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:46 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:40:46.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:46 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:46.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:46 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:46.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:46 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:47.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:46 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-a[112201]: 2023-09-30T00:40:46.737+0000 7f2e2c0f7700 -1 log_channel(cluster) log [ERR] : Health check failed: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' (MGR_MODULE_ERROR) 2023-09-30T00:40:47.317 INFO:teuthology.orchestra.run.smithi019.stdout:Added host 'smithi158' with addr '172.21.15.158' 2023-09-30T00:40:47.496 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:47 smithi019 ceph-mon[112206]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi158", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:40:47.496 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:47 smithi019 ceph-mon[112206]: Deploying cephadm binary to smithi158 2023-09-30T00:40:47.496 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:47 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:47.496 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:47 smithi019 ceph-mon[112206]: Health check failed: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' (MGR_MODULE_ERROR) 2023-09-30T00:40:47.496 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:47 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:47.726 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph orch host ls --format=json 2023-09-30T00:40:48.020 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:40:48.460 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:48 smithi019 ceph-mon[112206]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:40:48.460 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:48 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:48.460 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:48 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:48.460 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:48 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:48.460 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:48 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:48.460 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:48 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:48.461 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:48 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:48.461 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:48 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:48.461 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:48 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi158", "name": "osd_memory_target"}]: dispatch 2023-09-30T00:40:48.461 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:48 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:40:48.461 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:48 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:40:49.226 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:40:49.226 INFO:teuthology.orchestra.run.smithi019.stdout:[{"addr": "172.21.15.19", "hostname": "smithi019", "labels": [], "status": ""}, {"addr": "172.21.15.45", "hostname": "smithi045", "labels": [], "status": ""}, {"addr": "172.21.15.158", "hostname": "smithi158", "labels": [], "status": ""}] 2023-09-30T00:40:49.582 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:49 smithi019 ceph-mon[112206]: Added host smithi158 2023-09-30T00:40:49.582 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:49 smithi019 ceph-mon[112206]: Updating smithi158:/etc/ceph/ceph.conf 2023-09-30T00:40:49.582 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:49 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:49.582 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:49 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:49.582 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:49 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi158", "caps": []}]: dispatch 2023-09-30T00:40:49.582 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:49 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi158", "caps": []}]': finished 2023-09-30T00:40:49.610 INFO:tasks.cephadm:Setting crush tunables to default 2023-09-30T00:40:49.611 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph osd crush tunables default 2023-09-30T00:40:49.900 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:40:50.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:50 smithi019 ceph-mon[112206]: Updating smithi158:/var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T00:40:50.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:50 smithi019 ceph-mon[112206]: Updating smithi158:/etc/ceph/ceph.client.admin.keyring 2023-09-30T00:40:50.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:50 smithi019 ceph-mon[112206]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:40:50.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:50 smithi019 ceph-mon[112206]: Updating smithi158:/var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T00:40:50.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:50 smithi019 ceph-mon[112206]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T00:40:51.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:51 smithi019 ceph-mon[112206]: Deploying daemon agent.smithi158 on smithi158 2023-09-30T00:40:51.619 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:51 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:51.619 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:51 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:51.619 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:51 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:51.619 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:51 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:51.619 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:51 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:40:51.619 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:51 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:40:51.619 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:51 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:51.619 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:51 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:51.620 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:51 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:51.620 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:51 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:40:51.620 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:51 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:40:51.620 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:51 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:51.620 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:51 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:51.620 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:51 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:51.620 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:51 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/426252556' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-09-30T00:40:51.908 INFO:teuthology.orchestra.run.smithi019.stderr:adjusted tunables profile to default 2023-09-30T00:40:52.299 INFO:tasks.cephadm:Adding mon.a on smithi019 2023-09-30T00:40:52.299 INFO:tasks.cephadm:Adding mon.b on smithi045 2023-09-30T00:40:52.299 INFO:tasks.cephadm:Adding mon.c on smithi158 2023-09-30T00:40:52.299 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph orch apply mon '3;smithi019:172.21.15.19=a;smithi045:172.21.15.45=b;smithi158:172.21.15.158=c' 2023-09-30T00:40:52.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:52 smithi019 ceph-mon[112206]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:40:52.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:52 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:52.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:52 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/426252556' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-09-30T00:40:52.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:52 smithi019 ceph-mon[112206]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T00:40:52.658 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T00:40:53.637 INFO:teuthology.orchestra.run.smithi158.stdout:Scheduled mon update... 2023-09-30T00:40:54.007 DEBUG:teuthology.orchestra.run.smithi045:mon.b> sudo journalctl -f -n 0 -u ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mon.b.service 2023-09-30T00:40:54.009 DEBUG:teuthology.orchestra.run.smithi158:mon.c> sudo journalctl -f -n 0 -u ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mon.c.service 2023-09-30T00:40:54.011 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-09-30T00:40:54.011 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T00:40:54.042 INFO:journalctl@ceph.mon.c.smithi158.stdout:-- Logs begin at Fri 2023-09-29 23:19:09 UTC. -- 2023-09-30T00:40:54.049 INFO:journalctl@ceph.mon.b.smithi045.stdout:-- Logs begin at Fri 2023-09-29 23:18:51 UTC. -- 2023-09-30T00:40:54.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:53 smithi019 ceph-mon[112206]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:40:54.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:53 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:54.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:53 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:54.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:53 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:54.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:53 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:54.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:53 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:40:54.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:53 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:40:54.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:53 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:54.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:53 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T00:40:54.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:53 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:40:54.519 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T00:40:55.028 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:54 smithi019 ceph-mon[112206]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi019:172.21.15.19=a;smithi045:172.21.15.45=b;smithi158:172.21.15.158=c", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:40:55.028 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:54 smithi019 ceph-mon[112206]: Saving service mon spec with placement smithi019:172.21.15.19=a;smithi045:172.21.15.45=b;smithi158:172.21.15.158=c;count:3 2023-09-30T00:40:55.029 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:54 smithi019 ceph-mon[112206]: Deploying daemon mon.c on smithi158 2023-09-30T00:40:55.827 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:40:55.828 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"b278a7f0-5f29-11ee-8db4-212e2dc638e7","modified":"2023-09-30T00:39:40.440086Z","created":"2023-09-30T00:39:40.440086Z","min_mon_release":17,"min_mon_release_name":"quincy","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T00:40:55.828 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-09-30T00:40:56.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:55 smithi019 ceph-mon[112206]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:40:56.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:55 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:56.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:55 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:56.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:40:55 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:56.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 systemd[1]: Started Ceph mon.c for b278a7f0-5f29-11ee-8db4-212e2dc638e7. 2023-09-30T00:40:56.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: using public_addr v2:172.21.15.158:0/0 -> [v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0] 2023-09-30T00:40:56.865 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: starting mon.c rank -1 at public addrs [v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0] at bind addrs [v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 2023-09-30T00:40:56.865 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: mon.c@-1(???) e0 preinit fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 2023-09-30T00:40:56.865 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: mon.c@-1(synchronizing).mds e1 new map 2023-09-30T00:40:56.865 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: mon.c@-1(synchronizing).mds e1 print_map 2023-09-30T00:40:56.865 INFO:journalctl@ceph.mon.c.smithi158.stdout: e1 2023-09-30T00:40:56.865 INFO:journalctl@ceph.mon.c.smithi158.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-30T00:40:56.865 INFO:journalctl@ceph.mon.c.smithi158.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} 2023-09-30T00:40:56.865 INFO:journalctl@ceph.mon.c.smithi158.stdout: legacy client fscid: -1 2023-09-30T00:40:56.865 INFO:journalctl@ceph.mon.c.smithi158.stdout: 2023-09-30T00:40:56.865 INFO:journalctl@ceph.mon.c.smithi158.stdout: No filesystems configured 2023-09-30T00:40:56.865 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-09-30T00:40:56.866 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-09-30T00:40:56.866 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-09-30T00:40:56.866 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-09-30T00:40:56.866 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-09-30T00:40:56.866 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-09-30T00:40:56.866 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-30T00:40:56.866 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T00:40:56.866 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T00:40:56.866 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T00:40:56.866 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:40:56.866 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:56.867 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:56.867 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:56.867 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:40:56.867 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:40:56.867 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:40:56.867 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:56.867 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T00:40:56.867 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:40:56.867 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi019:172.21.15.19=a;smithi045:172.21.15.45=b;smithi158:172.21.15.158=c", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:40:56.867 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: Saving service mon spec with placement smithi019:172.21.15.19=a;smithi045:172.21.15.45=b;smithi158:172.21.15.158=c;count:3 2023-09-30T00:40:56.867 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: Deploying daemon mon.c on smithi158 2023-09-30T00:40:56.867 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:40:56.868 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:56.868 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:56.868 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:40:56.868 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:40:56 smithi158 ceph-mon[114283]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-09-30T00:40:57.166 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-09-30T00:40:57.166 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T00:40:57.427 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.c/config 2023-09-30T00:41:01.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-a[112201]: 2023-09-30T00:41:01.567+0000 7f2e298f2700 -1 log_channel(cluster) log [ERR] : Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:01.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-a[112201]: 2023-09-30T00:41:01.567+0000 7f2e298f2700 -1 log_channel(cluster) log [ERR] : [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:01.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-a[112201]: 2023-09-30T00:41:01.567+0000 7f2e298f2700 -1 log_channel(cluster) log [ERR] : Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:01.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T00:41:01.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: mon.a calling monitor election 2023-09-30T00:41:01.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:41:01.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:01.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:41:01.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:41:01.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: mon.c calling monitor election 2023-09-30T00:41:01.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:01.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:41:01.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:41:01.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:01.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:41:01.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-09-30T00:41:01.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: monmap e2: 2 mons at {a=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],c=[v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0]} removed_ranks: {} 2023-09-30T00:41:01.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: fsmap 2023-09-30T00:41:01.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T00:41:01.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: mgrmap e13: a(active, since 34s) 2023-09-30T00:41:01.837 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:01.838 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:01.838 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:01.838 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:01.838 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:01.838 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:01.838 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T00:41:01.838 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:02.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T00:41:02.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: mon.a calling monitor election 2023-09-30T00:41:02.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:41:02.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:02.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:41:02.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:41:02.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: mon.c calling monitor election 2023-09-30T00:41:02.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:02.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:41:02.115 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:41:02.115 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:02.115 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:41:02.115 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-09-30T00:41:02.115 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: monmap e2: 2 mons at {a=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],c=[v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0]} removed_ranks: {} 2023-09-30T00:41:02.115 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: fsmap 2023-09-30T00:41:02.115 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T00:41:02.115 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: mgrmap e13: a(active, since 34s) 2023-09-30T00:41:02.115 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:02.115 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:02.116 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:02.116 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:02.116 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:02.116 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:02.116 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T00:41:02.116 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:02.144 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:41:02.144 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":2,"fsid":"b278a7f0-5f29-11ee-8db4-212e2dc638e7","modified":"2023-09-30T00:40:56.519982Z","created":"2023-09-30T00:39:40.440086Z","min_mon_release":17,"min_mon_release_name":"quincy","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:3300","nonce":0},{"type":"v1","addr":"172.21.15.158:6789","nonce":0}]},"addr":"172.21.15.158:6789/0","public_addr":"172.21.15.158:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-09-30T00:41:02.146 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 2 2023-09-30T00:41:02.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:02 smithi158 ceph-mon[114283]: Deploying daemon mon.b on smithi045 2023-09-30T00:41:02.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:02 smithi158 ceph-mon[114283]: from='client.? 172.21.15.158:0/1228697299' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T00:41:02.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:02 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:41:03.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:02 smithi019 ceph-mon[112206]: Deploying daemon mon.b on smithi045 2023-09-30T00:41:03.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:02 smithi019 ceph-mon[112206]: from='client.? 172.21.15.158:0/1228697299' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T00:41:03.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:02 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:41:03.508 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-09-30T00:41:03.508 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T00:41:03.770 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.c/config 2023-09-30T00:41:03.860 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:03 smithi158 ceph-mon[114283]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:04.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:03 smithi019 ceph-mon[112206]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:04.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:04 smithi045 bash[114066]: ece3bb785d5c4eda94314acab7393d2287de2ab4c50b80d1ee0830c829cf83fd 2023-09-30T00:41:04.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:04 smithi045 systemd[1]: Started Ceph mon.b for b278a7f0-5f29-11ee-8db4-212e2dc638e7. 2023-09-30T00:41:09.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-a[112201]: 2023-09-30T00:41:09.174+0000 7f2e298f2700 -1 log_channel(cluster) log [ERR] : Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'; 1/3 mons down, quorum a,c 2023-09-30T00:41:09.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-a[112201]: 2023-09-30T00:41:09.174+0000 7f2e298f2700 -1 log_channel(cluster) log [ERR] : [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:09.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-a[112201]: 2023-09-30T00:41:09.174+0000 7f2e298f2700 -1 log_channel(cluster) log [ERR] : Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:09.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-a[112201]: 2023-09-30T00:41:09.174+0000 7f2e298f2700 -1 log_channel(cluster) log [ERR] : [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-09-30T00:41:09.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-a[112201]: 2023-09-30T00:41:09.174+0000 7f2e298f2700 -1 log_channel(cluster) log [ERR] : mon.b (rank 2) addr [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] is down (out of quorum) 2023-09-30T00:41:09.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T00:41:09.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: mon.c calling monitor election 2023-09-30T00:41:09.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: mon.a calling monitor election 2023-09-30T00:41:09.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:09.587 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:41:09.587 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:09.587 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:09.587 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:09.587 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:09.587 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:09.587 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:09.587 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:09.587 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-09-30T00:41:09.587 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: monmap e3: 3 mons at {a=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],b=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],c=[v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0]} removed_ranks: {} 2023-09-30T00:41:09.587 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: fsmap 2023-09-30T00:41:09.587 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T00:41:09.588 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: mgrmap e13: a(active, since 42s) 2023-09-30T00:41:09.588 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-09-30T00:41:09.588 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'; 1/3 mons down, quorum a,c 2023-09-30T00:41:09.588 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:09.588 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:09.588 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-09-30T00:41:09.588 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: mon.b (rank 2) addr [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] is down (out of quorum) 2023-09-30T00:41:09.588 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:09.588 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:09.588 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:09.588 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:09.588 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:09.588 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:09.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T00:41:09.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: mon.c calling monitor election 2023-09-30T00:41:09.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: mon.a calling monitor election 2023-09-30T00:41:09.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:09.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:41:09.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:09.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:09.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:09.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:09.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:09.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:09.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:09.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-09-30T00:41:09.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: monmap e3: 3 mons at {a=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],b=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],c=[v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0]} removed_ranks: {} 2023-09-30T00:41:09.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: fsmap 2023-09-30T00:41:09.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T00:41:09.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: mgrmap e13: a(active, since 42s) 2023-09-30T00:41:09.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-09-30T00:41:09.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'; 1/3 mons down, quorum a,c 2023-09-30T00:41:09.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:09.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:09.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-09-30T00:41:09.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: mon.b (rank 2) addr [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] is down (out of quorum) 2023-09-30T00:41:09.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:09.616 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:09.616 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:09.616 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:09.616 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:09.616 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.335 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:10 smithi158 ceph-mon[114283]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:10.335 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:10 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.335 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:10 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:10.335 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:10 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:10.335 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:10 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:10.335 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:10 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.335 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:10 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.335 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:10 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.335 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:10 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.336 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:10 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.336 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:10 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.336 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:10 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.336 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:10 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.336 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:10 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.336 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:10 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.336 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:10 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:10.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:10 smithi019 ceph-mon[112206]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:10.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:10 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:10 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:10.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:10 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:10.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:10 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:10.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:10 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:10 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:10 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:10 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:10 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:10 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:10 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:10 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:10 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:10 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:10.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:10 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:10.868 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-09-30T00:41:10.869 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":3,"fsid":"b278a7f0-5f29-11ee-8db4-212e2dc638e7","modified":"2023-09-30T00:41:04.139742Z","created":"2023-09-30T00:39:40.440086Z","min_mon_release":17,"min_mon_release_name":"quincy","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:3300","nonce":0},{"type":"v1","addr":"172.21.15.158:6789","nonce":0}]},"addr":"172.21.15.158:6789/0","public_addr":"172.21.15.158:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-09-30T00:41:10.870 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 3 2023-09-30T00:41:11.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T00:41:11.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: mon.c calling monitor election 2023-09-30T00:41:11.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: mon.a calling monitor election 2023-09-30T00:41:11.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:11.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:41:11.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:11.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:11.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:11.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:11.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:11.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:11.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:11.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-09-30T00:41:11.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: monmap e3: 3 mons at {a=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],b=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],c=[v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0]} removed_ranks: {} 2023-09-30T00:41:11.245 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: fsmap 2023-09-30T00:41:11.245 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T00:41:11.245 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: mgrmap e13: a(active, since 42s) 2023-09-30T00:41:11.245 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-09-30T00:41:11.245 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'; 1/3 mons down, quorum a,c 2023-09-30T00:41:11.245 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:11.245 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:11.245 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-09-30T00:41:11.245 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: mon.b (rank 2) addr [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] is down (out of quorum) 2023-09-30T00:41:11.245 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.245 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.245 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.246 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.246 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.246 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.246 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:11.246 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.246 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:11.246 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:11.246 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:11.246 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.246 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.246 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.246 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.247 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.247 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.247 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.247 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.247 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.247 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.247 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:11.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-a[112201]: 2023-09-30T00:41:11.192+0000 7f2e298f2700 -1 log_channel(cluster) log [ERR] : Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:11.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-a[112201]: 2023-09-30T00:41:11.192+0000 7f2e298f2700 -1 log_channel(cluster) log [ERR] : [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:11.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-a[112201]: 2023-09-30T00:41:11.192+0000 7f2e298f2700 -1 log_channel(cluster) log [ERR] : Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:11.833 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-09-30T00:41:11.833 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph config generate-minimal-conf 2023-09-30T00:41:11.958 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: mon.b calling monitor election 2023-09-30T00:41:11.958 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:11.958 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: mon.b calling monitor election 2023-09-30T00:41:11.958 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: mon.c calling monitor election 2023-09-30T00:41:11.958 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: mon.a calling monitor election 2023-09-30T00:41:11.958 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-09-30T00:41:11.958 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: monmap e3: 3 mons at {a=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],b=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],c=[v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0]} removed_ranks: {} 2023-09-30T00:41:11.958 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: fsmap 2023-09-30T00:41:11.959 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T00:41:11.959 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: mgrmap e13: a(active, since 44s) 2023-09-30T00:41:11.959 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-09-30T00:41:11.959 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:11.959 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:11.959 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:11.959 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.959 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.959 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T00:41:11.959 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T00:41:11.959 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:11.960 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.960 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:11.960 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: mon.b calling monitor election 2023-09-30T00:41:12.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:12.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: mon.b calling monitor election 2023-09-30T00:41:12.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: mon.c calling monitor election 2023-09-30T00:41:12.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: mon.a calling monitor election 2023-09-30T00:41:12.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-09-30T00:41:12.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: monmap e3: 3 mons at {a=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],b=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],c=[v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0]} removed_ranks: {} 2023-09-30T00:41:12.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: fsmap 2023-09-30T00:41:12.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T00:41:12.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: mgrmap e13: a(active, since 44s) 2023-09-30T00:41:12.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-09-30T00:41:12.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:12.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:12.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:12.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T00:41:12.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T00:41:12.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:12.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:11 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.088 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: mon.b calling monitor election 2023-09-30T00:41:12.088 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:12.088 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: mon.b calling monitor election 2023-09-30T00:41:12.088 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: mon.c calling monitor election 2023-09-30T00:41:12.088 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: mon.a calling monitor election 2023-09-30T00:41:12.088 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-09-30T00:41:12.088 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: monmap e3: 3 mons at {a=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],b=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],c=[v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0]} removed_ranks: {} 2023-09-30T00:41:12.088 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: fsmap 2023-09-30T00:41:12.088 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T00:41:12.089 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: mgrmap e13: a(active, since 44s) 2023-09-30T00:41:12.089 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-09-30T00:41:12.089 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:12.089 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:12.089 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T00:41:12.089 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.089 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.089 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T00:41:12.089 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T00:41:12.089 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:12.090 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.090 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.090 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:11 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.139 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:41:12.880 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:12 smithi019 ceph-mon[112206]: Reconfiguring mon.b (monmap changed)... 2023-09-30T00:41:12.880 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:12 smithi019 ceph-mon[112206]: Reconfiguring daemon mon.b on smithi045 2023-09-30T00:41:12.880 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.880 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.880 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.880 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.881 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.881 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.881 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.881 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:12.881 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.881 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:12.881 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T00:41:12.881 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T00:41:12.881 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:13.085 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:12 smithi158 ceph-mon[114283]: Reconfiguring mon.b (monmap changed)... 2023-09-30T00:41:13.085 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:12 smithi158 ceph-mon[114283]: Reconfiguring daemon mon.b on smithi045 2023-09-30T00:41:13.085 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:13.085 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:13.086 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:13.086 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:13.086 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:13.086 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:13.086 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:13.086 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:13.086 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:13.086 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:13.086 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T00:41:13.086 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T00:41:13.086 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:13.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:12 smithi045 ceph-mon[114085]: Reconfiguring mon.b (monmap changed)... 2023-09-30T00:41:13.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:12 smithi045 ceph-mon[114085]: Reconfiguring daemon mon.b on smithi045 2023-09-30T00:41:13.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:13.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:13.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:13.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:13.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:13.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:13.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:13.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:41:13.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:13.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:13.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T00:41:13.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T00:41:13.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:13.266 INFO:teuthology.orchestra.run.smithi019.stdout:# minimal ceph.conf for b278a7f0-5f29-11ee-8db4-212e2dc638e7 2023-09-30T00:41:13.266 INFO:teuthology.orchestra.run.smithi019.stdout:[global] 2023-09-30T00:41:13.266 INFO:teuthology.orchestra.run.smithi019.stdout: fsid = b278a7f0-5f29-11ee-8db4-212e2dc638e7 2023-09-30T00:41:13.266 INFO:teuthology.orchestra.run.smithi019.stdout: mon_host = [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] [v2:172.21.15.158:3300/0,v1:172.21.15.158:6789/0] 2023-09-30T00:41:13.681 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-09-30T00:41:13.681 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-09-30T00:41:13.681 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/ceph/ceph.conf 2023-09-30T00:41:13.719 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-09-30T00:41:13.719 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T00:41:13.795 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-09-30T00:41:13.795 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.conf 2023-09-30T00:41:13.835 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-09-30T00:41:13.835 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T00:41:13.911 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-30T00:41:13.911 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/etc/ceph/ceph.conf 2023-09-30T00:41:13.942 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-30T00:41:13.943 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T00:41:14.011 INFO:tasks.cephadm:Adding mgr.a on smithi019 2023-09-30T00:41:14.012 INFO:tasks.cephadm:Adding mgr.b on smithi045 2023-09-30T00:41:14.012 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph orch apply mgr '2;smithi019=a;smithi045=b' 2023-09-30T00:41:14.077 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:13 smithi158 ceph-mon[114283]: Reconfiguring mon.c (monmap changed)... 2023-09-30T00:41:14.077 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:13 smithi158 ceph-mon[114283]: Reconfiguring daemon mon.c on smithi158 2023-09-30T00:41:14.077 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:13 smithi158 ceph-mon[114283]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:14.077 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:13 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/3261971230' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:14.077 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:14.077 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:14.077 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:14.078 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:14.078 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:14.078 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:14.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:13 smithi019 ceph-mon[112206]: Reconfiguring mon.c (monmap changed)... 2023-09-30T00:41:14.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:13 smithi019 ceph-mon[112206]: Reconfiguring daemon mon.c on smithi158 2023-09-30T00:41:14.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:13 smithi019 ceph-mon[112206]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:14.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:13 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3261971230' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:14.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:14.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:14.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:14.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:14.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:14.087 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:13 smithi045 ceph-mon[114085]: Reconfiguring mon.c (monmap changed)... 2023-09-30T00:41:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:13 smithi045 ceph-mon[114085]: Reconfiguring daemon mon.c on smithi158 2023-09-30T00:41:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:13 smithi045 ceph-mon[114085]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:13 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/3261971230' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:14.303 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.c/config 2023-09-30T00:41:15.288 INFO:teuthology.orchestra.run.smithi158.stdout:Scheduled mgr update... 2023-09-30T00:41:15.655 DEBUG:teuthology.orchestra.run.smithi045:mgr.b> sudo journalctl -f -n 0 -u ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mgr.b.service 2023-09-30T00:41:15.657 INFO:tasks.cephadm:Deploying OSDs... 2023-09-30T00:41:15.658 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-09-30T00:41:15.658 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T00:41:15.684 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-30T00:41:15.684 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_1 2023-09-30T00:41:15.690 INFO:journalctl@ceph.mgr.b.smithi045.stdout:-- Logs begin at Fri 2023-09-29 23:18:51 UTC. -- 2023-09-30T00:41:15.748 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-30T00:41:15.748 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T00:41:15.748 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 387500 Links: 1 2023-09-30T00:41:15.748 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T00:41:15.748 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T00:41:15.748 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-09-30 00:41:15.244789876 +0000 2023-09-30T00:41:15.748 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-09-29 23:35:41.720647320 +0000 2023-09-30T00:41:15.749 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-09-29 23:35:41.720647320 +0000 2023-09-30T00:41:15.749 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-09-30T00:41:15.749 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-30T00:41:15.828 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-09-30T00:41:15.829 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-09-30T00:41:15.829 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000241555 s, 2.1 MB/s 2023-09-30T00:41:15.830 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-30T00:41:15.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:15 smithi158 ceph-mon[114283]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:15.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:15 smithi158 ceph-mon[114283]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi019=a;smithi045=b", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:41:15.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:15 smithi158 ceph-mon[114283]: Saving service mgr spec with placement smithi019=a;smithi045=b;count:2 2023-09-30T00:41:15.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:15 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:15.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:15 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:15.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:15 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:15.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:15 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:15.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:15 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:15.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:15 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T00:41:15.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:15 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-30T00:41:15.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:15 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T00:41:15.865 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:15 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:15.865 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:15 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:15.865 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:15 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:15.865 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:15 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:15.895 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_2 2023-09-30T00:41:15.959 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-30T00:41:15.959 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T00:41:15.959 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 389646 Links: 1 2023-09-30T00:41:15.959 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T00:41:15.959 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T00:41:15.959 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-09-30 00:41:15.244789876 +0000 2023-09-30T00:41:15.959 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-09-29 23:35:42.295641827 +0000 2023-09-30T00:41:15.959 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-09-29 23:35:42.295641827 +0000 2023-09-30T00:41:15.959 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-09-30T00:41:15.961 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-30T00:41:15.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:15 smithi045 ceph-mon[114085]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:15.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:15 smithi045 ceph-mon[114085]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi019=a;smithi045=b", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:41:15.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:15 smithi045 ceph-mon[114085]: Saving service mgr spec with placement smithi019=a;smithi045=b;count:2 2023-09-30T00:41:15.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:15 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:15.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:15 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:15.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:15 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:15.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:15 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:15.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:15 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:15.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:15 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T00:41:15.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:15 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-30T00:41:15.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:15 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T00:41:15.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:15 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:15.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:15 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:15.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:15 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:15.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:15 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:16.031 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:15 smithi019 ceph-mon[112206]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:16.031 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:15 smithi019 ceph-mon[112206]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi019=a;smithi045=b", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:41:16.031 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:15 smithi019 ceph-mon[112206]: Saving service mgr spec with placement smithi019=a;smithi045=b;count:2 2023-09-30T00:41:16.031 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:15 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:16.031 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:15 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:16.031 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:15 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:16.032 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:15 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:16.032 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:15 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:16.032 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:15 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T00:41:16.032 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:15 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-30T00:41:16.032 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:15 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T00:41:16.032 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:15 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:16.032 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:15 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:16.032 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:15 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:16.032 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:15 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:16.034 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-09-30T00:41:16.034 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-09-30T00:41:16.034 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000244857 s, 2.1 MB/s 2023-09-30T00:41:16.035 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-30T00:41:16.099 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_3 2023-09-30T00:41:16.165 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-30T00:41:16.165 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T00:41:16.165 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 396443 Links: 1 2023-09-30T00:41:16.165 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T00:41:16.166 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T00:41:16.166 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-09-30 00:41:15.244789876 +0000 2023-09-30T00:41:16.166 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-09-29 23:35:42.874636296 +0000 2023-09-30T00:41:16.166 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-09-29 23:35:42.874636296 +0000 2023-09-30T00:41:16.166 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-09-30T00:41:16.166 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-30T00:41:16.239 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-09-30T00:41:16.239 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-09-30T00:41:16.239 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000191564 s, 2.7 MB/s 2023-09-30T00:41:16.240 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-30T00:41:16.306 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_4 2023-09-30T00:41:16.370 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-30T00:41:16.370 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T00:41:16.370 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 395397 Links: 1 2023-09-30T00:41:16.370 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T00:41:16.370 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T00:41:16.370 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-09-30 00:41:15.244789876 +0000 2023-09-30T00:41:16.370 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-09-29 23:35:43.442630870 +0000 2023-09-30T00:41:16.371 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-09-29 23:35:43.442630870 +0000 2023-09-30T00:41:16.371 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-09-30T00:41:16.371 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-30T00:41:16.444 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-09-30T00:41:16.444 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-09-30T00:41:16.445 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000239976 s, 2.1 MB/s 2023-09-30T00:41:16.446 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-30T00:41:16.511 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-09-30T00:41:16.511 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T00:41:16.532 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-30T00:41:16.532 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_1 2023-09-30T00:41:16.595 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-30T00:41:16.595 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T00:41:16.595 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 397340 Links: 1 2023-09-30T00:41:16.595 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T00:41:16.595 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T00:41:16.595 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-09-30 00:41:16.491488311 +0000 2023-09-30T00:41:16.595 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-09-29 23:35:32.321796411 +0000 2023-09-30T00:41:16.595 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-09-29 23:35:32.321796411 +0000 2023-09-30T00:41:16.595 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-09-30T00:41:16.596 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-30T00:41:16.673 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-09-30T00:41:16.673 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-09-30T00:41:16.673 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 9.8818e-05 s, 5.2 MB/s 2023-09-30T00:41:16.674 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-30T00:41:16.738 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_2 2023-09-30T00:41:16.742 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:16 smithi045 systemd[1]: Starting Ceph mgr.b for b278a7f0-5f29-11ee-8db4-212e2dc638e7... 2023-09-30T00:41:16.763 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-30T00:41:16.763 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T00:41:16.763 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 391597 Links: 1 2023-09-30T00:41:16.763 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T00:41:16.763 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T00:41:16.763 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-09-30 00:41:16.491488311 +0000 2023-09-30T00:41:16.763 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-09-29 23:35:32.878787715 +0000 2023-09-30T00:41:16.763 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-09-29 23:35:32.878787715 +0000 2023-09-30T00:41:16.763 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-09-30T00:41:16.764 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-30T00:41:16.836 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-09-30T00:41:16.837 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-09-30T00:41:16.837 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000114936 s, 4.5 MB/s 2023-09-30T00:41:16.838 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-30T00:41:16.899 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_3 2023-09-30T00:41:16.959 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-30T00:41:16.960 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T00:41:16.960 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 395916 Links: 1 2023-09-30T00:41:16.960 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T00:41:16.960 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T00:41:16.960 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-09-30 00:41:16.491488311 +0000 2023-09-30T00:41:16.960 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-09-29 23:35:33.456778691 +0000 2023-09-30T00:41:16.960 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-09-29 23:35:33.456778691 +0000 2023-09-30T00:41:16.960 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-09-30T00:41:16.961 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-30T00:41:17.018 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:16 smithi045 ceph-mon[114085]: Deploying daemon mgr.b on smithi045 2023-09-30T00:41:17.018 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:16 smithi045 ceph-mgr[115813]: -- 172.21.15.45:0/4194396579 <== mon.2 v2:172.21.15.45:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f1a4f8e9c0 con 0x55f1a4f64800 2023-09-30T00:41:17.018 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:16 smithi045 bash[115718]: 229086a22778048818da72e6fce38b83578f85d3c717de873665253f91b65c0c 2023-09-30T00:41:17.019 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:16 smithi045 systemd[1]: Started Ceph mgr.b for b278a7f0-5f29-11ee-8db4-212e2dc638e7. 2023-09-30T00:41:17.031 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-09-30T00:41:17.031 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-09-30T00:41:17.031 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000101025 s, 5.1 MB/s 2023-09-30T00:41:17.032 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-30T00:41:17.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:16 smithi019 ceph-mon[112206]: Deploying daemon mgr.b on smithi045 2023-09-30T00:41:17.093 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_4 2023-09-30T00:41:17.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:16 smithi158 ceph-mon[114283]: Deploying daemon mgr.b on smithi045 2023-09-30T00:41:17.167 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-30T00:41:17.168 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T00:41:17.168 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 391779 Links: 1 2023-09-30T00:41:17.168 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T00:41:17.168 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T00:41:17.168 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-09-30 00:41:16.491488311 +0000 2023-09-30T00:41:17.168 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-09-29 23:35:34.016769948 +0000 2023-09-30T00:41:17.168 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-09-29 23:35:34.016769948 +0000 2023-09-30T00:41:17.168 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-09-30T00:41:17.169 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-30T00:41:17.238 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-09-30T00:41:17.238 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-09-30T00:41:17.238 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000101732 s, 5.0 MB/s 2023-09-30T00:41:17.239 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-30T00:41:17.300 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-09-30T00:41:17.300 DEBUG:teuthology.orchestra.run.smithi158:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T00:41:17.322 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-30T00:41:17.323 DEBUG:teuthology.orchestra.run.smithi158:> stat /dev/vg_nvme/lv_1 2023-09-30T00:41:17.382 INFO:teuthology.orchestra.run.smithi158.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-30T00:41:17.383 INFO:teuthology.orchestra.run.smithi158.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T00:41:17.383 INFO:teuthology.orchestra.run.smithi158.stdout:Device: 6h/6d Inode: 390080 Links: 1 2023-09-30T00:41:17.383 INFO:teuthology.orchestra.run.smithi158.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T00:41:17.383 INFO:teuthology.orchestra.run.smithi158.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T00:41:17.383 INFO:teuthology.orchestra.run.smithi158.stdout:Access: 2023-09-30 00:41:11.330109854 +0000 2023-09-30T00:41:17.383 INFO:teuthology.orchestra.run.smithi158.stdout:Modify: 2023-09-29 23:35:31.222282399 +0000 2023-09-30T00:41:17.383 INFO:teuthology.orchestra.run.smithi158.stdout:Change: 2023-09-29 23:35:31.222282399 +0000 2023-09-30T00:41:17.383 INFO:teuthology.orchestra.run.smithi158.stdout: Birth: - 2023-09-30T00:41:17.384 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-30T00:41:17.455 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records in 2023-09-30T00:41:17.455 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records out 2023-09-30T00:41:17.455 INFO:teuthology.orchestra.run.smithi158.stderr:512 bytes copied, 0.000128487 s, 4.0 MB/s 2023-09-30T00:41:17.456 DEBUG:teuthology.orchestra.run.smithi158:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-30T00:41:17.492 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:17 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:17.015+0000 7fdcb2ec91c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T00:41:17.493 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:17 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:17.222+0000 7fdcb2ec91c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T00:41:17.516 DEBUG:teuthology.orchestra.run.smithi158:> stat /dev/vg_nvme/lv_2 2023-09-30T00:41:17.576 INFO:teuthology.orchestra.run.smithi158.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-30T00:41:17.576 INFO:teuthology.orchestra.run.smithi158.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T00:41:17.576 INFO:teuthology.orchestra.run.smithi158.stdout:Device: 6h/6d Inode: 394257 Links: 1 2023-09-30T00:41:17.576 INFO:teuthology.orchestra.run.smithi158.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T00:41:17.577 INFO:teuthology.orchestra.run.smithi158.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T00:41:17.577 INFO:teuthology.orchestra.run.smithi158.stdout:Access: 2023-09-30 00:41:11.330109854 +0000 2023-09-30T00:41:17.577 INFO:teuthology.orchestra.run.smithi158.stdout:Modify: 2023-09-29 23:35:31.720276878 +0000 2023-09-30T00:41:17.577 INFO:teuthology.orchestra.run.smithi158.stdout:Change: 2023-09-29 23:35:31.720276878 +0000 2023-09-30T00:41:17.577 INFO:teuthology.orchestra.run.smithi158.stdout: Birth: - 2023-09-30T00:41:17.577 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-30T00:41:17.645 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records in 2023-09-30T00:41:17.645 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records out 2023-09-30T00:41:17.645 INFO:teuthology.orchestra.run.smithi158.stderr:512 bytes copied, 0.000127992 s, 4.0 MB/s 2023-09-30T00:41:17.646 DEBUG:teuthology.orchestra.run.smithi158:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-30T00:41:17.705 DEBUG:teuthology.orchestra.run.smithi158:> stat /dev/vg_nvme/lv_3 2023-09-30T00:41:17.764 INFO:teuthology.orchestra.run.smithi158.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-30T00:41:17.765 INFO:teuthology.orchestra.run.smithi158.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T00:41:17.765 INFO:teuthology.orchestra.run.smithi158.stdout:Device: 6h/6d Inode: 394323 Links: 1 2023-09-30T00:41:17.765 INFO:teuthology.orchestra.run.smithi158.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T00:41:17.765 INFO:teuthology.orchestra.run.smithi158.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T00:41:17.765 INFO:teuthology.orchestra.run.smithi158.stdout:Access: 2023-09-30 00:41:11.330109854 +0000 2023-09-30T00:41:17.765 INFO:teuthology.orchestra.run.smithi158.stdout:Modify: 2023-09-29 23:35:32.225271279 +0000 2023-09-30T00:41:17.765 INFO:teuthology.orchestra.run.smithi158.stdout:Change: 2023-09-29 23:35:32.225271279 +0000 2023-09-30T00:41:17.765 INFO:teuthology.orchestra.run.smithi158.stdout: Birth: - 2023-09-30T00:41:17.765 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-30T00:41:17.832 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records in 2023-09-30T00:41:17.832 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records out 2023-09-30T00:41:17.832 INFO:teuthology.orchestra.run.smithi158.stderr:512 bytes copied, 9.6557e-05 s, 5.3 MB/s 2023-09-30T00:41:17.833 DEBUG:teuthology.orchestra.run.smithi158:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-30T00:41:17.892 DEBUG:teuthology.orchestra.run.smithi158:> stat /dev/vg_nvme/lv_4 2023-09-30T00:41:17.951 INFO:teuthology.orchestra.run.smithi158.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-30T00:41:17.951 INFO:teuthology.orchestra.run.smithi158.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T00:41:17.951 INFO:teuthology.orchestra.run.smithi158.stdout:Device: 6h/6d Inode: 396469 Links: 1 2023-09-30T00:41:17.951 INFO:teuthology.orchestra.run.smithi158.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T00:41:17.951 INFO:teuthology.orchestra.run.smithi158.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T00:41:17.951 INFO:teuthology.orchestra.run.smithi158.stdout:Access: 2023-09-30 00:41:11.330109854 +0000 2023-09-30T00:41:17.952 INFO:teuthology.orchestra.run.smithi158.stdout:Modify: 2023-09-29 23:35:32.734265637 +0000 2023-09-30T00:41:17.952 INFO:teuthology.orchestra.run.smithi158.stdout:Change: 2023-09-29 23:35:32.734265637 +0000 2023-09-30T00:41:17.952 INFO:teuthology.orchestra.run.smithi158.stdout: Birth: - 2023-09-30T00:41:17.952 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-30T00:41:17.973 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:17 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:17.566+0000 7fdcb2ec91c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T00:41:18.017 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records in 2023-09-30T00:41:18.017 INFO:teuthology.orchestra.run.smithi158.stderr:1+0 records out 2023-09-30T00:41:18.017 INFO:teuthology.orchestra.run.smithi158.stderr:512 bytes copied, 0.000118782 s, 4.3 MB/s 2023-09-30T00:41:18.018 DEBUG:teuthology.orchestra.run.smithi158:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-30T00:41:18.078 INFO:tasks.cephadm:Deploying osd.0 on smithi019 with /dev/vg_nvme/lv_4... 2023-09-30T00:41:18.078 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-30T00:41:18.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:17 smithi019 ceph-mon[112206]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:18.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:17 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:18.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:17 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:18.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:17 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:18.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:17 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:18.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:17 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:18.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:17 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:18.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:17 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:18.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:17 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:18.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:17 smithi019 ceph-mon[112206]: Metadata not up to date on all hosts. Skipping non agent specs 2023-09-30T00:41:18.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:17 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T00:41:18.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:17 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T00:41:18.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:17 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:18.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:17 smithi158 ceph-mon[114283]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:18.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:17 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:18.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:17 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:18.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:17 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:18.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:17 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:18.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:17 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:18.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:17 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:18.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:17 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:18.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:17 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:18.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:17 smithi158 ceph-mon[114283]: Metadata not up to date on all hosts. Skipping non agent specs 2023-09-30T00:41:18.115 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:17 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T00:41:18.115 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:17 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T00:41:18.115 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:17 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:18.242 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:18 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:18.166+0000 7fdcb2ec91c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T00:41:18.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:17 smithi045 ceph-mon[114085]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:18.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:17 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:18.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:17 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:18.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:17 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:18.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:17 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:18.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:17 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:18.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:17 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:18.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:17 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:18.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:17 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:18.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:17 smithi045 ceph-mon[114085]: Metadata not up to date on all hosts. Skipping non agent specs 2023-09-30T00:41:18.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:17 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T00:41:18.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:17 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T00:41:18.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:17 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:18.371 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:41:18.742 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:18 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:18.354+0000 7fdcb2ec91c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T00:41:19.190 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:18 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:18.837+0000 7fdcb2ec91c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T00:41:19.190 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:18 smithi045 ceph-mon[114085]: Reconfiguring mgr.a (unknown last config time)... 2023-09-30T00:41:19.190 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:18 smithi045 ceph-mon[114085]: Reconfiguring daemon mgr.a on smithi019 2023-09-30T00:41:19.190 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:18 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:19.190 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:18 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:19.190 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:18 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:19.191 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:18 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:19.191 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:18 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:19.191 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:18 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:19.211 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:18 smithi019 ceph-mon[112206]: Reconfiguring mgr.a (unknown last config time)... 2023-09-30T00:41:19.211 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:18 smithi019 ceph-mon[112206]: Reconfiguring daemon mgr.a on smithi019 2023-09-30T00:41:19.211 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:18 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:19.211 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:18 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:19.211 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:18 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:19.211 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:18 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:19.211 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:18 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:19.212 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:18 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:19.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:18 smithi158 ceph-mon[114283]: Reconfiguring mgr.a (unknown last config time)... 2023-09-30T00:41:19.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:18 smithi158 ceph-mon[114283]: Reconfiguring daemon mgr.a on smithi019 2023-09-30T00:41:19.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:18 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:19.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:18 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:19.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:18 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:19.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:18 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:19.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:18 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:19.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:18 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:19.725 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-30T00:41:19.725 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-09-30T00:41:19.725 INFO:teuthology.orchestra.run.smithi019.stderr: stderr: 10+0 records in 2023-09-30T00:41:19.726 INFO:teuthology.orchestra.run.smithi019.stderr:10+0 records out 2023-09-30T00:41:19.726 INFO:teuthology.orchestra.run.smithi019.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.015291 s, 686 MB/s 2023-09-30T00:41:19.726 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping successful for: 2023-09-30T00:41:20.071 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:19 smithi019 ceph-mon[112206]: Metadata not up to date on all hosts. Skipping non agent specs 2023-09-30T00:41:20.071 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:19 smithi019 ceph-mon[112206]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:20.095 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi019:vg_nvme/lv_4 2023-09-30T00:41:20.131 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:19 smithi045 ceph-mon[114085]: Metadata not up to date on all hosts. Skipping non agent specs 2023-09-30T00:41:20.131 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:19 smithi045 ceph-mon[114085]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:20.131 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:19 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:19.798+0000 7fdcb2ec91c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T00:41:20.131 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:19 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:19.900+0000 7fdcb2ec91c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T00:41:20.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:19 smithi158 ceph-mon[114283]: Metadata not up to date on all hosts. Skipping non agent specs 2023-09-30T00:41:20.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:19 smithi158 ceph-mon[114283]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:20.434 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:41:20.898 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:20 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:20.605+0000 7fdcb2ec91c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T00:41:20.899 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:20 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:20.698+0000 7fdcb2ec91c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T00:41:20.899 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:20 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:20.795+0000 7fdcb2ec91c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T00:41:21.158 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:20 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:20.897+0000 7fdcb2ec91c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T00:41:21.158 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:21 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.158 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:21 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.158 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:21 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.158 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:21 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:21.159 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:21 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:21.159 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:21 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:21.159 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:21 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.159 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:21 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.159 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:21 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.159 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:21 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.493 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:21 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:21.156+0000 7fdcb2ec91c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T00:41:21.493 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:21 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:21.259+0000 7fdcb2ec91c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T00:41:21.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:21 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:21 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:21 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:21 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:21.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:21 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:21.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:21 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:21.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:21 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:21 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:21 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:21 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:21 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:21 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:21 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:21 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:21.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:21 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:21.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:21 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:21.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:21 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:21 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:21 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:21 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:21.801 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:21 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:21.493+0000 7fdcb2ec91c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T00:41:21.801 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:21 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:21.598+0000 7fdcb2ec91c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T00:41:22.123 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:21 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:21.800+0000 7fdcb2ec91c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T00:41:22.123 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:21 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:21.893+0000 7fdcb2ec91c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T00:41:22.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:22 smithi019 ceph-mon[112206]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:22.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:22 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T00:41:22.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:22 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T00:41:22.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:22 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:22.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:22 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:22.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:22 smithi045 ceph-mon[114085]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:22.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:22 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T00:41:22.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:22 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T00:41:22.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:22 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:22.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:22 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:22.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:22 smithi158 ceph-mon[114283]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:22.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:22 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T00:41:22.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:22 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T00:41:22.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:22 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:22.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:22 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:22.993 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:22 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:22.738+0000 7fdcb2ec91c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T00:41:22.993 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:22 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:22.946+0000 7fdcb2ec91c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T00:41:23.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:23 smithi045 ceph-mon[114085]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi019:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:41:23.493 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:23 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:23.140+0000 7fdcb2ec91c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T00:41:23.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:23 smithi019 ceph-mon[112206]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi019:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:41:23.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:23 smithi158 ceph-mon[114283]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi019:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:41:24.134 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:23 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:23.824+0000 7fdcb2ec91c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T00:41:24.134 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:24 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:24.021+0000 7fdcb2ec91c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T00:41:24.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:24 smithi045 ceph-mon[114085]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:24.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:24 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/3576523128' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ae4e395-b99d-4bb5-988e-f7b2aa48547b"}]: dispatch 2023-09-30T00:41:24.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:24 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/3576523128' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ae4e395-b99d-4bb5-988e-f7b2aa48547b"}]': finished 2023-09-30T00:41:24.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:24 smithi045 ceph-mon[114085]: osdmap e5: 1 total, 0 up, 1 in 2023-09-30T00:41:24.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:24 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T00:41:24.493 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:24 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:24.220+0000 7fdcb2ec91c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T00:41:24.494 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:41:24 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b[115785]: 2023-09-30T00:41:24.348+0000 7fdcb2ec91c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T00:41:24.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:24 smithi019 ceph-mon[112206]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:24.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:24 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3576523128' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ae4e395-b99d-4bb5-988e-f7b2aa48547b"}]: dispatch 2023-09-30T00:41:24.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:24 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3576523128' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ae4e395-b99d-4bb5-988e-f7b2aa48547b"}]': finished 2023-09-30T00:41:24.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:24 smithi019 ceph-mon[112206]: osdmap e5: 1 total, 0 up, 1 in 2023-09-30T00:41:24.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:24 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T00:41:24.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:24 smithi158 ceph-mon[114283]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:24.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:24 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/3576523128' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ae4e395-b99d-4bb5-988e-f7b2aa48547b"}]: dispatch 2023-09-30T00:41:24.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:24 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/3576523128' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ae4e395-b99d-4bb5-988e-f7b2aa48547b"}]': finished 2023-09-30T00:41:24.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:24 smithi158 ceph-mon[114283]: osdmap e5: 1 total, 0 up, 1 in 2023-09-30T00:41:24.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:24 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T00:41:25.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:25 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/241325765' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T00:41:25.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:25 smithi045 ceph-mon[114085]: Standby manager daemon b started 2023-09-30T00:41:25.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:25 smithi045 ceph-mon[114085]: from='mgr.? 172.21.15.45:0/3053241297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-09-30T00:41:25.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:25 smithi045 ceph-mon[114085]: from='mgr.? 172.21.15.45:0/3053241297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T00:41:25.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:25 smithi045 ceph-mon[114085]: from='mgr.? 172.21.15.45:0/3053241297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-09-30T00:41:25.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:25 smithi045 ceph-mon[114085]: from='mgr.? 172.21.15.45:0/3053241297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T00:41:25.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:25 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/241325765' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T00:41:25.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:25 smithi019 ceph-mon[112206]: Standby manager daemon b started 2023-09-30T00:41:25.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:25 smithi019 ceph-mon[112206]: from='mgr.? 172.21.15.45:0/3053241297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-09-30T00:41:25.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:25 smithi019 ceph-mon[112206]: from='mgr.? 172.21.15.45:0/3053241297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T00:41:25.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:25 smithi019 ceph-mon[112206]: from='mgr.? 172.21.15.45:0/3053241297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-09-30T00:41:25.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:25 smithi019 ceph-mon[112206]: from='mgr.? 172.21.15.45:0/3053241297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T00:41:25.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:25 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/241325765' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T00:41:25.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:25 smithi158 ceph-mon[114283]: Standby manager daemon b started 2023-09-30T00:41:25.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:25 smithi158 ceph-mon[114283]: from='mgr.? 172.21.15.45:0/3053241297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-09-30T00:41:25.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:25 smithi158 ceph-mon[114283]: from='mgr.? 172.21.15.45:0/3053241297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T00:41:25.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:25 smithi158 ceph-mon[114283]: from='mgr.? 172.21.15.45:0/3053241297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-09-30T00:41:25.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:25 smithi158 ceph-mon[114283]: from='mgr.? 172.21.15.45:0/3053241297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T00:41:26.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:26 smithi045 ceph-mon[114085]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:26.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:26 smithi045 ceph-mon[114085]: mgrmap e14: a(active, since 58s), standbys: b 2023-09-30T00:41:26.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:26 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-09-30T00:41:26.534 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:26 smithi019 ceph-mon[112206]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:26.534 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:26 smithi019 ceph-mon[112206]: mgrmap e14: a(active, since 58s), standbys: b 2023-09-30T00:41:26.535 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:26 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-09-30T00:41:26.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:26 smithi158 ceph-mon[114283]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:26.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:26 smithi158 ceph-mon[114283]: mgrmap e14: a(active, since 58s), standbys: b 2023-09-30T00:41:26.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:26 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-09-30T00:41:28.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:28 smithi019 ceph-mon[112206]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:28.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:28 smithi045 ceph-mon[114085]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:28.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:28 smithi158 ceph-mon[114283]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:29.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:29 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T00:41:29.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:29 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:29.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:29 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T00:41:29.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:29 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:29.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:29 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T00:41:29.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:29 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:30.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:30 smithi019 ceph-mon[112206]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:30.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:30 smithi019 ceph-mon[112206]: Deploying daemon osd.0 on smithi019 2023-09-30T00:41:30.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:30 smithi158 ceph-mon[114283]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:30.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:30 smithi158 ceph-mon[114283]: Deploying daemon osd.0 on smithi019 2023-09-30T00:41:30.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:30 smithi045 ceph-mon[114085]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:30.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:30 smithi045 ceph-mon[114085]: Deploying daemon osd.0 on smithi019 2023-09-30T00:41:32.476 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:32 smithi019 ceph-mon[112206]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:32.476 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:32 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:32.477 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:32 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:32.477 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:32 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:32.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:32 smithi045 ceph-mon[114085]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:32.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:32 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:32.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:32 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:32.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:32 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:32.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:32 smithi158 ceph-mon[114283]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:32.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:32 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:32.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:32 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:32.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:32 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:33.830 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:33 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:33.830 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:33 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:33.830 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:33 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:33.830 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:33 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:33.830 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:33 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:33.830 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:33 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:33.831 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:33 smithi019 ceph-mon[112206]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:33.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:33 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:33.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:33 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:33.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:33 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:33.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:33 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:33.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:33 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:33.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:33 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:33.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:33 smithi158 ceph-mon[114283]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:33.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:33 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:33.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:33 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:33.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:33 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:33.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:33 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:33.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:33 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:33.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:33 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:33.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:33 smithi045 ceph-mon[114085]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:35.217 INFO:teuthology.orchestra.run.smithi019.stdout:Created osd(s) 0 on host 'smithi019' 2023-09-30T00:41:36.022 DEBUG:teuthology.orchestra.run.smithi019:osd.0> sudo journalctl -f -n 0 -u ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@osd.0.service 2023-09-30T00:41:36.024 INFO:tasks.cephadm:Deploying osd.1 on smithi045 with /dev/vg_nvme/lv_4... 2023-09-30T00:41:36.025 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-30T00:41:36.063 INFO:journalctl@ceph.osd.0.smithi019.stdout:-- Logs begin at Fri 2023-09-29 23:18:43 UTC. -- 2023-09-30T00:41:36.323 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T00:41:36.448 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:36 smithi045 ceph-mon[114085]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:36.448 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.448 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.448 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:36.448 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T00:41:36.448 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:36 smithi045 ceph-mon[114085]: Adjusting osd_memory_target on smithi019 to 16094M 2023-09-30T00:41:36.449 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.449 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:36.449 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:36.449 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.449 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.449 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.449 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.449 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:36 smithi045 ceph-mon[114085]: from='osd.0 [v2:172.21.15.19:6802/2485909625,v1:172.21.15.19:6803/2485909625]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T00:41:36.449 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:36.449 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:36.449 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:36.450 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:36 smithi019 ceph-mon[112206]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:36.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:36.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T00:41:36.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:36 smithi019 ceph-mon[112206]: Adjusting osd_memory_target on smithi019 to 16094M 2023-09-30T00:41:36.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:36.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:36.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:36 smithi019 ceph-mon[112206]: from='osd.0 [v2:172.21.15.19:6802/2485909625,v1:172.21.15.19:6803/2485909625]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T00:41:36.587 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:36.587 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:36.587 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:36.587 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:36 smithi158 ceph-mon[114283]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:36.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:36.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T00:41:36.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:36 smithi158 ceph-mon[114283]: Adjusting osd_memory_target on smithi019 to 16094M 2023-09-30T00:41:36.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:36.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:36.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:36.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:36 smithi158 ceph-mon[114283]: from='osd.0 [v2:172.21.15.19:6802/2485909625,v1:172.21.15.19:6803/2485909625]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T00:41:36.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:36.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:36.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:36.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:37.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:37 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:37.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:37 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:37.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:37 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:37.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:37 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:37.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:37 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:37.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:37 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:37.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:37 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:37.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:37 smithi019 ceph-mon[112206]: from='osd.0 [v2:172.21.15.19:6802/2485909625,v1:172.21.15.19:6803/2485909625]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T00:41:37.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:37 smithi019 ceph-mon[112206]: osdmap e6: 1 total, 0 up, 1 in 2023-09-30T00:41:37.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:37 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T00:41:37.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:37 smithi019 ceph-mon[112206]: from='osd.0 [v2:172.21.15.19:6802/2485909625,v1:172.21.15.19:6803/2485909625]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-09-30T00:41:37.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:37 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:37.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:37 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:37.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:37 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:37.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:37 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:37.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:37 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:37.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:37 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:37.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:37 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:37.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:37 smithi158 ceph-mon[114283]: from='osd.0 [v2:172.21.15.19:6802/2485909625,v1:172.21.15.19:6803/2485909625]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T00:41:37.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:37 smithi158 ceph-mon[114283]: osdmap e6: 1 total, 0 up, 1 in 2023-09-30T00:41:37.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:37 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T00:41:37.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:37 smithi158 ceph-mon[114283]: from='osd.0 [v2:172.21.15.19:6802/2485909625,v1:172.21.15.19:6803/2485909625]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-09-30T00:41:37.619 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-30T00:41:37.620 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-09-30T00:41:37.620 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2023-09-30T00:41:37.620 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2023-09-30T00:41:37.620 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00921277 s, 1.1 GB/s 2023-09-30T00:41:37.620 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2023-09-30T00:41:37.657 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:37 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:37.657 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:37 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:37.657 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:37 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:37.657 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:37 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:37.657 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:37 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:37.657 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:37 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:37.657 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:37 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:37.657 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:37 smithi045 ceph-mon[114085]: from='osd.0 [v2:172.21.15.19:6802/2485909625,v1:172.21.15.19:6803/2485909625]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T00:41:37.658 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:37 smithi045 ceph-mon[114085]: osdmap e6: 1 total, 0 up, 1 in 2023-09-30T00:41:37.658 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:37 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T00:41:37.658 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:37 smithi045 ceph-mon[114085]: from='osd.0 [v2:172.21.15.19:6802/2485909625,v1:172.21.15.19:6803/2485909625]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-09-30T00:41:38.001 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi045:vg_nvme/lv_4 2023-09-30T00:41:38.085 INFO:journalctl@ceph.osd.0.smithi019.stdout:Sep 30 00:41:37 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-0[123201]: 2023-09-30T00:41:37.749+0000 7f7706b85700 -1 osd.0 0 waiting for initial osdmap 2023-09-30T00:41:38.085 INFO:journalctl@ceph.osd.0.smithi019.stdout:Sep 30 00:41:37 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-0[123201]: 2023-09-30T00:41:37.755+0000 7f7703984700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T00:41:38.292 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T00:41:38.517 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:38 smithi045 ceph-mon[114085]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:38.517 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:38 smithi045 ceph-mon[114085]: from='osd.0 [v2:172.21.15.19:6802/2485909625,v1:172.21.15.19:6803/2485909625]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-09-30T00:41:38.517 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:38 smithi045 ceph-mon[114085]: osdmap e7: 1 total, 0 up, 1 in 2023-09-30T00:41:38.517 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:38 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T00:41:38.517 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:38 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T00:41:38.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:38 smithi019 ceph-mon[112206]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:38.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:38 smithi019 ceph-mon[112206]: from='osd.0 [v2:172.21.15.19:6802/2485909625,v1:172.21.15.19:6803/2485909625]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-09-30T00:41:38.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:38 smithi019 ceph-mon[112206]: osdmap e7: 1 total, 0 up, 1 in 2023-09-30T00:41:38.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:38 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T00:41:38.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:38 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T00:41:38.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:38 smithi158 ceph-mon[114283]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:38.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:38 smithi158 ceph-mon[114283]: from='osd.0 [v2:172.21.15.19:6802/2485909625,v1:172.21.15.19:6803/2485909625]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-09-30T00:41:38.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:38 smithi158 ceph-mon[114283]: osdmap e7: 1 total, 0 up, 1 in 2023-09-30T00:41:38.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:38 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T00:41:38.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:38 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T00:41:39.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:39 smithi045 ceph-mon[114085]: purged_snaps scrub starts 2023-09-30T00:41:39.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:39 smithi045 ceph-mon[114085]: purged_snaps scrub ok 2023-09-30T00:41:39.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:39 smithi045 ceph-mon[114085]: osd.0 [v2:172.21.15.19:6802/2485909625,v1:172.21.15.19:6803/2485909625] boot 2023-09-30T00:41:39.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:39 smithi045 ceph-mon[114085]: osdmap e8: 1 total, 1 up, 1 in 2023-09-30T00:41:39.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:39 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T00:41:39.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:39 smithi019 ceph-mon[112206]: purged_snaps scrub starts 2023-09-30T00:41:39.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:39 smithi019 ceph-mon[112206]: purged_snaps scrub ok 2023-09-30T00:41:39.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:39 smithi019 ceph-mon[112206]: osd.0 [v2:172.21.15.19:6802/2485909625,v1:172.21.15.19:6803/2485909625] boot 2023-09-30T00:41:39.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:39 smithi019 ceph-mon[112206]: osdmap e8: 1 total, 1 up, 1 in 2023-09-30T00:41:39.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:39 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T00:41:39.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:39 smithi158 ceph-mon[114283]: purged_snaps scrub starts 2023-09-30T00:41:39.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:39 smithi158 ceph-mon[114283]: purged_snaps scrub ok 2023-09-30T00:41:39.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:39 smithi158 ceph-mon[114283]: osd.0 [v2:172.21.15.19:6802/2485909625,v1:172.21.15.19:6803/2485909625] boot 2023-09-30T00:41:39.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:39 smithi158 ceph-mon[114283]: osdmap e8: 1 total, 1 up, 1 in 2023-09-30T00:41:39.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:39 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T00:41:40.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:40 smithi045 ceph-mon[114085]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:40.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:40 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:40.494 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:40 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:40.494 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:40 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:40.494 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:40 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T00:41:40.494 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:40 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T00:41:40.494 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:40 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:40.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:40 smithi019 ceph-mon[112206]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:40.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:40 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:40.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:40 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:40.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:40 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:40.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:40 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T00:41:40.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:40 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T00:41:40.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:40 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:40.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:40 smithi158 ceph-mon[114283]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T00:41:40.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:40 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:40.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:40 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:40.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:40 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:40.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:40 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T00:41:40.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:40 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T00:41:40.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:40 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:41.523 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:41 smithi045 ceph-mon[114085]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:41:41.523 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:41 smithi045 ceph-mon[114085]: osdmap e9: 1 total, 1 up, 1 in 2023-09-30T00:41:41.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:41 smithi019 ceph-mon[112206]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:41:41.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:41 smithi019 ceph-mon[112206]: osdmap e9: 1 total, 1 up, 1 in 2023-09-30T00:41:41.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:41 smithi158 ceph-mon[114283]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:41:41.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:41 smithi158 ceph-mon[114283]: osdmap e9: 1 total, 1 up, 1 in 2023-09-30T00:41:42.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:42 smithi019 ceph-mon[112206]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:42.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:42 smithi158 ceph-mon[114283]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:42.742 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:42 smithi045 ceph-mon[114085]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:43.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:43 smithi019 ceph-mon[112206]: from='client.? 172.21.15.45:0/2967091251' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5bfd2218-4ffd-4ba3-b7b2-739579b3f2e5"}]: dispatch 2023-09-30T00:41:43.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:43 smithi019 ceph-mon[112206]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5bfd2218-4ffd-4ba3-b7b2-739579b3f2e5"}]: dispatch 2023-09-30T00:41:43.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:43 smithi019 ceph-mon[112206]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5bfd2218-4ffd-4ba3-b7b2-739579b3f2e5"}]': finished 2023-09-30T00:41:43.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:43 smithi019 ceph-mon[112206]: osdmap e10: 2 total, 1 up, 2 in 2023-09-30T00:41:43.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:43 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T00:41:43.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:43 smithi019 ceph-mon[112206]: from='client.? 172.21.15.45:0/223672175' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T00:41:43.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:43 smithi158 ceph-mon[114283]: from='client.? 172.21.15.45:0/2967091251' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5bfd2218-4ffd-4ba3-b7b2-739579b3f2e5"}]: dispatch 2023-09-30T00:41:43.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:43 smithi158 ceph-mon[114283]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5bfd2218-4ffd-4ba3-b7b2-739579b3f2e5"}]: dispatch 2023-09-30T00:41:43.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:43 smithi158 ceph-mon[114283]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5bfd2218-4ffd-4ba3-b7b2-739579b3f2e5"}]': finished 2023-09-30T00:41:43.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:43 smithi158 ceph-mon[114283]: osdmap e10: 2 total, 1 up, 2 in 2023-09-30T00:41:43.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:43 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T00:41:43.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:43 smithi158 ceph-mon[114283]: from='client.? 172.21.15.45:0/223672175' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T00:41:43.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:43 smithi045 ceph-mon[114085]: from='client.? 172.21.15.45:0/2967091251' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5bfd2218-4ffd-4ba3-b7b2-739579b3f2e5"}]: dispatch 2023-09-30T00:41:43.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:43 smithi045 ceph-mon[114085]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5bfd2218-4ffd-4ba3-b7b2-739579b3f2e5"}]: dispatch 2023-09-30T00:41:43.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:43 smithi045 ceph-mon[114085]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5bfd2218-4ffd-4ba3-b7b2-739579b3f2e5"}]': finished 2023-09-30T00:41:43.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:43 smithi045 ceph-mon[114085]: osdmap e10: 2 total, 1 up, 2 in 2023-09-30T00:41:43.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:43 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T00:41:43.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:43 smithi045 ceph-mon[114085]: from='client.? 172.21.15.45:0/223672175' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T00:41:44.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:44 smithi019 ceph-mon[112206]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:44.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:44 smithi158 ceph-mon[114283]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:44.742 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:44 smithi045 ceph-mon[114085]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:46.448 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:46 smithi045 ceph-mon[114085]: pgmap v39: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:46.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:46 smithi019 ceph-mon[112206]: pgmap v39: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:46.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:46 smithi158 ceph-mon[114283]: pgmap v39: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:48.448 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:48 smithi045 ceph-mon[114085]: pgmap v40: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:48.448 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:48 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T00:41:48.448 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:48 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:48.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:48 smithi019 ceph-mon[112206]: pgmap v40: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:48.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:48 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T00:41:48.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:48 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:48.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:48 smithi158 ceph-mon[114283]: pgmap v40: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:48.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:48 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T00:41:48.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:48 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:49.448 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:49 smithi045 ceph-mon[114085]: Deploying daemon osd.1 on smithi045 2023-09-30T00:41:49.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:49 smithi019 ceph-mon[112206]: Deploying daemon osd.1 on smithi045 2023-09-30T00:41:49.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:49 smithi158 ceph-mon[114283]: Deploying daemon osd.1 on smithi045 2023-09-30T00:41:50.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:50 smithi045 ceph-mon[114085]: pgmap v41: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:50.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:50 smithi019 ceph-mon[112206]: pgmap v41: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:50.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:50 smithi158 ceph-mon[114283]: pgmap v41: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:52.564 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:52 smithi045 ceph-mon[114085]: pgmap v42: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:52.565 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:52 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:52.565 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:52 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:52.565 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:52 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:52.565 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:52 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:52.565 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:52 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:52.565 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:52 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:52.565 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:52 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:52.565 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:52 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:52.565 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:52 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:52.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:52 smithi019 ceph-mon[112206]: pgmap v42: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:52.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:52 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:52.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:52 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:52.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:52 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:52.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:52 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:52.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:52 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:52.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:52 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:52.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:52 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:52.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:52 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:52.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:52 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:52.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:52 smithi158 ceph-mon[114283]: pgmap v42: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:52.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:52 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:52.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:52 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:52.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:52 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:52.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:52 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:52.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:52 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:52.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:52 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:52.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:52 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:52.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:52 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:52.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:52 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:53.400 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 1 on host 'smithi045' 2023-09-30T00:41:53.774 DEBUG:teuthology.orchestra.run.smithi045:osd.1> sudo journalctl -f -n 0 -u ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@osd.1.service 2023-09-30T00:41:53.777 INFO:tasks.cephadm:Deploying osd.2 on smithi158 with /dev/vg_nvme/lv_4... 2023-09-30T00:41:53.777 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-30T00:41:53.814 INFO:journalctl@ceph.osd.1.smithi045.stdout:-- Logs begin at Fri 2023-09-29 23:18:51 UTC. -- 2023-09-30T00:41:54.047 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.c/config 2023-09-30T00:41:54.581 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:54 smithi158 ceph-mon[114283]: pgmap v43: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:54.582 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:54 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:54.582 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:54 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:54.582 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:54 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:54.582 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:54 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T00:41:54.582 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:54 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:54.582 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:54 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:54.582 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:54 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:54.582 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:54 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:54.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:54 smithi019 ceph-mon[112206]: pgmap v43: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:54.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:54 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:54.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:54 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:54.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:54 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:54.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:54 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T00:41:54.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:54 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:54.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:54 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:54.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:54 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:54.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:54 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:54.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:54 smithi045 ceph-mon[114085]: pgmap v43: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:54.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:54 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:54.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:54 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:54.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:54 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:41:54.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:54 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T00:41:54.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:54 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:54.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:54 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:54.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:54 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:41:54.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:54 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:54.744 INFO:journalctl@ceph.osd.1.smithi045.stdout:Sep 30 00:41:54 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-1[119245]: 2023-09-30T00:41:54.292+0000 7fb003e93540 -1 osd.1 0 log_to_monitors true 2023-09-30T00:41:55.198 INFO:teuthology.orchestra.run.smithi158.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-30T00:41:55.198 INFO:teuthology.orchestra.run.smithi158.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-09-30T00:41:55.198 INFO:teuthology.orchestra.run.smithi158.stderr: stderr: 10+0 records in 2023-09-30T00:41:55.199 INFO:teuthology.orchestra.run.smithi158.stderr:10+0 records out 2023-09-30T00:41:55.199 INFO:teuthology.orchestra.run.smithi158.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00867471 s, 1.2 GB/s 2023-09-30T00:41:55.199 INFO:teuthology.orchestra.run.smithi158.stderr:--> Zapping successful for: 2023-09-30T00:41:55.473 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:55 smithi158 ceph-mon[114283]: Adjusting osd_memory_target on smithi045 to 16094M 2023-09-30T00:41:55.473 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:55 smithi158 ceph-mon[114283]: from='osd.1 [v2:172.21.15.45:6800/1718028733,v1:172.21.15.45:6801/1718028733]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T00:41:55.473 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:55 smithi158 ceph-mon[114283]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T00:41:55.565 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi158:vg_nvme/lv_4 2023-09-30T00:41:55.581 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:55 smithi019 ceph-mon[112206]: Adjusting osd_memory_target on smithi045 to 16094M 2023-09-30T00:41:55.581 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:55 smithi019 ceph-mon[112206]: from='osd.1 [v2:172.21.15.45:6800/1718028733,v1:172.21.15.45:6801/1718028733]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T00:41:55.581 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:55 smithi019 ceph-mon[112206]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T00:41:55.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:55 smithi045 ceph-mon[114085]: Adjusting osd_memory_target on smithi045 to 16094M 2023-09-30T00:41:55.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:55 smithi045 ceph-mon[114085]: from='osd.1 [v2:172.21.15.45:6800/1718028733,v1:172.21.15.45:6801/1718028733]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T00:41:55.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:55 smithi045 ceph-mon[114085]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T00:41:55.822 INFO:teuthology.orchestra.run.smithi158.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.c/config 2023-09-30T00:41:56.504 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:56 smithi158 ceph-mon[114283]: pgmap v44: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:56.504 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:56 smithi158 ceph-mon[114283]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T00:41:56.504 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:56 smithi158 ceph-mon[114283]: osdmap e11: 2 total, 1 up, 2 in 2023-09-30T00:41:56.504 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:56 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T00:41:56.504 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:56 smithi158 ceph-mon[114283]: from='osd.1 [v2:172.21.15.45:6800/1718028733,v1:172.21.15.45:6801/1718028733]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-09-30T00:41:56.505 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:56 smithi158 ceph-mon[114283]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-09-30T00:41:56.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:56 smithi019 ceph-mon[112206]: pgmap v44: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:56.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:56 smithi019 ceph-mon[112206]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T00:41:56.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:56 smithi019 ceph-mon[112206]: osdmap e11: 2 total, 1 up, 2 in 2023-09-30T00:41:56.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:56 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T00:41:56.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:56 smithi019 ceph-mon[112206]: from='osd.1 [v2:172.21.15.45:6800/1718028733,v1:172.21.15.45:6801/1718028733]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-09-30T00:41:56.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:56 smithi019 ceph-mon[112206]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-09-30T00:41:56.743 INFO:journalctl@ceph.osd.1.smithi045.stdout:Sep 30 00:41:56 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-1[119245]: 2023-09-30T00:41:56.297+0000 7faffa678700 -1 osd.1 0 waiting for initial osdmap 2023-09-30T00:41:56.743 INFO:journalctl@ceph.osd.1.smithi045.stdout:Sep 30 00:41:56 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-1[119245]: 2023-09-30T00:41:56.300+0000 7faff5c74700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T00:41:56.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:56 smithi045 ceph-mon[114085]: pgmap v44: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:56.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:56 smithi045 ceph-mon[114085]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T00:41:56.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:56 smithi045 ceph-mon[114085]: osdmap e11: 2 total, 1 up, 2 in 2023-09-30T00:41:56.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:56 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T00:41:56.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:56 smithi045 ceph-mon[114085]: from='osd.1 [v2:172.21.15.45:6800/1718028733,v1:172.21.15.45:6801/1718028733]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-09-30T00:41:56.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:56 smithi045 ceph-mon[114085]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-09-30T00:41:57.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:57 smithi019 ceph-mon[112206]: purged_snaps scrub starts 2023-09-30T00:41:57.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:57 smithi019 ceph-mon[112206]: purged_snaps scrub ok 2023-09-30T00:41:57.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:57 smithi019 ceph-mon[112206]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-09-30T00:41:57.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:57 smithi019 ceph-mon[112206]: osdmap e12: 2 total, 1 up, 2 in 2023-09-30T00:41:57.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:57 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T00:41:57.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:57 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T00:41:57.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:57 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:57.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:57 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:57.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:57 smithi019 ceph-mon[112206]: Detected new or changed devices on smithi019 2023-09-30T00:41:57.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:57 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:57.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:57 smithi019 ceph-mon[112206]: pgmap v47: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:57.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:57 smithi019 ceph-mon[112206]: from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi158:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:41:57.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:57 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T00:41:57.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:57 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T00:41:57.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:57 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:57.597 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:57 smithi158 ceph-mon[114283]: purged_snaps scrub starts 2023-09-30T00:41:57.597 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:57 smithi158 ceph-mon[114283]: purged_snaps scrub ok 2023-09-30T00:41:57.598 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:57 smithi158 ceph-mon[114283]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-09-30T00:41:57.598 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:57 smithi158 ceph-mon[114283]: osdmap e12: 2 total, 1 up, 2 in 2023-09-30T00:41:57.598 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:57 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T00:41:57.598 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:57 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T00:41:57.598 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:57 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:57.598 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:57 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:57.598 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:57 smithi158 ceph-mon[114283]: Detected new or changed devices on smithi019 2023-09-30T00:41:57.598 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:57 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:57.598 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:57 smithi158 ceph-mon[114283]: pgmap v47: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:57.598 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:57 smithi158 ceph-mon[114283]: from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi158:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:41:57.598 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:57 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T00:41:57.599 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:57 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T00:41:57.599 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:57 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:57.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:57 smithi045 ceph-mon[114085]: purged_snaps scrub starts 2023-09-30T00:41:57.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:57 smithi045 ceph-mon[114085]: purged_snaps scrub ok 2023-09-30T00:41:57.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:57 smithi045 ceph-mon[114085]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-09-30T00:41:57.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:57 smithi045 ceph-mon[114085]: osdmap e12: 2 total, 1 up, 2 in 2023-09-30T00:41:57.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:57 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T00:41:57.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:57 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T00:41:57.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:57 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:57.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:57 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:57.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:57 smithi045 ceph-mon[114085]: Detected new or changed devices on smithi019 2023-09-30T00:41:57.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:57 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:41:57.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:57 smithi045 ceph-mon[114085]: pgmap v47: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T00:41:57.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:57 smithi045 ceph-mon[114085]: from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi158:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T00:41:57.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:57 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T00:41:57.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:57 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T00:41:57.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:57 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:41:58.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:58 smithi019 ceph-mon[112206]: osd.1 [v2:172.21.15.45:6800/1718028733,v1:172.21.15.45:6801/1718028733] boot 2023-09-30T00:41:58.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:58 smithi019 ceph-mon[112206]: osdmap e13: 2 total, 2 up, 2 in 2023-09-30T00:41:58.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:58 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T00:41:58.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:58 smithi158 ceph-mon[114283]: osd.1 [v2:172.21.15.45:6800/1718028733,v1:172.21.15.45:6801/1718028733] boot 2023-09-30T00:41:58.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:58 smithi158 ceph-mon[114283]: osdmap e13: 2 total, 2 up, 2 in 2023-09-30T00:41:58.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:58 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T00:41:58.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:58 smithi045 ceph-mon[114085]: osd.1 [v2:172.21.15.45:6800/1718028733,v1:172.21.15.45:6801/1718028733] boot 2023-09-30T00:41:58.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:58 smithi045 ceph-mon[114085]: osdmap e13: 2 total, 2 up, 2 in 2023-09-30T00:41:58.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:58 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T00:41:59.549 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:59 smithi045 ceph-mon[114085]: osdmap e14: 2 total, 2 up, 2 in 2023-09-30T00:41:59.549 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:59 smithi045 ceph-mon[114085]: from='client.? 172.21.15.158:0/2418676633' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac641280-5fdb-4a1c-bd6f-95c5f67e7d4d"}]: dispatch 2023-09-30T00:41:59.549 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:59 smithi045 ceph-mon[114085]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac641280-5fdb-4a1c-bd6f-95c5f67e7d4d"}]: dispatch 2023-09-30T00:41:59.549 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:59 smithi045 ceph-mon[114085]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac641280-5fdb-4a1c-bd6f-95c5f67e7d4d"}]': finished 2023-09-30T00:41:59.549 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:59 smithi045 ceph-mon[114085]: osdmap e15: 3 total, 2 up, 3 in 2023-09-30T00:41:59.549 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:59 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T00:41:59.549 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:59 smithi045 ceph-mon[114085]: pgmap v51: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:41:59.549 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:41:59 smithi045 ceph-mon[114085]: from='client.? 172.21.15.158:0/1584136183' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T00:41:59.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:59 smithi019 ceph-mon[112206]: osdmap e14: 2 total, 2 up, 2 in 2023-09-30T00:41:59.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:59 smithi019 ceph-mon[112206]: from='client.? 172.21.15.158:0/2418676633' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac641280-5fdb-4a1c-bd6f-95c5f67e7d4d"}]: dispatch 2023-09-30T00:41:59.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:59 smithi019 ceph-mon[112206]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac641280-5fdb-4a1c-bd6f-95c5f67e7d4d"}]: dispatch 2023-09-30T00:41:59.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:59 smithi019 ceph-mon[112206]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac641280-5fdb-4a1c-bd6f-95c5f67e7d4d"}]': finished 2023-09-30T00:41:59.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:59 smithi019 ceph-mon[112206]: osdmap e15: 3 total, 2 up, 3 in 2023-09-30T00:41:59.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:59 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T00:41:59.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:59 smithi019 ceph-mon[112206]: pgmap v51: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:41:59.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:41:59 smithi019 ceph-mon[112206]: from='client.? 172.21.15.158:0/1584136183' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T00:41:59.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:59 smithi158 ceph-mon[114283]: osdmap e14: 2 total, 2 up, 2 in 2023-09-30T00:41:59.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:59 smithi158 ceph-mon[114283]: from='client.? 172.21.15.158:0/2418676633' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac641280-5fdb-4a1c-bd6f-95c5f67e7d4d"}]: dispatch 2023-09-30T00:41:59.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:59 smithi158 ceph-mon[114283]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac641280-5fdb-4a1c-bd6f-95c5f67e7d4d"}]: dispatch 2023-09-30T00:41:59.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:59 smithi158 ceph-mon[114283]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac641280-5fdb-4a1c-bd6f-95c5f67e7d4d"}]': finished 2023-09-30T00:41:59.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:59 smithi158 ceph-mon[114283]: osdmap e15: 3 total, 2 up, 3 in 2023-09-30T00:41:59.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:59 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T00:41:59.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:59 smithi158 ceph-mon[114283]: pgmap v51: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:41:59.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:41:59 smithi158 ceph-mon[114283]: from='client.? 172.21.15.158:0/1584136183' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T00:42:00.831 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:00 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.832 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:00 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.832 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:00 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.832 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:00 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:42:00.832 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:00 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:00.832 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:00 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:42:00.832 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:00 smithi045 ceph-mon[114085]: pgmap v52: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:00.832 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:00 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.832 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:00 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.832 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:00 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.832 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:00 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.832 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:00 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:42:00.832 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:00 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:00.833 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:00 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:42:00.833 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:00 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:00 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:00 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:00 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:00 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:42:00.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:00 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:00.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:00 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:42:00.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:00 smithi019 ceph-mon[112206]: pgmap v52: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:00.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:00 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:00 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:00 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:00 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:00 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:42:00.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:00 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:00.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:00 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:42:00.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:00 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:00 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:00 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:00 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:00 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:42:00.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:00 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:00.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:00 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:42:00.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:00 smithi158 ceph-mon[114283]: pgmap v52: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:00.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:00 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:00 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:00 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:00 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:00.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:00 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:42:00.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:00 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:00.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:00 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:42:00.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:00 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:02.067 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:01 smithi158 ceph-mon[114283]: pgmap v53: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:02.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:01 smithi019 ceph-mon[112206]: pgmap v53: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:02.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:01 smithi045 ceph-mon[114085]: pgmap v53: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:04.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:03 smithi019 ceph-mon[112206]: pgmap v54: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:04.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:03 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T00:42:04.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:03 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:04.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:03 smithi158 ceph-mon[114283]: pgmap v54: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:04.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:03 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T00:42:04.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:03 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:04.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:03 smithi045 ceph-mon[114085]: pgmap v54: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:04.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:03 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T00:42:04.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:03 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:04.930 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:04 smithi158 ceph-mon[114283]: Deploying daemon osd.2 on smithi158 2023-09-30T00:42:05.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:04 smithi019 ceph-mon[112206]: Deploying daemon osd.2 on smithi158 2023-09-30T00:42:05.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:04 smithi045 ceph-mon[114085]: Deploying daemon osd.2 on smithi158 2023-09-30T00:42:06.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:05 smithi019 ceph-mon[112206]: pgmap v55: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:06.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:05 smithi158 ceph-mon[114283]: pgmap v55: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:06.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:05 smithi045 ceph-mon[114085]: pgmap v55: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:07.609 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:07 smithi158 ceph-mon[114283]: pgmap v56: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:07.610 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:07 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:07.610 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:07 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:07.610 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:07 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:42:07.610 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:07 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:07.610 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:07 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:42:07.610 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:07 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:07.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:07 smithi019 ceph-mon[112206]: pgmap v56: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:07.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:07 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:07.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:07 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:07.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:07 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:42:07.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:07 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:07.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:07 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:42:07.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:07 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:07.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:07 smithi045 ceph-mon[114085]: pgmap v56: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:07.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:07 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:07.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:07 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:07.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:07 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:42:07.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:07 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:07.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:07 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:42:07.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:07 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:08.335 INFO:teuthology.orchestra.run.smithi158.stdout:Created osd(s) 2 on host 'smithi158' 2023-09-30T00:42:08.691 DEBUG:teuthology.orchestra.run.smithi158:osd.2> sudo journalctl -f -n 0 -u ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@osd.2.service 2023-09-30T00:42:08.693 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2023-09-30T00:42:08.693 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T00:42:08.723 INFO:journalctl@ceph.osd.2.smithi158.stdout:-- Logs begin at Fri 2023-09-29 23:19:09 UTC. -- 2023-09-30T00:42:08.995 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:09.555 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:09.555 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:09.556 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:42:09.556 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T00:42:09.556 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:09 smithi019 ceph-mon[112206]: Adjusting osd_memory_target on smithi158 to 20186M 2023-09-30T00:42:09.556 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:09.556 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:09.556 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:42:09.556 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:09 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:09.556 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:09 smithi019 ceph-mon[112206]: pgmap v57: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:09.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:09.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:09.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:42:09.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T00:42:09.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:09 smithi158 ceph-mon[114283]: Adjusting osd_memory_target on smithi158 to 20186M 2023-09-30T00:42:09.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:09.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:09.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:42:09.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:09 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:09.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:09 smithi158 ceph-mon[114283]: pgmap v57: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:09.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:09 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:09.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:09 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:09.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:09 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:42:09.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:09 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T00:42:09.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:09 smithi045 ceph-mon[114085]: Adjusting osd_memory_target on smithi158 to 20186M 2023-09-30T00:42:09.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:09 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:09.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:09 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:09.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:09 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:42:09.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:09 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:09.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:09 smithi045 ceph-mon[114085]: pgmap v57: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:10.113 INFO:journalctl@ceph.osd.2.smithi158.stdout:Sep 30 00:42:09 smithi158 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-2[119347]: 2023-09-30T00:42:09.749+0000 7f3d4edc2540 -1 osd.2 0 log_to_monitors true 2023-09-30T00:42:10.207 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:42:10.589 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":15,"num_osds":3,"num_up_osds":2,"osd_up_since":1696034517,"num_in_osds":3,"osd_in_since":1696034518,"num_remapped_pgs":0} 2023-09-30T00:42:10.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:10 smithi158 ceph-mon[114283]: from='osd.2 [v2:172.21.15.158:6800/3976465966,v1:172.21.15.158:6801/3976465966]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T00:42:10.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:10 smithi158 ceph-mon[114283]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T00:42:10.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:10 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/2026138858' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T00:42:10.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:10 smithi045 ceph-mon[114085]: from='osd.2 [v2:172.21.15.158:6800/3976465966,v1:172.21.15.158:6801/3976465966]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T00:42:10.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:10 smithi045 ceph-mon[114085]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T00:42:10.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:10 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/2026138858' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T00:42:10.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:10 smithi019 ceph-mon[112206]: from='osd.2 [v2:172.21.15.158:6800/3976465966,v1:172.21.15.158:6801/3976465966]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T00:42:10.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:10 smithi019 ceph-mon[112206]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T00:42:10.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:10 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2026138858' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T00:42:11.559 INFO:journalctl@ceph.osd.2.smithi158.stdout:Sep 30 00:42:11 smithi158 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-2[119347]: 2023-09-30T00:42:11.352+0000 7f3d455a7700 -1 osd.2 0 waiting for initial osdmap 2023-09-30T00:42:11.559 INFO:journalctl@ceph.osd.2.smithi158.stdout:Sep 30 00:42:11 smithi158 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-2[119347]: 2023-09-30T00:42:11.355+0000 7f3d403a2700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T00:42:11.559 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:11 smithi158 ceph-mon[114283]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T00:42:11.559 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:11 smithi158 ceph-mon[114283]: osdmap e16: 3 total, 2 up, 3 in 2023-09-30T00:42:11.559 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:11 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T00:42:11.560 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:11 smithi158 ceph-mon[114283]: from='osd.2 [v2:172.21.15.158:6800/3976465966,v1:172.21.15.158:6801/3976465966]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2023-09-30T00:42:11.560 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:11 smithi158 ceph-mon[114283]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2023-09-30T00:42:11.560 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:11 smithi158 ceph-mon[114283]: pgmap v59: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:11.590 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T00:42:11.627 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:11 smithi019 ceph-mon[112206]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T00:42:11.627 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:11 smithi019 ceph-mon[112206]: osdmap e16: 3 total, 2 up, 3 in 2023-09-30T00:42:11.628 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:11 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T00:42:11.628 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:11 smithi019 ceph-mon[112206]: from='osd.2 [v2:172.21.15.158:6800/3976465966,v1:172.21.15.158:6801/3976465966]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2023-09-30T00:42:11.628 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:11 smithi019 ceph-mon[112206]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2023-09-30T00:42:11.628 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:11 smithi019 ceph-mon[112206]: pgmap v59: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:11.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:11 smithi045 ceph-mon[114085]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T00:42:11.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:11 smithi045 ceph-mon[114085]: osdmap e16: 3 total, 2 up, 3 in 2023-09-30T00:42:11.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:11 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T00:42:11.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:11 smithi045 ceph-mon[114085]: from='osd.2 [v2:172.21.15.158:6800/3976465966,v1:172.21.15.158:6801/3976465966]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2023-09-30T00:42:11.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:11 smithi045 ceph-mon[114085]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]: dispatch 2023-09-30T00:42:11.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:11 smithi045 ceph-mon[114085]: pgmap v59: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:11.897 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:12.576 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:12 smithi158 ceph-mon[114283]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]': finished 2023-09-30T00:42:12.576 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:12 smithi158 ceph-mon[114283]: osdmap e17: 3 total, 2 up, 3 in 2023-09-30T00:42:12.576 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T00:42:12.576 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T00:42:12.576 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:12.576 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:12.576 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:12.576 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:42:12.577 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:12.577 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:42:12.577 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:12.632 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:12 smithi019 ceph-mon[112206]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]': finished 2023-09-30T00:42:12.632 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:12 smithi019 ceph-mon[112206]: osdmap e17: 3 total, 2 up, 3 in 2023-09-30T00:42:12.632 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T00:42:12.633 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T00:42:12.633 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:12.633 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:12.633 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:12.633 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:42:12.633 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:12.633 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:42:12.633 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:12.742 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:12 smithi045 ceph-mon[114085]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi158", "root=default"]}]': finished 2023-09-30T00:42:12.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:12 smithi045 ceph-mon[114085]: osdmap e17: 3 total, 2 up, 3 in 2023-09-30T00:42:12.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T00:42:12.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T00:42:12.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:12.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:12.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:12.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:42:12.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:12.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:42:12.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:13.035 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:42:13.445 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1696034532,"num_in_osds":3,"osd_in_since":1696034518,"num_remapped_pgs":0} 2023-09-30T00:42:13.446 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T00:42:13.521 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:13 smithi019 ceph-mon[112206]: purged_snaps scrub starts 2023-09-30T00:42:13.521 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:13 smithi019 ceph-mon[112206]: purged_snaps scrub ok 2023-09-30T00:42:13.521 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:13 smithi019 ceph-mon[112206]: osd.2 [v2:172.21.15.158:6800/3976465966,v1:172.21.15.158:6801/3976465966] boot 2023-09-30T00:42:13.521 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:13 smithi019 ceph-mon[112206]: osdmap e18: 3 total, 3 up, 3 in 2023-09-30T00:42:13.521 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T00:42:13.522 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:13 smithi019 ceph-mon[112206]: pgmap v62: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:13.522 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:13.522 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:13.522 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:13.522 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:42:13.522 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:13.522 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:42:13.522 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:13.522 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-09-30T00:42:13.522 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:13 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/4284909677' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T00:42:13.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:13 smithi158 ceph-mon[114283]: purged_snaps scrub starts 2023-09-30T00:42:13.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:13 smithi158 ceph-mon[114283]: purged_snaps scrub ok 2023-09-30T00:42:13.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:13 smithi158 ceph-mon[114283]: osd.2 [v2:172.21.15.158:6800/3976465966,v1:172.21.15.158:6801/3976465966] boot 2023-09-30T00:42:13.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:13 smithi158 ceph-mon[114283]: osdmap e18: 3 total, 3 up, 3 in 2023-09-30T00:42:13.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T00:42:13.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:13 smithi158 ceph-mon[114283]: pgmap v62: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:13.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:13.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:13.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:13.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:42:13.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:13.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:42:13.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:13.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-09-30T00:42:13.615 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:13 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/4284909677' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T00:42:13.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:13 smithi045 ceph-mon[114085]: purged_snaps scrub starts 2023-09-30T00:42:13.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:13 smithi045 ceph-mon[114085]: purged_snaps scrub ok 2023-09-30T00:42:13.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:13 smithi045 ceph-mon[114085]: osd.2 [v2:172.21.15.158:6800/3976465966,v1:172.21.15.158:6801/3976465966] boot 2023-09-30T00:42:13.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:13 smithi045 ceph-mon[114085]: osdmap e18: 3 total, 3 up, 3 in 2023-09-30T00:42:13.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T00:42:13.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:13 smithi045 ceph-mon[114085]: pgmap v62: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T00:42:13.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:13.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:13.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:13.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:42:13.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:42:13.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:42:13.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:13.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-09-30T00:42:13.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:13 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/4284909677' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T00:42:13.783 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:14.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:14 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-09-30T00:42:14.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:14 smithi019 ceph-mon[112206]: osdmap e19: 3 total, 3 up, 3 in 2023-09-30T00:42:14.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:14 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T00:42:14.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:14 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-09-30T00:42:14.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:14 smithi045 ceph-mon[114085]: osdmap e19: 3 total, 3 up, 3 in 2023-09-30T00:42:14.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:14 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T00:42:15.092 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:42:15.092 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":20,"fsid":"b278a7f0-5f29-11ee-8db4-212e2dc638e7","created":"2023-09-30T00:39:42.316286+0000","modified":"2023-09-30T00:42:14.633963+0000","last_up_change":"2023-09-30T00:42:12.351218+0000","last_in_change":"2023-09-30T00:41:58.515915+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T00:42:13.267986+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"20","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"6ae4e395-b99d-4bb5-988e-f7b2aa48547b","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.19:6802","nonce":2485909625},{"type":"v1","addr":"172.21.15.19:6803","nonce":2485909625}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":2485909625},{"type":"v1","addr":"172.21.15.19:6805","nonce":2485909625}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":2485909625},{"type":"v1","addr":"172.21.15.19:6809","nonce":2485909625}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":2485909625},{"type":"v1","addr":"172.21.15.19:6807","nonce":2485909625}]},"public_addr":"172.21.15.19:6803/2485909625","cluster_addr":"172.21.15.19:6805/2485909625","heartbeat_back_addr":"172.21.15.19:6809/2485909625","heartbeat_front_addr":"172.21.15.19:6807/2485909625","state":["exists","up"]},{"osd":1,"uuid":"5bfd2218-4ffd-4ba3-b7b2-739579b3f2e5","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.45:6800","nonce":1718028733},{"type":"v1","addr":"172.21.15.45:6801","nonce":1718028733}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":1718028733},{"type":"v1","addr":"172.21.15.45:6803","nonce":1718028733}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":1718028733},{"type":"v1","addr":"172.21.15.45:6807","nonce":1718028733}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":1718028733},{"type":"v1","addr":"172.21.15.45:6805","nonce":1718028733}]},"public_addr":"172.21.15.45:6801/1718028733","cluster_addr":"172.21.15.45:6803/1718028733","heartbeat_back_addr":"172.21.15.45:6807/1718028733","heartbeat_front_addr":"172.21.15.45:6805/1718028733","state":["exists","up"]},{"osd":2,"uuid":"ac641280-5fdb-4a1c-bd6f-95c5f67e7d4d","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.158:6800","nonce":3976465966},{"type":"v1","addr":"172.21.15.158:6801","nonce":3976465966}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6802","nonce":3976465966},{"type":"v1","addr":"172.21.15.158:6803","nonce":3976465966}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6806","nonce":3976465966},{"type":"v1","addr":"172.21.15.158:6807","nonce":3976465966}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6804","nonce":3976465966},{"type":"v1","addr":"172.21.15.158:6805","nonce":3976465966}]},"public_addr":"172.21.15.158:6801/3976465966","cluster_addr":"172.21.15.158:6803/3976465966","heartbeat_back_addr":"172.21.15.158:6807/3976465966","heartbeat_front_addr":"172.21.15.158:6805/3976465966","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T00:41:36.695889+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T00:41:55.327443+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T00:42:10.744286+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.19:0/2454615527":"2023-10-01T00:40:26.727512+0000","172.21.15.19:0/2523062479":"2023-10-01T00:40:26.727512+0000","172.21.15.19:0/3616891205":"2023-10-01T00:40:26.727512+0000","172.21.15.19:6801/859692546":"2023-10-01T00:40:26.727512+0000","172.21.15.19:0/2340784418":"2023-10-01T00:40:06.178605+0000","172.21.15.19:0/2053083678":"2023-10-01T00:40:06.178605+0000","172.21.15.19:6800/469979220":"2023-10-01T00:40:06.178605+0000","172.21.15.19:6801/469979220":"2023-10-01T00:40:06.178605+0000","172.21.15.19:6800/859692546":"2023-10-01T00:40:26.727512+0000","172.21.15.19:0/2778955649":"2023-10-01T00:40:06.178605+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-30T00:42:15.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:14 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-09-30T00:42:15.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:14 smithi158 ceph-mon[114283]: osdmap e19: 3 total, 3 up, 3 in 2023-09-30T00:42:15.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:14 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T00:42:15.335 INFO:journalctl@ceph.osd.0.smithi019.stdout:Sep 30 00:42:15 smithi019 sudo[125469]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T00:42:15.335 INFO:journalctl@ceph.osd.0.smithi019.stdout:Sep 30 00:42:15 smithi019 sudo[125469]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T00:42:15.335 INFO:journalctl@ceph.osd.0.smithi019.stdout:Sep 30 00:42:15 smithi019 sudo[125469]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T00:42:15.335 INFO:journalctl@ceph.osd.0.smithi019.stdout:Sep 30 00:42:15 smithi019 sudo[125469]: pam_unix(sudo:session): session closed for user root 2023-09-30T00:42:15.698 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-09-30T00:42:13.267986+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '20', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-09-30T00:42:15.698 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-09-30T00:42:15.970 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:15 smithi019 ceph-mon[112206]: pgmap v64: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:15.970 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:15 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-30T00:42:15.970 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:15 smithi019 ceph-mon[112206]: osdmap e20: 3 total, 3 up, 3 in 2023-09-30T00:42:15.970 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:15 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/14055579' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T00:42:15.971 INFO:journalctl@ceph.osd.0.smithi019.stdout:Sep 30 00:42:15 smithi019 sudo[125506]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T00:42:15.971 INFO:journalctl@ceph.osd.0.smithi019.stdout:Sep 30 00:42:15 smithi019 sudo[125506]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T00:42:15.971 INFO:journalctl@ceph.osd.0.smithi019.stdout:Sep 30 00:42:15 smithi019 sudo[125506]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T00:42:15.971 INFO:journalctl@ceph.osd.0.smithi019.stdout:Sep 30 00:42:15 smithi019 sudo[125506]: pam_unix(sudo:session): session closed for user root 2023-09-30T00:42:15.992 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:15 smithi045 ceph-mon[114085]: pgmap v64: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:15.992 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:15 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-30T00:42:15.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:15 smithi045 ceph-mon[114085]: osdmap e20: 3 total, 3 up, 3 in 2023-09-30T00:42:15.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:15 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/14055579' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T00:42:16.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:15 smithi158 ceph-mon[114283]: pgmap v64: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:16.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:15 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-30T00:42:16.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:15 smithi158 ceph-mon[114283]: osdmap e20: 3 total, 3 up, 3 in 2023-09-30T00:42:16.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:15 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/14055579' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T00:42:16.213 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:16.492 INFO:journalctl@ceph.osd.1.smithi045.stdout:Sep 30 00:42:16 smithi045 sudo[120650]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T00:42:16.493 INFO:journalctl@ceph.osd.1.smithi045.stdout:Sep 30 00:42:16 smithi045 sudo[120650]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T00:42:16.493 INFO:journalctl@ceph.osd.1.smithi045.stdout:Sep 30 00:42:16 smithi045 sudo[120650]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T00:42:16.493 INFO:journalctl@ceph.osd.1.smithi045.stdout:Sep 30 00:42:16 smithi045 sudo[120650]: pam_unix(sudo:session): session closed for user root 2023-09-30T00:42:16.918 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:16 smithi019 ceph-mon[112206]: osdmap e21: 3 total, 3 up, 3 in 2023-09-30T00:42:16.918 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:16 smithi019 ceph-mon[112206]: mgrmap e15: a(active, since 108s), standbys: b 2023-09-30T00:42:16.918 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:16 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:16.918 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:16 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:16.918 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:16 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:16.918 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:16 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:16.926 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:16 smithi158 ceph-mon[114283]: osdmap e21: 3 total, 3 up, 3 in 2023-09-30T00:42:16.926 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:16 smithi158 ceph-mon[114283]: mgrmap e15: a(active, since 108s), standbys: b 2023-09-30T00:42:16.926 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:16 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:16.926 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:16 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:16.926 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:16 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:16.926 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:16 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:16.993 INFO:journalctl@ceph.osd.1.smithi045.stdout:Sep 30 00:42:16 smithi045 sudo[120653]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T00:42:16.993 INFO:journalctl@ceph.osd.1.smithi045.stdout:Sep 30 00:42:16 smithi045 sudo[120653]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T00:42:16.993 INFO:journalctl@ceph.osd.1.smithi045.stdout:Sep 30 00:42:16 smithi045 sudo[120653]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T00:42:16.993 INFO:journalctl@ceph.osd.1.smithi045.stdout:Sep 30 00:42:16 smithi045 sudo[120653]: pam_unix(sudo:session): session closed for user root 2023-09-30T00:42:16.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:16 smithi045 ceph-mon[114085]: osdmap e21: 3 total, 3 up, 3 in 2023-09-30T00:42:16.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:16 smithi045 ceph-mon[114085]: mgrmap e15: a(active, since 108s), standbys: b 2023-09-30T00:42:16.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:16 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:16.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:16 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:16.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:16 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:16.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:16 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:17.177 INFO:journalctl@ceph.osd.2.smithi158.stdout:Sep 30 00:42:16 smithi158 sudo[120573]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T00:42:17.177 INFO:journalctl@ceph.osd.2.smithi158.stdout:Sep 30 00:42:16 smithi158 sudo[120573]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T00:42:17.177 INFO:journalctl@ceph.osd.2.smithi158.stdout:Sep 30 00:42:16 smithi158 sudo[120573]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T00:42:17.177 INFO:journalctl@ceph.osd.2.smithi158.stdout:Sep 30 00:42:16 smithi158 sudo[120573]: pam_unix(sudo:session): session closed for user root 2023-09-30T00:42:17.177 INFO:journalctl@ceph.osd.2.smithi158.stdout:Sep 30 00:42:17 smithi158 sudo[120576]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T00:42:17.177 INFO:journalctl@ceph.osd.2.smithi158.stdout:Sep 30 00:42:17 smithi158 sudo[120576]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T00:42:17.177 INFO:journalctl@ceph.osd.2.smithi158.stdout:Sep 30 00:42:17 smithi158 sudo[120576]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T00:42:17.177 INFO:journalctl@ceph.osd.2.smithi158.stdout:Sep 30 00:42:17 smithi158 sudo[120576]: pam_unix(sudo:session): session closed for user root 2023-09-30T00:42:17.497 INFO:teuthology.orchestra.run.smithi019.stdout:pg_num: 1 2023-09-30T00:42:17.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:17 smithi019 sudo[125780]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T00:42:17.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:17 smithi019 sudo[125780]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T00:42:17.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:17 smithi019 sudo[125780]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T00:42:17.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:17 smithi019 sudo[125780]: pam_unix(sudo:session): session closed for user root 2023-09-30T00:42:17.893 INFO:tasks.cephadm:Setting up client nodes... 2023-09-30T00:42:17.894 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-09-30T00:42:17.894 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-09-30T00:42:17.894 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph mgr dump --format=json 2023-09-30T00:42:18.187 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:18.397 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:18 smithi019 sudo[125830]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T00:42:18.398 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:18 smithi019 sudo[125830]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T00:42:18.398 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:18 smithi019 sudo[125830]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T00:42:18.398 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:18 smithi019 sudo[125830]: pam_unix(sudo:session): session closed for user root 2023-09-30T00:42:18.398 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:18 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:18.398 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:18 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:18.398 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:18 smithi019 ceph-mon[112206]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T00:42:18.400 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:18 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:18.400 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:18 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:18.400 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:18 smithi158 ceph-mon[114283]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T00:42:18.400 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:18 smithi158 sudo[120579]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T00:42:18.400 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:18 smithi158 sudo[120579]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T00:42:18.401 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:18 smithi158 sudo[120579]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T00:42:18.401 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:18 smithi158 sudo[120579]: pam_unix(sudo:session): session closed for user root 2023-09-30T00:42:18.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:18 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:18.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:18 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:18.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:18 smithi045 ceph-mon[114085]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T00:42:18.865 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:18 smithi158 sudo[120582]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T00:42:18.866 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:18 smithi158 sudo[120582]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T00:42:18.866 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:18 smithi158 sudo[120582]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T00:42:18.866 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:18 smithi158 sudo[120582]: pam_unix(sudo:session): session closed for user root 2023-09-30T00:42:19.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 sudo[120656]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T00:42:19.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 sudo[120656]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T00:42:19.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 sudo[120656]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T00:42:19.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 sudo[120656]: pam_unix(sudo:session): session closed for user root 2023-09-30T00:42:19.531 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:42:19.830 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:19 smithi019 ceph-mon[112206]: pgmap v67: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:19.830 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:19 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1601830709' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T00:42:19.830 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:19 smithi019 ceph-mon[112206]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T00:42:19.830 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:19 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T00:42:19.830 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:19 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:42:19.830 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:19 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:42:19.830 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:19 smithi019 ceph-mon[112206]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T00:42:19.830 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:19 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T00:42:19.831 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:19 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:42:19.831 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:19 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:42:19.831 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:19 smithi019 ceph-mon[112206]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T00:42:19.831 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:19 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T00:42:19.831 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:19 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:42:19.831 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:19 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:42:19.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:19 smithi158 ceph-mon[114283]: pgmap v67: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:19.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:19 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1601830709' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T00:42:19.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:19 smithi158 ceph-mon[114283]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T00:42:19.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:19 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T00:42:19.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:19 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:42:19.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:19 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:42:19.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:19 smithi158 ceph-mon[114283]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T00:42:19.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:19 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T00:42:19.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:19 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:42:19.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:19 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:42:19.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:19 smithi158 ceph-mon[114283]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T00:42:19.865 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:19 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T00:42:19.865 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:19 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:42:19.865 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:19 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:42:19.912 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":15,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6800","nonce":875268237},{"type":"v1","addr":"172.21.15.19:6801","nonce":875268237}]},"active_addr":"172.21.15.19:6801/875268237","active_change":"2023-09-30T00:40:26.727635+0000","active_mgr_features":4540138320759226367,"available":true,"standbys":[{"gid":24110,"name":"b","mgr_features":4540138320759226367,"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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"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_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.1.5","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_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"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_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.1.5","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_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.19: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"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.19:0","nonce":253653975}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.19:0","nonce":1723893105}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.19:0","nonce":4048047954}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.19:0","nonce":643713278}]}]} 2023-09-30T00:42:19.918 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-09-30T00:42:19.918 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-09-30T00:42:19.918 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T00:42:19.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 sudo[120659]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T00:42:19.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 sudo[120659]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T00:42:19.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 sudo[120659]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T00:42:19.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 sudo[120659]: pam_unix(sudo:session): session closed for user root 2023-09-30T00:42:19.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 ceph-mon[114085]: pgmap v67: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:19.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1601830709' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T00:42:19.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 ceph-mon[114085]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T00:42:19.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T00:42:19.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:42:19.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:42:19.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 ceph-mon[114085]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T00:42:19.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T00:42:19.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:42:19.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:42:19.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 ceph-mon[114085]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T00:42:19.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T00:42:19.994 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T00:42:19.995 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:19 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T00:42:20.216 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:20.705 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:20 smithi019 ceph-mon[112206]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:20.705 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:20 smithi019 ceph-mon[112206]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T00:42:20.705 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:20 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2580802203' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-30T00:42:20.705 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:20 smithi019 ceph-mon[112206]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T00:42:20.705 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:20 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:20.706 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:20 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:20.706 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:20 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:20.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:20 smithi045 ceph-mon[114085]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:20.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:20 smithi045 ceph-mon[114085]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T00:42:20.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:20 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/2580802203' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-30T00:42:20.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:20 smithi045 ceph-mon[114085]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T00:42:20.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:20 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:20.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:20 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:20.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:20 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:20.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:20 smithi158 ceph-mon[114283]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:20.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:20 smithi158 ceph-mon[114283]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T00:42:20.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:20 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/2580802203' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-30T00:42:20.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:20 smithi158 ceph-mon[114283]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T00:42:20.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:20 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:20.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:20 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:20.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:20 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:21.379 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:42:21.380 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":21,"fsid":"b278a7f0-5f29-11ee-8db4-212e2dc638e7","created":"2023-09-30T00:39:42.316286+0000","modified":"2023-09-30T00:42:15.639376+0000","last_up_change":"2023-09-30T00:42:12.351218+0000","last_in_change":"2023-09-30T00:41:58.515915+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T00:42:13.267986+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":{}}}],"osds":[{"osd":0,"uuid":"6ae4e395-b99d-4bb5-988e-f7b2aa48547b","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.19:6802","nonce":2485909625},{"type":"v1","addr":"172.21.15.19:6803","nonce":2485909625}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":2485909625},{"type":"v1","addr":"172.21.15.19:6805","nonce":2485909625}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":2485909625},{"type":"v1","addr":"172.21.15.19:6809","nonce":2485909625}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":2485909625},{"type":"v1","addr":"172.21.15.19:6807","nonce":2485909625}]},"public_addr":"172.21.15.19:6803/2485909625","cluster_addr":"172.21.15.19:6805/2485909625","heartbeat_back_addr":"172.21.15.19:6809/2485909625","heartbeat_front_addr":"172.21.15.19:6807/2485909625","state":["exists","up"]},{"osd":1,"uuid":"5bfd2218-4ffd-4ba3-b7b2-739579b3f2e5","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.45:6800","nonce":1718028733},{"type":"v1","addr":"172.21.15.45:6801","nonce":1718028733}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":1718028733},{"type":"v1","addr":"172.21.15.45:6803","nonce":1718028733}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":1718028733},{"type":"v1","addr":"172.21.15.45:6807","nonce":1718028733}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":1718028733},{"type":"v1","addr":"172.21.15.45:6805","nonce":1718028733}]},"public_addr":"172.21.15.45:6801/1718028733","cluster_addr":"172.21.15.45:6803/1718028733","heartbeat_back_addr":"172.21.15.45:6807/1718028733","heartbeat_front_addr":"172.21.15.45:6805/1718028733","state":["exists","up"]},{"osd":2,"uuid":"ac641280-5fdb-4a1c-bd6f-95c5f67e7d4d","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.158:6800","nonce":3976465966},{"type":"v1","addr":"172.21.15.158:6801","nonce":3976465966}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6802","nonce":3976465966},{"type":"v1","addr":"172.21.15.158:6803","nonce":3976465966}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6806","nonce":3976465966},{"type":"v1","addr":"172.21.15.158:6807","nonce":3976465966}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6804","nonce":3976465966},{"type":"v1","addr":"172.21.15.158:6805","nonce":3976465966}]},"public_addr":"172.21.15.158:6801/3976465966","cluster_addr":"172.21.15.158:6803/3976465966","heartbeat_back_addr":"172.21.15.158:6807/3976465966","heartbeat_front_addr":"172.21.15.158:6805/3976465966","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T00:41:36.695889+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T00:41:55.327443+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T00:42:10.744286+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.19:0/2454615527":"2023-10-01T00:40:26.727512+0000","172.21.15.19:0/2523062479":"2023-10-01T00:40:26.727512+0000","172.21.15.19:0/3616891205":"2023-10-01T00:40:26.727512+0000","172.21.15.19:6801/859692546":"2023-10-01T00:40:26.727512+0000","172.21.15.19:0/2340784418":"2023-10-01T00:40:06.178605+0000","172.21.15.19:0/2053083678":"2023-10-01T00:40:06.178605+0000","172.21.15.19:6800/469979220":"2023-10-01T00:40:06.178605+0000","172.21.15.19:6801/469979220":"2023-10-01T00:40:06.178605+0000","172.21.15.19:6800/859692546":"2023-10-01T00:40:26.727512+0000","172.21.15.19:0/2778955649":"2023-10-01T00:40:06.178605+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-30T00:42:21.771 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-09-30T00:42:21.771 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T00:42:22.066 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:22.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:21 smithi019 ceph-mon[112206]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:22.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:21 smithi019 ceph-mon[112206]: Detected new or changed devices on smithi045 2023-09-30T00:42:22.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:21 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2383517563' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T00:42:22.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:21 smithi158 ceph-mon[114283]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:22.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:21 smithi158 ceph-mon[114283]: Detected new or changed devices on smithi045 2023-09-30T00:42:22.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:21 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/2383517563' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T00:42:22.174 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:21 smithi045 ceph-mon[114085]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:22.174 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:21 smithi045 ceph-mon[114085]: Detected new or changed devices on smithi045 2023-09-30T00:42:22.174 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:21 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/2383517563' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T00:42:23.274 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:42:23.275 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":21,"fsid":"b278a7f0-5f29-11ee-8db4-212e2dc638e7","created":"2023-09-30T00:39:42.316286+0000","modified":"2023-09-30T00:42:15.639376+0000","last_up_change":"2023-09-30T00:42:12.351218+0000","last_in_change":"2023-09-30T00:41:58.515915+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T00:42:13.267986+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":{}}}],"osds":[{"osd":0,"uuid":"6ae4e395-b99d-4bb5-988e-f7b2aa48547b","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.19:6802","nonce":2485909625},{"type":"v1","addr":"172.21.15.19:6803","nonce":2485909625}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":2485909625},{"type":"v1","addr":"172.21.15.19:6805","nonce":2485909625}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":2485909625},{"type":"v1","addr":"172.21.15.19:6809","nonce":2485909625}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":2485909625},{"type":"v1","addr":"172.21.15.19:6807","nonce":2485909625}]},"public_addr":"172.21.15.19:6803/2485909625","cluster_addr":"172.21.15.19:6805/2485909625","heartbeat_back_addr":"172.21.15.19:6809/2485909625","heartbeat_front_addr":"172.21.15.19:6807/2485909625","state":["exists","up"]},{"osd":1,"uuid":"5bfd2218-4ffd-4ba3-b7b2-739579b3f2e5","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.45:6800","nonce":1718028733},{"type":"v1","addr":"172.21.15.45:6801","nonce":1718028733}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":1718028733},{"type":"v1","addr":"172.21.15.45:6803","nonce":1718028733}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":1718028733},{"type":"v1","addr":"172.21.15.45:6807","nonce":1718028733}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":1718028733},{"type":"v1","addr":"172.21.15.45:6805","nonce":1718028733}]},"public_addr":"172.21.15.45:6801/1718028733","cluster_addr":"172.21.15.45:6803/1718028733","heartbeat_back_addr":"172.21.15.45:6807/1718028733","heartbeat_front_addr":"172.21.15.45:6805/1718028733","state":["exists","up"]},{"osd":2,"uuid":"ac641280-5fdb-4a1c-bd6f-95c5f67e7d4d","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.158:6800","nonce":3976465966},{"type":"v1","addr":"172.21.15.158:6801","nonce":3976465966}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6802","nonce":3976465966},{"type":"v1","addr":"172.21.15.158:6803","nonce":3976465966}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6806","nonce":3976465966},{"type":"v1","addr":"172.21.15.158:6807","nonce":3976465966}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.158:6804","nonce":3976465966},{"type":"v1","addr":"172.21.15.158:6805","nonce":3976465966}]},"public_addr":"172.21.15.158:6801/3976465966","cluster_addr":"172.21.15.158:6803/3976465966","heartbeat_back_addr":"172.21.15.158:6807/3976465966","heartbeat_front_addr":"172.21.15.158:6805/3976465966","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T00:41:36.695889+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T00:41:55.327443+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T00:42:10.744286+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.19:0/2454615527":"2023-10-01T00:40:26.727512+0000","172.21.15.19:0/2523062479":"2023-10-01T00:40:26.727512+0000","172.21.15.19:0/3616891205":"2023-10-01T00:40:26.727512+0000","172.21.15.19:6801/859692546":"2023-10-01T00:40:26.727512+0000","172.21.15.19:0/2340784418":"2023-10-01T00:40:06.178605+0000","172.21.15.19:0/2053083678":"2023-10-01T00:40:06.178605+0000","172.21.15.19:6800/469979220":"2023-10-01T00:40:06.178605+0000","172.21.15.19:6801/469979220":"2023-10-01T00:40:06.178605+0000","172.21.15.19:6800/859692546":"2023-10-01T00:40:26.727512+0000","172.21.15.19:0/2778955649":"2023-10-01T00:40:06.178605+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-30T00:42:23.687 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-09-30T00:42:23.688 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-09-30T00:42:23.688 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-09-30T00:42:23.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:23 smithi019 ceph-mon[112206]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:23.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:23 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2948289617' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T00:42:23.997 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:24.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:23 smithi158 ceph-mon[114283]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:24.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:23 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/2948289617' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T00:42:24.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:23 smithi045 ceph-mon[114085]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:24.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:23 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/2948289617' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T00:42:24.277 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:24.360 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:26.054 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:25 smithi019 ceph-mon[112206]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-09-30T00:42:26.077 INFO:teuthology.orchestra.run.smithi019.stdout:77309411333 2023-09-30T00:42:26.077 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-09-30T00:42:26.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:25 smithi158 ceph-mon[114283]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-09-30T00:42:26.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:25 smithi045 ceph-mon[114085]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-09-30T00:42:26.833 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:26.878 INFO:teuthology.orchestra.run.smithi019.stdout:34359738381 2023-09-30T00:42:26.879 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-09-30T00:42:27.241 INFO:teuthology.orchestra.run.smithi019.stdout:55834574857 2023-09-30T00:42:27.241 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-09-30T00:42:27.384 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:27.903 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:27 smithi019 ceph-mon[112206]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-09-30T00:42:28.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:27 smithi158 ceph-mon[114283]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-09-30T00:42:28.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:27 smithi045 ceph-mon[114085]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-09-30T00:42:28.543 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:28.641 INFO:teuthology.orchestra.run.smithi019.stdout:34359738381 2023-09-30T00:42:28.809 INFO:teuthology.orchestra.run.smithi019.stdout:77309411333 2023-09-30T00:42:28.953 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:28 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3307064327' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-30T00:42:28.953 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:28 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/895073690' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-30T00:42:29.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:28 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/3307064327' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-30T00:42:29.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:28 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/895073690' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-30T00:42:29.185 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738381 got 34359738381 for osd.0 2023-09-30T00:42:29.185 DEBUG:teuthology.parallel:result is None 2023-09-30T00:42:29.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:28 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/3307064327' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-30T00:42:29.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:28 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/895073690' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-30T00:42:29.335 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411333 got 77309411333 for osd.2 2023-09-30T00:42:29.335 DEBUG:teuthology.parallel:result is None 2023-09-30T00:42:29.892 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:29 smithi019 ceph-mon[112206]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-09-30T00:42:30.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:29 smithi158 ceph-mon[114283]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-09-30T00:42:30.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:29 smithi045 ceph-mon[114085]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-09-30T00:42:30.302 INFO:teuthology.orchestra.run.smithi019.stdout:55834574858 2023-09-30T00:42:30.685 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574857 got 55834574858 for osd.1 2023-09-30T00:42:30.685 DEBUG:teuthology.parallel:result is None 2023-09-30T00:42:30.685 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-09-30T00:42:30.686 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph pg dump --format=json 2023-09-30T00:42:30.986 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:31.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:30 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/635783470' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-30T00:42:31.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:30 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/635783470' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-30T00:42:31.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:30 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/635783470' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-30T00:42:32.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:31 smithi019 ceph-mon[112206]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-09-30T00:42:32.109 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:42:32.112 INFO:teuthology.orchestra.run.smithi019.stderr:dumped all 2023-09-30T00:42:32.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:31 smithi158 ceph-mon[114283]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-09-30T00:42:32.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:31 smithi045 ceph-mon[114085]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-09-30T00:42:32.494 INFO:teuthology.orchestra.run.smithi019.stdout:{"pg_ready":true,"pg_map":{"version":74,"stamp":"2023-09-30T00:42:30.479251+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":19684,"kb_used_data":2268,"kb_used_omap":0,"kb_used_meta":16768,"kb_avail":281215772,"statfs":{"total":287985106944,"available":287964950528,"internally_reserved":0,"allocated":2322432,"data_stored":1934634,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":17170432},"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":10,"num_read_kb":9,"num_write":14,"num_write_kb":262,"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.002642"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":183,"reported_epoch":21,"state":"active+clean","last_fresh":"2023-09-30T00:42:19.581317+0000","last_change":"2023-09-30T00:42:14.641136+0000","last_active":"2023-09-30T00:42:19.581317+0000","last_peered":"2023-09-30T00:42:19.581317+0000","last_clean":"2023-09-30T00:42:19.581317+0000","last_became_active":"2023-09-30T00:42:14.640760+0000","last_became_peered":"2023-09-30T00:42:14.640760+0000","last_unstale":"2023-09-30T00:42:19.581317+0000","last_undegraded":"2023-09-30T00:42:19.581317+0000","last_fullsized":"2023-09-30T00:42:19.581317+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":"2023-09-30T00:42:13.632461+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T00:42:13.632461+0000","last_clean_scrub_stamp":"2023-09-30T00:42:13.632461+0000","objects_scrubbed":0,"log_size":137,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T06:44:47.586614+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6956,"kb_used_data":756,"kb_used_omap":0,"kb_used_meta":5568,"kb_avail":93738196,"statfs":{"total":95995035648,"available":95987912704,"internally_reserved":0,"allocated":774144,"data_stored":644878,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5701632},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39800000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]}]},{"osd":0,"up_from":8,"seq":34359738382,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6396,"kb_used_data":756,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738756,"statfs":{"total":95995035648,"available":95988486144,"internally_reserved":0,"allocated":774144,"data_stored":644878,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.505}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53500000000000003}]}]},{"osd":1,"up_from":13,"seq":55834574858,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6332,"kb_used_data":756,"kb_used_omap":0,"kb_used_meta":5568,"kb_avail":93738820,"statfs":{"total":95995035648,"available":95988551680,"internally_reserved":0,"allocated":774144,"data_stored":644878,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5701632},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50600000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48299999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-30T00:42:32.495 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph pg dump --format=json 2023-09-30T00:42:32.792 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:33.032 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:32 smithi158 ceph-mon[114283]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T00:42:33.032 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:32 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:33.032 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:32 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:33.033 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:32 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:33.165 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:32 smithi019 ceph-mon[112206]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T00:42:33.165 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:32 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:33.165 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:32 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:33.165 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:32 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:33.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:32 smithi045 ceph-mon[114085]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T00:42:33.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:32 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:33.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:32 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:33.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:32 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:33.940 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:42:33.943 INFO:teuthology.orchestra.run.smithi019.stderr:dumped all 2023-09-30T00:42:34.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:33 smithi158 ceph-mon[114283]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-09-30T00:42:34.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:33 smithi158 ceph-mon[114283]: Detected new or changed devices on smithi158 2023-09-30T00:42:34.122 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:33 smithi019 ceph-mon[112206]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-09-30T00:42:34.123 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:33 smithi019 ceph-mon[112206]: Detected new or changed devices on smithi158 2023-09-30T00:42:34.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:33 smithi045 ceph-mon[114085]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-09-30T00:42:34.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:33 smithi045 ceph-mon[114085]: Detected new or changed devices on smithi158 2023-09-30T00:42:34.336 INFO:teuthology.orchestra.run.smithi019.stdout:{"pg_ready":true,"pg_map":{"version":75,"stamp":"2023-09-30T00:42:32.479813+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":19684,"kb_used_data":2268,"kb_used_omap":0,"kb_used_meta":16768,"kb_avail":281215772,"statfs":{"total":287985106944,"available":287964950528,"internally_reserved":0,"allocated":2322432,"data_stored":1934634,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":17170432},"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":10,"num_read_kb":9,"num_write":14,"num_write_kb":262,"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.002833"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":183,"reported_epoch":21,"state":"active+clean","last_fresh":"2023-09-30T00:42:19.581317+0000","last_change":"2023-09-30T00:42:14.641136+0000","last_active":"2023-09-30T00:42:19.581317+0000","last_peered":"2023-09-30T00:42:19.581317+0000","last_clean":"2023-09-30T00:42:19.581317+0000","last_became_active":"2023-09-30T00:42:14.640760+0000","last_became_peered":"2023-09-30T00:42:14.640760+0000","last_unstale":"2023-09-30T00:42:19.581317+0000","last_undegraded":"2023-09-30T00:42:19.581317+0000","last_fullsized":"2023-09-30T00:42:19.581317+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":"2023-09-30T00:42:13.632461+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T00:42:13.632461+0000","last_clean_scrub_stamp":"2023-09-30T00:42:13.632461+0000","objects_scrubbed":0,"log_size":137,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T06:44:47.586614+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6956,"kb_used_data":756,"kb_used_omap":0,"kb_used_meta":5568,"kb_avail":93738196,"statfs":{"total":95995035648,"available":95987912704,"internally_reserved":0,"allocated":774144,"data_stored":644878,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5701632},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39800000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]}]},{"osd":0,"up_from":8,"seq":34359738382,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6396,"kb_used_data":756,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738756,"statfs":{"total":95995035648,"available":95988486144,"internally_reserved":0,"allocated":774144,"data_stored":644878,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.505}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53500000000000003}]}]},{"osd":1,"up_from":13,"seq":55834574858,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6332,"kb_used_data":756,"kb_used_omap":0,"kb_used_meta":5568,"kb_avail":93738820,"statfs":{"total":95995035648,"available":95988551680,"internally_reserved":0,"allocated":774144,"data_stored":644878,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5701632},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50600000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48299999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-30T00:42:34.337 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-09-30T00:42:34.337 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-09-30T00:42:34.337 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-09-30T00:42:34.337 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:42:34.630 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:35.048 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:34 smithi019 ceph-mon[112206]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T00:42:35.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:34 smithi158 ceph-mon[114283]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T00:42:35.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:34 smithi045 ceph-mon[114085]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T00:42:36.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:35 smithi019 ceph-mon[112206]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-09-30T00:42:36.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:35 smithi158 ceph-mon[114283]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-09-30T00:42:36.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:35 smithi045 ceph-mon[114085]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-09-30T00:42:36.316 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:42:36.316 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:42:37.049 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:36 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3110216087' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:42:37.049 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:37.049 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:37.049 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:37.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:36 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/3110216087' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:42:37.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:37.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:37.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:37.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:36 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/3110216087' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:42:37.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:37.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:37.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:38.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:37 smithi158 ceph-mon[114283]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:38.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:37 smithi045 ceph-mon[114085]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:38.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:37 smithi019 ceph-mon[112206]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:39.896 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:42:40.200 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:40.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:39 smithi045 ceph-mon[114085]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:40.314 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:39 smithi019 ceph-mon[112206]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:40.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:39 smithi158 ceph-mon[114283]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:41.387 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:42:41.387 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:42:41.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:41 smithi045 ceph-mon[114085]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:41.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:41 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:41.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:41 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:41.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:41 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:41.744 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:41 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/3334849561' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:42:42.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:41 smithi019 ceph-mon[112206]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:42.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:41 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:42.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:41 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:42.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:41 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:42.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:41 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3334849561' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:42:42.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:41 smithi158 ceph-mon[114283]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:42.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:41 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:42.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:41 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:42.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:41 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:42.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:41 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/3334849561' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:42:43.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:43 smithi045 ceph-mon[114085]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:44.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:43 smithi019 ceph-mon[112206]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:44.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:43 smithi158 ceph-mon[114283]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:44.769 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:42:45.068 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:45.827 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:45 smithi019 ceph-mon[112206]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:45.992 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:45 smithi045 ceph-mon[114085]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:46.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:45 smithi158 ceph-mon[114283]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:46.236 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:42:46.236 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:42:47.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:46 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/609840779' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:42:47.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:46 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/609840779' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:42:47.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:46 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/609840779' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:42:48.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:47 smithi019 ceph-mon[112206]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:48.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:47 smithi158 ceph-mon[114283]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:48.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:47 smithi045 ceph-mon[114085]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:49.617 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:42:49.918 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:50.053 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:49 smithi019 ceph-mon[112206]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:50.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:49 smithi158 ceph-mon[114283]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:50.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:49 smithi045 ceph-mon[114085]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:51.109 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:42:51.109 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:42:52.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:51 smithi019 ceph-mon[112206]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:52.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:51 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1492058745' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:42:52.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:51 smithi158 ceph-mon[114283]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:52.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:51 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1492058745' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:42:52.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:51 smithi045 ceph-mon[114085]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:52.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:51 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1492058745' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:42:54.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:53 smithi045 ceph-mon[114085]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:54.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:53 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:54.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:53 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:54.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:53 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:54.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:53 smithi019 ceph-mon[112206]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:54.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:53 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:54.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:53 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:54.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:53 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:54.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:53 smithi158 ceph-mon[114283]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:54.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:53 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:54.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:53 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:54.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:53 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:54.493 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:42:54.790 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:42:56.142 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:55 smithi019 ceph-mon[112206]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:56.146 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:42:56.146 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:42:56.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:55 smithi045 ceph-mon[114085]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:56.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:55 smithi158 ceph-mon[114283]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:57.176 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:56 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/945201173' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:42:57.176 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:56 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:57.176 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:56 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:57.177 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:56 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:57.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:56 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/945201173' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:42:57.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:56 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:57.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:56 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:57.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:56 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:57.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:56 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/945201173' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:42:57.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:56 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:57.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:56 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:57.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:56 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:42:58.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:57 smithi045 ceph-mon[114085]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:58.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:57 smithi019 ceph-mon[112206]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:58.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:57 smithi158 ceph-mon[114283]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:42:59.583 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:42:59.887 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:43:00.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:42:59 smithi045 ceph-mon[114085]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:00.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:42:59 smithi019 ceph-mon[112206]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:00.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:42:59 smithi158 ceph-mon[114283]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:01.070 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:43:01.070 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:43:02.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:01 smithi158 ceph-mon[114283]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:02.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:02.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:02.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:02.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:01 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/448399157' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:02.147 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:01 smithi045 ceph-mon[114085]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:02.148 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:01 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:02.148 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:01 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:02.148 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:01 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:02.148 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:01 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/448399157' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:02.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:01 smithi019 ceph-mon[112206]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:02.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:02.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:02.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:02.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:01 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/448399157' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:03.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:03 smithi045 ceph-mon[114085]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:04.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:03 smithi158 ceph-mon[114283]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:04.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:03 smithi019 ceph-mon[112206]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:04.467 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:43:04.769 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:43:05.939 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:43:05.940 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:43:06.153 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:05 smithi019 ceph-mon[112206]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:06.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:05 smithi045 ceph-mon[114085]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:06.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:05 smithi158 ceph-mon[114283]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:07.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:06 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1027593123' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:07.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:06 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1027593123' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:07.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:06 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1027593123' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:08.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:07 smithi045 ceph-mon[114085]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:08.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:07 smithi019 ceph-mon[112206]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:08.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:07 smithi158 ceph-mon[114283]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:09.323 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:43:09.622 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:43:10.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:09 smithi019 ceph-mon[112206]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:10.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:09 smithi045 ceph-mon[114085]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:10.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:09 smithi158 ceph-mon[114283]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:10.788 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:43:10.789 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:43:10.976 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:10 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/47239670' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:11.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:10 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/47239670' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:11.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:10 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/47239670' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:12.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:11 smithi045 ceph-mon[114085]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:12.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:11 smithi019 ceph-mon[112206]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:12.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:11 smithi158 ceph-mon[114283]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:13.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:43:13.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:43:13.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:43:13.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:12 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:13.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:43:13.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:43:13.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:43:13.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:12 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:13.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:43:13.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:43:13.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:43:13.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:12 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:14.156 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:14 smithi158 ceph-mon[114283]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:14.156 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:14 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:14.156 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:14 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:14.156 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:14 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:14.172 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:43:14.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:14 smithi019 ceph-mon[112206]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:14.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:14 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:14.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:14 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:14.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:14 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:14.471 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:43:14.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:14 smithi045 ceph-mon[114085]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:14.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:14 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:14.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:14 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:14.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:14 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:16.114 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:43:16.114 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:43:16.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:16 smithi019 ceph-mon[112206]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:16.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:16 smithi158 ceph-mon[114283]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:16.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:16 smithi045 ceph-mon[114085]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:17.303 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:17 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1363552270' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:17.303 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:17 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:17.303 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:17 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:17.303 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:17 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:17.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:17 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1363552270' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:17.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:17 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:17.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:17 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:17.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:17 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:17.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:17 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1363552270' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:17.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:17 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:17.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:17 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:17.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:17 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:18.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:18 smithi019 ceph-mon[112206]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:18.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:18 smithi158 ceph-mon[114283]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:18.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:18 smithi045 ceph-mon[114085]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:19.631 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:43:19.935 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:43:20.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:20 smithi019 ceph-mon[112206]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:20.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:20 smithi158 ceph-mon[114283]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:20.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:20 smithi045 ceph-mon[114085]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:21.193 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:43:21.193 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:43:22.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:22 smithi019 ceph-mon[112206]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:22.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:22 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:22.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:22 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:22.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:22 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:22.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:22 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1481851216' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:22.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:22 smithi158 ceph-mon[114283]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:22.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:22 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:22.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:22 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:22.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:22 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:22.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:22 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1481851216' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:22.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:22 smithi045 ceph-mon[114085]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:22.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:22 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:22.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:22 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:22.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:22 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:22.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:22 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1481851216' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:24.275 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:24 smithi045 ceph-mon[114085]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:24.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:24 smithi019 ceph-mon[112206]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:24.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:24 smithi158 ceph-mon[114283]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:24.605 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:43:24.905 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:43:26.156 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:43:26.156 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:43:26.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:26 smithi019 ceph-mon[112206]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:26.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:26 smithi158 ceph-mon[114283]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:26.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:26 smithi045 ceph-mon[114085]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:27.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:27 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3657228838' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:27.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:27 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/3657228838' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:27.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:27 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/3657228838' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:28.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:28 smithi019 ceph-mon[112206]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:28.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:28 smithi158 ceph-mon[114283]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:28.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:28 smithi045 ceph-mon[114085]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:29.537 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:43:29.835 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:43:30.328 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:30 smithi019 ceph-mon[112206]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:30.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:30 smithi158 ceph-mon[114283]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:30.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:30 smithi045 ceph-mon[114085]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:31.027 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:43:31.028 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:43:32.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:31 smithi158 ceph-mon[114283]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:32.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:31 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/421669638' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:32.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:31 smithi045 ceph-mon[114085]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:32.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:31 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/421669638' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:32.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:31 smithi019 ceph-mon[112206]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:32.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:31 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/421669638' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:34.363 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:43:34.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:34 smithi158 ceph-mon[114283]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:34.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:34 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:34.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:34 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:34.365 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:34 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:34.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:34 smithi045 ceph-mon[114085]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:34.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:34 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:34.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:34 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:34.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:34 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:34.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:34 smithi019 ceph-mon[112206]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:34.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:34 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:34.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:34 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:34.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:34 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:34.664 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:43:35.993 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:43:35.994 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:43:36.311 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:36 smithi019 ceph-mon[112206]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:36.311 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:36 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1091839635' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:36.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:36 smithi045 ceph-mon[114085]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:36.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:36 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1091839635' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:36.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:36 smithi158 ceph-mon[114283]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:36.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:36 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1091839635' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:38.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:38 smithi045 ceph-mon[114085]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:38.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:38 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:38.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:38 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:38.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:38 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:38.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:38 smithi019 ceph-mon[112206]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:38.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:38 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:38.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:38 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:38.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:38 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:38.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:38 smithi158 ceph-mon[114283]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:38.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:38 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:38.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:38 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:38.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:38 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:39.388 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:43:39.693 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:43:40.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:40 smithi045 ceph-mon[114085]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:40.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:40 smithi019 ceph-mon[112206]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:40.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:40 smithi158 ceph-mon[114283]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:40.847 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:43:40.847 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:43:42.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:41 smithi158 ceph-mon[114283]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:42.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:41 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/2174034630' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:42.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:41 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:42.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:41 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:42.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:41 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:42.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:41 smithi045 ceph-mon[114085]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:42.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:41 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/2174034630' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:42.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:41 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:42.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:41 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:42.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:41 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:42.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:41 smithi019 ceph-mon[112206]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:42.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:41 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2174034630' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:42.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:41 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:42.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:41 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:42.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:41 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:44.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:43 smithi158 ceph-mon[114283]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:44.235 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:43:44.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:43 smithi045 ceph-mon[114085]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:44.272 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:43 smithi019 ceph-mon[112206]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:44.536 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:43:45.771 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:43:45.772 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:43:45.963 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:45 smithi019 ceph-mon[112206]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:45.963 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:45 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3741787651' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:46.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:45 smithi158 ceph-mon[114283]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:46.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:45 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/3741787651' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:46.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:45 smithi045 ceph-mon[114085]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:46.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:45 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/3741787651' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:48.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:47 smithi158 ceph-mon[114283]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:48.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:47 smithi045 ceph-mon[114085]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:48.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:47 smithi019 ceph-mon[112206]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:49.151 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:43:49.451 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:43:50.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:49 smithi158 ceph-mon[114283]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:50.199 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:49 smithi019 ceph-mon[112206]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:50.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:49 smithi045 ceph-mon[114085]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:50.648 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:43:50.649 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:43:51.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:50 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/4037693225' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:51.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:50 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/4037693225' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:51.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:50 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/4037693225' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:52.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:51 smithi158 ceph-mon[114283]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:52.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:51 smithi045 ceph-mon[114085]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:52.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:51 smithi019 ceph-mon[112206]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:54.076 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:43:54.110 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:53 smithi019 ceph-mon[112206]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:54.110 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:53 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:54.110 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:53 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:54.110 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:53 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:54.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:53 smithi158 ceph-mon[114283]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:54.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:53 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:54.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:53 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:54.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:53 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:54.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:53 smithi045 ceph-mon[114085]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:54.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:53 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:54.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:53 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:54.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:53 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:54.374 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:43:55.793 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:43:55.793 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:43:56.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:55 smithi158 ceph-mon[114283]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:56.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:55 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/46301749' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:56.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:55 smithi045 ceph-mon[114085]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:56.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:55 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/46301749' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:56.251 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:55 smithi019 ceph-mon[112206]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:56.251 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:55 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/46301749' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:43:58.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:57 smithi045 ceph-mon[114085]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:58.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:57 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:58.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:57 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:58.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:57 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:58.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:57 smithi019 ceph-mon[112206]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:58.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:57 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:58.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:57 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:58.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:57 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:58.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:57 smithi158 ceph-mon[114283]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:43:58.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:57 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:58.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:57 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:58.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:57 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:43:59.299 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:43:59.604 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:44:00.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:43:59 smithi019 ceph-mon[112206]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:00.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:43:59 smithi045 ceph-mon[114085]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:00.366 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:43:59 smithi158 ceph-mon[114283]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:00.796 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:44:00.796 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:44:00.986 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:00 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/910188755' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:01.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:00 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/910188755' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:01.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:00 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/910188755' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:02.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:01 smithi045 ceph-mon[114085]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:02.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:01 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:02.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:01 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:02.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:01 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:02.338 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:01 smithi019 ceph-mon[112206]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:02.338 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:02.338 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:02.338 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:02.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:01 smithi158 ceph-mon[114283]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:02.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:02.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:02.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:04.141 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:44:04.177 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:03 smithi019 ceph-mon[112206]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:04.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:03 smithi045 ceph-mon[114085]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:04.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:03 smithi158 ceph-mon[114283]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:04.442 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:44:05.819 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:44:05.819 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:44:06.113 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:05 smithi019 ceph-mon[112206]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:06.113 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:05 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1967486580' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:06.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:05 smithi045 ceph-mon[114085]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:06.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:05 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1967486580' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:06.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:05 smithi158 ceph-mon[114283]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:06.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:05 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1967486580' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:08.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:07 smithi045 ceph-mon[114085]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:08.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:07 smithi019 ceph-mon[112206]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:08.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:07 smithi158 ceph-mon[114283]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:09.333 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:44:09.632 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:44:10.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:09 smithi019 ceph-mon[112206]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:10.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:09 smithi045 ceph-mon[114085]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:10.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:09 smithi158 ceph-mon[114283]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:10.871 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:44:10.871 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:44:12.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:11 smithi158 ceph-mon[114283]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:12.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:11 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/427245611' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:12.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:11 smithi045 ceph-mon[114085]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:12.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:11 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/427245611' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:12.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:11 smithi019 ceph-mon[112206]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:12.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:11 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/427245611' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:14.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:13 smithi158 ceph-mon[114283]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:14.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:44:14.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:44:14.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:44:14.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:14.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:14.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:14.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:14.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:13 smithi045 ceph-mon[114085]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:44:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:44:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:44:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:14.265 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:44:14.299 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:13 smithi019 ceph-mon[112206]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:14.299 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:44:14.299 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:44:14.299 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:44:14.299 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:14.300 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:14.300 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:14.300 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:14.562 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:44:15.791 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:44:15.792 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:44:16.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:15 smithi019 ceph-mon[112206]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:16.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:15 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/59705415' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:16.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:15 smithi158 ceph-mon[114283]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:16.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:15 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/59705415' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:16.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:15 smithi045 ceph-mon[114085]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:16.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:15 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/59705415' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:18.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:17 smithi158 ceph-mon[114283]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:18.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:17 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:18.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:17 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:18.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:17 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:18.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:17 smithi045 ceph-mon[114085]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:18.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:17 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:18.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:17 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:18.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:17 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:18.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:17 smithi019 ceph-mon[112206]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:18.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:17 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:18.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:17 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:18.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:17 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:19.542 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:44:19.846 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:44:20.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:19 smithi158 ceph-mon[114283]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:20.128 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:19 smithi019 ceph-mon[112206]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:20.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:19 smithi045 ceph-mon[114085]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:21.123 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:44:21.123 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:44:22.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:21 smithi158 ceph-mon[114283]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:22.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:21 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/3499262879' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:22.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:21 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:22.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:21 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:22.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:21 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:22.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:21 smithi045 ceph-mon[114085]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:22.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:21 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/3499262879' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:22.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:21 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:22.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:21 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:22.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:21 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:22.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:21 smithi019 ceph-mon[112206]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:22.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:21 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3499262879' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:22.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:21 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:22.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:21 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:22.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:21 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:24.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:23 smithi045 ceph-mon[114085]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:24.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:23 smithi019 ceph-mon[112206]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:24.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:23 smithi158 ceph-mon[114283]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:24.518 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:44:24.816 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:44:25.897 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:25 smithi019 ceph-mon[112206]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:26.058 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:25 smithi045 ceph-mon[114085]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:26.071 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:44:26.072 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:44:26.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:25 smithi158 ceph-mon[114283]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:27.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:26 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/2772982221' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:27.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:26 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2772982221' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:27.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:26 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/2772982221' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:28.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:27 smithi045 ceph-mon[114085]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:28.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:27 smithi019 ceph-mon[112206]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:28.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:27 smithi158 ceph-mon[114283]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:29.455 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:44:29.753 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:44:30.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:29 smithi045 ceph-mon[114085]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:30.262 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:29 smithi019 ceph-mon[112206]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:30.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:29 smithi158 ceph-mon[114283]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:30.930 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:44:30.930 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:44:32.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:31 smithi045 ceph-mon[114085]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:32.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:31 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/2779364992' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:32.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:31 smithi019 ceph-mon[112206]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:32.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:31 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2779364992' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:32.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:31 smithi158 ceph-mon[114283]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:32.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:31 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/2779364992' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:34.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:33 smithi045 ceph-mon[114085]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:34.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:33 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:34.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:33 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:34.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:33 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:34.331 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:44:34.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:33 smithi019 ceph-mon[112206]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:34.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:33 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:34.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:33 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:34.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:33 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:34.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:33 smithi158 ceph-mon[114283]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:34.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:33 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:34.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:33 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:34.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:33 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:34.632 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:44:36.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:35 smithi019 ceph-mon[112206]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:36.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:35 smithi158 ceph-mon[114283]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:36.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:35 smithi045 ceph-mon[114085]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:36.365 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:44:36.365 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:44:37.065 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:36 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3549100402' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:37.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:36 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/3549100402' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:37.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:36 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/3549100402' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:38.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:37 smithi019 ceph-mon[112206]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:38.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:37 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:38.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:37 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:38.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:37 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:38.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:37 smithi045 ceph-mon[114085]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:38.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:37 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:38.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:37 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:38.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:37 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:38.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:37 smithi158 ceph-mon[114283]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:38.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:37 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:38.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:37 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:38.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:37 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:39.701 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:44:40.004 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:44:40.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:39 smithi019 ceph-mon[112206]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:40.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:39 smithi045 ceph-mon[114085]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:40.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:39 smithi158 ceph-mon[114283]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:41.202 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:44:41.202 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:44:41.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:41 smithi045 ceph-mon[114085]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:41.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:41 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/2387006009' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:41.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:41 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:41.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:41 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:41.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:41 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:42.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:41 smithi019 ceph-mon[112206]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:42.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:41 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2387006009' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:42.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:41 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:42.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:41 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:42.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:41 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:42.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:41 smithi158 ceph-mon[114283]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:42.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:41 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/2387006009' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:42.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:41 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:42.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:41 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:42.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:41 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:44.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:43 smithi045 ceph-mon[114085]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:44.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:43 smithi019 ceph-mon[112206]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:44.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:43 smithi158 ceph-mon[114283]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:44.676 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:44:44.974 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:44:46.180 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:44:46.181 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:44:46.207 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:45 smithi019 ceph-mon[112206]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:46.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:45 smithi045 ceph-mon[114085]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:46.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:45 smithi158 ceph-mon[114283]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:47.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:46 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1818986241' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:47.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:46 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1818986241' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:47.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:46 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1818986241' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:48.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:47 smithi045 ceph-mon[114085]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:48.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:47 smithi019 ceph-mon[112206]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:48.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:47 smithi158 ceph-mon[114283]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:49.592 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:44:49.891 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:44:50.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:49 smithi045 ceph-mon[114085]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:50.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:49 smithi019 ceph-mon[112206]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:50.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:49 smithi158 ceph-mon[114283]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:51.104 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:44:51.105 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:44:52.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:51 smithi045 ceph-mon[114085]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:52.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:51 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1127631366' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:52.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:51 smithi019 ceph-mon[112206]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:52.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:51 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1127631366' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:52.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:51 smithi158 ceph-mon[114283]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:52.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:51 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1127631366' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:54.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:53 smithi045 ceph-mon[114085]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:54.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:53 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:54.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:53 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:54.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:53 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:54.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:53 smithi019 ceph-mon[112206]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:54.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:53 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:54.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:53 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:54.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:53 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:54.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:53 smithi158 ceph-mon[114283]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:54.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:53 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:54.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:53 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:54.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:53 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:54.500 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:44:54.797 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:44:56.031 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:44:56.031 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:44:56.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:55 smithi158 ceph-mon[114283]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:56.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:55 smithi045 ceph-mon[114085]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:56.254 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:55 smithi019 ceph-mon[112206]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:57.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:56 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/3546804126' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:57.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:56 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/3546804126' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:57.258 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:56 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3546804126' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:44:58.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:57 smithi045 ceph-mon[114085]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:58.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:57 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:58.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:57 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:58.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:57 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:58.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:57 smithi019 ceph-mon[112206]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:58.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:57 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:58.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:57 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:58.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:57 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:58.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:57 smithi158 ceph-mon[114283]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:44:58.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:57 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:58.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:57 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:58.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:57 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:44:59.444 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:44:59.750 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:45:00.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:44:59 smithi045 ceph-mon[114085]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:00.334 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:44:59 smithi019 ceph-mon[112206]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:00.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:44:59 smithi158 ceph-mon[114283]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:00.996 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:45:00.996 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:45:02.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:01 smithi019 ceph-mon[112206]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:02.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:01 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/690630138' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:02.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:02.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:02.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:01 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:02.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:01 smithi045 ceph-mon[114085]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:02.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:01 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/690630138' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:02.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:01 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:02.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:01 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:02.244 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:01 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:02.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:01 smithi158 ceph-mon[114283]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:02.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:01 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/690630138' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:02.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:02.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:02.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:01 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:04.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:03 smithi045 ceph-mon[114085]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:04.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:03 smithi019 ceph-mon[112206]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:04.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:03 smithi158 ceph-mon[114283]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:04.392 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:45:04.693 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:45:05.841 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:45:05.841 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:45:06.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:05 smithi019 ceph-mon[112206]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:06.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:05 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/981683179' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:06.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:05 smithi045 ceph-mon[114085]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:06.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:05 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/981683179' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:06.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:05 smithi158 ceph-mon[114283]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:06.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:05 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/981683179' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:08.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:07 smithi045 ceph-mon[114085]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:08.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:07 smithi019 ceph-mon[112206]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:08.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:07 smithi158 ceph-mon[114283]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:09.233 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:45:09.533 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:45:10.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:09 smithi045 ceph-mon[114085]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:10.262 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:09 smithi019 ceph-mon[112206]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:10.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:09 smithi158 ceph-mon[114283]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:10.715 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:45:10.715 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:45:11.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:10 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1978436446' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:11.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:10 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1978436446' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:11.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:10 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1978436446' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:12.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:11 smithi045 ceph-mon[114085]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:12.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:11 smithi019 ceph-mon[112206]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:12.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:11 smithi158 ceph-mon[114283]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:14.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:13 smithi158 ceph-mon[114283]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:14.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:45:14.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:45:14.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:45:14.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:14.155 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:45:14.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:13 smithi045 ceph-mon[114085]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:45:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:45:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:45:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:14.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:13 smithi019 ceph-mon[112206]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:14.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:45:14.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:45:14.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:45:14.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:14.453 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:45:15.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:14 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:15.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:14 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:15.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:14 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:15.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:14 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:15.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:14 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:15.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:14 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:15.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:14 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:15.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:14 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:15.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:14 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:15.615 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:45:15.615 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:45:16.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:16 smithi019 ceph-mon[112206]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:16.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:16 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1214202947' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:16.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:16 smithi158 ceph-mon[114283]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:16.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:16 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1214202947' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:16.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:16 smithi045 ceph-mon[114085]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:16.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:16 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1214202947' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:18.300 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:18 smithi019 ceph-mon[112206]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:18.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:18 smithi158 ceph-mon[114283]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:18.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:18 smithi045 ceph-mon[114085]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:18.998 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:45:19.302 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:45:19.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:19 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:19.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:19 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:19.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:19 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:19.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:19 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:19.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:19 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:19.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:19 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:19.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:19 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:19.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:19 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:19.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:19 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:20.124 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:20 smithi019 ceph-mon[112206]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:20.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:20 smithi158 ceph-mon[114283]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:20.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:20 smithi045 ceph-mon[114085]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:20.556 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:45:20.557 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:45:21.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:21 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1071040023' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:21.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:21 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1071040023' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:21.491 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:21 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1071040023' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:22.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:22 smithi019 ceph-mon[112206]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:22.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:22 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:22.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:22 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:22.336 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:22 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:22.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:22 smithi158 ceph-mon[114283]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:22.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:22 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:22.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:22 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:22.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:22 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:22.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:22 smithi045 ceph-mon[114085]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:22.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:22 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:22.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:22 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:22.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:22 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:23.988 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:45:24.289 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:45:24.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:24 smithi019 ceph-mon[112206]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:24.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:24 smithi158 ceph-mon[114283]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:24.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:24 smithi045 ceph-mon[114085]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:25.445 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:45:25.446 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:45:26.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:26 smithi019 ceph-mon[112206]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:26.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:26 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1438290453' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:26.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:26 smithi158 ceph-mon[114283]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:26.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:26 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1438290453' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:26.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:26 smithi045 ceph-mon[114085]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:26.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:26 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1438290453' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:28.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:28 smithi045 ceph-mon[114085]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:28.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:28 smithi019 ceph-mon[112206]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:28.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:28 smithi158 ceph-mon[114283]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:28.856 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:45:29.155 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:45:30.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:30 smithi019 ceph-mon[112206]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:30.344 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:45:30.344 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:45:30.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:30 smithi158 ceph-mon[114283]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:30.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:30 smithi045 ceph-mon[114085]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:31.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:31 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3516282346' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:31.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:31 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/3516282346' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:31.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:31 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/3516282346' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:32.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:32 smithi019 ceph-mon[112206]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:32.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:32 smithi158 ceph-mon[114283]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:32.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:32 smithi045 ceph-mon[114085]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:33.721 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:45:34.018 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:45:34.149 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:34 smithi158 ceph-mon[114283]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:34.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:34 smithi019 ceph-mon[112206]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:34.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:34 smithi045 ceph-mon[114085]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:35.149 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:45:35.149 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:45:35.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:35 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:35.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:35 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:35.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:35 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:35.503 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:35 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:35.503 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:35 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:35.503 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:35 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:35.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:35 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:35.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:35 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:35.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:35 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:36.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:36 smithi045 ceph-mon[114085]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:36.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:36 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1481353501' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:36.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:36 smithi019 ceph-mon[112206]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:36.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:36 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1481353501' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:36.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:36 smithi158 ceph-mon[114283]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:36.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:36 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1481353501' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:38.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:38 smithi019 ceph-mon[112206]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:38.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:38 smithi045 ceph-mon[114085]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:38.529 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:45:38.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:38 smithi158 ceph-mon[114283]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:38.836 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:45:39.264 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:39 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:39.265 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:39 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:39.265 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:39 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:39.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:39 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:39.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:39 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:39.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:39 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:39.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:39 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:39.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:39 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:39.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:39 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:40.272 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:45:40.272 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:45:40.456 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:40 smithi019 ceph-mon[112206]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:40.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:40 smithi045 ceph-mon[114085]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:40.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:40 smithi158 ceph-mon[114283]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:41.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:41 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/917849843' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:41.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:41 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/917849843' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:41.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:41 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/917849843' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:42.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:42 smithi045 ceph-mon[114085]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:42.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:42 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:42.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:42 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:42.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:42 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:42.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:42 smithi019 ceph-mon[112206]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:42.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:42 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:42.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:42 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:42.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:42 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:42.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:42 smithi158 ceph-mon[114283]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:42.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:42 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:42.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:42 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:42.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:42 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:43.670 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:45:43.970 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:45:44.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:44 smithi045 ceph-mon[114085]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:44.539 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:44 smithi019 ceph-mon[112206]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:44.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:44 smithi158 ceph-mon[114283]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:45.471 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:45:45.471 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:45:46.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:46 smithi045 ceph-mon[114085]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:46.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:46 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/2367839079' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:46.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:46 smithi019 ceph-mon[112206]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:46.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:46 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2367839079' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:46.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:46 smithi158 ceph-mon[114283]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:46.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:46 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/2367839079' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:48.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:48 smithi045 ceph-mon[114085]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:48.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:48 smithi019 ceph-mon[112206]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:48.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:48 smithi158 ceph-mon[114283]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:48.853 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:45:49.151 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:45:50.339 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:45:50.339 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:45:50.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:50 smithi045 ceph-mon[114085]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:50.538 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:50 smithi019 ceph-mon[112206]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:50.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:50 smithi158 ceph-mon[114283]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:51.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:51 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/2910430832' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:51.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:51 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2910430832' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:51.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:51 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/2910430832' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:52.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:52 smithi045 ceph-mon[114085]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:52.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:52 smithi019 ceph-mon[112206]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:52.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:52 smithi158 ceph-mon[114283]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:53.726 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:45:54.026 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:45:54.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:54 smithi045 ceph-mon[114085]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:54.526 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:54 smithi019 ceph-mon[112206]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:54.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:54 smithi158 ceph-mon[114283]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:55.174 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:45:55.174 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:45:55.396 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:55 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:55.396 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:55 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:55.396 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:55 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:55.396 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:55 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2493723332' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:55.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:55 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:55.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:55 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:55.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:55 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:55.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:55 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/2493723332' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:55.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:55 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:55.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:55 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:55.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:55 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:55.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:55 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/2493723332' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:45:56.586 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:56 smithi019 ceph-mon[112206]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:56.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:56 smithi158 ceph-mon[114283]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:56.742 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:56 smithi045 ceph-mon[114085]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:58.559 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:45:58.584 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:58 smithi019 ceph-mon[112206]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:58.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:58 smithi158 ceph-mon[114283]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:58.742 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:58 smithi045 ceph-mon[114085]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:58.859 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:45:59.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:59 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:59.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:59 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:59.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:59 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:59.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:45:59 smithi019 ceph-mon[112206]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:59.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:59 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:59.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:59 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:59.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:59 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:59.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:45:59 smithi158 ceph-mon[114283]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:45:59.742 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:59 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:59.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:59 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:59.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:59 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:45:59.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:45:59 smithi045 ceph-mon[114085]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:00.531 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:46:00.531 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:46:00.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:00 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3205937577' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:00.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:00 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/3205937577' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:00.992 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:00 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/3205937577' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:02.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:01 smithi045 ceph-mon[114085]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:02.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:01 smithi019 ceph-mon[112206]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:02.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:01 smithi158 ceph-mon[114283]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:03.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:03 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:03.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:03 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:03.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:03 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:03.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:03 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:03.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:03 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:03.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:03 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:03.742 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:03 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:03.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:03 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:03.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:03 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:03.918 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:46:04.222 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:46:04.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:04 smithi019 ceph-mon[112206]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:04.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:04 smithi158 ceph-mon[114283]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:04.742 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:04 smithi045 ceph-mon[114085]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:05.392 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:46:05.392 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:46:06.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:06 smithi019 ceph-mon[112206]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:06.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:06 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/826438893' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:06.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:06 smithi158 ceph-mon[114283]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:06.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:06 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/826438893' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:06.742 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:06 smithi045 ceph-mon[114085]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:06.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:06 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/826438893' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:08.585 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:08 smithi019 ceph-mon[112206]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:08.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:08 smithi158 ceph-mon[114283]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:08.742 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:08 smithi045 ceph-mon[114085]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:08.782 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:46:09.080 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:46:09.502 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:09 smithi019 ceph-mon[112206]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:09.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:09 smithi045 ceph-mon[114085]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:09.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:09 smithi158 ceph-mon[114283]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:10.358 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:46:10.358 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:46:10.648 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:10 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3228681782' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:10.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:10 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/3228681782' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:10.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:10 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/3228681782' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:12.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:11 smithi045 ceph-mon[114085]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:12.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:11 smithi019 ceph-mon[112206]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:12.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:11 smithi158 ceph-mon[114283]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:13.747 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:46:14.046 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:46:14.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:13 smithi019 ceph-mon[112206]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:14.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:46:14.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:46:14.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:46:14.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:14.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:13 smithi045 ceph-mon[114085]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:46:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:46:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:46:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:14.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:13 smithi158 ceph-mon[114283]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:14.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:46:14.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:46:14.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:46:14.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:15.278 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:46:15.279 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:46:15.696 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:15 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:15.696 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:15 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:15.696 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:15 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:15.697 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:15 smithi019 ceph-mon[112206]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:15.697 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:15 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/212191657' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:15.742 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:15 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:15.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:15 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:15.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:15 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:15.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:15 smithi045 ceph-mon[114085]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:15.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:15 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/212191657' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:15.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:15 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:15.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:15 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:15.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:15 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:15.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:15 smithi158 ceph-mon[114283]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:15.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:15 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/212191657' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:18.245 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:17 smithi045 ceph-mon[114085]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:18.285 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:17 smithi158 ceph-mon[114283]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:18.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:17 smithi019 ceph-mon[112206]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:18.699 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:46:18.995 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:46:19.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:19 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:19.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:19 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:19.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:19 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:19.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:19 smithi019 ceph-mon[112206]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:19.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:19 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:19.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:19 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:19.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:19 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:19.864 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:19 smithi158 ceph-mon[114283]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:19.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:19 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:19.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:19 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:19.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:19 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:19.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:19 smithi045 ceph-mon[114085]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:20.166 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:46:20.166 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:46:20.611 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:20 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3968817800' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:20.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:20 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/3968817800' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:20.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:20 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/3968817800' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:22.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:21 smithi019 ceph-mon[112206]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:22.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:21 smithi045 ceph-mon[114085]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:22.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:21 smithi158 ceph-mon[114283]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:23.613 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:46:23.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:23 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:23.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:23 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:23.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:23 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:23.743 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:23 smithi045 ceph-mon[114085]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:23.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:23 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:23.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:23 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:23.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:23 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:23.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:23 smithi019 ceph-mon[112206]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:23.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:23 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:23.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:23 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:23.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:23 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:23.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:23 smithi158 ceph-mon[114283]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:23.917 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:46:25.086 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:46:25.086 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:46:25.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:25 smithi019 ceph-mon[112206]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:25.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:25 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/4145987162' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:25.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:25 smithi158 ceph-mon[114283]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:25.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:25 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/4145987162' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:25.992 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:25 smithi045 ceph-mon[114085]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:25.992 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:25 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/4145987162' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:28.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:27 smithi045 ceph-mon[114085]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:28.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:27 smithi019 ceph-mon[112206]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:28.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:27 smithi158 ceph-mon[114283]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:28.433 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:46:28.732 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:46:29.884 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:46:29.884 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:46:30.066 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:29 smithi019 ceph-mon[112206]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:30.066 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:29 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2967191675' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:30.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:29 smithi045 ceph-mon[114085]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:30.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:29 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/2967191675' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:30.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:29 smithi158 ceph-mon[114283]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:30.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:29 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/2967191675' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:32.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:31 smithi045 ceph-mon[114085]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:32.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:31 smithi019 ceph-mon[112206]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:32.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:31 smithi158 ceph-mon[114283]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:33.280 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:46:33.578 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:46:34.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:33 smithi019 ceph-mon[112206]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:34.178 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:33 smithi158 ceph-mon[114283]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:34.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:33 smithi045 ceph-mon[114085]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:34.793 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:46:34.794 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:46:35.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:35 smithi019 ceph-mon[112206]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:35.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:35 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:35.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:35 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:35.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:35 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:35.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:35 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1232542915' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:35.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:35 smithi158 ceph-mon[114283]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:35.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:35 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:35.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:35 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:35.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:35 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:35.863 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:35 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1232542915' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:35.992 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:35 smithi045 ceph-mon[114085]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:35.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:35 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:35.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:35 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:35.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:35 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:35.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:35 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1232542915' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:38.172 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:46:38.208 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:37 smithi019 ceph-mon[112206]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:38.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:37 smithi045 ceph-mon[114085]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:38.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:37 smithi158 ceph-mon[114283]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:38.469 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:46:39.697 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:46:39.698 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:46:39.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:39 smithi019 ceph-mon[112206]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:39.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:39 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:39.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:39 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:39.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:39 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:39.992 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:39 smithi045 ceph-mon[114085]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:39.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:39 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:39.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:39 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:39.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:39 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:39.993 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:39 smithi158 ceph-mon[114283]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:39.993 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:39 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:39.993 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:39 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:39.994 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:39 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:40.992 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:40 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1976784261' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:41.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:40 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1976784261' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:41.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:40 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1976784261' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:42.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:41 smithi045 ceph-mon[114085]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:42.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:41 smithi019 ceph-mon[112206]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:42.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:41 smithi158 ceph-mon[114283]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:43.077 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:46:43.382 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:46:43.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:43 smithi019 ceph-mon[112206]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:43.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:43 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:43.835 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:43 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:43.836 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:43 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:43.992 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:43 smithi045 ceph-mon[114085]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:43.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:43 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:43.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:43 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:43.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:43 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:44.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:43 smithi158 ceph-mon[114283]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:44.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:43 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:44.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:43 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:44.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:43 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:44.673 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:46:44.673 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:46:45.992 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:45 smithi045 ceph-mon[114085]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:45.993 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:45 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1850461959' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:46.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:45 smithi019 ceph-mon[112206]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:46.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:45 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1850461959' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:46.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:45 smithi158 ceph-mon[114283]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:46.114 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:45 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1850461959' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:48.011 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:46:48.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:47 smithi045 ceph-mon[114085]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:48.311 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:46:48.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:47 smithi019 ceph-mon[112206]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:48.365 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:47 smithi158 ceph-mon[114283]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:49.531 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:46:49.531 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:46:50.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:49 smithi019 ceph-mon[112206]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:50.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:49 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1668314127' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:50.153 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:49 smithi045 ceph-mon[114085]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:50.153 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:49 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1668314127' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:50.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:49 smithi158 ceph-mon[114283]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:50.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:49 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1668314127' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:52.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:51 smithi045 ceph-mon[114085]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:52.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:51 smithi019 ceph-mon[112206]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:52.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:51 smithi158 ceph-mon[114283]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:52.926 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:46:53.224 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:46:54.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:53 smithi019 ceph-mon[112206]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:54.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:53 smithi045 ceph-mon[114085]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:54.282 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:53 smithi158 ceph-mon[114283]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:54.399 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:46:54.399 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:46:55.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:54 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/2374076020' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:55.162 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:54 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:55.162 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:54 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:55.162 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:54 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:55.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:54 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/2374076020' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:55.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:54 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:55.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:54 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:55.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:54 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:55.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:54 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2374076020' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:46:55.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:54 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:55.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:54 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:55.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:54 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:46:56.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:55 smithi045 ceph-mon[114085]: pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:56.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:55 smithi019 ceph-mon[112206]: pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:56.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:55 smithi158 ceph-mon[114283]: pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:57.834 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:46:58.134 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:46:58.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:57 smithi045 ceph-mon[114085]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:58.245 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:57 smithi019 ceph-mon[112206]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:58.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:57 smithi158 ceph-mon[114283]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:46:59.378 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:46:59.378 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:47:00.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:59 smithi045 ceph-mon[114085]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:00.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:59 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:00.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:59 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:00.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:59 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:00.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:46:59 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/2558169338' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:00.246 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:59 smithi019 ceph-mon[112206]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:00.246 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:59 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:00.246 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:59 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:00.246 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:59 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:00.246 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:46:59 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2558169338' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:00.288 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:59 smithi158 ceph-mon[114283]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:00.288 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:59 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:00.288 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:59 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:00.288 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:59 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:00.288 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:46:59 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/2558169338' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:02.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:01 smithi045 ceph-mon[114085]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:02.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:01 smithi019 ceph-mon[112206]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:02.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:01 smithi158 ceph-mon[114283]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:02.768 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:47:03.074 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:47:03.849 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:03 smithi019 ceph-mon[112206]: pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:03.849 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:03 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:03.849 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:03 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:03.849 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:03 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:04.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:03 smithi158 ceph-mon[114283]: pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:04.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:03 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:04.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:03 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:04.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:03 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:04.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:03 smithi045 ceph-mon[114085]: pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:04.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:03 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:04.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:03 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:04.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:03 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:04.281 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:47:04.281 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:47:05.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:04 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3831254359' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:05.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:04 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/3831254359' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:05.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:04 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/3831254359' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:06.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:05 smithi019 ceph-mon[112206]: pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:06.113 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:05 smithi158 ceph-mon[114283]: pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:06.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:05 smithi045 ceph-mon[114085]: pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:07.676 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:47:08.163 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:47:08.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:07 smithi045 ceph-mon[114085]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:08.278 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:07 smithi019 ceph-mon[112206]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:08.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:07 smithi158 ceph-mon[114283]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:09.317 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:47:09.317 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:47:10.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:09 smithi045 ceph-mon[114085]: pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:10.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:09 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/346544727' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:10.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:09 smithi019 ceph-mon[112206]: pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:10.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:09 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/346544727' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:10.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:09 smithi158 ceph-mon[114283]: pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:10.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:09 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/346544727' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:11.971 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:11 smithi045 ceph-mon[114085]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:12.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:11 smithi019 ceph-mon[112206]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:12.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:11 smithi158 ceph-mon[114283]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:12.715 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:47:13.013 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:47:14.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:13 smithi019 ceph-mon[112206]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:14.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:47:14.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:47:14.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:47:14.086 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:13 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:14.209 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:47:14.209 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:47:14.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:13 smithi045 ceph-mon[114085]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:47:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:47:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:47:14.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:13 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:14.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:13 smithi158 ceph-mon[114283]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:14.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T00:47:14.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T00:47:14.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T00:47:14.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:13 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:15.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:14 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/2734531836' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:15.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:14 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:15.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:14 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:15.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:14 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:15.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:14 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/2734531836' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:15.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:14 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:15.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:14 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:15.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:14 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:15.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:14 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/2734531836' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:15.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:14 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:15.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:14 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:15.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:14 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:16.245 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:15 smithi045 ceph-mon[114085]: pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:16.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:15 smithi019 ceph-mon[112206]: pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:16.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:15 smithi158 ceph-mon[114283]: pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:17.608 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:47:17.906 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:47:18.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:17 smithi045 ceph-mon[114085]: pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:18.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:17 smithi019 ceph-mon[112206]: pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:18.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:17 smithi158 ceph-mon[114283]: pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:19.119 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:47:19.120 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:47:20.338 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:20 smithi019 ceph-mon[112206]: pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:20.338 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:20 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:20.338 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:20 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:20.338 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:20 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:20.339 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:20 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1742383300' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:20.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:20 smithi158 ceph-mon[114283]: pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:20.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:20 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:20.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:20 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:20.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:20 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:20.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:20 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1742383300' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:20.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:20 smithi045 ceph-mon[114085]: pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:20.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:20 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:20.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:20 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:20.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:20 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:20.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:20 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1742383300' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:22.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:22 smithi019 ceph-mon[112206]: pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:22.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:22 smithi158 ceph-mon[114283]: pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:22.473 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:47:22.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:22 smithi045 ceph-mon[114085]: pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:22.779 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:47:24.009 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:47:24.009 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:47:24.201 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:23 smithi019 ceph-mon[112206]: pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:24.201 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:23 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:24.201 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:23 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:24.201 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:23 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:24.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:23 smithi045 ceph-mon[114085]: pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:24.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:23 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:24.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:23 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:24.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:23 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:24.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:23 smithi158 ceph-mon[114283]: pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:24.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:23 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:24.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:23 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:24.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:23 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:25.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:24 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/3866968768' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:25.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:24 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/3866968768' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:25.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:24 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/3866968768' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:26.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:25 smithi045 ceph-mon[114085]: pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:26.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:25 smithi019 ceph-mon[112206]: pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:26.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:25 smithi158 ceph-mon[114283]: pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:27.404 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:47:27.705 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:47:28.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:27 smithi019 ceph-mon[112206]: pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:28.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:27 smithi045 ceph-mon[114085]: pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:28.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:27 smithi158 ceph-mon[114283]: pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:28.877 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:47:28.877 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:47:29.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:28 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1442486155' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:29.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:28 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1442486155' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:29.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:28 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1442486155' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:30.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:29 smithi045 ceph-mon[114085]: pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:30.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:29 smithi019 ceph-mon[112206]: pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:30.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:29 smithi158 ceph-mon[114283]: pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:32.242 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:31 smithi045 ceph-mon[114085]: pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:32.284 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:47:32.318 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:31 smithi019 ceph-mon[112206]: pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:32.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:31 smithi158 ceph-mon[114283]: pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:32.581 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:47:33.802 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:47:33.802 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:47:34.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:33 smithi045 ceph-mon[114085]: pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:34.243 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:33 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1969650587' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:34.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:33 smithi019 ceph-mon[112206]: pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:34.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:33 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1969650587' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:34.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:33 smithi158 ceph-mon[114283]: pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:34.364 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:33 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1969650587' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:36.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:36 smithi019 ceph-mon[112206]: pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:36.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:36.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:36.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:36 smithi019 ceph-mon[112206]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:36.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:36 smithi158 ceph-mon[114283]: pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:36.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:36.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:36.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:36 smithi158 ceph-mon[114283]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:36.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:36 smithi045 ceph-mon[114085]: pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:36.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:36.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:36.493 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:36 smithi045 ceph-mon[114085]: from='mgr.14152 172.21.15.19:0/2095078024' entity='mgr.a' 2023-09-30T00:47:37.179 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T00:47:37.477 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T00:47:38.335 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:38 smithi019 ceph-mon[112206]: pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:38.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:38 smithi158 ceph-mon[114283]: pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:38.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:38 smithi045 ceph-mon[114085]: pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T00:47:38.669 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-09-30T00:47:38.669 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_ERR","checks":{"MGR_MODULE_ERROR":{"severity":"HEALTH_ERR","summary":{"message":"Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'","count":1},"muted":false}},"mutes":[]} 2023-09-30T00:47:39.060 INFO:tasks.cephadm:Teardown begin 2023-09-30T00:47:39.060 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/contextutil.py", line 32, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_93dce5e17918f8aca65993a7a2dc40233a47b481/qa/tasks/cephadm.py", line 1592, in task healthy(ctx=ctx, config=config) File "/home/teuthworker/src/github.com_ceph_ceph-c_93dce5e17918f8aca65993a7a2dc40233a47b481/qa/tasks/ceph.py", line 1472, in healthy manager.wait_until_healthy(timeout=300) File "/home/teuthworker/src/github.com_ceph_ceph-c_93dce5e17918f8aca65993a7a2dc40233a47b481/qa/tasks/ceph_manager.py", line 3189, in wait_until_healthy assert time.time() - start < timeout, \ AssertionError: timeout expired in wait_until_healthy 2023-09-30T00:47:39.063 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T00:47:39.099 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:39 smithi019 ceph-mon[112206]: from='client.? 172.21.15.19:0/1742048723' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:39.100 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T00:47:39.144 DEBUG:teuthology.orchestra.run.smithi158:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T00:47:39.186 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-09-30T00:47:39.187 DEBUG:teuthology.orchestra.run.smithi019:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-30T00:47:39.207 DEBUG:teuthology.orchestra.run.smithi045:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-30T00:47:39.230 DEBUG:teuthology.orchestra.run.smithi158:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-30T00:47:39.251 INFO:tasks.cephadm:Stopping all daemons... 2023-09-30T00:47:39.251 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-09-30T00:47:39.251 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mon.a 2023-09-30T00:47:39.363 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:39 smithi158 ceph-mon[114283]: from='client.? 172.21.15.19:0/1742048723' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:39.481 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:39 smithi019 systemd[1]: Stopping Ceph mon.a for b278a7f0-5f29-11ee-8db4-212e2dc638e7... 2023-09-30T00:47:39.481 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:39 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-a[112201]: 2023-09-30T00:47:39.478+0000 7f2e31902700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T00:47:39.481 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:39 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-a[112201]: 2023-09-30T00:47:39.478+0000 7f2e31902700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-09-30T00:47:39.492 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:39 smithi045 ceph-mon[114085]: from='client.? 172.21.15.19:0/1742048723' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T00:47:40.085 INFO:journalctl@ceph.mon.a.smithi019.stdout:Sep 30 00:47:39 smithi019 bash[141096]: ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-a 2023-09-30T00:47:40.169 DEBUG:teuthology.orchestra.run.smithi019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mon.a.service' 2023-09-30T00:47:40.219 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T00:47:40.219 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-09-30T00:47:40.219 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2023-09-30T00:47:40.219 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mon.b 2023-09-30T00:47:40.508 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:40 smithi045 systemd[1]: Stopping Ceph mon.b for b278a7f0-5f29-11ee-8db4-212e2dc638e7... 2023-09-30T00:47:40.860 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:40 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-b[114080]: 2023-09-30T00:47:40.506+0000 7f72f5a3b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T00:47:40.860 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:40 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-b[114080]: 2023-09-30T00:47:40.506+0000 7f72f5a3b700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-09-30T00:47:41.181 INFO:journalctl@ceph.mon.b.smithi045.stdout:Sep 30 00:47:40 smithi045 bash[123764]: ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-b 2023-09-30T00:47:41.188 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mon.b.service' 2023-09-30T00:47:41.253 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T00:47:41.254 INFO:tasks.cephadm.mon.c:Stopped mon.b 2023-09-30T00:47:41.254 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2023-09-30T00:47:41.254 DEBUG:teuthology.orchestra.run.smithi158:> sudo systemctl stop ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mon.c 2023-09-30T00:47:41.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:41 smithi158 systemd[1]: Stopping Ceph mon.c for b278a7f0-5f29-11ee-8db4-212e2dc638e7... 2023-09-30T00:47:41.613 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:41 smithi158 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-c[114279]: 2023-09-30T00:47:41.517+0000 7f5769b65700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T00:47:41.614 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:41 smithi158 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-c[114279]: 2023-09-30T00:47:41.517+0000 7f5769b65700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-09-30T00:47:41.987 INFO:journalctl@ceph.mon.c.smithi158.stdout:Sep 30 00:47:41 smithi158 bash[123574]: ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mon-c 2023-09-30T00:47:42.242 DEBUG:teuthology.orchestra.run.smithi158:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mon.c.service' 2023-09-30T00:47:42.316 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T00:47:42.317 INFO:tasks.cephadm.mon.c:Stopped mon.c 2023-09-30T00:47:42.317 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2023-09-30T00:47:42.317 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mgr.a 2023-09-30T00:47:42.527 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:47:42 smithi019 systemd[1]: Stopping Ceph mgr.a for b278a7f0-5f29-11ee-8db4-212e2dc638e7... 2023-09-30T00:47:42.835 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:47:42 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:47:42.539+0000 7f7f3b246700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T00:47:42.835 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:47:42 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a[112431]: 2023-09-30T00:47:42.539+0000 7f7f3b246700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2023-09-30T00:47:42.835 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Sep 30 00:47:42 smithi019 bash[141540]: ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-a 2023-09-30T00:47:43.012 DEBUG:teuthology.orchestra.run.smithi019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mgr.a.service' 2023-09-30T00:47:43.058 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T00:47:43.058 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2023-09-30T00:47:43.059 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2023-09-30T00:47:43.059 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mgr.b 2023-09-30T00:47:43.493 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:47:43 smithi045 systemd[1]: Stopping Ceph mgr.b for b278a7f0-5f29-11ee-8db4-212e2dc638e7... 2023-09-30T00:47:43.992 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:47:43 smithi045 bash[124155]: ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-mgr-b 2023-09-30T00:47:43.992 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Sep 30 00:47:43 smithi045 systemd[1]: ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mgr.b.service: Main process exited, code=exited, status=143/n/a 2023-09-30T00:47:44.008 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@mgr.b.service' 2023-09-30T00:47:44.050 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T00:47:44.051 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2023-09-30T00:47:44.051 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-09-30T00:47:44.051 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@osd.0 2023-09-30T00:47:44.335 INFO:journalctl@ceph.osd.0.smithi019.stdout:Sep 30 00:47:44 smithi019 systemd[1]: Stopping Ceph osd.0 for b278a7f0-5f29-11ee-8db4-212e2dc638e7... 2023-09-30T00:47:44.335 INFO:journalctl@ceph.osd.0.smithi019.stdout:Sep 30 00:47:44 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-0[123201]: 2023-09-30T00:47:44.284+0000 7f7707b87700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T00:47:44.335 INFO:journalctl@ceph.osd.0.smithi019.stdout:Sep 30 00:47:44 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-0[123201]: 2023-09-30T00:47:44.284+0000 7f7707b87700 -1 osd.0 21 *** Got signal Terminated *** 2023-09-30T00:47:44.336 INFO:journalctl@ceph.osd.0.smithi019.stdout:Sep 30 00:47:44 smithi019 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-0[123201]: 2023-09-30T00:47:44.284+0000 7f7707b87700 -1 osd.0 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T00:47:50.335 INFO:journalctl@ceph.osd.0.smithi019.stdout:Sep 30 00:47:49 smithi019 bash[141715]: ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-0 2023-09-30T00:47:51.301 DEBUG:teuthology.orchestra.run.smithi019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@osd.0.service' 2023-09-30T00:47:51.352 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T00:47:51.352 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-09-30T00:47:51.353 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-09-30T00:47:51.353 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@osd.1 2023-09-30T00:47:51.743 INFO:journalctl@ceph.osd.1.smithi045.stdout:Sep 30 00:47:51 smithi045 systemd[1]: Stopping Ceph osd.1 for b278a7f0-5f29-11ee-8db4-212e2dc638e7... 2023-09-30T00:47:51.743 INFO:journalctl@ceph.osd.1.smithi045.stdout:Sep 30 00:47:51 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-1[119245]: 2023-09-30T00:47:51.591+0000 7faffb67a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T00:47:51.743 INFO:journalctl@ceph.osd.1.smithi045.stdout:Sep 30 00:47:51 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-1[119245]: 2023-09-30T00:47:51.591+0000 7faffb67a700 -1 osd.1 21 *** Got signal Terminated *** 2023-09-30T00:47:51.743 INFO:journalctl@ceph.osd.1.smithi045.stdout:Sep 30 00:47:51 smithi045 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-1[119245]: 2023-09-30T00:47:51.591+0000 7faffb67a700 -1 osd.1 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T00:47:57.493 INFO:journalctl@ceph.osd.1.smithi045.stdout:Sep 30 00:47:57 smithi045 bash[124316]: ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-1 2023-09-30T00:47:58.483 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@osd.1.service' 2023-09-30T00:47:58.536 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T00:47:58.536 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-09-30T00:47:58.537 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-09-30T00:47:58.537 DEBUG:teuthology.orchestra.run.smithi158:> sudo systemctl stop ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@osd.2 2023-09-30T00:47:58.863 INFO:journalctl@ceph.osd.2.smithi158.stdout:Sep 30 00:47:58 smithi158 systemd[1]: Stopping Ceph osd.2 for b278a7f0-5f29-11ee-8db4-212e2dc638e7... 2023-09-30T00:47:58.864 INFO:journalctl@ceph.osd.2.smithi158.stdout:Sep 30 00:47:58 smithi158 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-2[119347]: 2023-09-30T00:47:58.763+0000 7f3d465a9700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T00:47:58.864 INFO:journalctl@ceph.osd.2.smithi158.stdout:Sep 30 00:47:58 smithi158 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-2[119347]: 2023-09-30T00:47:58.763+0000 7f3d465a9700 -1 osd.2 21 *** Got signal Terminated *** 2023-09-30T00:47:58.864 INFO:journalctl@ceph.osd.2.smithi158.stdout:Sep 30 00:47:58 smithi158 ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-2[119347]: 2023-09-30T00:47:58.763+0000 7f3d465a9700 -1 osd.2 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T00:48:04.614 INFO:journalctl@ceph.osd.2.smithi158.stdout:Sep 30 00:48:04 smithi158 bash[124028]: ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7-osd-2 2023-09-30T00:48:05.643 DEBUG:teuthology.orchestra.run.smithi158:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b278a7f0-5f29-11ee-8db4-212e2dc638e7@osd.2.service' 2023-09-30T00:48:05.684 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T00:48:05.684 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-09-30T00:48:05.684 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 --force --keep-logs 2023-09-30T00:48:06.801 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 --force --keep-logs 2023-09-30T00:48:07.928 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 --force --keep-logs 2023-09-30T00:48:08.798 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T00:48:08.837 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T00:48:08.877 DEBUG:teuthology.orchestra.run.smithi158:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T00:48:08.906 INFO:tasks.cephadm:Archiving crash dumps... 2023-09-30T00:48:08.908 DEBUG:teuthology.misc:Transferring archived files from smithi019:/var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406562/remote/smithi019/crash 2023-09-30T00:48:08.909 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/crash -- . 2023-09-30T00:48:09.016 INFO:teuthology.orchestra.run.smithi019.stderr:tar: /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-30T00:48:09.016 INFO:teuthology.orchestra.run.smithi019.stderr:tar: Error is not recoverable: exiting now 2023-09-30T00:48:09.018 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406562/remote/smithi045/crash 2023-09-30T00:48:09.019 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/crash -- . 2023-09-30T00:48:09.066 INFO:teuthology.orchestra.run.smithi045.stderr:tar: /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-30T00:48:09.066 INFO:teuthology.orchestra.run.smithi045.stderr:tar: Error is not recoverable: exiting now 2023-09-30T00:48:09.068 DEBUG:teuthology.misc:Transferring archived files from smithi158:/var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406562/remote/smithi158/crash 2023-09-30T00:48:09.069 DEBUG:teuthology.orchestra.run.smithi158:> sudo tar c -f - -C /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/crash -- . 2023-09-30T00:48:09.101 INFO:teuthology.orchestra.run.smithi158.stderr:tar: /var/lib/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-30T00:48:09.101 INFO:teuthology.orchestra.run.smithi158.stderr:tar: Error is not recoverable: exiting now 2023-09-30T00:48:09.102 INFO:tasks.cephadm:Checking cluster log for badness... 2023-09-30T00:48:09.103 DEBUG:teuthology.orchestra.run.smithi019:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-09-30T00:48:09.138 INFO:teuthology.orchestra.run.smithi019.stderr:grep: /var/log/ceph/b278a7f0-5f29-11ee-8db4-212e2dc638e7/ceph.log: No such file or directory 2023-09-30T00:48:09.139 INFO:tasks.cephadm:Compressing logs... 2023-09-30T00:48:09.140 DEBUG:teuthology.orchestra.run.smithi019:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T00:48:09.182 DEBUG:teuthology.orchestra.run.smithi045:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T00:48:09.185 DEBUG:teuthology.orchestra.run.smithi158:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T00:48:09.212 INFO:teuthology.orchestra.run.smithi158.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-09-30T00:48:09.215 INFO:teuthology.orchestra.run.smithi019.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-09-30T00:48:09.218 INFO:teuthology.orchestra.run.smithi045.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-09-30T00:48:09.737 INFO:tasks.cephadm:Archiving logs... 2023-09-30T00:48:09.737 DEBUG:teuthology.misc:Transferring archived files from smithi019:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406562/remote/smithi019/log 2023-09-30T00:48:09.738 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-30T00:48:09.875 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406562/remote/smithi045/log 2023-09-30T00:48:09.876 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-30T00:48:09.937 DEBUG:teuthology.misc:Transferring archived files from smithi158:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406562/remote/smithi158/log 2023-09-30T00:48:09.938 DEBUG:teuthology.orchestra.run.smithi158:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-30T00:48:09.986 INFO:tasks.cephadm:Removing cluster... 2023-09-30T00:48:09.986 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 --force 2023-09-30T00:48:10.494 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 --force 2023-09-30T00:48:10.996 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b278a7f0-5f29-11ee-8db4-212e2dc638e7 --force 2023-09-30T00:48:11.450 INFO:tasks.cephadm:Removing cephadm ... 2023-09-30T00:48:11.451 DEBUG:teuthology.orchestra.run.smithi019:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-30T00:48:11.474 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-30T00:48:11.498 DEBUG:teuthology.orchestra.run.smithi158:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-30T00:48:11.516 INFO:tasks.cephadm:Teardown complete 2023-09-30T00:48:11.516 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_93dce5e17918f8aca65993a7a2dc40233a47b481/qa/tasks/cephadm.py", line 1592, in task healthy(ctx=ctx, config=config) File "/home/teuthworker/src/github.com_ceph_ceph-c_93dce5e17918f8aca65993a7a2dc40233a47b481/qa/tasks/ceph.py", line 1472, in healthy manager.wait_until_healthy(timeout=300) File "/home/teuthworker/src/github.com_ceph_ceph-c_93dce5e17918f8aca65993a7a2dc40233a47b481/qa/tasks/ceph_manager.py", line 3189, in wait_until_healthy assert time.time() - start < timeout, \ AssertionError: timeout expired in wait_until_healthy 2023-09-30T00:48:11.585 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e776b967e38a471ebaaafe9939ef1ef6 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_93dce5e17918f8aca65993a7a2dc40233a47b481/qa/tasks/cephadm.py", line 1592, in task healthy(ctx=ctx, config=config) File "/home/teuthworker/src/github.com_ceph_ceph-c_93dce5e17918f8aca65993a7a2dc40233a47b481/qa/tasks/ceph.py", line 1472, in healthy manager.wait_until_healthy(timeout=300) File "/home/teuthworker/src/github.com_ceph_ceph-c_93dce5e17918f8aca65993a7a2dc40233a47b481/qa/tasks/ceph_manager.py", line 3189, in wait_until_healthy assert time.time() - start < timeout, \ AssertionError: timeout expired in wait_until_healthy 2023-09-30T00:48:11.587 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-09-30T00:48:11.596 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-09-30T00:48:11.619 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2023-09-30T00:48:11.619 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-09-30T00:48:11.631 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-09-30T00:48:11.634 DEBUG:teuthology.orchestra.run.smithi158:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-09-30T00:48:11.739 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-09-30T00:48:11.747 INFO:teuthology.task.clock:Checking final clock skew... 2023-09-30T00:48:11.748 DEBUG:teuthology.orchestra.run.smithi019:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T00:48:11.750 DEBUG:teuthology.orchestra.run.smithi045:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T00:48:11.753 DEBUG:teuthology.orchestra.run.smithi158:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T00:48:11.769 INFO:teuthology.orchestra.run.smithi158.stderr:bash: ntpq: command not found 2023-09-30T00:48:11.770 INFO:teuthology.orchestra.run.smithi019.stderr:bash: ntpq: command not found 2023-09-30T00:48:11.773 INFO:teuthology.orchestra.run.smithi045.stderr:bash: ntpq: command not found 2023-09-30T00:48:11.774 INFO:teuthology.orchestra.run.smithi158.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T00:48:11.774 INFO:teuthology.orchestra.run.smithi158.stdout:=============================================================================== 2023-09-30T00:48:11.774 INFO:teuthology.orchestra.run.smithi158.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 55 -370us[ -370us] +/- 84ms 2023-09-30T00:48:11.774 INFO:teuthology.orchestra.run.smithi158.stdout:^* hv02.front.sepia.ceph.com 3 7 377 56 -370us[ -384us] +/- 50ms 2023-09-30T00:48:11.774 INFO:teuthology.orchestra.run.smithi158.stdout:^+ hv03.front.sepia.ceph.com 3 8 377 120 +785us[ +774us] +/- 69ms 2023-09-30T00:48:11.775 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T00:48:11.776 INFO:teuthology.orchestra.run.smithi019.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T00:48:11.776 INFO:teuthology.orchestra.run.smithi019.stdout:=============================================================================== 2023-09-30T00:48:11.776 INFO:teuthology.orchestra.run.smithi019.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 60 -350us[ -479us] +/- 84ms 2023-09-30T00:48:11.776 INFO:teuthology.orchestra.run.smithi019.stdout:^* hv02.front.sepia.ceph.com 3 6 377 2 -441us[ -571us] +/- 50ms 2023-09-30T00:48:11.777 INFO:teuthology.orchestra.run.smithi019.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 128 +792us[ +663us] +/- 69ms 2023-09-30T00:48:11.777 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T00:48:11.777 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T00:48:11.777 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2023-09-30T00:48:11.777 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv01.front.sepia.ceph.com 2 8 377 250 -355us[ -377us] +/- 82ms 2023-09-30T00:48:11.778 INFO:teuthology.orchestra.run.smithi045.stdout:^* hv02.front.sepia.ceph.com 3 7 377 123 -431us[ -454us] +/- 49ms 2023-09-30T00:48:11.778 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv03.front.sepia.ceph.com 3 8 377 119 +746us[ +746us] +/- 69ms 2023-09-30T00:48:11.778 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T00:48:11.779 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-09-30T00:48:11.787 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-09-30T00:48:11.787 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-09-30T00:48:11.811 DEBUG:teuthology.orchestra.run.smithi019:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-09-30T00:48:11.925 DEBUG:teuthology.orchestra.run.smithi045:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-09-30T00:48:12.033 DEBUG:teuthology.orchestra.run.smithi158:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-09-30T00:48:12.123 DEBUG:teuthology.orchestra.run.smithi019:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-30T00:48:12.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T00:48:12.164 DEBUG:teuthology.orchestra.run.smithi045:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-30T00:48:12.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T00:48:12.203 DEBUG:teuthology.orchestra.run.smithi158:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-30T00:48:12.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T00:48:12.235 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-09-30T00:48:12.246 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-09-30T00:48:12.287 INFO:teuthology.task.internal:Duration was 5307.654480 seconds 2023-09-30T00:48:12.287 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-09-30T00:48:12.320 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-09-30T00:48:12.320 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-30T00:48:12.323 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-30T00:48:12.325 DEBUG:teuthology.orchestra.run.smithi158:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-30T00:48:12.372 INFO:teuthology.orchestra.run.smithi158.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T00:48:12.379 INFO:teuthology.orchestra.run.smithi019.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T00:48:12.382 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T00:48:12.758 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-09-30T00:48:12.758 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi019.front.sepia.ceph.com 2023-09-30T00:48:12.759 DEBUG:teuthology.orchestra.run.smithi019:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-09-30T00:48:12.788 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi045.front.sepia.ceph.com 2023-09-30T00:48:12.788 DEBUG:teuthology.orchestra.run.smithi045:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-09-30T00:48:12.819 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi158.front.sepia.ceph.com 2023-09-30T00:48:12.819 DEBUG:teuthology.orchestra.run.smithi158:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-09-30T00:48:12.841 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-09-30T00:48:12.841 DEBUG:teuthology.orchestra.run.smithi019:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T00:48:12.844 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T00:48:12.861 DEBUG:teuthology.orchestra.run.smithi158:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T00:48:12.923 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-09-30T00:48:12.924 DEBUG:teuthology.orchestra.run.smithi019:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-30T00:48:12.926 DEBUG:teuthology.orchestra.run.smithi045:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-30T00:48:12.928 DEBUG:teuthology.orchestra.run.smithi158:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-30T00:48:13.039 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-09-30T00:48:13.049 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-09-30T00:48:13.049 DEBUG:teuthology.orchestra.run.smithi019:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-30T00:48:13.081 DEBUG:teuthology.orchestra.run.smithi045:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-30T00:48:13.114 DEBUG:teuthology.orchestra.run.smithi158:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-30T00:48:13.142 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-09-30T00:48:13.152 DEBUG:teuthology.orchestra.run.smithi019:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-09-30T00:48:13.155 DEBUG:teuthology.orchestra.run.smithi045:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-09-30T00:48:13.157 DEBUG:teuthology.orchestra.run.smithi158:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-09-30T00:48:13.187 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern = core 2023-09-30T00:48:13.190 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = core 2023-09-30T00:48:13.210 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern = core 2023-09-30T00:48:13.250 DEBUG:teuthology.orchestra.run.smithi019:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-30T00:48:13.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T00:48:13.282 DEBUG:teuthology.orchestra.run.smithi045:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-30T00:48:13.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T00:48:13.304 DEBUG:teuthology.orchestra.run.smithi158:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-30T00:48:13.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T00:48:13.321 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-09-30T00:48:13.331 INFO:teuthology.task.internal:Transferring archived files... 2023-09-30T00:48:13.331 DEBUG:teuthology.misc:Transferring archived files from smithi019:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406562/remote/smithi019 2023-09-30T00:48:13.332 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-30T00:48:13.378 DEBUG:teuthology.misc:Transferring archived files from smithi045:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406562/remote/smithi045 2023-09-30T00:48:13.379 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-30T00:48:13.427 DEBUG:teuthology.misc:Transferring archived files from smithi158:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406562/remote/smithi158 2023-09-30T00:48:13.427 DEBUG:teuthology.orchestra.run.smithi158:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-30T00:48:13.465 INFO:teuthology.task.internal:Removing archive directory... 2023-09-30T00:48:13.465 DEBUG:teuthology.orchestra.run.smithi019:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-30T00:48:13.468 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-30T00:48:13.470 DEBUG:teuthology.orchestra.run.smithi158:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-30T00:48:13.516 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-09-30T00:48:13.529 INFO:teuthology.task.internal:Not uploading archives. 2023-09-30T00:48:13.530 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-09-30T00:48:13.554 INFO:teuthology.task.internal:Tidying up after the test... 2023-09-30T00:48:13.554 DEBUG:teuthology.orchestra.run.smithi019:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-30T00:48:13.557 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-30T00:48:13.559 DEBUG:teuthology.orchestra.run.smithi158:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-30T00:48:13.577 INFO:teuthology.orchestra.run.smithi158.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 30 00:48 /home/ubuntu/cephtest 2023-09-30T00:48:13.578 INFO:teuthology.orchestra.run.smithi019.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 30 00:48 /home/ubuntu/cephtest 2023-09-30T00:48:13.579 INFO:teuthology.orchestra.run.smithi045.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 30 00:48 /home/ubuntu/cephtest 2023-09-30T00:48:13.581 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-09-30T00:48:13.591 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-09-30T00:48:13.655 INFO:teuthology.nuke:Checking targets against current locks 2023-09-30T00:48:13.681 DEBUG:teuthology.nuke:shortname: smithi019 2023-09-30T00:48:13.681 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T00:48:13.707 DEBUG:teuthology.nuke:shortname: smithi045 2023-09-30T00:48:13.707 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T00:48:13.712 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi019.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406562', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-29 23:09:51.854500', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCXUq1mEHGcP1MidgIaF01rbjfKMn2dXe+y/QBqNQkdtWI7jITpJWOs0FIfksf7APEovg7+PaAY8Q+VBE+zLJwI='} 2023-09-30T00:48:13.731 DEBUG:teuthology.nuke:shortname: smithi158 2023-09-30T00:48:13.731 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T00:48:13.735 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406562', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-29 23:09:51.857355', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMbnlO++E7WoMfoAm98dXPYYDuTM1xWqpk3PIsxH2ratMabKI7Sfy8WvsSS5hQHyhzhXc6kQ3pmYlke9SLZOlUQ='} 2023-09-30T00:48:13.754 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi158.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406562', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-29 23:09:51.856286', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPkf9dYmssVXytuuJ/ATuBNTydStPsWuKDjFj9OGfuPxTD4dvicJdI4CGeOqgMkS+71ymzokp7Wpu3c+O5uIxHU='} 2023-09-30T00:48:13.763 INFO:teuthology.orchestra.console.smithi019:Power off 2023-09-30T00:48:13.763 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-30T00:48:13.786 DEBUG:teuthology.orchestra.console.smithi019:power off output: Chassis Power Control: Down/Off 2023-09-30T00:48:13.787 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T00:48:13.805 INFO:teuthology.orchestra.console.smithi045:Power off 2023-09-30T00:48:13.806 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-30T00:48:13.815 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2023-09-30T00:48:13.829 DEBUG:teuthology.orchestra.console.smithi045:power off output: Chassis Power Control: Down/Off 2023-09-30T00:48:13.830 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T00:48:13.845 INFO:teuthology.orchestra.console.smithi158:Power off 2023-09-30T00:48:13.845 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-30T00:48:13.854 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-09-30T00:48:13.867 DEBUG:teuthology.orchestra.console.smithi158:power off output: Chassis Power Control: Down/Off 2023-09-30T00:48:13.867 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T00:48:13.890 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is on 2023-09-30T00:48:17.816 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T00:48:17.855 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T00:48:17.892 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T00:48:17.927 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2023-09-30T00:48:17.966 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-09-30T00:48:18.002 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is on 2023-09-30T00:48:21.932 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T00:48:21.966 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T00:48:22.003 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T00:48:22.043 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2023-09-30T00:48:22.077 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is off 2023-09-30T00:48:22.115 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is off 2023-09-30T00:48:22.178 INFO:teuthology.orchestra.console.smithi045:Power off completed 2023-09-30T00:48:22.218 INFO:teuthology.orchestra.console.smithi158:Power off completed 2023-09-30T00:48:26.048 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T00:48:26.157 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is off 2023-09-30T00:48:26.258 INFO:teuthology.orchestra.console.smithi019:Power off completed 2023-09-30T00:48:26.363 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools_crun agent/on mon_election/connectivity task/test_rgw_multisite} duration: 5307.654480457306 failure_reason: timeout expired in wait_until_healthy flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e776b967e38a471ebaaafe9939ef1ef6 status: fail success: false 2023-09-30T00:48:26.363 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-30T00:48:26.451 INFO:teuthology.run:FAIL