2023-09-30T01:02:15.695 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-09-30T01:02:15.695 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --name yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406915 --verbose --description rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/classic task/test_rgw_multisite} -- /home/teuthworker/archive/yuriw-2023-09-29_19:38:56-rados-wip-yuri4-testing-2023-09-29-0928-quincy-distro-default-smithi/7406915/orig.config.yaml 2023-09-30T01:02:15.736 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-30T01:02:15.818 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/7406915 branch: wip-yuri4-testing-2023-09-29-0928-quincy description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/classic task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7406915' 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: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 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: smithi053.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIW8YF58mQYfAv6qH3wkuxgIGGKUL4qj2CQNxQ9C2grQNN3K+dNs7ixxkk+1QqjhDDkROmJks/kM7AvMEgQDKwo= smithi060.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDDn34w7+mvCJfJc5oYWfzKIavl4SkmKlUCifhkRbI06O3h9KrlKCS1yvAGrq8zf2ds0NM9IOAOM2zqBqcyW+fU= smithi184.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFU0ZFqJEb0TweYdSox1K9q0/muBNQQ+W4RsRDTObujiDYr3042GG+uPNg+aSoRUF8LX69Qb6/VcwuIae+nLz74= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 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-30T01:02:15.818 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-30T01:02:15.819 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_93dce5e17918f8aca65993a7a2dc40233a47b481/qa/tasks 2023-09-30T01:02:15.819 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-09-30T01:02:15.821 INFO:teuthology.task.internal:Checking packages... 2023-09-30T01:02:15.848 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '93dce5e17918f8aca65993a7a2dc40233a47b481' 2023-09-30T01:02:15.848 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-30T01:02:15.848 INFO:teuthology.packaging:ref: None 2023-09-30T01:02:15.849 INFO:teuthology.packaging:tag: None 2023-09-30T01:02:15.849 INFO:teuthology.packaging:branch: wip-yuri4-testing-2023-09-29-0928-quincy 2023-09-30T01:02:15.849 INFO:teuthology.packaging:sha1: 93dce5e17918f8aca65993a7a2dc40233a47b481 2023-09-30T01:02:15.849 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-30T01:02:16.121 INFO:teuthology.task.internal:Found packages for ceph version 17.2.6-1165.g93dce5e1 2023-09-30T01:02:16.122 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-09-30T01:02:16.129 INFO:teuthology.task.internal:no buildpackages task found 2023-09-30T01:02:16.130 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-09-30T01:02:16.152 INFO:teuthology.task.internal:Saving configuration 2023-09-30T01:02:16.164 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-09-30T01:02:16.205 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T01:02:16.227 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi053.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/7406915', '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-30 00:57:33.900340', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIW8YF58mQYfAv6qH3wkuxgIGGKUL4qj2CQNxQ9C2grQNN3K+dNs7ixxkk+1QqjhDDkROmJks/kM7AvMEgQDKwo='} 2023-09-30T01:02:16.251 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.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/7406915', '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-30 00:57:33.901770', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDDn34w7+mvCJfJc5oYWfzKIavl4SkmKlUCifhkRbI06O3h9KrlKCS1yvAGrq8zf2ds0NM9IOAOM2zqBqcyW+fU='} 2023-09-30T01:02:16.277 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.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/7406915', '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-30 00:57:33.898709', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFU0ZFqJEb0TweYdSox1K9q0/muBNQQ+W4RsRDTObujiDYr3042GG+uPNg+aSoRUF8LX69Qb6/VcwuIae+nLz74='} 2023-09-30T01:02:16.278 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-09-30T01:02:16.286 INFO:teuthology.task.internal:roles: ubuntu@smithi053.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-09-30T01:02:16.286 INFO:teuthology.task.internal:roles: ubuntu@smithi060.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-09-30T01:02:16.287 INFO:teuthology.task.internal:roles: ubuntu@smithi184.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-09-30T01:02:16.287 INFO:teuthology.run_tasks:Running task console_log... 2023-09-30T01:02:16.403 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2d9c13bee0>, signals=[15]) 2023-09-30T01:02:16.403 INFO:teuthology.run_tasks:Running task internal.connect... 2023-09-30T01:02:16.412 INFO:teuthology.task.internal:Opening connections... 2023-09-30T01:02:16.414 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi053.front.sepia.ceph.com 2023-09-30T01:02:16.417 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T01:02:16.486 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi060.front.sepia.ceph.com 2023-09-30T01:02:16.487 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T01:02:16.597 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi184.front.sepia.ceph.com 2023-09-30T01:02:16.598 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T01:02:16.669 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-09-30T01:02:16.678 DEBUG:teuthology.orchestra.run.smithi053:> uname -m 2023-09-30T01:02:16.701 INFO:teuthology.orchestra.run.smithi053.stdout:x86_64 2023-09-30T01:02:16.702 DEBUG:teuthology.orchestra.run.smithi053:> cat /etc/os-release 2023-09-30T01:02:16.763 INFO:teuthology.orchestra.run.smithi053.stdout:NAME="CentOS Stream" 2023-09-30T01:02:16.764 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION="8" 2023-09-30T01:02:16.764 INFO:teuthology.orchestra.run.smithi053.stdout:ID="centos" 2023-09-30T01:02:16.764 INFO:teuthology.orchestra.run.smithi053.stdout:ID_LIKE="rhel fedora" 2023-09-30T01:02:16.764 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION_ID="8" 2023-09-30T01:02:16.764 INFO:teuthology.orchestra.run.smithi053.stdout:PLATFORM_ID="platform:el8" 2023-09-30T01:02:16.764 INFO:teuthology.orchestra.run.smithi053.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-30T01:02:16.764 INFO:teuthology.orchestra.run.smithi053.stdout:ANSI_COLOR="0;31" 2023-09-30T01:02:16.764 INFO:teuthology.orchestra.run.smithi053.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-30T01:02:16.764 INFO:teuthology.orchestra.run.smithi053.stdout:HOME_URL="https://centos.org/" 2023-09-30T01:02:16.764 INFO:teuthology.orchestra.run.smithi053.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-30T01:02:16.764 INFO:teuthology.orchestra.run.smithi053.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-30T01:02:16.764 INFO:teuthology.orchestra.run.smithi053.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-30T01:02:16.765 INFO:teuthology.lock.ops:Updating smithi053.front.sepia.ceph.com on lock server 2023-09-30T01:02:16.787 DEBUG:teuthology.orchestra.run.smithi060:> uname -m 2023-09-30T01:02:16.810 INFO:teuthology.orchestra.run.smithi060.stdout:x86_64 2023-09-30T01:02:16.810 DEBUG:teuthology.orchestra.run.smithi060:> cat /etc/os-release 2023-09-30T01:02:16.872 INFO:teuthology.orchestra.run.smithi060.stdout:NAME="CentOS Stream" 2023-09-30T01:02:16.872 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION="8" 2023-09-30T01:02:16.872 INFO:teuthology.orchestra.run.smithi060.stdout:ID="centos" 2023-09-30T01:02:16.872 INFO:teuthology.orchestra.run.smithi060.stdout:ID_LIKE="rhel fedora" 2023-09-30T01:02:16.872 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION_ID="8" 2023-09-30T01:02:16.872 INFO:teuthology.orchestra.run.smithi060.stdout:PLATFORM_ID="platform:el8" 2023-09-30T01:02:16.872 INFO:teuthology.orchestra.run.smithi060.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-30T01:02:16.872 INFO:teuthology.orchestra.run.smithi060.stdout:ANSI_COLOR="0;31" 2023-09-30T01:02:16.872 INFO:teuthology.orchestra.run.smithi060.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-30T01:02:16.872 INFO:teuthology.orchestra.run.smithi060.stdout:HOME_URL="https://centos.org/" 2023-09-30T01:02:16.873 INFO:teuthology.orchestra.run.smithi060.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-30T01:02:16.873 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-30T01:02:16.873 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-30T01:02:16.873 INFO:teuthology.lock.ops:Updating smithi060.front.sepia.ceph.com on lock server 2023-09-30T01:02:16.894 DEBUG:teuthology.orchestra.run.smithi184:> uname -m 2023-09-30T01:02:16.916 INFO:teuthology.orchestra.run.smithi184.stdout:x86_64 2023-09-30T01:02:16.916 DEBUG:teuthology.orchestra.run.smithi184:> cat /etc/os-release 2023-09-30T01:02:16.976 INFO:teuthology.orchestra.run.smithi184.stdout:NAME="CentOS Stream" 2023-09-30T01:02:16.976 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION="8" 2023-09-30T01:02:16.976 INFO:teuthology.orchestra.run.smithi184.stdout:ID="centos" 2023-09-30T01:02:16.976 INFO:teuthology.orchestra.run.smithi184.stdout:ID_LIKE="rhel fedora" 2023-09-30T01:02:16.976 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_ID="8" 2023-09-30T01:02:16.977 INFO:teuthology.orchestra.run.smithi184.stdout:PLATFORM_ID="platform:el8" 2023-09-30T01:02:16.977 INFO:teuthology.orchestra.run.smithi184.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-30T01:02:16.977 INFO:teuthology.orchestra.run.smithi184.stdout:ANSI_COLOR="0;31" 2023-09-30T01:02:16.977 INFO:teuthology.orchestra.run.smithi184.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-30T01:02:16.977 INFO:teuthology.orchestra.run.smithi184.stdout:HOME_URL="https://centos.org/" 2023-09-30T01:02:16.977 INFO:teuthology.orchestra.run.smithi184.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-30T01:02:16.977 INFO:teuthology.orchestra.run.smithi184.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-30T01:02:16.977 INFO:teuthology.orchestra.run.smithi184.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-30T01:02:16.978 INFO:teuthology.lock.ops:Updating smithi184.front.sepia.ceph.com on lock server 2023-09-30T01:02:17.002 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-09-30T01:02:17.011 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-09-30T01:02:17.023 INFO:teuthology.task.internal:Checking for old test directory... 2023-09-30T01:02:17.024 DEBUG:teuthology.orchestra.run.smithi053:> test '!' -e /home/ubuntu/cephtest 2023-09-30T01:02:17.026 DEBUG:teuthology.orchestra.run.smithi060:> test '!' -e /home/ubuntu/cephtest 2023-09-30T01:02:17.029 DEBUG:teuthology.orchestra.run.smithi184:> test '!' -e /home/ubuntu/cephtest 2023-09-30T01:02:17.048 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-09-30T01:02:17.059 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-09-30T01:02:17.059 DEBUG:teuthology.orchestra.run.smithi053:> test -z $(ls -A /var/lib/ceph) 2023-09-30T01:02:17.088 DEBUG:teuthology.orchestra.run.smithi060:> test -z $(ls -A /var/lib/ceph) 2023-09-30T01:02:17.090 DEBUG:teuthology.orchestra.run.smithi184:> test -z $(ls -A /var/lib/ceph) 2023-09-30T01:02:17.119 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-09-30T01:02:17.200 INFO:teuthology.run_tasks:Running task kernel... 2023-09-30T01:02:17.217 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-09-30T01:02:17.217 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-30T01:02:17.218 DEBUG:teuthology.orchestra.run.smithi053:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-30T01:02:17.218 DEBUG:teuthology.orchestra.run.smithi060:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-30T01:02:17.219 DEBUG:teuthology.orchestra.run.smithi184:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-30T01:02:17.238 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T01:02:17.238 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2023-09-30T01:02:17.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T01:02:17.240 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2023-09-30T01:02:17.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T01:02:17.241 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2023-09-30T01:02:17.298 INFO:teuthology.orchestra.run.smithi184.stdout:4.18.0-489.el8.x86_64 2023-09-30T01:02:17.298 INFO:teuthology.task.kernel:Running kernel on smithi184: 4.18.0-489.el8.x86_64 2023-09-30T01:02:17.298 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum install -y kernel 2023-09-30T01:02:17.303 INFO:teuthology.orchestra.run.smithi053.stdout:4.18.0-489.el8.x86_64 2023-09-30T01:02:17.303 INFO:teuthology.task.kernel:Running kernel on smithi053: 4.18.0-489.el8.x86_64 2023-09-30T01:02:17.303 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum install -y kernel 2023-09-30T01:02:17.304 INFO:teuthology.orchestra.run.smithi060.stdout:4.18.0-489.el8.x86_64 2023-09-30T01:02:17.304 INFO:teuthology.task.kernel:Running kernel on smithi060: 4.18.0-489.el8.x86_64 2023-09-30T01:02:17.305 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum install -y kernel 2023-09-30T01:02:21.353 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - AppStream 25 MB/s | 33 MB 00:01 2023-09-30T01:02:22.820 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - AppStream 11 MB/s | 33 MB 00:03 2023-09-30T01:02:23.221 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 8 - AppStream 10 MB/s | 33 MB 00:03 2023-09-30T01:02:29.051 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - BaseOS 30 MB/s | 48 MB 00:01 2023-09-30T01:02:30.678 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - BaseOS 34 MB/s | 48 MB 00:01 2023-09-30T01:02:31.112 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 8 - BaseOS 34 MB/s | 48 MB 00:01 2023-09-30T01:02:36.294 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - Extras 45 kB/s | 18 kB 00:00 2023-09-30T01:02:37.028 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - Extras common packages 12 kB/s | 6.9 kB 00:00 2023-09-30T01:02:37.371 INFO:teuthology.orchestra.run.smithi184.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-09-30T01:02:38.228 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - Extras 65 kB/s | 18 kB 00:00 2023-09-30T01:02:38.466 INFO:teuthology.orchestra.run.smithi184.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-09-30T01:02:38.804 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 8 - Extras 46 kB/s | 18 kB 00:00 2023-09-30T01:02:38.821 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2023-09-30T01:02:39.131 INFO:teuthology.orchestra.run.smithi053.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-09-30T01:02:39.380 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-09-30T01:02:39.682 INFO:teuthology.orchestra.run.smithi060.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-09-30T01:02:40.923 INFO:teuthology.orchestra.run.smithi053.stdout:Extra Packages for Enterprise Linux 9.7 MB/s | 16 MB 00:01 2023-09-30T01:02:41.149 INFO:teuthology.orchestra.run.smithi060.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-09-30T01:02:42.222 INFO:teuthology.orchestra.run.smithi184.stdout:lab-extras 639 kB/s | 24 kB 00:00 2023-09-30T01:02:44.998 INFO:teuthology.orchestra.run.smithi053.stdout:lab-extras 454 kB/s | 24 kB 00:00 2023-09-30T01:02:45.282 INFO:teuthology.orchestra.run.smithi060.stdout:lab-extras 457 kB/s | 24 kB 00:00 2023-09-30T01:02:45.688 INFO:teuthology.orchestra.run.smithi184.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-30T01:02:45.688 INFO:teuthology.orchestra.run.smithi184.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-30T01:02:45.932 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:02:45.932 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:02:45.933 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2023-09-30T01:02:45.933 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:02:45.933 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2023-09-30T01:02:45.933 INFO:teuthology.orchestra.run.smithi184.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-09-30T01:02:45.933 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2023-09-30T01:02:45.933 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-09-30T01:02:45.933 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-09-30T01:02:45.933 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:02:45.933 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-09-30T01:02:45.933 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:02:45.933 INFO:teuthology.orchestra.run.smithi184.stdout:Install 3 Packages 2023-09-30T01:02:45.934 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:02:45.934 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 88 M 2023-09-30T01:02:45.934 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 96 M 2023-09-30T01:02:45.934 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-09-30T01:02:46.565 INFO:teuthology.orchestra.run.smithi184.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 18 MB/s | 10 MB 00:00 2023-09-30T01:02:47.098 INFO:teuthology.orchestra.run.smithi184.stdout:(2/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 32 MB/s | 35 MB 00:01 2023-09-30T01:02:47.590 INFO:teuthology.orchestra.run.smithi184.stdout:(3/3): kernel-core-4.18.0-514.el8.x86_64.rpm 27 MB/s | 43 MB 00:01 2023-09-30T01:02:47.591 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:02:47.591 INFO:teuthology.orchestra.run.smithi184.stdout:Total 53 MB/s | 88 MB 00:01 2023-09-30T01:02:48.262 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-09-30T01:02:48.664 INFO:teuthology.orchestra.run.smithi053.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-30T01:02:48.664 INFO:teuthology.orchestra.run.smithi053.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-30T01:02:48.694 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-09-30T01:02:48.694 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-09-30T01:02:48.916 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:02:48.917 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:02:48.917 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2023-09-30T01:02:48.917 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:02:48.917 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2023-09-30T01:02:48.917 INFO:teuthology.orchestra.run.smithi053.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-09-30T01:02:48.918 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2023-09-30T01:02:48.918 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-09-30T01:02:48.919 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-09-30T01:02:48.919 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:02:48.919 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2023-09-30T01:02:48.919 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:02:48.919 INFO:teuthology.orchestra.run.smithi053.stdout:Install 3 Packages 2023-09-30T01:02:48.920 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:02:48.920 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 88 M 2023-09-30T01:02:48.921 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 96 M 2023-09-30T01:02:48.921 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2023-09-30T01:02:49.098 INFO:teuthology.orchestra.run.smithi060.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-30T01:02:49.099 INFO:teuthology.orchestra.run.smithi060.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-30T01:02:49.357 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:02:49.358 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:02:49.358 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2023-09-30T01:02:49.358 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:02:49.358 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2023-09-30T01:02:49.359 INFO:teuthology.orchestra.run.smithi060.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-09-30T01:02:49.359 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2023-09-30T01:02:49.359 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-09-30T01:02:49.359 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-09-30T01:02:49.359 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:02:49.359 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-30T01:02:49.359 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:02:49.359 INFO:teuthology.orchestra.run.smithi060.stdout:Install 3 Packages 2023-09-30T01:02:49.359 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:02:49.360 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 88 M 2023-09-30T01:02:49.360 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 96 M 2023-09-30T01:02:49.360 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-30T01:02:49.616 INFO:teuthology.orchestra.run.smithi053.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 15 MB/s | 10 MB 00:00 2023-09-30T01:02:49.917 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-09-30T01:02:49.938 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-09-30T01:02:50.017 INFO:teuthology.orchestra.run.smithi060.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 17 MB/s | 10 MB 00:00 2023-09-30T01:02:50.300 INFO:teuthology.orchestra.run.smithi053.stdout:(2/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 26 MB/s | 35 MB 00:01 2023-09-30T01:02:50.626 INFO:teuthology.orchestra.run.smithi060.stdout:(2/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 29 MB/s | 35 MB 00:01 2023-09-30T01:02:50.750 INFO:teuthology.orchestra.run.smithi053.stdout:(3/3): kernel-core-4.18.0-514.el8.x86_64.rpm 24 MB/s | 43 MB 00:01 2023-09-30T01:02:50.750 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:02:50.750 INFO:teuthology.orchestra.run.smithi053.stdout:Total 48 MB/s | 88 MB 00:01 2023-09-30T01:02:51.201 INFO:teuthology.orchestra.run.smithi060.stdout:(3/3): kernel-core-4.18.0-514.el8.x86_64.rpm 24 MB/s | 43 MB 00:01 2023-09-30T01:02:51.201 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:02:51.202 INFO:teuthology.orchestra.run.smithi060.stdout:Total 48 MB/s | 88 MB 00:01 2023-09-30T01:02:51.448 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2023-09-30T01:02:51.898 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2023-09-30T01:02:51.898 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2023-09-30T01:02:51.904 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-30T01:02:52.376 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-30T01:02:52.376 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-30T01:02:52.728 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-09-30T01:02:53.200 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2023-09-30T01:02:53.222 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2023-09-30T01:02:53.313 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T01:02:53.681 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-30T01:02:53.700 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-30T01:02:56.124 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2023-09-30T01:02:56.602 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-30T01:02:56.662 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T01:02:56.855 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T01:02:57.266 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T01:02:57.279 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T01:03:00.375 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T01:03:00.656 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T01:03:00.737 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T01:03:00.975 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T01:03:01.036 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T01:03:01.416 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T01:03:04.358 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T01:03:04.672 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T01:03:05.044 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T01:03:05.357 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T01:03:22.758 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-09-30T01:03:22.781 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T01:03:23.139 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T01:03:23.139 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-09-30T01:03:23.139 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-09-30T01:03:23.842 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T01:03:23.843 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:03:23.843 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-09-30T01:03:23.843 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-09-30T01:03:23.843 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-09-30T01:03:23.843 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:03:23.843 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:03:24.022 DEBUG:teuthology.orchestra.run.smithi184:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T01:03:24.241 INFO:teuthology.orchestra.run.smithi184.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T01:03:24.241 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T01:03:24.241 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-30T01:03:24.242 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-30T01:03:24.242 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-30T01:03:24.242 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2023-09-30T01:03:24.242 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi184.front.sepia.ceph.com, path=None, version=distro) 2023-09-30T01:03:24.242 DEBUG:teuthology.orchestra.run.smithi184:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T01:03:24.451 INFO:teuthology.orchestra.run.smithi184.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T01:03:24.451 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T01:03:24.451 DEBUG:teuthology.orchestra.run.smithi184:> sudo rpm -qi grub2-tools 2023-09-30T01:03:24.485 INFO:teuthology.orchestra.run.smithi184.stdout:Name : grub2-tools 2023-09-30T01:03:24.485 INFO:teuthology.orchestra.run.smithi184.stdout:Epoch : 1 2023-09-30T01:03:24.485 INFO:teuthology.orchestra.run.smithi184.stdout:Version : 2.02 2023-09-30T01:03:24.485 INFO:teuthology.orchestra.run.smithi184.stdout:Release : 129.el8 2023-09-30T01:03:24.486 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: x86_64 2023-09-30T01:03:24.486 INFO:teuthology.orchestra.run.smithi184.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-30T01:03:24.486 INFO:teuthology.orchestra.run.smithi184.stdout:Group : System Environment/Base 2023-09-30T01:03:24.486 INFO:teuthology.orchestra.run.smithi184.stdout:Size : 9265586 2023-09-30T01:03:24.486 INFO:teuthology.orchestra.run.smithi184.stdout:License : GPLv3+ 2023-09-30T01:03:24.486 INFO:teuthology.orchestra.run.smithi184.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-30T01:03:24.486 INFO:teuthology.orchestra.run.smithi184.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-30T01:03:24.486 INFO:teuthology.orchestra.run.smithi184.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-30T01:03:24.486 INFO:teuthology.orchestra.run.smithi184.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-30T01:03:24.486 INFO:teuthology.orchestra.run.smithi184.stdout:Relocations : (not relocatable) 2023-09-30T01:03:24.486 INFO:teuthology.orchestra.run.smithi184.stdout:Packager : CentOS BuildSystem 2023-09-30T01:03:24.486 INFO:teuthology.orchestra.run.smithi184.stdout:Vendor : CentOS 2023-09-30T01:03:24.487 INFO:teuthology.orchestra.run.smithi184.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-30T01:03:24.487 INFO:teuthology.orchestra.run.smithi184.stdout:Summary : Support tools for GRUB. 2023-09-30T01:03:24.487 INFO:teuthology.orchestra.run.smithi184.stdout:Description : 2023-09-30T01:03:24.487 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:03:24.487 INFO:teuthology.orchestra.run.smithi184.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-30T01:03:24.487 INFO:teuthology.orchestra.run.smithi184.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-30T01:03:24.487 INFO:teuthology.orchestra.run.smithi184.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-30T01:03:24.487 INFO:teuthology.orchestra.run.smithi184.stdout:hardware devices. 2023-09-30T01:03:24.487 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:03:24.487 INFO:teuthology.orchestra.run.smithi184.stdout:This subpackage provides tools for support of all platforms. 2023-09-30T01:03:24.488 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-30T01:03:24.488 INFO:teuthology.task.kernel:Updating grub on smithi184 to boot 4.18.0-514.el8.x86_64 2023-09-30T01:03:24.488 DEBUG:teuthology.orchestra.run.smithi184:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-30T01:03:26.095 INFO:teuthology.orchestra.run.smithi184.stderr:Generating grub configuration file ... 2023-09-30T01:03:27.855 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-09-30T01:03:27.880 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T01:03:28.216 INFO:teuthology.orchestra.run.smithi184.stderr:done 2023-09-30T01:03:28.217 DEBUG:teuthology.orchestra.run.smithi184:> mktemp 2023-09-30T01:03:28.250 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T01:03:28.250 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-09-30T01:03:28.250 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-09-30T01:03:28.251 INFO:teuthology.orchestra.run.smithi184.stdout:/tmp/tmp.G95p4j2KaW 2023-09-30T01:03:28.251 DEBUG:teuthology.orchestra.run.smithi184:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.G95p4j2KaW 2023-09-30T01:03:28.325 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0666 /tmp/tmp.G95p4j2KaW 2023-09-30T01:03:28.469 DEBUG:teuthology.orchestra.remote:smithi184:/tmp/tmp.G95p4j2KaW is 6KB 2023-09-30T01:03:28.479 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-09-30T01:03:28.504 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T01:03:28.516 DEBUG:teuthology.orchestra.run.smithi184:> rm -fr /tmp/tmp.G95p4j2KaW 2023-09-30T01:03:28.533 DEBUG:teuthology.orchestra.run.smithi184:> sudo /bin/ls /boot/loader/entries || true 2023-09-30T01:03:28.611 INFO:teuthology.orchestra.run.smithi184.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-30T01:03:28.611 INFO:teuthology.orchestra.run.smithi184.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-30T01:03:28.611 INFO:teuthology.orchestra.run.smithi184.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-30T01:03:28.612 INFO:teuthology.orchestra.run.smithi184.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-09-30T01:03:28.612 DEBUG:teuthology.orchestra.run.smithi184:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-09-30T01:03:28.795 DEBUG:teuthology.orchestra.run.smithi184:> sudo shutdown -r now 2023-09-30T01:03:28.858 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T01:03:28.859 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-09-30T01:03:28.859 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-09-30T01:03:29.000 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T01:03:29.000 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:03:29.000 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2023-09-30T01:03:29.001 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-09-30T01:03:29.001 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-09-30T01:03:29.001 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:03:29.001 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:03:29.147 DEBUG:teuthology.orchestra.run.smithi053:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T01:03:29.375 INFO:teuthology.orchestra.run.smithi053.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T01:03:29.375 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T01:03:29.376 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-30T01:03:29.376 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-30T01:03:29.376 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-30T01:03:29.376 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-09-30T01:03:29.376 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi053.front.sepia.ceph.com, path=None, version=distro) 2023-09-30T01:03:29.376 DEBUG:teuthology.orchestra.run.smithi053:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T01:03:29.586 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T01:03:29.586 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:03:29.586 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-30T01:03:29.587 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-09-30T01:03:29.587 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-09-30T01:03:29.587 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:03:29.587 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:03:29.592 INFO:teuthology.orchestra.run.smithi053.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T01:03:29.593 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T01:03:29.593 DEBUG:teuthology.orchestra.run.smithi053:> sudo rpm -qi grub2-tools 2023-09-30T01:03:29.627 INFO:teuthology.orchestra.run.smithi053.stdout:Name : grub2-tools 2023-09-30T01:03:29.628 INFO:teuthology.orchestra.run.smithi053.stdout:Epoch : 1 2023-09-30T01:03:29.628 INFO:teuthology.orchestra.run.smithi053.stdout:Version : 2.02 2023-09-30T01:03:29.628 INFO:teuthology.orchestra.run.smithi053.stdout:Release : 129.el8 2023-09-30T01:03:29.628 INFO:teuthology.orchestra.run.smithi053.stdout:Architecture: x86_64 2023-09-30T01:03:29.628 INFO:teuthology.orchestra.run.smithi053.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-30T01:03:29.628 INFO:teuthology.orchestra.run.smithi053.stdout:Group : System Environment/Base 2023-09-30T01:03:29.628 INFO:teuthology.orchestra.run.smithi053.stdout:Size : 9265586 2023-09-30T01:03:29.628 INFO:teuthology.orchestra.run.smithi053.stdout:License : GPLv3+ 2023-09-30T01:03:29.629 INFO:teuthology.orchestra.run.smithi053.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-30T01:03:29.629 INFO:teuthology.orchestra.run.smithi053.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-30T01:03:29.629 INFO:teuthology.orchestra.run.smithi053.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-30T01:03:29.629 INFO:teuthology.orchestra.run.smithi053.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-30T01:03:29.629 INFO:teuthology.orchestra.run.smithi053.stdout:Relocations : (not relocatable) 2023-09-30T01:03:29.629 INFO:teuthology.orchestra.run.smithi053.stdout:Packager : CentOS BuildSystem 2023-09-30T01:03:29.629 INFO:teuthology.orchestra.run.smithi053.stdout:Vendor : CentOS 2023-09-30T01:03:29.629 INFO:teuthology.orchestra.run.smithi053.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-30T01:03:29.629 INFO:teuthology.orchestra.run.smithi053.stdout:Summary : Support tools for GRUB. 2023-09-30T01:03:29.629 INFO:teuthology.orchestra.run.smithi053.stdout:Description : 2023-09-30T01:03:29.629 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:03:29.630 INFO:teuthology.orchestra.run.smithi053.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-30T01:03:29.630 INFO:teuthology.orchestra.run.smithi053.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-30T01:03:29.630 INFO:teuthology.orchestra.run.smithi053.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-30T01:03:29.630 INFO:teuthology.orchestra.run.smithi053.stdout:hardware devices. 2023-09-30T01:03:29.630 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:03:29.630 INFO:teuthology.orchestra.run.smithi053.stdout:This subpackage provides tools for support of all platforms. 2023-09-30T01:03:29.631 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-30T01:03:29.631 INFO:teuthology.task.kernel:Updating grub on smithi053 to boot 4.18.0-514.el8.x86_64 2023-09-30T01:03:29.631 DEBUG:teuthology.orchestra.run.smithi053:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-30T01:03:30.093 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T01:03:30.321 INFO:teuthology.orchestra.run.smithi060.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T01:03:30.322 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T01:03:30.322 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-30T01:03:30.322 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-30T01:03:30.322 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-30T01:03:30.322 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-09-30T01:03:30.322 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi060.front.sepia.ceph.com, path=None, version=distro) 2023-09-30T01:03:30.322 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T01:03:30.540 INFO:teuthology.orchestra.run.smithi060.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T01:03:30.540 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T01:03:30.541 DEBUG:teuthology.orchestra.run.smithi060:> sudo rpm -qi grub2-tools 2023-09-30T01:03:30.575 INFO:teuthology.orchestra.run.smithi060.stdout:Name : grub2-tools 2023-09-30T01:03:30.576 INFO:teuthology.orchestra.run.smithi060.stdout:Epoch : 1 2023-09-30T01:03:30.576 INFO:teuthology.orchestra.run.smithi060.stdout:Version : 2.02 2023-09-30T01:03:30.576 INFO:teuthology.orchestra.run.smithi060.stdout:Release : 129.el8 2023-09-30T01:03:30.576 INFO:teuthology.orchestra.run.smithi060.stdout:Architecture: x86_64 2023-09-30T01:03:30.576 INFO:teuthology.orchestra.run.smithi060.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-30T01:03:30.576 INFO:teuthology.orchestra.run.smithi060.stdout:Group : System Environment/Base 2023-09-30T01:03:30.576 INFO:teuthology.orchestra.run.smithi060.stdout:Size : 9265586 2023-09-30T01:03:30.576 INFO:teuthology.orchestra.run.smithi060.stdout:License : GPLv3+ 2023-09-30T01:03:30.576 INFO:teuthology.orchestra.run.smithi060.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-30T01:03:30.576 INFO:teuthology.orchestra.run.smithi060.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-30T01:03:30.576 INFO:teuthology.orchestra.run.smithi060.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-30T01:03:30.576 INFO:teuthology.orchestra.run.smithi060.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-30T01:03:30.577 INFO:teuthology.orchestra.run.smithi060.stdout:Relocations : (not relocatable) 2023-09-30T01:03:30.577 INFO:teuthology.orchestra.run.smithi060.stdout:Packager : CentOS BuildSystem 2023-09-30T01:03:30.577 INFO:teuthology.orchestra.run.smithi060.stdout:Vendor : CentOS 2023-09-30T01:03:30.577 INFO:teuthology.orchestra.run.smithi060.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-30T01:03:30.577 INFO:teuthology.orchestra.run.smithi060.stdout:Summary : Support tools for GRUB. 2023-09-30T01:03:30.577 INFO:teuthology.orchestra.run.smithi060.stdout:Description : 2023-09-30T01:03:30.577 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:03:30.577 INFO:teuthology.orchestra.run.smithi060.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-30T01:03:30.577 INFO:teuthology.orchestra.run.smithi060.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-30T01:03:30.577 INFO:teuthology.orchestra.run.smithi060.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-30T01:03:30.577 INFO:teuthology.orchestra.run.smithi060.stdout:hardware devices. 2023-09-30T01:03:30.577 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:03:30.577 INFO:teuthology.orchestra.run.smithi060.stdout:This subpackage provides tools for support of all platforms. 2023-09-30T01:03:30.578 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-30T01:03:30.578 INFO:teuthology.task.kernel:Updating grub on smithi060 to boot 4.18.0-514.el8.x86_64 2023-09-30T01:03:30.579 DEBUG:teuthology.orchestra.run.smithi060:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-30T01:03:31.444 INFO:teuthology.orchestra.run.smithi053.stderr:Generating grub configuration file ... 2023-09-30T01:03:31.837 INFO:teuthology.orchestra.run.smithi060.stderr:Generating grub configuration file ... 2023-09-30T01:03:33.586 INFO:teuthology.orchestra.run.smithi053.stderr:done 2023-09-30T01:03:33.588 DEBUG:teuthology.orchestra.run.smithi053:> mktemp 2023-09-30T01:03:33.609 INFO:teuthology.orchestra.run.smithi053.stdout:/tmp/tmp.DYUckq1aJD 2023-09-30T01:03:33.610 DEBUG:teuthology.orchestra.run.smithi053:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.DYUckq1aJD 2023-09-30T01:03:33.690 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 0666 /tmp/tmp.DYUckq1aJD 2023-09-30T01:03:33.855 DEBUG:teuthology.orchestra.remote:smithi053:/tmp/tmp.DYUckq1aJD is 6KB 2023-09-30T01:03:33.903 DEBUG:teuthology.orchestra.run.smithi053:> rm -fr /tmp/tmp.DYUckq1aJD 2023-09-30T01:03:33.922 DEBUG:teuthology.orchestra.run.smithi053:> sudo /bin/ls /boot/loader/entries || true 2023-09-30T01:03:33.962 INFO:teuthology.orchestra.run.smithi060.stderr:done 2023-09-30T01:03:33.965 DEBUG:teuthology.orchestra.run.smithi060:> mktemp 2023-09-30T01:03:33.988 INFO:teuthology.orchestra.run.smithi053.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-30T01:03:33.988 INFO:teuthology.orchestra.run.smithi053.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-30T01:03:33.988 INFO:teuthology.orchestra.run.smithi053.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-30T01:03:33.988 INFO:teuthology.orchestra.run.smithi053.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-09-30T01:03:33.989 DEBUG:teuthology.orchestra.run.smithi053:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-09-30T01:03:33.994 INFO:teuthology.orchestra.run.smithi060.stdout:/tmp/tmp.kPRGomiMSR 2023-09-30T01:03:33.994 DEBUG:teuthology.orchestra.run.smithi060:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.kPRGomiMSR 2023-09-30T01:03:34.066 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 0666 /tmp/tmp.kPRGomiMSR 2023-09-30T01:03:34.144 DEBUG:teuthology.orchestra.run.smithi053:> sudo shutdown -r now 2023-09-30T01:03:34.212 DEBUG:teuthology.orchestra.remote:smithi060:/tmp/tmp.kPRGomiMSR is 6KB 2023-09-30T01:03:34.259 DEBUG:teuthology.orchestra.run.smithi060:> rm -fr /tmp/tmp.kPRGomiMSR 2023-09-30T01:03:34.276 DEBUG:teuthology.orchestra.run.smithi060:> sudo /bin/ls /boot/loader/entries || true 2023-09-30T01:03:34.351 INFO:teuthology.orchestra.run.smithi060.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-30T01:03:34.351 INFO:teuthology.orchestra.run.smithi060.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-30T01:03:34.351 INFO:teuthology.orchestra.run.smithi060.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-30T01:03:34.351 INFO:teuthology.orchestra.run.smithi060.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-09-30T01:03:34.352 DEBUG:teuthology.orchestra.run.smithi060:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-09-30T01:03:34.493 DEBUG:teuthology.orchestra.run.smithi060:> sudo shutdown -r now 2023-09-30T01:03:58.822 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2023-09-30T01:03:58.822 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-09-30T01:03:58.823 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T01:04:04.150 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-09-30T01:04:04.150 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2023-09-30T01:04:04.151 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T01:04:04.496 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-09-30T01:04:04.496 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2023-09-30T01:04:04.497 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T01:04:22.650 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.53 2023-09-30T01:04:22.910 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.60 2023-09-30T01:04:31.662 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2023-09-30T01:04:31.663 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T01:04:31.911 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2023-09-30T01:04:31.912 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T01:04:50.046 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.53 2023-09-30T01:04:58.830 DEBUG:teuthology.orchestra.remote:timed out 2023-09-30T01:05:02.050 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2023-09-30T01:05:02.051 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T01:05:02.439 DEBUG:teuthology.orchestra.run.smithi053:> true 2023-09-30T01:05:02.699 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2023-09-30T01:05:02.700 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-514.el8.x86_64"... 2023-09-30T01:05:02.700 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2023-09-30T01:05:02.722 INFO:teuthology.orchestra.run.smithi053.stdout:4.18.0-514.el8.x86_64 2023-09-30T01:05:02.722 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-30T01:05:02.722 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-30T01:05:02.722 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-30T01:05:03.723 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-09-30T01:05:03.724 DEBUG:teuthology.orchestra.run.smithi053:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-30T01:05:03.788 INFO:teuthology.orchestra.run.smithi053.stdout:ttyS1 2023-09-30T01:05:03.800 DEBUG:teuthology.parallel:result is None 2023-09-30T01:05:07.831 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-09-30T01:05:07.832 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T01:05:08.148 DEBUG:teuthology.orchestra.run.smithi184:> true 2023-09-30T01:05:08.413 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-09-30T01:05:08.413 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "4.18.0-514.el8.x86_64"... 2023-09-30T01:05:08.413 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2023-09-30T01:05:08.430 INFO:teuthology.orchestra.run.smithi184.stdout:4.18.0-514.el8.x86_64 2023-09-30T01:05:08.431 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-30T01:05:08.431 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-30T01:05:08.431 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-30T01:05:09.432 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-09-30T01:05:09.432 DEBUG:teuthology.orchestra.run.smithi184:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-30T01:05:09.666 INFO:teuthology.orchestra.run.smithi184.stdout:ttyS1 2023-09-30T01:05:09.680 DEBUG:teuthology.parallel:result is None 2023-09-30T01:05:31.914 DEBUG:teuthology.orchestra.remote:timed out 2023-09-30T01:05:43.915 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2023-09-30T01:05:43.916 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T01:05:44.202 DEBUG:teuthology.orchestra.run.smithi060:> true 2023-09-30T01:05:44.560 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2023-09-30T01:05:44.560 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-514.el8.x86_64"... 2023-09-30T01:05:44.560 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2023-09-30T01:05:44.583 INFO:teuthology.orchestra.run.smithi060.stdout:4.18.0-514.el8.x86_64 2023-09-30T01:05:44.583 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-30T01:05:44.583 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-30T01:05:44.583 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-30T01:05:45.584 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-09-30T01:05:45.584 DEBUG:teuthology.orchestra.run.smithi060:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-30T01:05:45.669 INFO:teuthology.orchestra.run.smithi060.stdout:ttyS1 2023-09-30T01:05:45.684 DEBUG:teuthology.parallel:result is None 2023-09-30T01:05:45.684 INFO:teuthology.run_tasks:Running task internal.base... 2023-09-30T01:05:45.696 INFO:teuthology.task.internal:Creating test directory... 2023-09-30T01:05:45.697 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-30T01:05:45.701 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-30T01:05:45.704 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-30T01:05:45.729 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-09-30T01:05:45.747 INFO:teuthology.run_tasks:Running task internal.archive... 2023-09-30T01:05:45.757 INFO:teuthology.task.internal:Creating archive directory... 2023-09-30T01:05:45.757 DEBUG:teuthology.orchestra.run.smithi053:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-30T01:05:45.767 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-30T01:05:45.770 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-30T01:05:45.844 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-09-30T01:05:45.851 INFO:teuthology.task.internal:Enabling coredump saving... 2023-09-30T01:05:45.851 DEBUG:teuthology.orchestra.run.smithi053:> 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-30T01:05:45.853 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-09-30T01:05:45.856 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T01:05:45.897 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T01:05:45.903 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T01:05:45.907 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T01:05:45.908 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T01:05:45.916 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T01:05:45.920 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T01:05:45.922 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-09-30T01:05:45.929 INFO:teuthology.task.internal:Configuring sudo... 2023-09-30T01:05:45.930 DEBUG:teuthology.orchestra.run.smithi053:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-30T01:05:45.932 DEBUG:teuthology.orchestra.run.smithi060:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-30T01:05:45.934 DEBUG:teuthology.orchestra.run.smithi184:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-30T01:05:45.980 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-09-30T01:05:45.988 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-09-30T01:05:45.989 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-30T01:05:46.008 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-30T01:05:46.010 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-30T01:05:46.038 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T01:05:46.118 DEBUG:teuthology.orchestra.run.smithi053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T01:05:46.182 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T01:05:46.234 DEBUG:teuthology.orchestra.run.smithi053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T01:05:46.283 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2023-09-30T01:05:46.283 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-30T01:05:46.358 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T01:05:46.409 DEBUG:teuthology.orchestra.run.smithi060:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T01:05:46.469 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T01:05:46.517 DEBUG:teuthology.orchestra.run.smithi060:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T01:05:46.569 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-30T01:05:46.569 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-30T01:05:46.644 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T01:05:46.696 DEBUG:teuthology.orchestra.run.smithi184:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T01:05:46.751 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T01:05:46.838 DEBUG:teuthology.orchestra.run.smithi184:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T01:05:46.884 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-09-30T01:05:46.884 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-30T01:05:46.954 DEBUG:teuthology.orchestra.run.smithi053:> sudo service rsyslog restart 2023-09-30T01:05:46.956 DEBUG:teuthology.orchestra.run.smithi060:> sudo service rsyslog restart 2023-09-30T01:05:46.958 DEBUG:teuthology.orchestra.run.smithi184:> sudo service rsyslog restart 2023-09-30T01:05:47.029 INFO:teuthology.orchestra.run.smithi060.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T01:05:47.032 INFO:teuthology.orchestra.run.smithi053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T01:05:47.074 INFO:teuthology.orchestra.run.smithi184.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T01:05:47.491 INFO:teuthology.run_tasks:Running task internal.timer... 2023-09-30T01:05:47.499 INFO:teuthology.task.internal:Starting timer... 2023-09-30T01:05:47.499 INFO:teuthology.run_tasks:Running task pcp... 2023-09-30T01:05:47.508 INFO:teuthology.run_tasks:Running task selinux... 2023-09-30T01:05:47.516 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-09-30T01:05:47.517 DEBUG:teuthology.orchestra.run.smithi053:> sudo service auditd rotate 2023-09-30T01:05:47.588 INFO:teuthology.orchestra.run.smithi053.stdout:Rotating logs: 2023-09-30T01:05:47.589 DEBUG:teuthology.orchestra.run.smithi060:> sudo service auditd rotate 2023-09-30T01:05:47.671 INFO:teuthology.orchestra.run.smithi060.stdout:Rotating logs: 2023-09-30T01:05:47.673 DEBUG:teuthology.orchestra.run.smithi184:> sudo service auditd rotate 2023-09-30T01:05:47.745 INFO:teuthology.orchestra.run.smithi184.stdout:Rotating logs: 2023-09-30T01:05:47.746 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-09-30T01:05:47.747 DEBUG:teuthology.orchestra.run.smithi053:> /usr/sbin/getenforce 2023-09-30T01:05:47.784 INFO:teuthology.orchestra.run.smithi053.stdout:Permissive 2023-09-30T01:05:47.784 DEBUG:teuthology.orchestra.run.smithi060:> /usr/sbin/getenforce 2023-09-30T01:05:47.863 INFO:teuthology.orchestra.run.smithi060.stdout:Permissive 2023-09-30T01:05:47.864 DEBUG:teuthology.orchestra.run.smithi184:> /usr/sbin/getenforce 2023-09-30T01:05:47.928 INFO:teuthology.orchestra.run.smithi184.stdout:Permissive 2023-09-30T01:05:47.928 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi053.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi060.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi184.front.sepia.ceph.com': 'permissive'} 2023-09-30T01:05:47.928 DEBUG:teuthology.orchestra.run.smithi053:> 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-30T01:05:47.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T01:05:47.965 DEBUG:teuthology.orchestra.run.smithi060:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-30T01:05:47.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T01:05:48.000 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T01:05:48.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T01:05:48.027 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-09-30T01:05:48.028 DEBUG:teuthology.orchestra.run.smithi053:> sudo /usr/sbin/setenforce permissive 2023-09-30T01:05:48.064 DEBUG:teuthology.orchestra.run.smithi060:> sudo /usr/sbin/setenforce permissive 2023-09-30T01:05:48.109 DEBUG:teuthology.orchestra.run.smithi184:> sudo /usr/sbin/setenforce permissive 2023-09-30T01:05:48.136 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-09-30T01:05:48.145 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-30T01:05:48.145 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-09-30T01:05:48.167 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-30T01:05:48.168 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi053.front.sepia.ceph.com,smithi060.front.sepia.ceph.com,smithi184.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-09-30T01:13:59.884 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi053.front.sepia.ceph.com'), Remote(name='ubuntu@smithi060.front.sepia.ceph.com'), Remote(name='ubuntu@smithi184.front.sepia.ceph.com')] 2023-09-30T01:13:59.885 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2023-09-30T01:13:59.886 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T01:13:59.958 DEBUG:teuthology.orchestra.run.smithi053:> true 2023-09-30T01:14:00.034 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2023-09-30T01:14:00.034 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2023-09-30T01:14:00.035 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T01:14:00.106 DEBUG:teuthology.orchestra.run.smithi060:> true 2023-09-30T01:14:00.182 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2023-09-30T01:14:00.183 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-09-30T01:14:00.183 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T01:14:00.254 DEBUG:teuthology.orchestra.run.smithi184:> true 2023-09-30T01:14:00.325 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-09-30T01:14:00.325 INFO:teuthology.run_tasks:Running task clock... 2023-09-30T01:14:00.334 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-09-30T01:14:00.335 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-30T01:14:00.335 DEBUG:teuthology.orchestra.run.smithi053:> 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-30T01:14:00.338 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-30T01:14:00.338 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T01:14:00.341 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-30T01:14:00.342 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T01:14:00.376 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-30T01:14:00.379 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-30T01:14:00.394 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-30T01:14:00.396 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-30T01:14:00.398 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-30T01:14:00.412 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-30T01:14:00.463 INFO:teuthology.orchestra.run.smithi060.stderr:sudo: ntpd: command not found 2023-09-30T01:14:00.468 INFO:teuthology.orchestra.run.smithi053.stderr:sudo: ntpd: command not found 2023-09-30T01:14:00.476 INFO:teuthology.orchestra.run.smithi060.stdout:506 Cannot talk to daemon 2023-09-30T01:14:00.482 INFO:teuthology.orchestra.run.smithi053.stdout:506 Cannot talk to daemon 2023-09-30T01:14:00.482 INFO:teuthology.orchestra.run.smithi184.stderr:sudo: ntpd: command not found 2023-09-30T01:14:00.492 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-30T01:14:00.494 INFO:teuthology.orchestra.run.smithi184.stdout:506 Cannot talk to daemon 2023-09-30T01:14:00.499 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-30T01:14:00.508 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-30T01:14:00.508 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-30T01:14:00.515 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-30T01:14:00.521 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-30T01:14:00.578 INFO:teuthology.orchestra.run.smithi060.stderr:bash: ntpq: command not found 2023-09-30T01:14:00.582 INFO:teuthology.orchestra.run.smithi060.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T01:14:00.582 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================== 2023-09-30T01:14:00.582 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T01:14:00.582 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T01:14:00.582 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T01:14:00.582 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T01:14:00.590 INFO:teuthology.orchestra.run.smithi053.stderr:bash: ntpq: command not found 2023-09-30T01:14:00.594 INFO:teuthology.orchestra.run.smithi053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T01:14:00.594 INFO:teuthology.orchestra.run.smithi053.stdout:=============================================================================== 2023-09-30T01:14:00.594 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T01:14:00.594 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T01:14:00.594 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T01:14:00.594 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T01:14:00.597 INFO:teuthology.orchestra.run.smithi184.stderr:bash: ntpq: command not found 2023-09-30T01:14:00.601 INFO:teuthology.orchestra.run.smithi184.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T01:14:00.601 INFO:teuthology.orchestra.run.smithi184.stdout:=============================================================================== 2023-09-30T01:14:00.601 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T01:14:00.602 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T01:14:00.602 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T01:14:00.602 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T01:14:00.603 INFO:teuthology.run_tasks:Running task pexec... 2023-09-30T01:14:00.612 INFO:teuthology.task.pexec:Executing custom commands... 2023-09-30T01:14:00.612 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi053.front.sepia.ceph.com 2023-09-30T01:14:00.613 DEBUG:teuthology.orchestra.run.smithi053:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-30T01:14:00.613 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi060.front.sepia.ceph.com 2023-09-30T01:14:00.613 DEBUG:teuthology.orchestra.run.smithi060:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-30T01:14:00.614 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi184.front.sepia.ceph.com 2023-09-30T01:14:00.614 DEBUG:teuthology.orchestra.run.smithi184:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-30T01:14:01.519 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:27 ago on Sat 30 Sep 2023 01:11:34 AM UTC. 2023-09-30T01:14:01.633 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:46 ago on Sat 30 Sep 2023 01:12:15 AM UTC. 2023-09-30T01:14:01.651 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:45 ago on Sat 30 Sep 2023 01:12:16 AM UTC. 2023-09-30T01:14:03.462 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:14:03.463 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:14:03.463 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2023-09-30T01:14:03.463 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:14:03.463 INFO:teuthology.orchestra.run.smithi184.stdout:Resetting modules: 2023-09-30T01:14:03.463 INFO:teuthology.orchestra.run.smithi184.stdout: container-tools 2023-09-30T01:14:03.464 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:14:03.464 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-09-30T01:14:03.464 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:14:03.464 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:14:03.710 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:14:03.881 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:14:03.883 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:14:03.883 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2023-09-30T01:14:03.883 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:14:03.883 INFO:teuthology.orchestra.run.smithi060.stdout:Resetting modules: 2023-09-30T01:14:03.883 INFO:teuthology.orchestra.run.smithi060.stdout: container-tools 2023-09-30T01:14:03.883 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:14:03.883 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-30T01:14:03.883 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:14:03.883 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:14:03.905 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:14:03.907 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:14:03.907 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2023-09-30T01:14:03.907 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:14:03.907 INFO:teuthology.orchestra.run.smithi053.stdout:Resetting modules: 2023-09-30T01:14:03.907 INFO:teuthology.orchestra.run.smithi053.stdout: container-tools 2023-09-30T01:14:03.907 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:14:03.907 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2023-09-30T01:14:03.907 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:14:03.907 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:14:04.154 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:14:04.188 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:14:04.657 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:30 ago on Sat 30 Sep 2023 01:11:34 AM UTC. 2023-09-30T01:14:05.235 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:50 ago on Sat 30 Sep 2023 01:12:15 AM UTC. 2023-09-30T01:14:05.260 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:49 ago on Sat 30 Sep 2023 01:12:16 AM UTC. 2023-09-30T01:14:06.668 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:14:06.822 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:14:06.823 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2023-09-30T01:14:06.823 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:14:06.823 INFO:teuthology.orchestra.run.smithi184.stdout:Installing group/module packages: 2023-09-30T01:14:06.823 INFO:teuthology.orchestra.run.smithi184.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-30T01:14:06.823 INFO:teuthology.orchestra.run.smithi184.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-30T01:14:06.823 INFO:teuthology.orchestra.run.smithi184.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-30T01:14:06.823 INFO:teuthology.orchestra.run.smithi184.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-30T01:14:06.823 INFO:teuthology.orchestra.run.smithi184.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-30T01:14:06.823 INFO:teuthology.orchestra.run.smithi184.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-30T01:14:06.824 INFO:teuthology.orchestra.run.smithi184.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-30T01:14:06.824 INFO:teuthology.orchestra.run.smithi184.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-30T01:14:06.824 INFO:teuthology.orchestra.run.smithi184.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-30T01:14:06.824 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2023-09-30T01:14:06.824 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-30T01:14:06.824 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-30T01:14:06.824 INFO:teuthology.orchestra.run.smithi184.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-30T01:14:06.824 INFO:teuthology.orchestra.run.smithi184.stdout:Installing weak dependencies: 2023-09-30T01:14:06.824 INFO:teuthology.orchestra.run.smithi184.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-30T01:14:06.824 INFO:teuthology.orchestra.run.smithi184.stdout:Installing module profiles: 2023-09-30T01:14:06.824 INFO:teuthology.orchestra.run.smithi184.stdout: container-tools/common 2023-09-30T01:14:06.824 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:14:06.824 INFO:teuthology.orchestra.run.smithi184.stdout:Enabling module streams: 2023-09-30T01:14:06.825 INFO:teuthology.orchestra.run.smithi184.stdout: container-tools rhel8 2023-09-30T01:14:06.825 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:14:06.825 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-09-30T01:14:06.825 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:14:06.825 INFO:teuthology.orchestra.run.smithi184.stdout:Install 13 Packages 2023-09-30T01:14:06.825 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:14:06.826 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 26 M 2023-09-30T01:14:06.826 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 87 M 2023-09-30T01:14:06.826 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-09-30T01:14:07.467 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:14:07.468 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:14:07.595 INFO:teuthology.orchestra.run.smithi184.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 1.1 MB/s | 739 kB 00:00 2023-09-30T01:14:07.643 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:14:07.643 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2023-09-30T01:14:07.643 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:14:07.643 INFO:teuthology.orchestra.run.smithi060.stdout:Installing group/module packages: 2023-09-30T01:14:07.643 INFO:teuthology.orchestra.run.smithi060.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-30T01:14:07.643 INFO:teuthology.orchestra.run.smithi060.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-30T01:14:07.643 INFO:teuthology.orchestra.run.smithi060.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-30T01:14:07.643 INFO:teuthology.orchestra.run.smithi060.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-30T01:14:07.643 INFO:teuthology.orchestra.run.smithi060.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-30T01:14:07.643 INFO:teuthology.orchestra.run.smithi060.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-30T01:14:07.643 INFO:teuthology.orchestra.run.smithi060.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-30T01:14:07.644 INFO:teuthology.orchestra.run.smithi060.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-30T01:14:07.644 INFO:teuthology.orchestra.run.smithi060.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-30T01:14:07.644 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2023-09-30T01:14:07.644 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-30T01:14:07.644 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-30T01:14:07.644 INFO:teuthology.orchestra.run.smithi060.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-30T01:14:07.644 INFO:teuthology.orchestra.run.smithi060.stdout:Installing weak dependencies: 2023-09-30T01:14:07.644 INFO:teuthology.orchestra.run.smithi060.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-30T01:14:07.644 INFO:teuthology.orchestra.run.smithi060.stdout:Installing module profiles: 2023-09-30T01:14:07.644 INFO:teuthology.orchestra.run.smithi060.stdout: container-tools/common 2023-09-30T01:14:07.645 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:14:07.645 INFO:teuthology.orchestra.run.smithi060.stdout:Enabling module streams: 2023-09-30T01:14:07.645 INFO:teuthology.orchestra.run.smithi060.stdout: container-tools rhel8 2023-09-30T01:14:07.645 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:14:07.645 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-30T01:14:07.645 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:14:07.645 INFO:teuthology.orchestra.run.smithi060.stdout:Install 13 Packages 2023-09-30T01:14:07.645 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:14:07.646 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 26 M 2023-09-30T01:14:07.646 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 87 M 2023-09-30T01:14:07.646 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-30T01:14:07.646 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:14:07.646 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2023-09-30T01:14:07.646 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:14:07.647 INFO:teuthology.orchestra.run.smithi053.stdout:Installing group/module packages: 2023-09-30T01:14:07.647 INFO:teuthology.orchestra.run.smithi053.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-30T01:14:07.647 INFO:teuthology.orchestra.run.smithi053.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-30T01:14:07.647 INFO:teuthology.orchestra.run.smithi053.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-30T01:14:07.647 INFO:teuthology.orchestra.run.smithi053.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-30T01:14:07.647 INFO:teuthology.orchestra.run.smithi053.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-30T01:14:07.647 INFO:teuthology.orchestra.run.smithi053.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-30T01:14:07.647 INFO:teuthology.orchestra.run.smithi053.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-30T01:14:07.647 INFO:teuthology.orchestra.run.smithi053.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-30T01:14:07.647 INFO:teuthology.orchestra.run.smithi053.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-30T01:14:07.647 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2023-09-30T01:14:07.647 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-30T01:14:07.648 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-30T01:14:07.648 INFO:teuthology.orchestra.run.smithi053.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-30T01:14:07.648 INFO:teuthology.orchestra.run.smithi053.stdout:Installing weak dependencies: 2023-09-30T01:14:07.648 INFO:teuthology.orchestra.run.smithi053.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-30T01:14:07.648 INFO:teuthology.orchestra.run.smithi053.stdout:Installing module profiles: 2023-09-30T01:14:07.648 INFO:teuthology.orchestra.run.smithi053.stdout: container-tools/common 2023-09-30T01:14:07.648 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:14:07.648 INFO:teuthology.orchestra.run.smithi053.stdout:Enabling module streams: 2023-09-30T01:14:07.648 INFO:teuthology.orchestra.run.smithi053.stdout: container-tools rhel8 2023-09-30T01:14:07.648 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:14:07.648 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2023-09-30T01:14:07.648 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:14:07.648 INFO:teuthology.orchestra.run.smithi053.stdout:Install 13 Packages 2023-09-30T01:14:07.649 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:14:07.649 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 26 M 2023-09-30T01:14:07.649 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 87 M 2023-09-30T01:14:07.649 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2023-09-30T01:14:07.695 INFO:teuthology.orchestra.run.smithi184.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.3 MB/s | 1.0 MB 00:00 2023-09-30T01:14:07.712 INFO:teuthology.orchestra.run.smithi184.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 324 kB/s | 38 kB 00:00 2023-09-30T01:14:07.846 INFO:teuthology.orchestra.run.smithi184.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 1.6 MB/s | 239 kB 00:00 2023-09-30T01:14:07.946 INFO:teuthology.orchestra.run.smithi184.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 1.7 MB/s | 177 kB 00:00 2023-09-30T01:14:08.038 INFO:teuthology.orchestra.run.smithi184.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 271 kB/s | 25 kB 00:00 2023-09-30T01:14:08.122 INFO:teuthology.orchestra.run.smithi184.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2023-09-30T01:14:08.756 INFO:teuthology.orchestra.run.smithi060.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 1.4 MB/s | 739 kB 00:00 2023-09-30T01:14:08.905 INFO:teuthology.orchestra.run.smithi184.stdout:(8/13): netavark-1.7.0-1.module_el8+487+8e42a27 3.1 MB/s | 3.7 MB 00:01 2023-09-30T01:14:08.964 INFO:teuthology.orchestra.run.smithi060.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 182 kB/s | 38 kB 00:00 2023-09-30T01:14:09.011 INFO:teuthology.orchestra.run.smithi053.stdout:(1/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.4 MB/s | 1.0 MB 00:00 2023-09-30T01:14:09.015 INFO:teuthology.orchestra.run.smithi060.stdout:(3/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.3 MB/s | 1.0 MB 00:00 2023-09-30T01:14:09.057 INFO:teuthology.orchestra.run.smithi060.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 2.5 MB/s | 239 kB 00:00 2023-09-30T01:14:09.149 INFO:teuthology.orchestra.run.smithi060.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 1.9 MB/s | 177 kB 00:00 2023-09-30T01:14:09.212 INFO:teuthology.orchestra.run.smithi053.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 190 kB/s | 38 kB 00:00 2023-09-30T01:14:09.249 INFO:teuthology.orchestra.run.smithi060.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 248 kB/s | 25 kB 00:00 2023-09-30T01:14:09.256 INFO:teuthology.orchestra.run.smithi053.stdout:(3/13): cockpit-podman-75-1.module_el8+664+4072 759 kB/s | 739 kB 00:00 2023-09-30T01:14:09.312 INFO:teuthology.orchestra.run.smithi053.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 2.3 MB/s | 239 kB 00:00 2023-09-30T01:14:09.341 INFO:teuthology.orchestra.run.smithi060.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.0 MB/s | 94 kB 00:00 2023-09-30T01:14:09.389 INFO:teuthology.orchestra.run.smithi184.stdout:(9/13): buildah-1.31.3-1.module_el8+664+4072b3a 3.6 MB/s | 8.8 MB 00:02 2023-09-30T01:14:09.395 INFO:teuthology.orchestra.run.smithi053.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 2.1 MB/s | 177 kB 00:00 2023-09-30T01:14:09.464 INFO:teuthology.orchestra.run.smithi184.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 704 kB/s | 53 kB 00:00 2023-09-30T01:14:09.479 INFO:teuthology.orchestra.run.smithi053.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 298 kB/s | 25 kB 00:00 2023-09-30T01:14:09.539 INFO:teuthology.orchestra.run.smithi184.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 545 kB/s | 41 kB 00:00 2023-09-30T01:14:09.563 INFO:teuthology.orchestra.run.smithi053.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2023-09-30T01:14:09.721 INFO:teuthology.orchestra.run.smithi184.stdout:(12/13): toolbox-0.0.99.4-5.module_el8+649+e2de 3.1 MB/s | 2.5 MB 00:00 2023-09-30T01:14:09.958 INFO:teuthology.orchestra.run.smithi060.stdout:(8/13): skopeo-1.13.3-1.module_el8+664+4072b3ae 13 MB/s | 8.1 MB 00:00 2023-09-30T01:14:10.091 INFO:teuthology.orchestra.run.smithi060.stdout:(9/13): buildah-1.31.3-1.module_el8+664+4072b3a 4.8 MB/s | 8.8 MB 00:01 2023-09-30T01:14:10.158 INFO:teuthology.orchestra.run.smithi060.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 793 kB/s | 53 kB 00:00 2023-09-30T01:14:10.171 INFO:teuthology.orchestra.run.smithi053.stdout:(8/13): buildah-1.31.3-1.module_el8+664+4072b3a 4.7 MB/s | 8.8 MB 00:01 2023-09-30T01:14:10.200 INFO:teuthology.orchestra.run.smithi060.stdout:(11/13): toolbox-0.0.99.4-5.module_el8+649+e2de 10 MB/s | 2.5 MB 00:00 2023-09-30T01:14:10.226 INFO:teuthology.orchestra.run.smithi060.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 614 kB/s | 41 kB 00:00 2023-09-30T01:14:10.354 INFO:teuthology.orchestra.run.smithi060.stdout:(13/13): netavark-1.7.0-1.module_el8+487+8e42a2 2.8 MB/s | 3.7 MB 00:01 2023-09-30T01:14:10.356 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:14:10.356 INFO:teuthology.orchestra.run.smithi060.stdout:Total 9.4 MB/s | 26 MB 00:02 2023-09-30T01:14:10.357 INFO:teuthology.orchestra.run.smithi184.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 3.6 MB/s | 8.1 MB 00:02 2023-09-30T01:14:10.357 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:14:10.357 INFO:teuthology.orchestra.run.smithi184.stdout:Total 7.2 MB/s | 26 MB 00:03 2023-09-30T01:14:10.371 INFO:teuthology.orchestra.run.smithi053.stdout:(9/13): netavark-1.7.0-1.module_el8+487+8e42a27 3.4 MB/s | 3.7 MB 00:01 2023-09-30T01:14:10.422 INFO:teuthology.orchestra.run.smithi053.stdout:(10/13): toolbox-0.0.99.4-5.module_el8+649+e2de 10 MB/s | 2.5 MB 00:00 2023-09-30T01:14:10.447 INFO:teuthology.orchestra.run.smithi053.stdout:(11/13): udica-0.2.6-20.module_el8+487+8e42a277 702 kB/s | 53 kB 00:00 2023-09-30T01:14:10.489 INFO:teuthology.orchestra.run.smithi053.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 613 kB/s | 41 kB 00:00 2023-09-30T01:14:10.629 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-09-30T01:14:10.644 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-30T01:14:10.650 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-09-30T01:14:10.650 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-09-30T01:14:10.668 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-30T01:14:10.669 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-30T01:14:10.697 INFO:teuthology.orchestra.run.smithi053.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 7.2 MB/s | 8.1 MB 00:01 2023-09-30T01:14:10.698 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:14:10.698 INFO:teuthology.orchestra.run.smithi053.stdout:Total 8.4 MB/s | 26 MB 00:03 2023-09-30T01:14:10.914 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-09-30T01:14:10.918 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-09-30T01:14:10.945 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-30T01:14:10.949 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-30T01:14:10.987 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2023-09-30T01:14:11.011 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2023-09-30T01:14:11.011 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2023-09-30T01:14:11.299 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2023-09-30T01:14:11.303 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2023-09-30T01:14:11.605 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-09-30T01:14:11.628 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-30T01:14:11.811 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-30T01:14:11.874 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-30T01:14:12.006 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-30T01:14:12.041 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-30T01:14:12.133 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2023-09-30T01:14:12.224 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-30T01:14:12.226 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-30T01:14:12.351 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-30T01:14:12.442 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T01:14:12.475 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T01:14:12.520 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-30T01:14:12.755 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-30T01:14:12.979 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T01:14:13.026 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-30T01:14:13.045 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-30T01:14:13.580 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-30T01:14:13.939 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T01:14:14.059 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T01:14:14.213 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-30T01:14:14.277 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-30T01:14:14.393 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-30T01:14:14.515 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-30T01:14:14.547 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T01:14:14.660 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-30T01:14:14.754 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-30T01:14:14.766 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-30T01:14:14.990 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-30T01:14:15.018 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-30T01:14:15.160 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-30T01:14:15.241 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-30T01:14:15.698 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-30T01:14:15.899 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T01:14:16.105 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T01:14:16.130 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-30T01:14:16.297 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T01:14:16.334 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-30T01:14:16.513 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T01:14:16.676 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T01:14:16.734 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T01:14:16.734 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-30T01:14:16.735 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-30T01:14:16.735 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-30T01:14:16.735 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T01:14:16.735 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-30T01:14:16.735 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T01:14:16.735 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-30T01:14:16.735 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-30T01:14:16.735 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-30T01:14:16.735 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-30T01:14:16.735 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T01:14:16.735 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-30T01:14:16.906 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-30T01:14:17.004 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T01:14:17.004 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-30T01:14:17.004 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-30T01:14:17.004 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-30T01:14:17.004 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T01:14:17.004 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-30T01:14:17.004 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T01:14:17.004 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-30T01:14:17.004 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-30T01:14:17.005 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-30T01:14:17.005 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-30T01:14:17.005 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T01:14:17.005 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-30T01:14:17.092 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T01:14:17.556 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-30T01:14:17.556 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:14:17.556 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-09-30T01:14:17.556 INFO:teuthology.orchestra.run.smithi184.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T01:14:17.556 INFO:teuthology.orchestra.run.smithi184.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T01:14:17.556 INFO:teuthology.orchestra.run.smithi184.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-30T01:14:17.556 INFO:teuthology.orchestra.run.smithi184.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-30T01:14:17.556 INFO:teuthology.orchestra.run.smithi184.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-30T01:14:17.556 INFO:teuthology.orchestra.run.smithi184.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T01:14:17.557 INFO:teuthology.orchestra.run.smithi184.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-30T01:14:17.557 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-30T01:14:17.557 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-30T01:14:17.557 INFO:teuthology.orchestra.run.smithi184.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T01:14:17.557 INFO:teuthology.orchestra.run.smithi184.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-30T01:14:17.557 INFO:teuthology.orchestra.run.smithi184.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-30T01:14:17.557 INFO:teuthology.orchestra.run.smithi184.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-30T01:14:17.557 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:14:17.557 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:14:17.579 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T01:14:17.580 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-30T01:14:17.580 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-30T01:14:17.580 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-30T01:14:17.580 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T01:14:17.580 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-30T01:14:17.580 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T01:14:17.581 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-30T01:14:17.581 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-30T01:14:17.581 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-30T01:14:17.581 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-30T01:14:17.581 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T01:14:17.581 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-30T01:14:17.860 DEBUG:teuthology.parallel:result is None 2023-09-30T01:14:17.867 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-30T01:14:17.867 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:14:17.867 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-30T01:14:17.867 INFO:teuthology.orchestra.run.smithi060.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T01:14:17.867 INFO:teuthology.orchestra.run.smithi060.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T01:14:17.868 INFO:teuthology.orchestra.run.smithi060.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-30T01:14:17.868 INFO:teuthology.orchestra.run.smithi060.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-30T01:14:17.868 INFO:teuthology.orchestra.run.smithi060.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-30T01:14:17.868 INFO:teuthology.orchestra.run.smithi060.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T01:14:17.868 INFO:teuthology.orchestra.run.smithi060.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-30T01:14:17.868 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-30T01:14:17.868 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-30T01:14:17.868 INFO:teuthology.orchestra.run.smithi060.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T01:14:17.868 INFO:teuthology.orchestra.run.smithi060.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-30T01:14:17.868 INFO:teuthology.orchestra.run.smithi060.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-30T01:14:17.868 INFO:teuthology.orchestra.run.smithi060.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-30T01:14:17.868 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:14:17.869 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:14:18.199 DEBUG:teuthology.parallel:result is None 2023-09-30T01:14:18.436 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-30T01:14:18.437 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:14:18.437 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2023-09-30T01:14:18.437 INFO:teuthology.orchestra.run.smithi053.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T01:14:18.437 INFO:teuthology.orchestra.run.smithi053.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T01:14:18.437 INFO:teuthology.orchestra.run.smithi053.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-30T01:14:18.437 INFO:teuthology.orchestra.run.smithi053.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-30T01:14:18.437 INFO:teuthology.orchestra.run.smithi053.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-30T01:14:18.437 INFO:teuthology.orchestra.run.smithi053.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T01:14:18.437 INFO:teuthology.orchestra.run.smithi053.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-30T01:14:18.437 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-30T01:14:18.437 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-30T01:14:18.438 INFO:teuthology.orchestra.run.smithi053.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T01:14:18.438 INFO:teuthology.orchestra.run.smithi053.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-30T01:14:18.438 INFO:teuthology.orchestra.run.smithi053.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-30T01:14:18.438 INFO:teuthology.orchestra.run.smithi053.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-30T01:14:18.438 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:14:18.438 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:14:18.689 DEBUG:teuthology.parallel:result is None 2023-09-30T01:14:18.689 INFO:teuthology.run_tasks:Running task install... 2023-09-30T01:14:18.698 DEBUG:teuthology.task.install:project ceph 2023-09-30T01:14:18.699 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '93dce5e17918f8aca65993a7a2dc40233a47b481'}} 2023-09-30T01:14:18.699 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '93dce5e17918f8aca65993a7a2dc40233a47b481'} 2023-09-30T01:14:18.699 INFO:teuthology.task.install:Using flavor: default 2023-09-30T01:14:18.707 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-30T01:14:18.707 INFO:teuthology.task.install:extra packages: [] 2023-09-30T01:14:18.708 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-30T01:14:18.708 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-30T01:14:18.710 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-30T01:14:18.710 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-30T01:14:18.711 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-30T01:14:18.711 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-30T01:14:18.853 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-30T01:14:18.853 INFO:teuthology.task.install.rpm:Package version is 17.2.6-1165.g93dce5e1 2023-09-30T01:14:18.926 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-30T01:14:18.927 INFO:teuthology.task.install.rpm:Package version is 17.2.6-1165.g93dce5e1 2023-09-30T01:14:18.932 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-30T01:14:18.932 INFO:teuthology.task.install.rpm:Package version is 17.2.6-1165.g93dce5e1 2023-09-30T01:14:19.018 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-30T01:14:19.018 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-30T01:14:19.018 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-09-30T01:14:19.037 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-30T01:14:19.037 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-09-30T01:14:19.038 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-09-30T01:14:19.054 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-30T01:14:19.055 DEBUG:teuthology.orchestra.run.smithi060:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/93dce5e17918f8aca65993a7a2dc40233a47b481/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-09-30T01:14:19.076 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-30T01:14:19.076 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T01:14:19.090 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-30T01:14:19.091 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2023-09-30T01:14:19.091 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-09-30T01:14:19.127 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-30T01:14:19.127 DEBUG:teuthology.orchestra.run.smithi053:> 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-30T01:14:19.132 DEBUG:teuthology.orchestra.run.smithi060:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-09-30T01:14:19.150 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T01:14:19.204 DEBUG:teuthology.orchestra.run.smithi053:> 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-30T01:14:19.220 DEBUG:teuthology.orchestra.run.smithi060:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-09-30T01:14:19.235 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T01:14:19.252 INFO:teuthology.orchestra.run.smithi060.stdout:check_obsoletes = 1 2023-09-30T01:14:19.254 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum clean all 2023-09-30T01:14:19.268 INFO:teuthology.orchestra.run.smithi184.stdout:check_obsoletes = 1 2023-09-30T01:14:19.270 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum clean all 2023-09-30T01:14:19.294 DEBUG:teuthology.orchestra.run.smithi053:> 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-30T01:14:19.327 INFO:teuthology.orchestra.run.smithi053.stdout:check_obsoletes = 1 2023-09-30T01:14:19.329 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum clean all 2023-09-30T01:14:19.560 INFO:teuthology.orchestra.run.smithi184.stdout:76 files removed 2023-09-30T01:14:19.566 INFO:teuthology.orchestra.run.smithi060.stdout:76 files removed 2023-09-30T01:14:19.588 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-radosgw 2023-09-30T01:14:19.603 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-radosgw 2023-09-30T01:14:19.632 INFO:teuthology.orchestra.run.smithi053.stdout:76 files removed 2023-09-30T01:14:19.664 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-radosgw 2023-09-30T01:14:20.298 INFO:teuthology.orchestra.run.smithi184.stdout:ceph packages for x86_64 258 kB/s | 78 kB 00:00 2023-09-30T01:14:20.411 INFO:teuthology.orchestra.run.smithi060.stdout:ceph packages for x86_64 229 kB/s | 78 kB 00:00 2023-09-30T01:14:20.539 INFO:teuthology.orchestra.run.smithi053.stdout:ceph packages for x86_64 192 kB/s | 78 kB 00:00 2023-09-30T01:14:20.607 INFO:teuthology.orchestra.run.smithi184.stdout:ceph noarch packages 34 kB/s | 9.2 kB 00:00 2023-09-30T01:14:20.719 INFO:teuthology.orchestra.run.smithi060.stdout:ceph noarch packages 35 kB/s | 9.2 kB 00:00 2023-09-30T01:14:20.915 INFO:teuthology.orchestra.run.smithi053.stdout:ceph noarch packages 28 kB/s | 9.2 kB 00:00 2023-09-30T01:14:20.916 INFO:teuthology.orchestra.run.smithi184.stdout:ceph source packages 5.2 kB/s | 1.5 kB 00:00 2023-09-30T01:14:21.062 INFO:teuthology.orchestra.run.smithi060.stdout:ceph source packages 4.7 kB/s | 1.5 kB 00:00 2023-09-30T01:14:21.316 INFO:teuthology.orchestra.run.smithi053.stdout:ceph source packages 4.0 kB/s | 1.5 kB 00:00 2023-09-30T01:14:23.293 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - AppStream 14 MB/s | 33 MB 00:02 2023-09-30T01:14:23.529 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 8 - AppStream 14 MB/s | 33 MB 00:02 2023-09-30T01:14:24.266 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - AppStream 11 MB/s | 33 MB 00:02 2023-09-30T01:14:30.792 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - BaseOS 35 MB/s | 48 MB 00:01 2023-09-30T01:14:31.529 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 8 - BaseOS 37 MB/s | 48 MB 00:01 2023-09-30T01:14:32.500 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - BaseOS 31 MB/s | 48 MB 00:01 2023-09-30T01:14:38.266 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - Extras 44 kB/s | 18 kB 00:00 2023-09-30T01:14:38.834 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-09-30T01:14:39.929 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 8 - Extras 23 kB/s | 18 kB 00:00 2023-09-30T01:14:40.383 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - Extras 70 kB/s | 18 kB 00:00 2023-09-30T01:14:40.530 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2023-09-30T01:14:40.967 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-09-30T01:14:41.020 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - PowerTools 3.2 MB/s | 6.5 MB 00:02 2023-09-30T01:14:42.502 INFO:teuthology.orchestra.run.smithi184.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-09-30T01:14:42.589 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 8 - PowerTools 3.4 MB/s | 6.5 MB 00:01 2023-09-30T01:14:43.234 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - PowerTools 3.1 MB/s | 6.5 MB 00:02 2023-09-30T01:14:44.141 INFO:teuthology.orchestra.run.smithi060.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-09-30T01:14:44.769 INFO:teuthology.orchestra.run.smithi053.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-09-30T01:14:45.291 INFO:teuthology.orchestra.run.smithi060.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:00 2023-09-30T01:14:45.554 INFO:teuthology.orchestra.run.smithi053.stdout:Extra Packages for Enterprise Linux 26 MB/s | 16 MB 00:00 2023-09-30T01:14:45.564 INFO:teuthology.orchestra.run.smithi184.stdout:Extra Packages for Enterprise Linux 5.5 MB/s | 16 MB 00:02 2023-09-30T01:14:49.437 INFO:teuthology.orchestra.run.smithi184.stdout:lab-extras 382 kB/s | 24 kB 00:00 2023-09-30T01:14:49.601 INFO:teuthology.orchestra.run.smithi060.stdout:lab-extras 533 kB/s | 24 kB 00:00 2023-09-30T01:14:49.888 INFO:teuthology.orchestra.run.smithi053.stdout:lab-extras 403 kB/s | 24 kB 00:00 2023-09-30T01:14:53.823 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:14:53.826 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:14:53.826 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2023-09-30T01:14:53.826 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:14:53.826 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2023-09-30T01:14:53.826 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-radosgw x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 17 M 2023-09-30T01:14:53.826 INFO:teuthology.orchestra.run.smithi184.stdout:Upgrading: 2023-09-30T01:14:53.826 INFO:teuthology.orchestra.run.smithi184.stdout: librados2 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.5 M 2023-09-30T01:14:53.826 INFO:teuthology.orchestra.run.smithi184.stdout: librbd1 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.6 M 2023-09-30T01:14:53.826 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2023-09-30T01:14:53.827 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-base x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 5.2 M 2023-09-30T01:14:53.827 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-common x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 23 M 2023-09-30T01:14:53.827 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-selinux x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 24 k 2023-09-30T01:14:53.827 INFO:teuthology.orchestra.run.smithi184.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-09-30T01:14:53.827 INFO:teuthology.orchestra.run.smithi184.stdout: libcephfs2 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 796 k 2023-09-30T01:14:53.827 INFO:teuthology.orchestra.run.smithi184.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-09-30T01:14:53.827 INFO:teuthology.orchestra.run.smithi184.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-09-30T01:14:53.827 INFO:teuthology.orchestra.run.smithi184.stdout: libradosstriper1 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 506 k 2023-09-30T01:14:53.827 INFO:teuthology.orchestra.run.smithi184.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-09-30T01:14:53.827 INFO:teuthology.orchestra.run.smithi184.stdout: librgw2 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 5.6 M 2023-09-30T01:14:53.828 INFO:teuthology.orchestra.run.smithi184.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-09-30T01:14:53.828 INFO:teuthology.orchestra.run.smithi184.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-09-30T01:14:53.828 INFO:teuthology.orchestra.run.smithi184.stdout: python3-ceph-argparse x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 45 k 2023-09-30T01:14:53.828 INFO:teuthology.orchestra.run.smithi184.stdout: python3-ceph-common x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 115 k 2023-09-30T01:14:53.828 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cephfs x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 190 k 2023-09-30T01:14:53.828 INFO:teuthology.orchestra.run.smithi184.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-09-30T01:14:53.828 INFO:teuthology.orchestra.run.smithi184.stdout: python3-rados x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 370 k 2023-09-30T01:14:53.828 INFO:teuthology.orchestra.run.smithi184.stdout: python3-rbd x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 358 k 2023-09-30T01:14:53.828 INFO:teuthology.orchestra.run.smithi184.stdout: python3-rgw x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 107 k 2023-09-30T01:14:53.828 INFO:teuthology.orchestra.run.smithi184.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-09-30T01:14:53.828 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:14:53.828 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-09-30T01:14:53.829 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:14:53.829 INFO:teuthology.orchestra.run.smithi184.stdout:Install 21 Packages 2023-09-30T01:14:53.829 INFO:teuthology.orchestra.run.smithi184.stdout:Upgrade 2 Packages 2023-09-30T01:14:53.829 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:14:53.829 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 63 M 2023-09-30T01:14:53.829 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-09-30T01:14:54.462 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:14:54.465 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:14:54.465 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2023-09-30T01:14:54.465 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:14:54.465 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2023-09-30T01:14:54.466 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-radosgw x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 17 M 2023-09-30T01:14:54.466 INFO:teuthology.orchestra.run.smithi060.stdout:Upgrading: 2023-09-30T01:14:54.466 INFO:teuthology.orchestra.run.smithi060.stdout: librados2 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.5 M 2023-09-30T01:14:54.466 INFO:teuthology.orchestra.run.smithi060.stdout: librbd1 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.6 M 2023-09-30T01:14:54.466 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2023-09-30T01:14:54.466 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-base x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 5.2 M 2023-09-30T01:14:54.466 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-common x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 23 M 2023-09-30T01:14:54.466 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-selinux x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 24 k 2023-09-30T01:14:54.466 INFO:teuthology.orchestra.run.smithi060.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-09-30T01:14:54.466 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs2 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 796 k 2023-09-30T01:14:54.466 INFO:teuthology.orchestra.run.smithi060.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-09-30T01:14:54.467 INFO:teuthology.orchestra.run.smithi060.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-09-30T01:14:54.467 INFO:teuthology.orchestra.run.smithi060.stdout: libradosstriper1 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 506 k 2023-09-30T01:14:54.467 INFO:teuthology.orchestra.run.smithi060.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-09-30T01:14:54.467 INFO:teuthology.orchestra.run.smithi060.stdout: librgw2 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 5.6 M 2023-09-30T01:14:54.467 INFO:teuthology.orchestra.run.smithi060.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-09-30T01:14:54.467 INFO:teuthology.orchestra.run.smithi060.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-09-30T01:14:54.467 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-argparse x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 45 k 2023-09-30T01:14:54.467 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-common x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 115 k 2023-09-30T01:14:54.467 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cephfs x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 190 k 2023-09-30T01:14:54.467 INFO:teuthology.orchestra.run.smithi060.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-09-30T01:14:54.468 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rados x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 370 k 2023-09-30T01:14:54.468 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rbd x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 358 k 2023-09-30T01:14:54.468 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rgw x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 107 k 2023-09-30T01:14:54.468 INFO:teuthology.orchestra.run.smithi060.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-09-30T01:14:54.468 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:14:54.468 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-30T01:14:54.468 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:14:54.468 INFO:teuthology.orchestra.run.smithi060.stdout:Install 21 Packages 2023-09-30T01:14:54.468 INFO:teuthology.orchestra.run.smithi060.stdout:Upgrade 2 Packages 2023-09-30T01:14:54.468 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:14:54.469 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 63 M 2023-09-30T01:14:54.469 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-30T01:14:54.730 INFO:teuthology.orchestra.run.smithi184.stdout:(1/23): ceph-base-17.2.6-1165.g93dce5e1.el8.x86 7.6 MB/s | 5.2 MB 00:00 2023-09-30T01:14:54.797 INFO:teuthology.orchestra.run.smithi184.stdout:(2/23): ceph-selinux-17.2.6-1165.g93dce5e1.el8. 366 kB/s | 24 kB 00:00 2023-09-30T01:14:54.817 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:14:54.821 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:14:54.821 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2023-09-30T01:14:54.821 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:14:54.821 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2023-09-30T01:14:54.821 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-radosgw x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 17 M 2023-09-30T01:14:54.821 INFO:teuthology.orchestra.run.smithi053.stdout:Upgrading: 2023-09-30T01:14:54.821 INFO:teuthology.orchestra.run.smithi053.stdout: librados2 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.5 M 2023-09-30T01:14:54.821 INFO:teuthology.orchestra.run.smithi053.stdout: librbd1 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.6 M 2023-09-30T01:14:54.821 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2023-09-30T01:14:54.821 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-base x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 5.2 M 2023-09-30T01:14:54.821 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-common x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 23 M 2023-09-30T01:14:54.822 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-selinux x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 24 k 2023-09-30T01:14:54.822 INFO:teuthology.orchestra.run.smithi053.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-09-30T01:14:54.822 INFO:teuthology.orchestra.run.smithi053.stdout: libcephfs2 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 796 k 2023-09-30T01:14:54.822 INFO:teuthology.orchestra.run.smithi053.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-09-30T01:14:54.822 INFO:teuthology.orchestra.run.smithi053.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-09-30T01:14:54.822 INFO:teuthology.orchestra.run.smithi053.stdout: libradosstriper1 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 506 k 2023-09-30T01:14:54.822 INFO:teuthology.orchestra.run.smithi053.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-09-30T01:14:54.822 INFO:teuthology.orchestra.run.smithi053.stdout: librgw2 x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 5.6 M 2023-09-30T01:14:54.822 INFO:teuthology.orchestra.run.smithi053.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-09-30T01:14:54.822 INFO:teuthology.orchestra.run.smithi053.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-09-30T01:14:54.822 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-argparse x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 45 k 2023-09-30T01:14:54.823 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-common x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 115 k 2023-09-30T01:14:54.823 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cephfs x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 190 k 2023-09-30T01:14:54.823 INFO:teuthology.orchestra.run.smithi053.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-09-30T01:14:54.823 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rados x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 370 k 2023-09-30T01:14:54.823 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rbd x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 358 k 2023-09-30T01:14:54.823 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rgw x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 107 k 2023-09-30T01:14:54.823 INFO:teuthology.orchestra.run.smithi053.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-09-30T01:14:54.823 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:14:54.823 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2023-09-30T01:14:54.823 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:14:54.823 INFO:teuthology.orchestra.run.smithi053.stdout:Install 21 Packages 2023-09-30T01:14:54.823 INFO:teuthology.orchestra.run.smithi053.stdout:Upgrade 2 Packages 2023-09-30T01:14:54.823 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:14:54.824 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 63 M 2023-09-30T01:14:54.824 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2023-09-30T01:14:54.930 INFO:teuthology.orchestra.run.smithi184.stdout:(3/23): libcephfs2-17.2.6-1165.g93dce5e1.el8.x8 5.8 MB/s | 796 kB 00:00 2023-09-30T01:14:55.064 INFO:teuthology.orchestra.run.smithi184.stdout:(4/23): libradosstriper1-17.2.6-1165.g93dce5e1. 3.7 MB/s | 506 kB 00:00 2023-09-30T01:14:55.756 INFO:teuthology.orchestra.run.smithi184.stdout:(5/23): ceph-radosgw-17.2.6-1165.g93dce5e1.el8. 9.9 MB/s | 17 MB 00:01 2023-09-30T01:14:55.839 INFO:teuthology.orchestra.run.smithi184.stdout:(6/23): librgw2-17.2.6-1165.g93dce5e1.el8.x86_6 7.2 MB/s | 5.6 MB 00:00 2023-09-30T01:14:55.865 INFO:teuthology.orchestra.run.smithi184.stdout:(7/23): python3-ceph-argparse-17.2.6-1165.g93dc 411 kB/s | 45 kB 00:00 2023-09-30T01:14:55.915 INFO:teuthology.orchestra.run.smithi184.stdout:(8/23): python3-ceph-common-17.2.6-1165.g93dce5 1.5 MB/s | 115 kB 00:00 2023-09-30T01:14:55.949 INFO:teuthology.orchestra.run.smithi184.stdout:(9/23): python3-cephfs-17.2.6-1165.g93dce5e1.el 2.2 MB/s | 190 kB 00:00 2023-09-30T01:14:56.007 INFO:teuthology.orchestra.run.smithi184.stdout:(10/23): python3-rados-17.2.6-1165.g93dce5e1.el 3.9 MB/s | 370 kB 00:00 2023-09-30T01:14:56.080 INFO:teuthology.orchestra.run.smithi184.stdout:(11/23): python3-rbd-17.2.6-1165.g93dce5e1.el8. 2.7 MB/s | 358 kB 00:00 2023-09-30T01:14:56.108 INFO:teuthology.orchestra.run.smithi184.stdout:(12/23): python3-rgw-17.2.6-1165.g93dce5e1.el8. 1.0 MB/s | 107 kB 00:00 2023-09-30T01:14:56.300 INFO:teuthology.orchestra.run.smithi184.stdout:(13/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.6 MB/s | 354 kB 00:00 2023-09-30T01:14:56.325 INFO:teuthology.orchestra.run.smithi184.stdout:(14/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.2 MB/s | 259 kB 00:00 2023-09-30T01:14:56.359 INFO:teuthology.orchestra.run.smithi184.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 747 kB/s | 44 kB 00:00 2023-09-30T01:14:56.533 INFO:teuthology.orchestra.run.smithi184.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 226 kB/s | 47 kB 00:00 2023-09-30T01:14:56.622 INFO:teuthology.orchestra.run.smithi053.stdout:(1/23): ceph-base-17.2.6-1165.g93dce5e1.el8.x86 3.8 MB/s | 5.2 MB 00:01 2023-09-30T01:14:56.697 INFO:teuthology.orchestra.run.smithi053.stdout:(2/23): ceph-selinux-17.2.6-1165.g93dce5e1.el8. 325 kB/s | 24 kB 00:00 2023-09-30T01:14:56.818 INFO:teuthology.orchestra.run.smithi184.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 207 kB/s | 59 kB 00:00 2023-09-30T01:14:56.902 INFO:teuthology.orchestra.run.smithi184.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 565 kB/s | 306 kB 00:00 2023-09-30T01:14:56.927 INFO:teuthology.orchestra.run.smithi184.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 691 kB/s | 75 kB 00:00 2023-09-30T01:14:56.981 INFO:teuthology.orchestra.run.smithi053.stdout:(3/23): libcephfs2-17.2.6-1165.g93dce5e1.el8.x8 2.7 MB/s | 796 kB 00:00 2023-09-30T01:14:57.144 INFO:teuthology.orchestra.run.smithi184.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 7.2 MB/s | 1.7 MB 00:00 2023-09-30T01:14:57.373 INFO:teuthology.orchestra.run.smithi053.stdout:(4/23): libradosstriper1-17.2.6-1165.g93dce5e1. 1.3 MB/s | 506 kB 00:00 2023-09-30T01:14:57.860 INFO:teuthology.orchestra.run.smithi060.stdout:(1/23): ceph-base-17.2.6-1165.g93dce5e1.el8.x86 1.6 MB/s | 5.2 MB 00:03 2023-09-30T01:14:57.960 INFO:teuthology.orchestra.run.smithi060.stdout:(2/23): ceph-selinux-17.2.6-1165.g93dce5e1.el8. 244 kB/s | 24 kB 00:00 2023-09-30T01:14:58.111 INFO:teuthology.orchestra.run.smithi184.stdout:(21/23): librados2-17.2.6-1165.g93dce5e1.el8.x8 2.9 MB/s | 3.5 MB 00:01 2023-09-30T01:14:58.263 INFO:teuthology.orchestra.run.smithi184.stdout:(22/23): librbd1-17.2.6-1165.g93dce5e1.el8.x86_ 3.2 MB/s | 3.6 MB 00:01 2023-09-30T01:14:58.744 INFO:teuthology.orchestra.run.smithi060.stdout:(3/23): libcephfs2-17.2.6-1165.g93dce5e1.el8.x8 1.0 MB/s | 796 kB 00:00 2023-09-30T01:14:59.237 INFO:teuthology.orchestra.run.smithi060.stdout:(4/23): libradosstriper1-17.2.6-1165.g93dce5e1. 1.0 MB/s | 506 kB 00:00 2023-09-30T01:14:59.503 INFO:teuthology.orchestra.run.smithi053.stdout:(5/23): librgw2-17.2.6-1165.g93dce5e1.el8.x86_6 2.6 MB/s | 5.6 MB 00:02 2023-09-30T01:14:59.590 INFO:teuthology.orchestra.run.smithi053.stdout:(6/23): python3-ceph-argparse-17.2.6-1165.g93dc 514 kB/s | 45 kB 00:00 2023-09-30T01:14:59.840 INFO:teuthology.orchestra.run.smithi053.stdout:(7/23): ceph-common-17.2.6-1165.g93dce5e1.el8.x 5.1 MB/s | 23 MB 00:04 2023-09-30T01:14:59.865 INFO:teuthology.orchestra.run.smithi053.stdout:(8/23): python3-ceph-common-17.2.6-1165.g93dce5 420 kB/s | 115 kB 00:00 2023-09-30T01:14:59.916 INFO:teuthology.orchestra.run.smithi053.stdout:(9/23): python3-cephfs-17.2.6-1165.g93dce5e1.el 2.5 MB/s | 190 kB 00:00 2023-09-30T01:15:00.066 INFO:teuthology.orchestra.run.smithi053.stdout:(10/23): python3-rbd-17.2.6-1165.g93dce5e1.el8. 2.3 MB/s | 358 kB 00:00 2023-09-30T01:15:00.091 INFO:teuthology.orchestra.run.smithi053.stdout:(11/23): python3-rados-17.2.6-1165.g93dce5e1.el 1.6 MB/s | 370 kB 00:00 2023-09-30T01:15:00.125 INFO:teuthology.orchestra.run.smithi053.stdout:(12/23): python3-rgw-17.2.6-1165.g93dce5e1.el8. 1.8 MB/s | 107 kB 00:00 2023-09-30T01:15:00.236 INFO:teuthology.orchestra.run.smithi060.stdout:(5/23): ceph-radosgw-17.2.6-1165.g93dce5e1.el8. 3.0 MB/s | 17 MB 00:05 2023-09-30T01:15:00.311 INFO:teuthology.orchestra.run.smithi060.stdout:(6/23): python3-ceph-argparse-17.2.6-1165.g93dc 600 kB/s | 45 kB 00:00 2023-09-30T01:15:00.317 INFO:teuthology.orchestra.run.smithi053.stdout:(13/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.5 MB/s | 354 kB 00:00 2023-09-30T01:15:00.350 INFO:teuthology.orchestra.run.smithi053.stdout:(14/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.1 MB/s | 259 kB 00:00 2023-09-30T01:15:00.376 INFO:teuthology.orchestra.run.smithi053.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 746 kB/s | 44 kB 00:00 2023-09-30T01:15:00.394 INFO:teuthology.orchestra.run.smithi184.stdout:(23/23): ceph-common-17.2.6-1165.g93dce5e1.el8. 3.7 MB/s | 23 MB 00:06 2023-09-30T01:15:00.395 INFO:teuthology.orchestra.run.smithi060.stdout:(7/23): python3-ceph-common-17.2.6-1165.g93dce5 1.4 MB/s | 115 kB 00:00 2023-09-30T01:15:00.399 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:15:00.399 INFO:teuthology.orchestra.run.smithi184.stdout:Total 9.6 MB/s | 63 MB 00:06 2023-09-30T01:15:00.439 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-09-30T01:15:00.479 INFO:teuthology.orchestra.run.smithi060.stdout:(8/23): python3-cephfs-17.2.6-1165.g93dce5e1.el 2.2 MB/s | 190 kB 00:00 2023-09-30T01:15:00.485 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-09-30T01:15:00.485 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-09-30T01:15:00.543 INFO:teuthology.orchestra.run.smithi053.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 244 kB/s | 47 kB 00:00 2023-09-30T01:15:00.787 INFO:teuthology.orchestra.run.smithi060.stdout:(9/23): ceph-common-17.2.6-1165.g93dce5e1.el8.x 3.8 MB/s | 23 MB 00:06 2023-09-30T01:15:00.821 INFO:teuthology.orchestra.run.smithi060.stdout:(10/23): python3-rados-17.2.6-1165.g93dce5e1.el 1.1 MB/s | 370 kB 00:00 2023-09-30T01:15:00.844 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-09-30T01:15:00.847 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-09-30T01:15:00.896 INFO:teuthology.orchestra.run.smithi060.stdout:(11/23): python3-rbd-17.2.6-1165.g93dce5e1.el8. 3.2 MB/s | 358 kB 00:00 2023-09-30T01:15:00.921 INFO:teuthology.orchestra.run.smithi060.stdout:(12/23): python3-rgw-17.2.6-1165.g93dce5e1.el8. 1.0 MB/s | 107 kB 00:00 2023-09-30T01:15:00.968 INFO:teuthology.orchestra.run.smithi053.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 139 kB/s | 59 kB 00:00 2023-09-30T01:15:00.993 INFO:teuthology.orchestra.run.smithi053.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 496 kB/s | 306 kB 00:00 2023-09-30T01:15:01.119 INFO:teuthology.orchestra.run.smithi053.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 500 kB/s | 75 kB 00:00 2023-09-30T01:15:01.138 INFO:teuthology.orchestra.run.smithi060.stdout:(13/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.4 MB/s | 354 kB 00:00 2023-09-30T01:15:01.163 INFO:teuthology.orchestra.run.smithi060.stdout:(14/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.0 MB/s | 259 kB 00:00 2023-09-30T01:15:01.197 INFO:teuthology.orchestra.run.smithi060.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 750 kB/s | 44 kB 00:00 2023-09-30T01:15:01.314 INFO:teuthology.orchestra.run.smithi060.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 312 kB/s | 47 kB 00:00 2023-09-30T01:15:01.379 INFO:teuthology.orchestra.run.smithi053.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 4.5 MB/s | 1.7 MB 00:00 2023-09-30T01:15:01.589 INFO:teuthology.orchestra.run.smithi060.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 214 kB/s | 59 kB 00:00 2023-09-30T01:15:01.615 INFO:teuthology.orchestra.run.smithi060.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 734 kB/s | 306 kB 00:00 2023-09-30T01:15:01.698 INFO:teuthology.orchestra.run.smithi060.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 692 kB/s | 75 kB 00:00 2023-09-30T01:15:01.865 INFO:teuthology.orchestra.run.smithi060.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 6.9 MB/s | 1.7 MB 00:00 2023-09-30T01:15:01.891 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-09-30T01:15:02.307 INFO:teuthology.orchestra.run.smithi060.stdout:(21/23): librgw2-17.2.6-1165.g93dce5e1.el8.x86_ 1.8 MB/s | 5.6 MB 00:03 2023-09-30T01:15:02.360 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : liboath-2.6.2-3.el8.x86_64 1/25 2023-09-30T01:15:02.377 INFO:teuthology.orchestra.run.smithi053.stdout:(21/23): librados2-17.2.6-1165.g93dce5e1.el8.x8 2.8 MB/s | 3.5 MB 00:01 2023-09-30T01:15:02.444 INFO:teuthology.orchestra.run.smithi053.stdout:(22/23): librbd1-17.2.6-1165.g93dce5e1.el8.x86_ 3.4 MB/s | 3.6 MB 00:01 2023-09-30T01:15:02.531 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-09-30T01:15:02.824 INFO:teuthology.orchestra.run.smithi060.stdout:(22/23): librados2-17.2.6-1165.g93dce5e1.el8.x8 3.1 MB/s | 3.5 MB 00:01 2023-09-30T01:15:02.929 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-09-30T01:15:03.140 INFO:teuthology.orchestra.run.smithi184.stdout: Upgrading : librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/25 2023-09-30T01:15:03.227 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/25 2023-09-30T01:15:03.456 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 4/25 2023-09-30T01:15:03.670 INFO:teuthology.orchestra.run.smithi053.stdout:(23/23): ceph-radosgw-17.2.6-1165.g93dce5e1.el8 2.0 MB/s | 17 MB 00:08 2023-09-30T01:15:03.674 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:15:03.674 INFO:teuthology.orchestra.run.smithi053.stdout:Total 7.1 MB/s | 63 MB 00:08 2023-09-30T01:15:03.689 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/25 2023-09-30T01:15:03.720 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2023-09-30T01:15:03.772 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2023-09-30T01:15:03.772 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2023-09-30T01:15:04.087 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/25 2023-09-30T01:15:04.187 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2023-09-30T01:15:04.191 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2023-09-30T01:15:04.273 INFO:teuthology.orchestra.run.smithi184.stdout: Upgrading : librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/25 2023-09-30T01:15:04.358 INFO:teuthology.orchestra.run.smithi060.stdout:(23/23): librbd1-17.2.6-1165.g93dce5e1.el8.x86_ 1.4 MB/s | 3.6 MB 00:02 2023-09-30T01:15:04.362 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:15:04.362 INFO:teuthology.orchestra.run.smithi060.stdout:Total 6.4 MB/s | 63 MB 00:09 2023-09-30T01:15:04.408 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-30T01:15:04.459 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-30T01:15:04.460 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-30T01:15:04.482 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/25 2023-09-30T01:15:04.686 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : thrift-0.13.0-2.el8.x86_64 7/25 2023-09-30T01:15:04.862 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-30T01:15:04.865 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-30T01:15:04.887 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-09-30T01:15:05.031 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-09-30T01:15:05.278 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2023-09-30T01:15:05.485 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : liboath-2.6.2-3.el8.x86_64 1/25 2023-09-30T01:15:05.588 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-09-30T01:15:05.652 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-09-30T01:15:05.772 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 10/25 2023-09-30T01:15:05.821 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 10/25 2023-09-30T01:15:05.898 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-30T01:15:05.983 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-ceph-argparse-2:17.2.6-1165.g93dce5e1.el8. 11/25 2023-09-30T01:15:06.055 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-09-30T01:15:06.120 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : liboath-2.6.2-3.el8.x86_64 1/25 2023-09-30T01:15:06.193 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 12/25 2023-09-30T01:15:06.277 INFO:teuthology.orchestra.run.smithi053.stdout: Upgrading : librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/25 2023-09-30T01:15:06.281 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-09-30T01:15:06.374 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 13/25 2023-09-30T01:15:06.382 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/25 2023-09-30T01:15:06.568 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 14/25 2023-09-30T01:15:06.601 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 4/25 2023-09-30T01:15:06.686 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-09-30T01:15:06.722 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_6 15/25 2023-09-30T01:15:06.768 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/25 2023-09-30T01:15:06.795 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_6 15/25 2023-09-30T01:15:06.873 INFO:teuthology.orchestra.run.smithi060.stdout: Upgrading : librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/25 2023-09-30T01:15:06.979 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/25 2023-09-30T01:15:07.048 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2023-09-30T01:15:07.217 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/25 2023-09-30T01:15:07.223 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2023-09-30T01:15:07.238 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 4/25 2023-09-30T01:15:07.395 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-09-30T01:15:07.401 INFO:teuthology.orchestra.run.smithi053.stdout: Upgrading : librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/25 2023-09-30T01:15:07.431 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/25 2023-09-30T01:15:07.632 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/25 2023-09-30T01:15:07.806 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-ceph-common-2:17.2.6-1165.g93dce5e1.el8.x8 19/25 2023-09-30T01:15:07.807 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : thrift-0.13.0-2.el8.x86_64 7/25 2023-09-30T01:15:07.864 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/25 2023-09-30T01:15:08.048 INFO:teuthology.orchestra.run.smithi060.stdout: Upgrading : librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/25 2023-09-30T01:15:08.070 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-09-30T01:15:08.235 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-09-30T01:15:08.272 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/25 2023-09-30T01:15:08.470 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : thrift-0.13.0-2.el8.x86_64 7/25 2023-09-30T01:15:08.642 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-09-30T01:15:08.790 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-09-30T01:15:08.854 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-09-30T01:15:09.043 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 10/25 2023-09-30T01:15:09.098 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 10/25 2023-09-30T01:15:09.239 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-ceph-argparse-2:17.2.6-1165.g93dce5e1.el8. 11/25 2023-09-30T01:15:09.404 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-09-30T01:15:09.448 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 12/25 2023-09-30T01:15:09.548 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 10/25 2023-09-30T01:15:09.602 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 10/25 2023-09-30T01:15:09.657 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 13/25 2023-09-30T01:15:09.769 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-ceph-argparse-2:17.2.6-1165.g93dce5e1.el8. 11/25 2023-09-30T01:15:09.860 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 14/25 2023-09-30T01:15:09.928 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 12/25 2023-09-30T01:15:10.043 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_6 15/25 2023-09-30T01:15:10.113 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_6 15/25 2023-09-30T01:15:10.162 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 13/25 2023-09-30T01:15:10.360 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2023-09-30T01:15:10.382 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 14/25 2023-09-30T01:15:10.501 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 20/25 2023-09-30T01:15:10.514 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_6 15/25 2023-09-30T01:15:10.553 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2023-09-30T01:15:10.594 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_6 15/25 2023-09-30T01:15:10.730 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 20/25 2023-09-30T01:15:10.760 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-09-30T01:15:10.829 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2023-09-30T01:15:10.994 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-ceph-common-2:17.2.6-1165.g93dce5e1.el8.x8 19/25 2023-09-30T01:15:11.033 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2023-09-30T01:15:11.231 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-09-30T01:15:11.325 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 20/25 2023-09-30T01:15:11.423 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-ceph-common-2:17.2.6-1165.g93dce5e1.el8.x8 19/25 2023-09-30T01:15:11.584 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 21/25 2023-09-30T01:15:11.690 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 21/25 2023-09-30T01:15:11.905 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 22/25 2023-09-30T01:15:13.963 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 20/25 2023-09-30T01:15:14.210 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 20/25 2023-09-30T01:15:14.303 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 20/25 2023-09-30T01:15:14.556 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 20/25 2023-09-30T01:15:14.854 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 20/25 2023-09-30T01:15:15.120 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 21/25 2023-09-30T01:15:15.203 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 20/25 2023-09-30T01:15:15.231 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 21/25 2023-09-30T01:15:15.393 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 22/25 2023-09-30T01:15:15.481 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 21/25 2023-09-30T01:15:15.598 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 21/25 2023-09-30T01:15:15.764 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 22/25 2023-09-30T01:15:30.330 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 22/25 2023-09-30T01:15:30.330 INFO:teuthology.orchestra.run.smithi184.stdout:skipping the directory /sys 2023-09-30T01:15:30.330 INFO:teuthology.orchestra.run.smithi184.stdout:skipping the directory /proc 2023-09-30T01:15:30.330 INFO:teuthology.orchestra.run.smithi184.stdout:skipping the directory /dev 2023-09-30T01:15:30.331 INFO:teuthology.orchestra.run.smithi184.stdout:skipping the directory /run 2023-09-30T01:15:30.331 INFO:teuthology.orchestra.run.smithi184.stdout:skipping the directory /mnt 2023-09-30T01:15:30.331 INFO:teuthology.orchestra.run.smithi184.stdout:skipping the directory /var/tmp 2023-09-30T01:15:30.331 INFO:teuthology.orchestra.run.smithi184.stdout:skipping the directory /home 2023-09-30T01:15:30.331 INFO:teuthology.orchestra.run.smithi184.stdout:skipping the directory /tmp 2023-09-30T01:15:30.331 INFO:teuthology.orchestra.run.smithi184.stdout:skipping the directory /dev 2023-09-30T01:15:30.331 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:15:32.072 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 23/25 2023-09-30T01:15:32.148 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 23/25 2023-09-30T01:15:32.148 INFO:teuthology.orchestra.run.smithi184.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-09-30T01:15:32.362 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-09-30T01:15:32.362 INFO:teuthology.orchestra.run.smithi184.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-09-30T01:15:33.056 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-09-30T01:15:33.057 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/25 2023-09-30T01:15:33.057 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/25 2023-09-30T01:15:33.057 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/25 2023-09-30T01:15:33.057 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 4/25 2023-09-30T01:15:33.057 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/25 2023-09-30T01:15:33.057 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_6 6/25 2023-09-30T01:15:33.057 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 7/25 2023-09-30T01:15:33.057 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-ceph-argparse-2:17.2.6-1165.g93dce5e1.el8. 8/25 2023-09-30T01:15:33.057 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-ceph-common-2:17.2.6-1165.g93dce5e1.el8.x8 9/25 2023-09-30T01:15:33.058 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 10/25 2023-09-30T01:15:33.058 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 11/25 2023-09-30T01:15:33.058 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 12/25 2023-09-30T01:15:33.058 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 13/25 2023-09-30T01:15:33.058 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-09-30T01:15:33.058 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-09-30T01:15:33.058 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-09-30T01:15:33.058 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-09-30T01:15:33.058 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-09-30T01:15:33.059 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-09-30T01:15:33.059 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-09-30T01:15:33.059 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-09-30T01:15:33.059 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 22/25 2023-09-30T01:15:33.059 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-09-30T01:15:33.059 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 24/25 2023-09-30T01:15:34.196 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-09-30T01:15:34.196 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:15:34.196 INFO:teuthology.orchestra.run.smithi184.stdout:Upgraded: 2023-09-30T01:15:34.196 INFO:teuthology.orchestra.run.smithi184.stdout: librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:34.196 INFO:teuthology.orchestra.run.smithi184.stdout: librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:34.196 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-09-30T01:15:34.196 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:34.196 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:34.197 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:34.197 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:34.197 INFO:teuthology.orchestra.run.smithi184.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-09-30T01:15:34.197 INFO:teuthology.orchestra.run.smithi184.stdout: libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:34.197 INFO:teuthology.orchestra.run.smithi184.stdout: liboath-2.6.2-3.el8.x86_64 2023-09-30T01:15:34.197 INFO:teuthology.orchestra.run.smithi184.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-09-30T01:15:34.197 INFO:teuthology.orchestra.run.smithi184.stdout: libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:34.197 INFO:teuthology.orchestra.run.smithi184.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-09-30T01:15:34.197 INFO:teuthology.orchestra.run.smithi184.stdout: librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:34.197 INFO:teuthology.orchestra.run.smithi184.stdout: libunwind-1.3.1-3.el8.x86_64 2023-09-30T01:15:34.197 INFO:teuthology.orchestra.run.smithi184.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-09-30T01:15:34.197 INFO:teuthology.orchestra.run.smithi184.stdout: python3-ceph-argparse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:34.198 INFO:teuthology.orchestra.run.smithi184.stdout: python3-ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:34.198 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:34.198 INFO:teuthology.orchestra.run.smithi184.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-09-30T01:15:34.198 INFO:teuthology.orchestra.run.smithi184.stdout: python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:34.198 INFO:teuthology.orchestra.run.smithi184.stdout: python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:34.198 INFO:teuthology.orchestra.run.smithi184.stdout: python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:34.198 INFO:teuthology.orchestra.run.smithi184.stdout: thrift-0.13.0-2.el8.x86_64 2023-09-30T01:15:34.198 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:15:34.198 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:15:34.453 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-test 2023-09-30T01:15:35.303 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:00:46 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:15:36.618 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 22/25 2023-09-30T01:15:36.618 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /sys 2023-09-30T01:15:36.618 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /proc 2023-09-30T01:15:36.618 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /dev 2023-09-30T01:15:36.618 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /run 2023-09-30T01:15:36.619 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /mnt 2023-09-30T01:15:36.619 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /var/tmp 2023-09-30T01:15:36.619 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /home 2023-09-30T01:15:36.619 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /tmp 2023-09-30T01:15:36.619 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /dev 2023-09-30T01:15:36.619 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:15:36.911 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:15:36.913 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:15:36.913 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2023-09-30T01:15:36.913 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:15:36.913 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2023-09-30T01:15:36.913 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-test x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 52 M 2023-09-30T01:15:36.913 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2023-09-30T01:15:36.913 INFO:teuthology.orchestra.run.smithi184.stdout: jq x86_64 1.6-7.el8 appstream 202 k 2023-09-30T01:15:36.913 INFO:teuthology.orchestra.run.smithi184.stdout: libcephsqlite x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 175 k 2023-09-30T01:15:36.913 INFO:teuthology.orchestra.run.smithi184.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-09-30T01:15:36.913 INFO:teuthology.orchestra.run.smithi184.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-09-30T01:15:36.914 INFO:teuthology.orchestra.run.smithi184.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-09-30T01:15:36.914 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:15:36.914 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-09-30T01:15:36.914 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:15:36.914 INFO:teuthology.orchestra.run.smithi184.stdout:Install 6 Packages 2023-09-30T01:15:36.914 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:15:36.915 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 53 M 2023-09-30T01:15:36.915 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 233 M 2023-09-30T01:15:36.915 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-09-30T01:15:37.040 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 22/25 2023-09-30T01:15:37.040 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /sys 2023-09-30T01:15:37.040 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /proc 2023-09-30T01:15:37.040 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /dev 2023-09-30T01:15:37.040 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /run 2023-09-30T01:15:37.040 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /mnt 2023-09-30T01:15:37.040 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /var/tmp 2023-09-30T01:15:37.040 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /home 2023-09-30T01:15:37.041 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /tmp 2023-09-30T01:15:37.041 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /dev 2023-09-30T01:15:37.041 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:15:37.138 INFO:teuthology.orchestra.run.smithi184.stdout:(1/6): libcephsqlite-17.2.6-1165.g93dce5e1.el8. 959 kB/s | 175 kB 00:00 2023-09-30T01:15:37.163 INFO:teuthology.orchestra.run.smithi184.stdout:(2/6): jq-1.6-7.el8.x86_64.rpm 976 kB/s | 202 kB 00:00 2023-09-30T01:15:37.285 INFO:teuthology.orchestra.run.smithi184.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.6 MB/s | 323 kB 00:00 2023-09-30T01:15:37.347 INFO:teuthology.orchestra.run.smithi184.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 897 kB/s | 187 kB 00:00 2023-09-30T01:15:37.372 INFO:teuthology.orchestra.run.smithi184.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 808 kB/s | 71 kB 00:00 2023-09-30T01:15:38.500 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 23/25 2023-09-30T01:15:38.586 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 23/25 2023-09-30T01:15:38.586 INFO:teuthology.orchestra.run.smithi053.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-09-30T01:15:38.826 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-09-30T01:15:38.826 INFO:teuthology.orchestra.run.smithi053.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-09-30T01:15:38.903 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 23/25 2023-09-30T01:15:38.983 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 23/25 2023-09-30T01:15:38.984 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-09-30T01:15:39.197 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-09-30T01:15:39.197 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-09-30T01:15:39.600 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-09-30T01:15:39.600 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/25 2023-09-30T01:15:39.600 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/25 2023-09-30T01:15:39.600 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/25 2023-09-30T01:15:39.600 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 4/25 2023-09-30T01:15:39.600 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/25 2023-09-30T01:15:39.600 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_6 6/25 2023-09-30T01:15:39.600 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 7/25 2023-09-30T01:15:39.600 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-ceph-argparse-2:17.2.6-1165.g93dce5e1.el8. 8/25 2023-09-30T01:15:39.601 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-ceph-common-2:17.2.6-1165.g93dce5e1.el8.x8 9/25 2023-09-30T01:15:39.601 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 10/25 2023-09-30T01:15:39.601 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 11/25 2023-09-30T01:15:39.601 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 12/25 2023-09-30T01:15:39.601 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 13/25 2023-09-30T01:15:39.601 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-09-30T01:15:39.601 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-09-30T01:15:39.601 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-09-30T01:15:39.601 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-09-30T01:15:39.601 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-09-30T01:15:39.601 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-09-30T01:15:39.601 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-09-30T01:15:39.602 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-09-30T01:15:39.602 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 22/25 2023-09-30T01:15:39.602 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-09-30T01:15:39.602 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 24/25 2023-09-30T01:15:39.924 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-09-30T01:15:39.924 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/25 2023-09-30T01:15:39.924 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/25 2023-09-30T01:15:39.924 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/25 2023-09-30T01:15:39.924 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 4/25 2023-09-30T01:15:39.924 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/25 2023-09-30T01:15:39.924 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_6 6/25 2023-09-30T01:15:39.924 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 7/25 2023-09-30T01:15:39.924 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-ceph-argparse-2:17.2.6-1165.g93dce5e1.el8. 8/25 2023-09-30T01:15:39.925 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-ceph-common-2:17.2.6-1165.g93dce5e1.el8.x8 9/25 2023-09-30T01:15:39.925 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 10/25 2023-09-30T01:15:39.925 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 11/25 2023-09-30T01:15:39.925 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 12/25 2023-09-30T01:15:39.925 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 13/25 2023-09-30T01:15:39.925 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-09-30T01:15:39.925 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-09-30T01:15:39.925 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-09-30T01:15:39.925 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-09-30T01:15:39.925 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-09-30T01:15:39.925 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-09-30T01:15:39.926 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-09-30T01:15:39.926 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-09-30T01:15:39.926 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 22/25 2023-09-30T01:15:39.926 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-09-30T01:15:39.926 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 24/25 2023-09-30T01:15:40.439 INFO:teuthology.orchestra.run.smithi184.stdout:(6/6): ceph-test-17.2.6-1165.g93dce5e1.el8.x86_ 15 MB/s | 52 MB 00:03 2023-09-30T01:15:40.441 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:15:40.441 INFO:teuthology.orchestra.run.smithi184.stdout:Total 15 MB/s | 53 MB 00:03 2023-09-30T01:15:40.487 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-09-30T01:15:40.508 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-09-30T01:15:40.508 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-09-30T01:15:40.793 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-09-30T01:15:40.796 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-09-30T01:15:40.803 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-09-30T01:15:40.803 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:15:40.804 INFO:teuthology.orchestra.run.smithi053.stdout:Upgraded: 2023-09-30T01:15:40.804 INFO:teuthology.orchestra.run.smithi053.stdout: librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:40.804 INFO:teuthology.orchestra.run.smithi053.stdout: librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:40.804 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2023-09-30T01:15:40.804 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:40.804 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:40.804 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:40.804 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:40.804 INFO:teuthology.orchestra.run.smithi053.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-09-30T01:15:40.804 INFO:teuthology.orchestra.run.smithi053.stdout: libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:40.804 INFO:teuthology.orchestra.run.smithi053.stdout: liboath-2.6.2-3.el8.x86_64 2023-09-30T01:15:40.804 INFO:teuthology.orchestra.run.smithi053.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-09-30T01:15:40.805 INFO:teuthology.orchestra.run.smithi053.stdout: libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:40.805 INFO:teuthology.orchestra.run.smithi053.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-09-30T01:15:40.805 INFO:teuthology.orchestra.run.smithi053.stdout: librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:40.805 INFO:teuthology.orchestra.run.smithi053.stdout: libunwind-1.3.1-3.el8.x86_64 2023-09-30T01:15:40.805 INFO:teuthology.orchestra.run.smithi053.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-09-30T01:15:40.805 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-argparse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:40.805 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:40.805 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:40.805 INFO:teuthology.orchestra.run.smithi053.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-09-30T01:15:40.805 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:40.805 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:40.805 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:40.805 INFO:teuthology.orchestra.run.smithi053.stdout: thrift-0.13.0-2.el8.x86_64 2023-09-30T01:15:40.806 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:15:40.806 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:15:41.032 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-09-30T01:15:41.032 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:15:41.032 INFO:teuthology.orchestra.run.smithi060.stdout:Upgraded: 2023-09-30T01:15:41.033 INFO:teuthology.orchestra.run.smithi060.stdout: librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:41.033 INFO:teuthology.orchestra.run.smithi060.stdout: librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:41.033 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-30T01:15:41.033 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:41.033 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:41.033 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-radosgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:41.033 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-selinux-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:41.033 INFO:teuthology.orchestra.run.smithi060.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-09-30T01:15:41.033 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:41.033 INFO:teuthology.orchestra.run.smithi060.stdout: liboath-2.6.2-3.el8.x86_64 2023-09-30T01:15:41.034 INFO:teuthology.orchestra.run.smithi060.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-09-30T01:15:41.034 INFO:teuthology.orchestra.run.smithi060.stdout: libradosstriper1-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:41.034 INFO:teuthology.orchestra.run.smithi060.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-09-30T01:15:41.034 INFO:teuthology.orchestra.run.smithi060.stdout: librgw2-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:41.034 INFO:teuthology.orchestra.run.smithi060.stdout: libunwind-1.3.1-3.el8.x86_64 2023-09-30T01:15:41.034 INFO:teuthology.orchestra.run.smithi060.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-09-30T01:15:41.034 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-argparse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:41.034 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-common-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:41.034 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:41.034 INFO:teuthology.orchestra.run.smithi060.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-09-30T01:15:41.035 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:41.035 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:41.035 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:41.035 INFO:teuthology.orchestra.run.smithi060.stdout: thrift-0.13.0-2.el8.x86_64 2023-09-30T01:15:41.035 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:15:41.035 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:15:41.053 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-test 2023-09-30T01:15:41.289 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-09-30T01:15:41.312 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-test 2023-09-30T01:15:41.514 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-09-30T01:15:41.736 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-09-30T01:15:41.866 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-09-30T01:15:41.944 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-09-30T01:15:42.034 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:00:53 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:15:42.166 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : jq-1.6-7.el8.x86_64 4/6 2023-09-30T01:15:42.291 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:53 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:15:42.333 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/6 2023-09-30T01:15:43.794 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:15:43.795 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:15:43.795 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2023-09-30T01:15:43.795 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:15:43.796 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2023-09-30T01:15:43.796 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-test x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 52 M 2023-09-30T01:15:43.796 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2023-09-30T01:15:43.796 INFO:teuthology.orchestra.run.smithi053.stdout: jq x86_64 1.6-7.el8 appstream 202 k 2023-09-30T01:15:43.796 INFO:teuthology.orchestra.run.smithi053.stdout: libcephsqlite x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 175 k 2023-09-30T01:15:43.796 INFO:teuthology.orchestra.run.smithi053.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-09-30T01:15:43.796 INFO:teuthology.orchestra.run.smithi053.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-09-30T01:15:43.796 INFO:teuthology.orchestra.run.smithi053.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-09-30T01:15:43.796 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:15:43.796 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2023-09-30T01:15:43.797 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:15:43.797 INFO:teuthology.orchestra.run.smithi053.stdout:Install 6 Packages 2023-09-30T01:15:43.797 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:15:43.797 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 53 M 2023-09-30T01:15:43.797 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 233 M 2023-09-30T01:15:43.797 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2023-09-30T01:15:44.050 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:15:44.050 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:15:44.050 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2023-09-30T01:15:44.050 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:15:44.050 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2023-09-30T01:15:44.050 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-test x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 52 M 2023-09-30T01:15:44.050 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2023-09-30T01:15:44.051 INFO:teuthology.orchestra.run.smithi060.stdout: jq x86_64 1.6-7.el8 appstream 202 k 2023-09-30T01:15:44.051 INFO:teuthology.orchestra.run.smithi060.stdout: libcephsqlite x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 175 k 2023-09-30T01:15:44.051 INFO:teuthology.orchestra.run.smithi060.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-09-30T01:15:44.051 INFO:teuthology.orchestra.run.smithi060.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-09-30T01:15:44.051 INFO:teuthology.orchestra.run.smithi060.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-09-30T01:15:44.051 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:15:44.051 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-30T01:15:44.051 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:15:44.051 INFO:teuthology.orchestra.run.smithi060.stdout:Install 6 Packages 2023-09-30T01:15:44.051 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:15:44.051 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 53 M 2023-09-30T01:15:44.051 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 233 M 2023-09-30T01:15:44.052 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-30T01:15:44.197 INFO:teuthology.orchestra.run.smithi053.stdout:(1/6): jq-1.6-7.el8.x86_64.rpm 939 kB/s | 202 kB 00:00 2023-09-30T01:15:44.272 INFO:teuthology.orchestra.run.smithi053.stdout:(2/6): oniguruma-6.8.2-2.el8.x86_64.rpm 2.4 MB/s | 187 kB 00:00 2023-09-30T01:15:44.297 INFO:teuthology.orchestra.run.smithi053.stdout:(3/6): libcephsqlite-17.2.6-1165.g93dce5e1.el8. 552 kB/s | 175 kB 00:00 2023-09-30T01:15:44.373 INFO:teuthology.orchestra.run.smithi053.stdout:(4/6): socat-1.7.4.1-1.el8.x86_64.rpm 3.2 MB/s | 323 kB 00:00 2023-09-30T01:15:44.464 INFO:teuthology.orchestra.run.smithi053.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 424 kB/s | 71 kB 00:00 2023-09-30T01:15:44.471 INFO:teuthology.orchestra.run.smithi060.stdout:(1/6): jq-1.6-7.el8.x86_64.rpm 952 kB/s | 202 kB 00:00 2023-09-30T01:15:44.530 INFO:teuthology.orchestra.run.smithi060.stdout:(2/6): oniguruma-6.8.2-2.el8.x86_64.rpm 3.1 MB/s | 187 kB 00:00 2023-09-30T01:15:44.755 INFO:teuthology.orchestra.run.smithi060.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.4 MB/s | 323 kB 00:00 2023-09-30T01:15:44.781 INFO:teuthology.orchestra.run.smithi060.stdout:(4/6): libcephsqlite-17.2.6-1165.g93dce5e1.el8. 335 kB/s | 175 kB 00:00 2023-09-30T01:15:44.822 INFO:teuthology.orchestra.run.smithi060.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.0 MB/s | 71 kB 00:00 2023-09-30T01:15:46.639 INFO:teuthology.orchestra.run.smithi053.stdout:(6/6): ceph-test-17.2.6-1165.g93dce5e1.el8.x86_ 19 MB/s | 52 MB 00:02 2023-09-30T01:15:46.642 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:15:46.642 INFO:teuthology.orchestra.run.smithi053.stdout:Total 18 MB/s | 53 MB 00:02 2023-09-30T01:15:46.689 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2023-09-30T01:15:46.712 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2023-09-30T01:15:46.712 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2023-09-30T01:15:47.028 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2023-09-30T01:15:47.031 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2023-09-30T01:15:47.380 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/6 2023-09-30T01:15:47.539 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2023-09-30T01:15:47.655 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/6 2023-09-30T01:15:47.764 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-09-30T01:15:47.947 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/6 2023-09-30T01:15:47.947 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/6 2023-09-30T01:15:47.947 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/6 2023-09-30T01:15:47.947 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : jq-1.6-7.el8.x86_64 3/6 2023-09-30T01:15:47.947 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-09-30T01:15:47.947 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-09-30T01:15:47.986 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-09-30T01:15:48.088 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-09-30T01:15:48.172 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-09-30T01:15:48.406 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : jq-1.6-7.el8.x86_64 4/6 2023-09-30T01:15:48.588 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/6 2023-09-30T01:15:48.615 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-09-30T01:15:48.616 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:15:48.616 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-09-30T01:15:48.616 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:48.616 INFO:teuthology.orchestra.run.smithi184.stdout: jq-1.6-7.el8.x86_64 2023-09-30T01:15:48.616 INFO:teuthology.orchestra.run.smithi184.stdout: libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:48.616 INFO:teuthology.orchestra.run.smithi184.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-09-30T01:15:48.616 INFO:teuthology.orchestra.run.smithi184.stdout: socat-1.7.4.1-1.el8.x86_64 2023-09-30T01:15:48.616 INFO:teuthology.orchestra.run.smithi184.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-09-30T01:15:48.616 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:15:48.616 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:15:48.818 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph 2023-09-30T01:15:49.510 INFO:teuthology.orchestra.run.smithi060.stdout:(6/6): ceph-test-17.2.6-1165.g93dce5e1.el8.x86_ 9.8 MB/s | 52 MB 00:05 2023-09-30T01:15:49.512 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:15:49.513 INFO:teuthology.orchestra.run.smithi060.stdout:Total 9.6 MB/s | 53 MB 00:05 2023-09-30T01:15:49.559 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-30T01:15:49.582 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-30T01:15:49.582 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-30T01:15:49.689 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:00 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:15:49.897 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-30T01:15:49.900 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-30T01:15:50.406 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-30T01:15:50.634 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-09-30T01:15:50.824 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-09-30T01:15:50.951 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-09-30T01:15:51.021 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-09-30T01:15:51.186 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : jq-1.6-7.el8.x86_64 4/6 2023-09-30T01:15:51.262 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:15:51.265 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:15:51.265 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2023-09-30T01:15:51.265 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:15:51.266 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2023-09-30T01:15:51.266 INFO:teuthology.orchestra.run.smithi184.stdout: ceph x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 6.4 k 2023-09-30T01:15:51.266 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2023-09-30T01:15:51.266 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mds x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 2.3 M 2023-09-30T01:15:51.266 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 1.6 M 2023-09-30T01:15:51.266 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-modules-core noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 238 k 2023-09-30T01:15:51.266 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mon x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.9 M 2023-09-30T01:15:51.266 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-osd x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 17 M 2023-09-30T01:15:51.266 INFO:teuthology.orchestra.run.smithi184.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-09-30T01:15:51.266 INFO:teuthology.orchestra.run.smithi184.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-09-30T01:15:51.266 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-09-30T01:15:51.266 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-09-30T01:15:51.267 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-09-30T01:15:51.267 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-09-30T01:15:51.267 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-09-30T01:15:51.267 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-09-30T01:15:51.267 INFO:teuthology.orchestra.run.smithi184.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-09-30T01:15:51.267 INFO:teuthology.orchestra.run.smithi184.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-09-30T01:15:51.267 INFO:teuthology.orchestra.run.smithi184.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-09-30T01:15:51.267 INFO:teuthology.orchestra.run.smithi184.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-09-30T01:15:51.267 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-09-30T01:15:51.267 INFO:teuthology.orchestra.run.smithi184.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-09-30T01:15:51.267 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-09-30T01:15:51.267 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-09-30T01:15:51.268 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-09-30T01:15:51.268 INFO:teuthology.orchestra.run.smithi184.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-09-30T01:15:51.268 INFO:teuthology.orchestra.run.smithi184.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-09-30T01:15:51.268 INFO:teuthology.orchestra.run.smithi184.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-09-30T01:15:51.268 INFO:teuthology.orchestra.run.smithi184.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-09-30T01:15:51.268 INFO:teuthology.orchestra.run.smithi184.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-09-30T01:15:51.268 INFO:teuthology.orchestra.run.smithi184.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-09-30T01:15:51.268 INFO:teuthology.orchestra.run.smithi184.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-09-30T01:15:51.268 INFO:teuthology.orchestra.run.smithi184.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-09-30T01:15:51.268 INFO:teuthology.orchestra.run.smithi184.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-09-30T01:15:51.268 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:15:51.268 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-09-30T01:15:51.268 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:15:51.268 INFO:teuthology.orchestra.run.smithi184.stdout:Install 32 Packages 2023-09-30T01:15:51.269 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:15:51.269 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 28 M 2023-09-30T01:15:51.269 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 110 M 2023-09-30T01:15:51.269 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-09-30T01:15:51.376 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/6 2023-09-30T01:15:51.657 INFO:teuthology.orchestra.run.smithi184.stdout:(1/32): ceph-17.2.6-1165.g93dce5e1.el8.x86_64.r 54 kB/s | 6.4 kB 00:00 2023-09-30T01:15:51.849 INFO:teuthology.orchestra.run.smithi184.stdout:(2/32): ceph-mds-17.2.6-1165.g93dce5e1.el8.x86_ 7.4 MB/s | 2.3 MB 00:00 2023-09-30T01:15:52.282 INFO:teuthology.orchestra.run.smithi184.stdout:(3/32): ceph-mgr-17.2.6-1165.g93dce5e1.el8.x86_ 2.1 MB/s | 1.6 MB 00:00 2023-09-30T01:15:52.383 INFO:teuthology.orchestra.run.smithi184.stdout:(4/32): ceph-mgr-modules-core-17.2.6-1165.g93dc 2.3 MB/s | 238 kB 00:00 2023-09-30T01:15:52.591 INFO:teuthology.orchestra.run.smithi184.stdout:(5/32): ceph-mon-17.2.6-1165.g93dce5e1.el8.x86_ 4.2 MB/s | 3.9 MB 00:00 2023-09-30T01:15:52.617 INFO:teuthology.orchestra.run.smithi184.stdout:(6/32): python3-mako-1.0.6-14.el8.noarch.rpm 672 kB/s | 157 kB 00:00 2023-09-30T01:15:52.809 INFO:teuthology.orchestra.run.smithi184.stdout:(7/32): ceph-osd-17.2.6-1165.g93dce5e1.el8.x86_ 17 MB/s | 17 MB 00:00 2023-09-30T01:15:52.834 INFO:teuthology.orchestra.run.smithi184.stdout:(8/32): python3-markupsafe-0.23-19.el8.x86_64.r 160 kB/s | 39 kB 00:00 2023-09-30T01:15:52.859 INFO:teuthology.orchestra.run.smithi184.stdout:(9/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 427 kB/s | 103 kB 00:00 2023-09-30T01:15:53.005 INFO:teuthology.orchestra.run.smithi184.stdout:(10/32): python3-pytz-2017.2-11.el8.noarch.rpm 292 kB/s | 57 kB 00:00 2023-09-30T01:15:53.035 INFO:teuthology.orchestra.run.smithi184.stdout:(11/32): python3-werkzeug-0.12.2-4.el8.noarch.r 2.2 MB/s | 457 kB 00:00 2023-09-30T01:15:53.094 INFO:teuthology.orchestra.run.smithi184.stdout:(12/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.0 MB/s | 249 kB 00:00 2023-09-30T01:15:53.227 INFO:teuthology.orchestra.run.smithi184.stdout:(13/32): python3-pycparser-2.14-14.el8.noarch.r 569 kB/s | 109 kB 00:00 2023-09-30T01:15:53.277 INFO:teuthology.orchestra.run.smithi184.stdout:(14/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 238 kB/s | 44 kB 00:00 2023-09-30T01:15:53.361 INFO:teuthology.orchestra.run.smithi184.stdout:(15/32): python3-cryptography-3.2.1-6.el8.x86_6 1.8 MB/s | 641 kB 00:00 2023-09-30T01:15:53.449 INFO:teuthology.orchestra.run.smithi184.stdout:(16/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.0 MB/s | 173 kB 00:00 2023-09-30T01:15:53.478 INFO:teuthology.orchestra.run.smithi184.stdout:(17/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 739 kB/s | 185 kB 00:00 2023-09-30T01:15:53.512 INFO:teuthology.orchestra.run.smithi184.stdout:(18/32): python3-jaraco-6.2-6.el8.noarch.rpm 179 kB/s | 11 kB 00:00 2023-09-30T01:15:53.545 INFO:teuthology.orchestra.run.smithi184.stdout:(19/32): python3-jaraco-functools-2.0-4.el8.noa 262 kB/s | 18 kB 00:00 2023-09-30T01:15:53.579 INFO:teuthology.orchestra.run.smithi184.stdout:(20/32): python3-logutils-0.3.5-11.el8.noarch.r 730 kB/s | 49 kB 00:00 2023-09-30T01:15:53.613 INFO:teuthology.orchestra.run.smithi184.stdout:(21/32): python3-more-itertools-7.2.0-3.el8.noa 879 kB/s | 59 kB 00:00 2023-09-30T01:15:53.680 INFO:teuthology.orchestra.run.smithi184.stdout:(22/32): python3-portend-2.6-1.el8.noarch.rpm 236 kB/s | 16 kB 00:00 2023-09-30T01:15:53.705 INFO:teuthology.orchestra.run.smithi184.stdout:(23/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.2 MB/s | 283 kB 00:00 2023-09-30T01:15:53.730 INFO:teuthology.orchestra.run.smithi184.stdout:(24/32): python3-cherrypy-18.4.0-1.el8.noarch.r 1.0 MB/s | 384 kB 00:00 2023-09-30T01:15:53.755 INFO:teuthology.orchestra.run.smithi184.stdout:(25/32): python3-simplegeneric-0.8.1-17.el8.noa 247 kB/s | 19 kB 00:00 2023-09-30T01:15:53.781 INFO:teuthology.orchestra.run.smithi184.stdout:(26/32): python3-singledispatch-3.4.0.3-18.el8. 316 kB/s | 24 kB 00:00 2023-09-30T01:15:53.806 INFO:teuthology.orchestra.run.smithi184.stdout:(27/32): python3-tempora-1.14.1-5.el8.noarch.rp 387 kB/s | 29 kB 00:00 2023-09-30T01:15:53.831 INFO:teuthology.orchestra.run.smithi184.stdout:(28/32): python3-trustme-0.6.0-4.el8.noarch.rpm 365 kB/s | 27 kB 00:00 2023-09-30T01:15:53.878 INFO:teuthology.orchestra.run.smithi184.stdout:(29/32): python3-waitress-1.4.3-1.el8.noarch.rp 2.6 MB/s | 255 kB 00:00 2023-09-30T01:15:53.907 INFO:teuthology.orchestra.run.smithi184.stdout:(30/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.1 MB/s | 85 kB 00:00 2023-09-30T01:15:53.932 INFO:teuthology.orchestra.run.smithi184.stdout:(31/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.0 MB/s | 251 kB 00:00 2023-09-30T01:15:53.949 INFO:teuthology.orchestra.run.smithi184.stdout:(32/32): python3-zc-lockfile-2.0-2.el8.noarch.r 327 kB/s | 23 kB 00:00 2023-09-30T01:15:53.950 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:15:53.950 INFO:teuthology.orchestra.run.smithi184.stdout:Total 11 MB/s | 28 MB 00:02 2023-09-30T01:15:54.036 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-09-30T01:15:54.049 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/6 2023-09-30T01:15:54.074 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-09-30T01:15:54.074 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-09-30T01:15:54.270 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/6 2023-09-30T01:15:54.384 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-09-30T01:15:54.387 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-09-30T01:15:54.607 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/6 2023-09-30T01:15:54.607 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/6 2023-09-30T01:15:54.607 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/6 2023-09-30T01:15:54.607 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : jq-1.6-7.el8.x86_64 3/6 2023-09-30T01:15:54.607 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-09-30T01:15:54.607 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-09-30T01:15:55.337 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-09-30T01:15:55.338 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:15:55.338 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2023-09-30T01:15:55.338 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:55.338 INFO:teuthology.orchestra.run.smithi053.stdout: jq-1.6-7.el8.x86_64 2023-09-30T01:15:55.338 INFO:teuthology.orchestra.run.smithi053.stdout: libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:55.338 INFO:teuthology.orchestra.run.smithi053.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-09-30T01:15:55.338 INFO:teuthology.orchestra.run.smithi053.stdout: socat-1.7.4.1-1.el8.x86_64 2023-09-30T01:15:55.338 INFO:teuthology.orchestra.run.smithi053.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-09-30T01:15:55.338 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:15:55.338 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:15:55.523 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-09-30T01:15:55.560 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph 2023-09-30T01:15:55.764 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-09-30T01:15:55.988 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-09-30T01:15:56.255 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-09-30T01:15:56.540 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:07 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:15:56.553 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-09-30T01:15:56.735 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-09-30T01:15:56.892 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/6 2023-09-30T01:15:56.957 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-09-30T01:15:57.108 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/6 2023-09-30T01:15:57.141 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-09-30T01:15:57.336 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-09-30T01:15:57.435 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 6/6 2023-09-30T01:15:57.435 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/6 2023-09-30T01:15:57.435 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/6 2023-09-30T01:15:57.435 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : jq-1.6-7.el8.x86_64 3/6 2023-09-30T01:15:57.435 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-09-30T01:15:57.435 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-09-30T01:15:57.562 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-09-30T01:15:57.766 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-09-30T01:15:58.022 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-09-30T01:15:58.146 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-09-30T01:15:58.147 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:15:58.147 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-30T01:15:58.147 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-test-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:58.147 INFO:teuthology.orchestra.run.smithi060.stdout: jq-1.6-7.el8.x86_64 2023-09-30T01:15:58.147 INFO:teuthology.orchestra.run.smithi060.stdout: libcephsqlite-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:15:58.147 INFO:teuthology.orchestra.run.smithi060.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-09-30T01:15:58.147 INFO:teuthology.orchestra.run.smithi060.stdout: socat-1.7.4.1-1.el8.x86_64 2023-09-30T01:15:58.147 INFO:teuthology.orchestra.run.smithi060.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-09-30T01:15:58.147 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:15:58.147 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:15:58.244 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-09-30T01:15:58.303 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:15:58.306 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:15:58.307 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2023-09-30T01:15:58.307 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:15:58.307 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2023-09-30T01:15:58.307 INFO:teuthology.orchestra.run.smithi053.stdout: ceph x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 6.4 k 2023-09-30T01:15:58.307 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2023-09-30T01:15:58.307 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mds x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 2.3 M 2023-09-30T01:15:58.307 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 1.6 M 2023-09-30T01:15:58.307 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-modules-core noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 238 k 2023-09-30T01:15:58.307 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mon x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.9 M 2023-09-30T01:15:58.308 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-osd x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 17 M 2023-09-30T01:15:58.308 INFO:teuthology.orchestra.run.smithi053.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-09-30T01:15:58.308 INFO:teuthology.orchestra.run.smithi053.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-09-30T01:15:58.308 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-09-30T01:15:58.308 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-09-30T01:15:58.308 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-09-30T01:15:58.308 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-09-30T01:15:58.308 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-09-30T01:15:58.308 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-09-30T01:15:58.308 INFO:teuthology.orchestra.run.smithi053.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-09-30T01:15:58.309 INFO:teuthology.orchestra.run.smithi053.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-09-30T01:15:58.309 INFO:teuthology.orchestra.run.smithi053.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-09-30T01:15:58.309 INFO:teuthology.orchestra.run.smithi053.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-09-30T01:15:58.309 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-09-30T01:15:58.309 INFO:teuthology.orchestra.run.smithi053.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-09-30T01:15:58.309 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-09-30T01:15:58.309 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-09-30T01:15:58.309 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-09-30T01:15:58.309 INFO:teuthology.orchestra.run.smithi053.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-09-30T01:15:58.309 INFO:teuthology.orchestra.run.smithi053.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-09-30T01:15:58.310 INFO:teuthology.orchestra.run.smithi053.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-09-30T01:15:58.310 INFO:teuthology.orchestra.run.smithi053.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-09-30T01:15:58.310 INFO:teuthology.orchestra.run.smithi053.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-09-30T01:15:58.310 INFO:teuthology.orchestra.run.smithi053.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-09-30T01:15:58.310 INFO:teuthology.orchestra.run.smithi053.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-09-30T01:15:58.310 INFO:teuthology.orchestra.run.smithi053.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-09-30T01:15:58.310 INFO:teuthology.orchestra.run.smithi053.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-09-30T01:15:58.310 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:15:58.310 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2023-09-30T01:15:58.310 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:15:58.311 INFO:teuthology.orchestra.run.smithi053.stdout:Install 32 Packages 2023-09-30T01:15:58.311 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:15:58.311 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 28 M 2023-09-30T01:15:58.311 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 110 M 2023-09-30T01:15:58.312 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2023-09-30T01:15:58.348 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph 2023-09-30T01:15:58.642 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-09-30T01:15:58.924 INFO:teuthology.orchestra.run.smithi053.stdout:(1/32): ceph-17.2.6-1165.g93dce5e1.el8.x86_64.r 30 kB/s | 6.4 kB 00:00 2023-09-30T01:15:58.930 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-09-30T01:15:59.146 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-09-30T01:15:59.327 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:10 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:15:59.397 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-09-30T01:15:59.567 INFO:teuthology.orchestra.run.smithi053.stdout:(2/32): ceph-mgr-17.2.6-1165.g93dce5e1.el8.x86_ 1.8 MB/s | 1.6 MB 00:00 2023-09-30T01:15:59.631 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-09-30T01:15:59.915 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-09-30T01:16:00.177 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-09-30T01:16:00.324 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-09-30T01:16:00.399 INFO:teuthology.orchestra.run.smithi053.stdout:(3/32): ceph-mds-17.2.6-1165.g93dce5e1.el8.x86_ 1.4 MB/s | 2.3 MB 00:01 2023-09-30T01:16:00.547 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-09-30T01:16:00.608 INFO:teuthology.orchestra.run.smithi053.stdout:(4/32): ceph-mon-17.2.6-1165.g93dce5e1.el8.x86_ 2.3 MB/s | 3.9 MB 00:01 2023-09-30T01:16:00.633 INFO:teuthology.orchestra.run.smithi053.stdout:(5/32): ceph-mgr-modules-core-17.2.6-1165.g93dc 1.0 MB/s | 238 kB 00:00 2023-09-30T01:16:00.742 INFO:teuthology.orchestra.run.smithi053.stdout:(6/32): python3-markupsafe-0.23-19.el8.x86_64.r 359 kB/s | 39 kB 00:00 2023-09-30T01:16:00.780 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-09-30T01:16:00.826 INFO:teuthology.orchestra.run.smithi053.stdout:(7/32): python3-mako-1.0.6-14.el8.noarch.rpm 724 kB/s | 157 kB 00:00 2023-09-30T01:16:00.851 INFO:teuthology.orchestra.run.smithi053.stdout:(8/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 952 kB/s | 103 kB 00:00 2023-09-30T01:16:00.993 INFO:teuthology.orchestra.run.smithi053.stdout:(9/32): python3-werkzeug-0.12.2-4.el8.noarch.rp 3.2 MB/s | 457 kB 00:00 2023-09-30T01:16:01.018 INFO:teuthology.orchestra.run.smithi053.stdout:(10/32): python3-pytz-2017.2-11.el8.noarch.rpm 296 kB/s | 57 kB 00:00 2023-09-30T01:16:01.042 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-09-30T01:16:01.086 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:16:01.090 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:16:01.090 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2023-09-30T01:16:01.090 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:16:01.090 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2023-09-30T01:16:01.090 INFO:teuthology.orchestra.run.smithi060.stdout: ceph x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 6.4 k 2023-09-30T01:16:01.090 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2023-09-30T01:16:01.091 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mds x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 2.3 M 2023-09-30T01:16:01.091 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 1.6 M 2023-09-30T01:16:01.091 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-modules-core noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 238 k 2023-09-30T01:16:01.091 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mon x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.9 M 2023-09-30T01:16:01.091 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-osd x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 17 M 2023-09-30T01:16:01.091 INFO:teuthology.orchestra.run.smithi060.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-09-30T01:16:01.091 INFO:teuthology.orchestra.run.smithi060.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-09-30T01:16:01.091 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-09-30T01:16:01.091 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-09-30T01:16:01.091 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-09-30T01:16:01.092 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-09-30T01:16:01.092 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-09-30T01:16:01.092 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-09-30T01:16:01.092 INFO:teuthology.orchestra.run.smithi060.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-09-30T01:16:01.092 INFO:teuthology.orchestra.run.smithi060.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-09-30T01:16:01.092 INFO:teuthology.orchestra.run.smithi060.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-09-30T01:16:01.092 INFO:teuthology.orchestra.run.smithi060.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-09-30T01:16:01.092 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-09-30T01:16:01.092 INFO:teuthology.orchestra.run.smithi060.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-09-30T01:16:01.092 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-09-30T01:16:01.093 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-09-30T01:16:01.093 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-09-30T01:16:01.093 INFO:teuthology.orchestra.run.smithi060.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-09-30T01:16:01.093 INFO:teuthology.orchestra.run.smithi060.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-09-30T01:16:01.093 INFO:teuthology.orchestra.run.smithi060.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-09-30T01:16:01.093 INFO:teuthology.orchestra.run.smithi060.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-09-30T01:16:01.093 INFO:teuthology.orchestra.run.smithi060.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-09-30T01:16:01.093 INFO:teuthology.orchestra.run.smithi060.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-09-30T01:16:01.093 INFO:teuthology.orchestra.run.smithi060.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-09-30T01:16:01.093 INFO:teuthology.orchestra.run.smithi060.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-09-30T01:16:01.094 INFO:teuthology.orchestra.run.smithi060.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-09-30T01:16:01.094 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:01.094 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-30T01:16:01.094 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:16:01.094 INFO:teuthology.orchestra.run.smithi060.stdout:Install 32 Packages 2023-09-30T01:16:01.094 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:01.095 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 28 M 2023-09-30T01:16:01.095 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 110 M 2023-09-30T01:16:01.095 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-30T01:16:01.242 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-09-30T01:16:01.277 INFO:teuthology.orchestra.run.smithi053.stdout:(11/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 877 kB/s | 249 kB 00:00 2023-09-30T01:16:01.310 INFO:teuthology.orchestra.run.smithi053.stdout:(12/32): python3-cryptography-3.2.1-6.el8.x86_6 2.1 MB/s | 641 kB 00:00 2023-09-30T01:16:01.344 INFO:teuthology.orchestra.run.smithi053.stdout:(13/32): python3-pycparser-2.14-14.el8.noarch.r 1.6 MB/s | 109 kB 00:00 2023-09-30T01:16:01.400 INFO:teuthology.orchestra.run.smithi060.stdout:(1/32): ceph-17.2.6-1165.g93dce5e1.el8.x86_64.r 35 kB/s | 6.4 kB 00:00 2023-09-30T01:16:01.469 INFO:teuthology.orchestra.run.smithi053.stdout:(14/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 275 kB/s | 44 kB 00:00 2023-09-30T01:16:01.511 INFO:teuthology.orchestra.run.smithi053.stdout:(15/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 1.1 MB/s | 185 kB 00:00 2023-09-30T01:16:01.552 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-09-30T01:16:01.553 INFO:teuthology.orchestra.run.smithi053.stdout:(16/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 2.0 MB/s | 173 kB 00:00 2023-09-30T01:16:01.579 INFO:teuthology.orchestra.run.smithi053.stdout:(17/32): python3-cherrypy-18.4.0-1.el8.noarch.r 5.6 MB/s | 384 kB 00:00 2023-09-30T01:16:01.604 INFO:teuthology.orchestra.run.smithi053.stdout:(18/32): python3-jaraco-6.2-6.el8.noarch.rpm 219 kB/s | 11 kB 00:00 2023-09-30T01:16:01.629 INFO:teuthology.orchestra.run.smithi053.stdout:(19/32): python3-jaraco-functools-2.0-4.el8.noa 350 kB/s | 18 kB 00:00 2023-09-30T01:16:01.655 INFO:teuthology.orchestra.run.smithi053.stdout:(20/32): python3-logutils-0.3.5-11.el8.noarch.r 970 kB/s | 49 kB 00:00 2023-09-30T01:16:01.680 INFO:teuthology.orchestra.run.smithi053.stdout:(21/32): python3-more-itertools-7.2.0-3.el8.noa 1.1 MB/s | 59 kB 00:00 2023-09-30T01:16:01.713 INFO:teuthology.orchestra.run.smithi053.stdout:(22/32): python3-pecan-1.3.2-9.el8.noarch.rpm 4.7 MB/s | 283 kB 00:00 2023-09-30T01:16:01.764 INFO:teuthology.orchestra.run.smithi053.stdout:(23/32): python3-portend-2.6-1.el8.noarch.rpm 186 kB/s | 16 kB 00:00 2023-09-30T01:16:01.789 INFO:teuthology.orchestra.run.smithi053.stdout:(24/32): python3-simplegeneric-0.8.1-17.el8.noa 249 kB/s | 19 kB 00:00 2023-09-30T01:16:01.814 INFO:teuthology.orchestra.run.smithi053.stdout:(25/32): python3-singledispatch-3.4.0.3-18.el8. 478 kB/s | 24 kB 00:00 2023-09-30T01:16:01.840 INFO:teuthology.orchestra.run.smithi053.stdout:(26/32): python3-tempora-1.14.1-5.el8.noarch.rp 581 kB/s | 29 kB 00:00 2023-09-30T01:16:01.865 INFO:teuthology.orchestra.run.smithi053.stdout:(27/32): python3-trustme-0.6.0-4.el8.noarch.rpm 549 kB/s | 27 kB 00:00 2023-09-30T01:16:01.878 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-09-30T01:16:01.890 INFO:teuthology.orchestra.run.smithi053.stdout:(28/32): python3-waitress-1.4.3-1.el8.noarch.rp 5.0 MB/s | 255 kB 00:00 2023-09-30T01:16:01.949 INFO:teuthology.orchestra.run.smithi053.stdout:(29/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.9 MB/s | 251 kB 00:00 2023-09-30T01:16:01.974 INFO:teuthology.orchestra.run.smithi053.stdout:(30/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.0 MB/s | 85 kB 00:00 2023-09-30T01:16:02.008 INFO:teuthology.orchestra.run.smithi053.stdout:(31/32): python3-zc-lockfile-2.0-2.el8.noarch.r 393 kB/s | 23 kB 00:00 2023-09-30T01:16:02.274 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-mgr-modules-core-2:17.2.6-1165.g93dce5e1.el8. 27/32 2023-09-30T01:16:02.291 INFO:teuthology.orchestra.run.smithi053.stdout:(32/32): ceph-osd-17.2.6-1165.g93dce5e1.el8.x86 6.1 MB/s | 17 MB 00:02 2023-09-30T01:16:02.295 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:16:02.295 INFO:teuthology.orchestra.run.smithi053.stdout:Total 7.1 MB/s | 28 MB 00:03 2023-09-30T01:16:02.388 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2023-09-30T01:16:02.430 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2023-09-30T01:16:02.430 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2023-09-30T01:16:02.441 INFO:teuthology.orchestra.run.smithi060.stdout:(2/32): ceph-mds-17.2.6-1165.g93dce5e1.el8.x86_ 1.9 MB/s | 2.3 MB 00:01 2023-09-30T01:16:02.483 INFO:teuthology.orchestra.run.smithi060.stdout:(3/32): ceph-mgr-17.2.6-1165.g93dce5e1.el8.x86_ 1.2 MB/s | 1.6 MB 00:01 2023-09-30T01:16:02.509 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 28/32 2023-09-30T01:16:02.634 INFO:teuthology.orchestra.run.smithi060.stdout:(4/32): ceph-mgr-modules-core-17.2.6-1165.g93dc 1.6 MB/s | 238 kB 00:00 2023-09-30T01:16:02.763 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2023-09-30T01:16:02.767 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2023-09-30T01:16:02.825 INFO:teuthology.orchestra.run.smithi060.stdout:(5/32): python3-mako-1.0.6-14.el8.noarch.rpm 820 kB/s | 157 kB 00:00 2023-09-30T01:16:02.885 INFO:teuthology.orchestra.run.smithi060.stdout:(6/32): ceph-mon-17.2.6-1165.g93dce5e1.el8.x86_ 2.7 MB/s | 3.9 MB 00:01 2023-09-30T01:16:02.923 INFO:teuthology.orchestra.run.smithi060.stdout:(7/32): python3-markupsafe-0.23-19.el8.x86_64.r 400 kB/s | 39 kB 00:00 2023-09-30T01:16:02.993 INFO:teuthology.orchestra.run.smithi060.stdout:(8/32): python3-pytz-2017.2-11.el8.noarch.rpm 814 kB/s | 57 kB 00:00 2023-09-30T01:16:03.102 INFO:teuthology.orchestra.run.smithi060.stdout:(9/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 476 kB/s | 103 kB 00:00 2023-09-30T01:16:03.127 INFO:teuthology.orchestra.run.smithi060.stdout:(10/32): python3-werkzeug-0.12.2-4.el8.noarch.r 3.3 MB/s | 457 kB 00:00 2023-09-30T01:16:03.378 INFO:teuthology.orchestra.run.smithi060.stdout:(11/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 904 kB/s | 249 kB 00:00 2023-09-30T01:16:03.411 INFO:teuthology.orchestra.run.smithi060.stdout:(12/32): python3-cryptography-3.2.1-6.el8.x86_6 2.2 MB/s | 641 kB 00:00 2023-09-30T01:16:03.444 INFO:teuthology.orchestra.run.smithi060.stdout:(13/32): python3-pycparser-2.14-14.el8.noarch.r 1.6 MB/s | 109 kB 00:00 2023-09-30T01:16:03.520 INFO:teuthology.orchestra.run.smithi060.stdout:(14/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 401 kB/s | 44 kB 00:00 2023-09-30T01:16:03.579 INFO:teuthology.orchestra.run.smithi060.stdout:(15/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 1.4 MB/s | 185 kB 00:00 2023-09-30T01:16:03.620 INFO:teuthology.orchestra.run.smithi060.stdout:(16/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.7 MB/s | 173 kB 00:00 2023-09-30T01:16:03.646 INFO:teuthology.orchestra.run.smithi060.stdout:(17/32): python3-cherrypy-18.4.0-1.el8.noarch.r 5.6 MB/s | 384 kB 00:00 2023-09-30T01:16:03.663 INFO:teuthology.orchestra.run.smithi060.stdout:(18/32): python3-jaraco-6.2-6.el8.noarch.rpm 265 kB/s | 11 kB 00:00 2023-09-30T01:16:03.697 INFO:teuthology.orchestra.run.smithi060.stdout:(19/32): python3-jaraco-functools-2.0-4.el8.noa 351 kB/s | 18 kB 00:00 2023-09-30T01:16:03.714 INFO:teuthology.orchestra.run.smithi060.stdout:(20/32): python3-logutils-0.3.5-11.el8.noarch.r 969 kB/s | 49 kB 00:00 2023-09-30T01:16:03.739 INFO:teuthology.orchestra.run.smithi060.stdout:(21/32): python3-more-itertools-7.2.0-3.el8.noa 1.4 MB/s | 59 kB 00:00 2023-09-30T01:16:03.773 INFO:teuthology.orchestra.run.smithi060.stdout:(22/32): python3-portend-2.6-1.el8.noarch.rpm 468 kB/s | 16 kB 00:00 2023-09-30T01:16:03.820 INFO:teuthology.orchestra.run.smithi060.stdout:(23/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.6 MB/s | 283 kB 00:00 2023-09-30T01:16:03.848 INFO:teuthology.orchestra.run.smithi060.stdout:(24/32): python3-simplegeneric-0.8.1-17.el8.noa 249 kB/s | 19 kB 00:00 2023-09-30T01:16:03.873 INFO:teuthology.orchestra.run.smithi060.stdout:(25/32): python3-singledispatch-3.4.0.3-18.el8. 449 kB/s | 24 kB 00:00 2023-09-30T01:16:03.899 INFO:teuthology.orchestra.run.smithi060.stdout:(26/32): python3-tempora-1.14.1-5.el8.noarch.rp 584 kB/s | 29 kB 00:00 2023-09-30T01:16:03.922 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2023-09-30T01:16:03.924 INFO:teuthology.orchestra.run.smithi060.stdout:(27/32): python3-trustme-0.6.0-4.el8.noarch.rpm 548 kB/s | 27 kB 00:00 2023-09-30T01:16:03.949 INFO:teuthology.orchestra.run.smithi060.stdout:(28/32): python3-waitress-1.4.3-1.el8.noarch.rp 5.0 MB/s | 255 kB 00:00 2023-09-30T01:16:03.974 INFO:teuthology.orchestra.run.smithi060.stdout:(29/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 4.9 MB/s | 251 kB 00:00 2023-09-30T01:16:03.994 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 28/32 2023-09-30T01:16:04.000 INFO:teuthology.orchestra.run.smithi060.stdout:(30/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.7 MB/s | 85 kB 00:00 2023-09-30T01:16:04.025 INFO:teuthology.orchestra.run.smithi060.stdout:(31/32): python3-zc-lockfile-2.0-2.el8.noarch.r 457 kB/s | 23 kB 00:00 2023-09-30T01:16:04.143 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-09-30T01:16:04.217 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 29/32 2023-09-30T01:16:04.363 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-09-30T01:16:04.425 INFO:teuthology.orchestra.run.smithi060.stdout:(32/32): ceph-osd-17.2.6-1165.g93dce5e1.el8.x86 8.4 MB/s | 17 MB 00:01 2023-09-30T01:16:04.427 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:16:04.427 INFO:teuthology.orchestra.run.smithi060.stdout:Total 8.5 MB/s | 28 MB 00:03 2023-09-30T01:16:04.520 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-30T01:16:04.560 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-30T01:16:04.560 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-30T01:16:04.591 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-09-30T01:16:04.612 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 29/32 2023-09-30T01:16:04.779 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 30/32 2023-09-30T01:16:04.878 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-09-30T01:16:04.902 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-30T01:16:04.906 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-30T01:16:04.997 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 30/32 2023-09-30T01:16:05.058 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-09-30T01:16:05.275 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-09-30T01:16:05.448 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-09-30T01:16:05.634 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-09-30T01:16:05.763 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 31/32 2023-09-30T01:16:05.784 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 31/32 2023-09-30T01:16:05.888 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-09-30T01:16:05.929 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 32/32 2023-09-30T01:16:06.030 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-30T01:16:06.101 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-09-30T01:16:06.280 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-09-30T01:16:06.340 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 32/32 2023-09-30T01:16:06.341 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/32 2023-09-30T01:16:06.341 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/32 2023-09-30T01:16:06.341 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/32 2023-09-30T01:16:06.341 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 4/32 2023-09-30T01:16:06.341 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/32 2023-09-30T01:16:06.341 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-mgr-modules-core-2:17.2.6-1165.g93dce5e1.el8. 6/32 2023-09-30T01:16:06.341 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-09-30T01:16:06.341 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-09-30T01:16:06.341 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-09-30T01:16:06.341 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-09-30T01:16:06.342 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-09-30T01:16:06.342 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-09-30T01:16:06.342 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-09-30T01:16:06.342 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-09-30T01:16:06.342 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-09-30T01:16:06.342 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-09-30T01:16:06.342 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-09-30T01:16:06.342 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-09-30T01:16:06.342 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-09-30T01:16:06.342 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-09-30T01:16:06.342 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-09-30T01:16:06.342 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-09-30T01:16:06.343 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-09-30T01:16:06.343 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-09-30T01:16:06.343 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-09-30T01:16:06.343 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-09-30T01:16:06.343 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-09-30T01:16:06.344 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-09-30T01:16:06.344 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-09-30T01:16:06.344 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-09-30T01:16:06.344 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-09-30T01:16:06.377 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-09-30T01:16:06.484 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-09-30T01:16:06.622 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-09-30T01:16:06.745 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-09-30T01:16:07.032 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-09-30T01:16:07.033 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-09-30T01:16:07.246 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-09-30T01:16:07.311 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-09-30T01:16:07.436 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-09-30T01:16:07.436 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:07.436 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-09-30T01:16:07.436 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:16:07.436 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:16:07.436 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:16:07.436 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-modules-core-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:07.436 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:16:07.436 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:16:07.437 INFO:teuthology.orchestra.run.smithi184.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-09-30T01:16:07.437 INFO:teuthology.orchestra.run.smithi184.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-09-30T01:16:07.437 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-09-30T01:16:07.437 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-09-30T01:16:07.437 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-09-30T01:16:07.437 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-09-30T01:16:07.437 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jaraco-6.2-6.el8.noarch 2023-09-30T01:16:07.437 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-09-30T01:16:07.437 INFO:teuthology.orchestra.run.smithi184.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-09-30T01:16:07.437 INFO:teuthology.orchestra.run.smithi184.stdout: python3-mako-1.0.6-14.el8.noarch 2023-09-30T01:16:07.437 INFO:teuthology.orchestra.run.smithi184.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-09-30T01:16:07.437 INFO:teuthology.orchestra.run.smithi184.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-09-30T01:16:07.437 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-09-30T01:16:07.438 INFO:teuthology.orchestra.run.smithi184.stdout: python3-portend-2.6-1.el8.noarch 2023-09-30T01:16:07.438 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-09-30T01:16:07.438 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pycparser-2.14-14.el8.noarch 2023-09-30T01:16:07.438 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pytz-2017.2-11.el8.noarch 2023-09-30T01:16:07.438 INFO:teuthology.orchestra.run.smithi184.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-09-30T01:16:07.438 INFO:teuthology.orchestra.run.smithi184.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-09-30T01:16:07.438 INFO:teuthology.orchestra.run.smithi184.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-09-30T01:16:07.438 INFO:teuthology.orchestra.run.smithi184.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-09-30T01:16:07.438 INFO:teuthology.orchestra.run.smithi184.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-09-30T01:16:07.438 INFO:teuthology.orchestra.run.smithi184.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-09-30T01:16:07.438 INFO:teuthology.orchestra.run.smithi184.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-09-30T01:16:07.438 INFO:teuthology.orchestra.run.smithi184.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-09-30T01:16:07.439 INFO:teuthology.orchestra.run.smithi184.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-09-30T01:16:07.439 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:07.439 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:16:07.479 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-09-30T01:16:07.504 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-09-30T01:16:07.644 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-09-30T01:16:07.674 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-base 2023-09-30T01:16:07.804 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-09-30T01:16:07.822 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-09-30T01:16:08.006 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-09-30T01:16:08.043 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-09-30T01:16:08.263 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-09-30T01:16:08.361 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-09-30T01:16:08.538 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:19 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:08.546 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-09-30T01:16:08.614 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-09-30T01:16:08.774 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-09-30T01:16:08.801 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-09-30T01:16:08.965 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-09-30T01:16:09.199 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-09-30T01:16:09.233 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-09-30T01:16:09.459 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-09-30T01:16:09.461 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-09-30T01:16:09.650 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-09-30T01:16:09.718 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-09-30T01:16:09.908 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-09-30T01:16:09.923 INFO:teuthology.orchestra.run.smithi184.stdout:Package ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:16:10.062 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-09-30T01:16:10.111 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:16:10.112 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2023-09-30T01:16:10.112 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:16:10.152 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-09-30T01:16:10.224 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install cephadm 2023-09-30T01:16:10.357 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-09-30T01:16:10.471 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-09-30T01:16:10.699 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-09-30T01:16:10.768 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-modules-core-2:17.2.6-1165.g93dce5e1.el8. 27/32 2023-09-30T01:16:10.853 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-09-30T01:16:10.963 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 28/32 2023-09-30T01:16:11.081 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:22 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:11.091 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-09-30T01:16:11.344 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-09-30T01:16:11.555 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-09-30T01:16:11.762 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-09-30T01:16:12.137 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-09-30T01:16:12.609 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 28/32 2023-09-30T01:16:12.658 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:16:12.659 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:16:12.659 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2023-09-30T01:16:12.659 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:16:12.659 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2023-09-30T01:16:12.659 INFO:teuthology.orchestra.run.smithi184.stdout: cephadm noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 80 k 2023-09-30T01:16:12.659 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:12.659 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-09-30T01:16:12.659 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:16:12.659 INFO:teuthology.orchestra.run.smithi184.stdout:Install 1 Package 2023-09-30T01:16:12.659 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:12.660 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 80 k 2023-09-30T01:16:12.660 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 363 k 2023-09-30T01:16:12.660 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-09-30T01:16:12.804 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 29/32 2023-09-30T01:16:12.939 INFO:teuthology.orchestra.run.smithi184.stdout:cephadm-17.2.6-1165.g93dce5e1.el8.noarch.rpm 287 kB/s | 80 kB 00:00 2023-09-30T01:16:12.939 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:16:12.940 INFO:teuthology.orchestra.run.smithi184.stdout:Total 286 kB/s | 80 kB 00:00 2023-09-30T01:16:12.940 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-09-30T01:16:12.948 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-09-30T01:16:12.948 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-09-30T01:16:12.950 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-09-30T01:16:12.953 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-09-30T01:16:12.986 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-09-30T01:16:12.993 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-09-30T01:16:13.244 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 29/32 2023-09-30T01:16:13.352 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-modules-core-2:17.2.6-1165.g93dce5e1.el8. 27/32 2023-09-30T01:16:13.444 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 30/32 2023-09-30T01:16:13.484 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:16:13.557 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 28/32 2023-09-30T01:16:13.670 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:16:13.688 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 30/32 2023-09-30T01:16:13.893 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 31/32 2023-09-30T01:16:13.898 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:16:13.917 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 31/32 2023-09-30T01:16:14.061 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 32/32 2023-09-30T01:16:14.525 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:16:14.525 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:14.525 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-09-30T01:16:14.525 INFO:teuthology.orchestra.run.smithi184.stdout: cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:14.525 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:14.525 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:16:14.541 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 32/32 2023-09-30T01:16:14.541 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/32 2023-09-30T01:16:14.541 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/32 2023-09-30T01:16:14.541 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/32 2023-09-30T01:16:14.541 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 4/32 2023-09-30T01:16:14.541 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/32 2023-09-30T01:16:14.542 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-modules-core-2:17.2.6-1165.g93dce5e1.el8. 6/32 2023-09-30T01:16:14.542 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-09-30T01:16:14.542 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-09-30T01:16:14.542 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-09-30T01:16:14.542 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-09-30T01:16:14.542 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-09-30T01:16:14.542 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-09-30T01:16:14.542 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-09-30T01:16:14.542 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-09-30T01:16:14.542 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-09-30T01:16:14.542 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-09-30T01:16:14.543 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-09-30T01:16:14.543 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-09-30T01:16:14.543 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-09-30T01:16:14.543 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-09-30T01:16:14.543 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-09-30T01:16:14.543 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-09-30T01:16:14.543 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-09-30T01:16:14.543 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-09-30T01:16:14.543 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-09-30T01:16:14.543 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-09-30T01:16:14.543 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-09-30T01:16:14.544 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-09-30T01:16:14.544 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-09-30T01:16:14.544 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-09-30T01:16:14.544 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-09-30T01:16:14.763 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-immutable-object-cache 2023-09-30T01:16:15.195 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 28/32 2023-09-30T01:16:15.398 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 29/32 2023-09-30T01:16:15.632 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:26 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:15.667 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-09-30T01:16:15.667 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:16:15.667 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2023-09-30T01:16:15.667 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:16:15.668 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:16:15.668 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:16:15.668 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-modules-core-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:15.668 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:16:15.668 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:16:15.668 INFO:teuthology.orchestra.run.smithi053.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-09-30T01:16:15.668 INFO:teuthology.orchestra.run.smithi053.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-09-30T01:16:15.668 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-09-30T01:16:15.669 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-09-30T01:16:15.669 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-09-30T01:16:15.669 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-09-30T01:16:15.669 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-6.2-6.el8.noarch 2023-09-30T01:16:15.669 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-09-30T01:16:15.669 INFO:teuthology.orchestra.run.smithi053.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-09-30T01:16:15.669 INFO:teuthology.orchestra.run.smithi053.stdout: python3-mako-1.0.6-14.el8.noarch 2023-09-30T01:16:15.669 INFO:teuthology.orchestra.run.smithi053.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-09-30T01:16:15.670 INFO:teuthology.orchestra.run.smithi053.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-09-30T01:16:15.670 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-09-30T01:16:15.670 INFO:teuthology.orchestra.run.smithi053.stdout: python3-portend-2.6-1.el8.noarch 2023-09-30T01:16:15.670 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-09-30T01:16:15.670 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pycparser-2.14-14.el8.noarch 2023-09-30T01:16:15.670 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pytz-2017.2-11.el8.noarch 2023-09-30T01:16:15.670 INFO:teuthology.orchestra.run.smithi053.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-09-30T01:16:15.670 INFO:teuthology.orchestra.run.smithi053.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-09-30T01:16:15.671 INFO:teuthology.orchestra.run.smithi053.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-09-30T01:16:15.671 INFO:teuthology.orchestra.run.smithi053.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-09-30T01:16:15.671 INFO:teuthology.orchestra.run.smithi053.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-09-30T01:16:15.671 INFO:teuthology.orchestra.run.smithi053.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-09-30T01:16:15.671 INFO:teuthology.orchestra.run.smithi053.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-09-30T01:16:15.671 INFO:teuthology.orchestra.run.smithi053.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-09-30T01:16:15.671 INFO:teuthology.orchestra.run.smithi053.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-09-30T01:16:15.671 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:16:15.672 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:16:15.835 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 29/32 2023-09-30T01:16:15.845 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-base 2023-09-30T01:16:15.998 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 30/32 2023-09-30T01:16:16.239 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 30/32 2023-09-30T01:16:16.432 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 31/32 2023-09-30T01:16:16.455 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 31/32 2023-09-30T01:16:16.574 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 32/32 2023-09-30T01:16:16.831 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:27 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:17.032 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 32/32 2023-09-30T01:16:17.032 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/32 2023-09-30T01:16:17.032 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/32 2023-09-30T01:16:17.032 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 3/32 2023-09-30T01:16:17.032 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 4/32 2023-09-30T01:16:17.032 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 5/32 2023-09-30T01:16:17.032 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-modules-core-2:17.2.6-1165.g93dce5e1.el8. 6/32 2023-09-30T01:16:17.032 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-09-30T01:16:17.032 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-09-30T01:16:17.032 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-09-30T01:16:17.033 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-09-30T01:16:17.033 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-09-30T01:16:17.033 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-09-30T01:16:17.033 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-09-30T01:16:17.033 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-09-30T01:16:17.033 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-09-30T01:16:17.033 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-09-30T01:16:17.033 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-09-30T01:16:17.033 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-09-30T01:16:17.033 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-09-30T01:16:17.033 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-09-30T01:16:17.033 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-09-30T01:16:17.033 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-09-30T01:16:17.034 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-09-30T01:16:17.034 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-09-30T01:16:17.034 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-09-30T01:16:17.034 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-09-30T01:16:17.034 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-09-30T01:16:17.034 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-09-30T01:16:17.034 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-09-30T01:16:17.034 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-09-30T01:16:17.034 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-09-30T01:16:17.195 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:16:17.196 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:16:17.196 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repo Size 2023-09-30T01:16:17.196 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:16:17.196 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2023-09-30T01:16:17.196 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-immutable-object-cache x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 161 k 2023-09-30T01:16:17.196 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:17.196 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-09-30T01:16:17.197 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:16:17.197 INFO:teuthology.orchestra.run.smithi184.stdout:Install 1 Package 2023-09-30T01:16:17.197 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:17.197 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 161 k 2023-09-30T01:16:17.197 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 490 k 2023-09-30T01:16:17.197 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-09-30T01:16:17.662 INFO:teuthology.orchestra.run.smithi184.stdout:ceph-immutable-object-cache-17.2.6-1165.g93dce5 348 kB/s | 161 kB 00:00 2023-09-30T01:16:17.662 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:16:17.663 INFO:teuthology.orchestra.run.smithi184.stdout:Total 346 kB/s | 161 kB 00:00 2023-09-30T01:16:17.663 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-09-30T01:16:17.674 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-09-30T01:16:17.674 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-09-30T01:16:17.721 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-09-30T01:16:17.724 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-09-30T01:16:17.839 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-09-30T01:16:18.018 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1. 1/1 2023-09-30T01:16:18.426 INFO:teuthology.orchestra.run.smithi053.stdout:Package ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:16:18.462 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1. 1/1 2023-09-30T01:16:18.516 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-09-30T01:16:18.516 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:18.516 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-30T01:16:18.516 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:16:18.516 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mds-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:16:18.516 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:16:18.517 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-modules-core-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:18.517 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mon-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:16:18.517 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-osd-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:16:18.517 INFO:teuthology.orchestra.run.smithi060.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-09-30T01:16:18.517 INFO:teuthology.orchestra.run.smithi060.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-09-30T01:16:18.517 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-09-30T01:16:18.517 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-09-30T01:16:18.517 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-09-30T01:16:18.517 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-09-30T01:16:18.518 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-6.2-6.el8.noarch 2023-09-30T01:16:18.518 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-09-30T01:16:18.518 INFO:teuthology.orchestra.run.smithi060.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-09-30T01:16:18.518 INFO:teuthology.orchestra.run.smithi060.stdout: python3-mako-1.0.6-14.el8.noarch 2023-09-30T01:16:18.518 INFO:teuthology.orchestra.run.smithi060.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-09-30T01:16:18.518 INFO:teuthology.orchestra.run.smithi060.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-09-30T01:16:18.518 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-09-30T01:16:18.518 INFO:teuthology.orchestra.run.smithi060.stdout: python3-portend-2.6-1.el8.noarch 2023-09-30T01:16:18.518 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-09-30T01:16:18.518 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pycparser-2.14-14.el8.noarch 2023-09-30T01:16:18.519 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pytz-2017.2-11.el8.noarch 2023-09-30T01:16:18.519 INFO:teuthology.orchestra.run.smithi060.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-09-30T01:16:18.519 INFO:teuthology.orchestra.run.smithi060.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-09-30T01:16:18.519 INFO:teuthology.orchestra.run.smithi060.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-09-30T01:16:18.519 INFO:teuthology.orchestra.run.smithi060.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-09-30T01:16:18.519 INFO:teuthology.orchestra.run.smithi060.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-09-30T01:16:18.519 INFO:teuthology.orchestra.run.smithi060.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-09-30T01:16:18.519 INFO:teuthology.orchestra.run.smithi060.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-09-30T01:16:18.519 INFO:teuthology.orchestra.run.smithi060.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-09-30T01:16:18.519 INFO:teuthology.orchestra.run.smithi060.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-09-30T01:16:18.520 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:18.520 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:16:18.637 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:16:18.639 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2023-09-30T01:16:18.639 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:16:18.668 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-base 2023-09-30T01:16:18.758 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install cephadm 2023-09-30T01:16:19.050 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1. 1/1 2023-09-30T01:16:19.050 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:19.050 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-09-30T01:16:19.050 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:16:19.051 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:19.051 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:16:19.265 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-mgr 2023-09-30T01:16:19.659 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:30 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:19.749 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:30 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:20.127 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:31 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:21.234 INFO:teuthology.orchestra.run.smithi060.stdout:Package ceph-base-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:16:21.443 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:16:21.445 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2023-09-30T01:16:21.445 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:16:21.512 INFO:teuthology.orchestra.run.smithi184.stdout:Package ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:16:21.518 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:16:21.519 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:16:21.519 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2023-09-30T01:16:21.519 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:16:21.519 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2023-09-30T01:16:21.519 INFO:teuthology.orchestra.run.smithi053.stdout: cephadm noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 80 k 2023-09-30T01:16:21.520 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:16:21.520 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2023-09-30T01:16:21.520 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:16:21.520 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2023-09-30T01:16:21.520 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:16:21.520 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 80 k 2023-09-30T01:16:21.520 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 363 k 2023-09-30T01:16:21.521 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2023-09-30T01:16:21.543 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install cephadm 2023-09-30T01:16:21.704 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:16:21.705 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2023-09-30T01:16:21.705 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:16:21.818 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-mgr-dashboard 2023-09-30T01:16:21.873 INFO:teuthology.orchestra.run.smithi053.stdout:cephadm-17.2.6-1165.g93dce5e1.el8.noarch.rpm 227 kB/s | 80 kB 00:00 2023-09-30T01:16:21.873 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:16:21.874 INFO:teuthology.orchestra.run.smithi053.stdout:Total 226 kB/s | 80 kB 00:00 2023-09-30T01:16:21.874 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2023-09-30T01:16:21.884 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2023-09-30T01:16:21.884 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2023-09-30T01:16:21.886 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2023-09-30T01:16:21.890 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2023-09-30T01:16:21.937 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2023-09-30T01:16:22.527 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:33 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:22.684 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:33 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:24.256 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:16:24.257 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:16:24.257 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2023-09-30T01:16:24.257 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:16:24.257 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2023-09-30T01:16:24.257 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-dashboard noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 1.7 M 2023-09-30T01:16:24.257 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2023-09-30T01:16:24.258 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-grafana-dashboards noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 23 k 2023-09-30T01:16:24.258 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-prometheus-alerts noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 14 k 2023-09-30T01:16:24.258 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-09-30T01:16:24.258 INFO:teuthology.orchestra.run.smithi184.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-09-30T01:16:24.258 INFO:teuthology.orchestra.run.smithi184.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-09-30T01:16:24.258 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:24.258 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-09-30T01:16:24.258 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:16:24.258 INFO:teuthology.orchestra.run.smithi184.stdout:Install 6 Packages 2023-09-30T01:16:24.259 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:24.259 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 2.0 M 2023-09-30T01:16:24.259 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 8.0 M 2023-09-30T01:16:24.259 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-09-30T01:16:24.282 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:16:24.283 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:16:24.283 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2023-09-30T01:16:24.283 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:16:24.283 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2023-09-30T01:16:24.283 INFO:teuthology.orchestra.run.smithi060.stdout: cephadm noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 80 k 2023-09-30T01:16:24.283 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:24.283 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-30T01:16:24.283 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:16:24.283 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2023-09-30T01:16:24.284 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:24.284 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 80 k 2023-09-30T01:16:24.284 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 363 k 2023-09-30T01:16:24.284 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-30T01:16:24.526 INFO:teuthology.orchestra.run.smithi060.stdout:cephadm-17.2.6-1165.g93dce5e1.el8.noarch.rpm 331 kB/s | 80 kB 00:00 2023-09-30T01:16:24.527 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:16:24.527 INFO:teuthology.orchestra.run.smithi060.stdout:Total 329 kB/s | 80 kB 00:00 2023-09-30T01:16:24.527 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-30T01:16:24.530 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:16:24.537 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-30T01:16:24.537 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-30T01:16:24.540 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-30T01:16:24.544 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-30T01:16:24.589 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-30T01:16:24.665 INFO:teuthology.orchestra.run.smithi184.stdout:(1/6): ceph-prometheus-alerts-17.2.6-1165.g93dc 80 kB/s | 14 kB 00:00 2023-09-30T01:16:24.708 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:16:24.770 INFO:teuthology.orchestra.run.smithi184.stdout:(2/6): ceph-grafana-dashboards-17.2.6-1165.g93d 81 kB/s | 23 kB 00:00 2023-09-30T01:16:24.804 INFO:teuthology.orchestra.run.smithi184.stdout:(3/6): ceph-mgr-dashboard-17.2.6-1165.g93dce5e1 5.3 MB/s | 1.7 MB 00:00 2023-09-30T01:16:24.829 INFO:teuthology.orchestra.run.smithi184.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 260 kB/s | 43 kB 00:00 2023-09-30T01:16:24.970 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:16:25.130 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:16:25.146 INFO:teuthology.orchestra.run.smithi184.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 89 kB/s | 34 kB 00:00 2023-09-30T01:16:25.344 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:16:25.355 INFO:teuthology.orchestra.run.smithi184.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 357 kB/s | 196 kB 00:00 2023-09-30T01:16:25.358 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:16:25.358 INFO:teuthology.orchestra.run.smithi184.stdout:Total 1.8 MB/s | 2.0 MB 00:01 2023-09-30T01:16:25.370 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-09-30T01:16:25.380 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-09-30T01:16:25.380 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-09-30T01:16:25.459 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-09-30T01:16:25.462 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-09-30T01:16:25.609 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:16:25.653 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:16:25.653 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:16:25.653 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2023-09-30T01:16:25.654 INFO:teuthology.orchestra.run.smithi053.stdout: cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:25.654 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:16:25.654 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:16:25.768 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-09-30T01:16:25.886 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-immutable-object-cache 2023-09-30T01:16:26.009 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-09-30T01:16:26.245 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-09-30T01:16:26.282 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:16:26.282 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:26.282 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-30T01:16:26.282 INFO:teuthology.orchestra.run.smithi060.stdout: cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:26.282 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:26.282 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:16:26.462 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-09-30T01:16:26.503 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-immutable-object-cache 2023-09-30T01:16:26.573 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-prometheus-alerts-2:17.2.6-1165.g93dce5e1.el8.n 4/6 2023-09-30T01:16:26.876 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:37 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:26.920 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-grafana-dashboards-2:17.2.6-1165.g93dce5e1.el8. 5/6 2023-09-30T01:16:27.137 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarc 6/6 2023-09-30T01:16:27.433 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarc 6/6 2023-09-30T01:16:27.434 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-grafana-dashboards-2:17.2.6-1165.g93dce5e1.el8. 1/6 2023-09-30T01:16:27.434 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarc 2/6 2023-09-30T01:16:27.434 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-prometheus-alerts-2:17.2.6-1165.g93dce5e1.el8.n 3/6 2023-09-30T01:16:27.434 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-09-30T01:16:27.434 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-09-30T01:16:27.487 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:38 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:28.158 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-09-30T01:16:28.158 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:28.158 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-09-30T01:16:28.158 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-grafana-dashboards-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:28.159 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:28.159 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-prometheus-alerts-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:28.159 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-09-30T01:16:28.159 INFO:teuthology.orchestra.run.smithi184.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-09-30T01:16:28.159 INFO:teuthology.orchestra.run.smithi184.stdout: python3-routes-2.4.1-12.el8.noarch 2023-09-30T01:16:28.159 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:28.159 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:16:28.281 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-mgr-diskprediction-local 2023-09-30T01:16:28.633 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:16:28.633 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:16:28.634 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repo Size 2023-09-30T01:16:28.634 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:16:28.634 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2023-09-30T01:16:28.634 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-immutable-object-cache x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 161 k 2023-09-30T01:16:28.634 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:16:28.634 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2023-09-30T01:16:28.634 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:16:28.634 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2023-09-30T01:16:28.634 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:16:28.635 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 161 k 2023-09-30T01:16:28.635 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 490 k 2023-09-30T01:16:28.635 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2023-09-30T01:16:28.928 INFO:teuthology.orchestra.run.smithi053.stdout:ceph-immutable-object-cache-17.2.6-1165.g93dce5 551 kB/s | 161 kB 00:00 2023-09-30T01:16:28.929 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:16:28.929 INFO:teuthology.orchestra.run.smithi053.stdout:Total 549 kB/s | 161 kB 00:00 2023-09-30T01:16:28.929 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2023-09-30T01:16:28.942 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2023-09-30T01:16:28.943 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2023-09-30T01:16:29.000 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2023-09-30T01:16:29.003 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2023-09-30T01:16:29.124 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2023-09-30T01:16:29.145 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:40 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:29.241 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:16:29.242 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:16:29.242 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2023-09-30T01:16:29.242 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:16:29.242 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2023-09-30T01:16:29.242 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-immutable-object-cache x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 161 k 2023-09-30T01:16:29.242 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:29.242 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-30T01:16:29.242 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:16:29.243 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2023-09-30T01:16:29.243 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:29.243 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 161 k 2023-09-30T01:16:29.243 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 490 k 2023-09-30T01:16:29.243 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-30T01:16:29.334 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1. 1/1 2023-09-30T01:16:29.576 INFO:teuthology.orchestra.run.smithi060.stdout:ceph-immutable-object-cache-17.2.6-1165.g93dce5 486 kB/s | 161 kB 00:00 2023-09-30T01:16:29.576 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:16:29.577 INFO:teuthology.orchestra.run.smithi060.stdout:Total 483 kB/s | 161 kB 00:00 2023-09-30T01:16:29.577 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-30T01:16:29.590 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-30T01:16:29.591 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-30T01:16:29.649 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-30T01:16:29.653 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-30T01:16:29.812 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1. 1/1 2023-09-30T01:16:30.182 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-30T01:16:30.515 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1. 1/1 2023-09-30T01:16:30.516 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:16:30.516 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2023-09-30T01:16:30.516 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:16:30.516 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:16:30.516 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:16:30.605 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1. 1/1 2023-09-30T01:16:30.737 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:16:30.739 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================================ 2023-09-30T01:16:30.739 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2023-09-30T01:16:30.739 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================================ 2023-09-30T01:16:30.739 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2023-09-30T01:16:30.739 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 7.4 M 2023-09-30T01:16:30.739 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2023-09-30T01:16:30.739 INFO:teuthology.orchestra.run.smithi184.stdout: libgfortran x86_64 8.5.0-20.el8 baseos 645 k 2023-09-30T01:16:30.739 INFO:teuthology.orchestra.run.smithi184.stdout: libquadmath x86_64 8.5.0-20.el8 baseos 172 k 2023-09-30T01:16:30.739 INFO:teuthology.orchestra.run.smithi184.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-09-30T01:16:30.740 INFO:teuthology.orchestra.run.smithi184.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-09-30T01:16:30.740 INFO:teuthology.orchestra.run.smithi184.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-09-30T01:16:30.740 INFO:teuthology.orchestra.run.smithi184.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-09-30T01:16:30.740 INFO:teuthology.orchestra.run.smithi184.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-09-30T01:16:30.740 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:30.740 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-09-30T01:16:30.740 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================================ 2023-09-30T01:16:30.740 INFO:teuthology.orchestra.run.smithi184.stdout:Install 8 Packages 2023-09-30T01:16:30.740 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:30.741 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 35 M 2023-09-30T01:16:30.741 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 210 M 2023-09-30T01:16:30.741 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-09-30T01:16:30.762 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr 2023-09-30T01:16:31.104 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1. 1/1 2023-09-30T01:16:31.413 INFO:teuthology.orchestra.run.smithi184.stdout:(1/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 11 MB/s | 4.9 MB 00:00 2023-09-30T01:16:31.480 INFO:teuthology.orchestra.run.smithi184.stdout:(2/8): openblas-0.3.15-4.el8.x86_64.rpm 9.2 MB/s | 4.7 MB 00:00 2023-09-30T01:16:31.564 INFO:teuthology.orchestra.run.smithi184.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 2.6 MB/s | 225 kB 00:00 2023-09-30T01:16:31.664 INFO:teuthology.orchestra.run.smithi184.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 15 MB/s | 3.7 MB 00:00 2023-09-30T01:16:31.759 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:42 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:31.805 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1. 1/1 2023-09-30T01:16:31.806 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:31.806 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-30T01:16:31.806 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-immutable-object-cache-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:16:31.806 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:31.806 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:16:31.864 INFO:teuthology.orchestra.run.smithi184.stdout:(5/8): ceph-mgr-diskprediction-local-17.2.6-116 8.2 MB/s | 7.4 MB 00:00 2023-09-30T01:16:32.006 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr 2023-09-30T01:16:32.131 INFO:teuthology.orchestra.run.smithi184.stdout:(6/8): python3-scipy-1.0.0-21.module_el8.5.0+77 24 MB/s | 14 MB 00:00 2023-09-30T01:16:32.156 INFO:teuthology.orchestra.run.smithi184.stdout:(7/8): libgfortran-8.5.0-20.el8.x86_64.rpm 1.3 MB/s | 645 kB 00:00 2023-09-30T01:16:32.181 INFO:teuthology.orchestra.run.smithi184.stdout:(8/8): libquadmath-8.5.0-20.el8.x86_64.rpm 544 kB/s | 172 kB 00:00 2023-09-30T01:16:32.182 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:16:32.182 INFO:teuthology.orchestra.run.smithi184.stdout:Total 25 MB/s | 35 MB 00:01 2023-09-30T01:16:32.415 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-09-30T01:16:32.433 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-09-30T01:16:32.433 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-09-30T01:16:32.915 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-09-30T01:16:32.918 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-09-30T01:16:33.006 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:44 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:33.338 INFO:teuthology.orchestra.run.smithi053.stdout:Package ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:16:33.550 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:16:33.551 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2023-09-30T01:16:33.551 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:16:33.616 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-09-30T01:16:33.663 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr-dashboard 2023-09-30T01:16:33.815 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 1/8 2023-09-30T01:16:33.950 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 1/8 2023-09-30T01:16:34.099 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 2/8 2023-09-30T01:16:34.581 INFO:teuthology.orchestra.run.smithi060.stdout:Package ceph-mgr-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:16:34.655 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:45 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:34.701 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 2/8 2023-09-30T01:16:34.802 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:16:34.803 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2023-09-30T01:16:34.803 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:16:34.865 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-09-30T01:16:34.907 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-dashboard 2023-09-30T01:16:35.493 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-09-30T01:16:35.673 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-09-30T01:16:35.892 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:46 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:36.375 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-09-30T01:16:36.431 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:16:36.432 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:16:36.432 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2023-09-30T01:16:36.432 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:16:36.432 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2023-09-30T01:16:36.433 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-dashboard noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 1.7 M 2023-09-30T01:16:36.433 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2023-09-30T01:16:36.433 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-grafana-dashboards noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 23 k 2023-09-30T01:16:36.433 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-prometheus-alerts noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 14 k 2023-09-30T01:16:36.433 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-09-30T01:16:36.433 INFO:teuthology.orchestra.run.smithi053.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-09-30T01:16:36.433 INFO:teuthology.orchestra.run.smithi053.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-09-30T01:16:36.433 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:16:36.433 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2023-09-30T01:16:36.433 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:16:36.433 INFO:teuthology.orchestra.run.smithi053.stdout:Install 6 Packages 2023-09-30T01:16:36.434 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:16:36.434 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 2.0 M 2023-09-30T01:16:36.434 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 8.0 M 2023-09-30T01:16:36.434 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2023-09-30T01:16:36.721 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-09-30T01:16:36.964 INFO:teuthology.orchestra.run.smithi053.stdout:(1/6): ceph-grafana-dashboards-17.2.6-1165.g93d 68 kB/s | 23 kB 00:00 2023-09-30T01:16:36.973 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-09-30T01:16:37.022 INFO:teuthology.orchestra.run.smithi053.stdout:(2/6): ceph-prometheus-alerts-17.2.6-1165.g93dc 36 kB/s | 14 kB 00:00 2023-09-30T01:16:37.131 INFO:teuthology.orchestra.run.smithi053.stdout:(3/6): python3-jwt-1.6.1-2.el8.noarch.rpm 255 kB/s | 43 kB 00:00 2023-09-30T01:16:37.390 INFO:teuthology.orchestra.run.smithi053.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 92 kB/s | 34 kB 00:00 2023-09-30T01:16:37.657 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:16:37.658 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:16:37.658 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2023-09-30T01:16:37.658 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:16:37.658 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2023-09-30T01:16:37.658 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-dashboard noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 1.7 M 2023-09-30T01:16:37.659 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2023-09-30T01:16:37.659 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-grafana-dashboards noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 23 k 2023-09-30T01:16:37.659 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-prometheus-alerts noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 14 k 2023-09-30T01:16:37.659 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-09-30T01:16:37.659 INFO:teuthology.orchestra.run.smithi060.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-09-30T01:16:37.659 INFO:teuthology.orchestra.run.smithi060.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-09-30T01:16:37.659 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:37.659 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-30T01:16:37.659 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:16:37.659 INFO:teuthology.orchestra.run.smithi060.stdout:Install 6 Packages 2023-09-30T01:16:37.659 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:37.660 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 2.0 M 2023-09-30T01:16:37.660 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 8.0 M 2023-09-30T01:16:37.660 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-30T01:16:37.681 INFO:teuthology.orchestra.run.smithi053.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 357 kB/s | 196 kB 00:00 2023-09-30T01:16:38.207 INFO:teuthology.orchestra.run.smithi053.stdout:(6/6): ceph-mgr-dashboard-17.2.6-1165.g93dce5e1 1.1 MB/s | 1.7 MB 00:01 2023-09-30T01:16:38.211 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:16:38.211 INFO:teuthology.orchestra.run.smithi053.stdout:Total 1.1 MB/s | 2.0 MB 00:01 2023-09-30T01:16:38.225 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2023-09-30T01:16:38.236 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2023-09-30T01:16:38.236 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2023-09-30T01:16:38.270 INFO:teuthology.orchestra.run.smithi060.stdout:(1/6): ceph-prometheus-alerts-17.2.6-1165.g93dc 36 kB/s | 14 kB 00:00 2023-09-30T01:16:38.325 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2023-09-30T01:16:38.329 INFO:teuthology.orchestra.run.smithi060.stdout:(2/6): ceph-grafana-dashboards-17.2.6-1165.g93d 51 kB/s | 23 kB 00:00 2023-09-30T01:16:38.329 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2023-09-30T01:16:38.454 INFO:teuthology.orchestra.run.smithi060.stdout:(3/6): python3-jwt-1.6.1-2.el8.noarch.rpm 232 kB/s | 43 kB 00:00 2023-09-30T01:16:38.513 INFO:teuthology.orchestra.run.smithi060.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 183 kB/s | 34 kB 00:00 2023-09-30T01:16:38.597 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2023-09-30T01:16:38.747 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-09-30T01:16:38.774 INFO:teuthology.orchestra.run.smithi060.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 616 kB/s | 196 kB 00:00 2023-09-30T01:16:38.813 INFO:teuthology.orchestra.run.smithi060.stdout:(6/6): ceph-mgr-dashboard-17.2.6-1165.g93dce5e1 1.8 MB/s | 1.7 MB 00:00 2023-09-30T01:16:38.816 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:16:38.816 INFO:teuthology.orchestra.run.smithi060.stdout:Total 1.7 MB/s | 2.0 MB 00:01 2023-09-30T01:16:38.817 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-09-30T01:16:38.830 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-30T01:16:38.841 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-30T01:16:38.841 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-30T01:16:38.928 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-30T01:16:38.932 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-30T01:16:39.095 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-09-30T01:16:39.218 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-30T01:16:39.301 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-09-30T01:16:39.422 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-prometheus-alerts-2:17.2.6-1165.g93dce5e1.el8.n 4/6 2023-09-30T01:16:39.423 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-09-30T01:16:39.684 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-09-30T01:16:39.856 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-09-30T01:16:39.969 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-prometheus-alerts-2:17.2.6-1165.g93dce5e1.el8.n 4/6 2023-09-30T01:16:40.087 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-grafana-dashboards-2:17.2.6-1165.g93dce5e1.el8. 5/6 2023-09-30T01:16:40.176 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-09-30T01:16:40.283 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarc 6/6 2023-09-30T01:16:40.373 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-grafana-dashboards-2:17.2.6-1165.g93dce5e1.el8. 5/6 2023-09-30T01:16:40.431 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e 8/8 2023-09-30T01:16:40.608 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarc 6/6 2023-09-30T01:16:40.608 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-grafana-dashboards-2:17.2.6-1165.g93dce5e1.el8. 1/6 2023-09-30T01:16:40.608 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarc 2/6 2023-09-30T01:16:40.608 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-prometheus-alerts-2:17.2.6-1165.g93dce5e1.el8.n 3/6 2023-09-30T01:16:40.608 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-09-30T01:16:40.608 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-09-30T01:16:40.619 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarc 6/6 2023-09-30T01:16:40.757 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e 8/8 2023-09-30T01:16:40.757 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e 1/8 2023-09-30T01:16:40.757 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-09-30T01:16:40.757 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-09-30T01:16:40.758 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-09-30T01:16:40.758 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-09-30T01:16:40.758 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-09-30T01:16:40.758 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 7/8 2023-09-30T01:16:40.950 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarc 6/6 2023-09-30T01:16:40.951 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-grafana-dashboards-2:17.2.6-1165.g93dce5e1.el8. 1/6 2023-09-30T01:16:40.951 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarc 2/6 2023-09-30T01:16:40.951 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-prometheus-alerts-2:17.2.6-1165.g93dce5e1.el8.n 3/6 2023-09-30T01:16:40.951 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-09-30T01:16:40.951 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-09-30T01:16:41.306 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-09-30T01:16:41.307 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:16:41.307 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2023-09-30T01:16:41.307 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-grafana-dashboards-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:41.307 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:41.307 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-prometheus-alerts-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:41.308 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-09-30T01:16:41.308 INFO:teuthology.orchestra.run.smithi053.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-09-30T01:16:41.308 INFO:teuthology.orchestra.run.smithi053.stdout: python3-routes-2.4.1-12.el8.noarch 2023-09-30T01:16:41.308 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:16:41.308 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:16:41.433 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 8/8 2023-09-30T01:16:41.433 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:41.433 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-09-30T01:16:41.433 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:41.433 INFO:teuthology.orchestra.run.smithi184.stdout: libgfortran-8.5.0-20.el8.x86_64 2023-09-30T01:16:41.433 INFO:teuthology.orchestra.run.smithi184.stdout: libquadmath-8.5.0-20.el8.x86_64 2023-09-30T01:16:41.433 INFO:teuthology.orchestra.run.smithi184.stdout: openblas-0.3.15-4.el8.x86_64 2023-09-30T01:16:41.434 INFO:teuthology.orchestra.run.smithi184.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-09-30T01:16:41.434 INFO:teuthology.orchestra.run.smithi184.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-09-30T01:16:41.434 INFO:teuthology.orchestra.run.smithi184.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-09-30T01:16:41.434 INFO:teuthology.orchestra.run.smithi184.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-09-30T01:16:41.434 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:41.434 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:16:41.438 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr-diskprediction-local 2023-09-30T01:16:41.556 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-mgr-rook 2023-09-30T01:16:41.676 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-09-30T01:16:41.676 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:41.676 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-30T01:16:41.676 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-grafana-dashboards-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:41.676 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-dashboard-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:41.676 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-prometheus-alerts-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:41.676 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-09-30T01:16:41.676 INFO:teuthology.orchestra.run.smithi060.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-09-30T01:16:41.676 INFO:teuthology.orchestra.run.smithi060.stdout: python3-routes-2.4.1-12.el8.noarch 2023-09-30T01:16:41.676 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:41.677 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:16:41.794 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-diskprediction-local 2023-09-30T01:16:42.407 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:53 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:42.423 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:53 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:42.780 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:53 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:44.002 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:16:44.004 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:16:44.004 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2023-09-30T01:16:44.004 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:16:44.004 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2023-09-30T01:16:44.004 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-rook noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 47 k 2023-09-30T01:16:44.004 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2023-09-30T01:16:44.004 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-09-30T01:16:44.005 INFO:teuthology.orchestra.run.smithi184.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-09-30T01:16:44.005 INFO:teuthology.orchestra.run.smithi184.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-09-30T01:16:44.005 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-09-30T01:16:44.005 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-09-30T01:16:44.005 INFO:teuthology.orchestra.run.smithi184.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-09-30T01:16:44.005 INFO:teuthology.orchestra.run.smithi184.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-09-30T01:16:44.005 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-09-30T01:16:44.005 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-09-30T01:16:44.005 INFO:teuthology.orchestra.run.smithi184.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-09-30T01:16:44.005 INFO:teuthology.orchestra.run.smithi184.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-09-30T01:16:44.006 INFO:teuthology.orchestra.run.smithi184.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-09-30T01:16:44.006 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:44.006 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-09-30T01:16:44.006 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:16:44.006 INFO:teuthology.orchestra.run.smithi184.stdout:Install 13 Packages 2023-09-30T01:16:44.006 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:44.007 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 1.9 M 2023-09-30T01:16:44.007 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 25 M 2023-09-30T01:16:44.007 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-09-30T01:16:44.191 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:16:44.192 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================================ 2023-09-30T01:16:44.192 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2023-09-30T01:16:44.193 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================================ 2023-09-30T01:16:44.193 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2023-09-30T01:16:44.193 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 7.4 M 2023-09-30T01:16:44.193 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2023-09-30T01:16:44.193 INFO:teuthology.orchestra.run.smithi053.stdout: libgfortran x86_64 8.5.0-20.el8 baseos 645 k 2023-09-30T01:16:44.193 INFO:teuthology.orchestra.run.smithi053.stdout: libquadmath x86_64 8.5.0-20.el8 baseos 172 k 2023-09-30T01:16:44.193 INFO:teuthology.orchestra.run.smithi053.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-09-30T01:16:44.193 INFO:teuthology.orchestra.run.smithi053.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-09-30T01:16:44.193 INFO:teuthology.orchestra.run.smithi053.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-09-30T01:16:44.193 INFO:teuthology.orchestra.run.smithi053.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-09-30T01:16:44.193 INFO:teuthology.orchestra.run.smithi053.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-09-30T01:16:44.194 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:16:44.194 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2023-09-30T01:16:44.194 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================================ 2023-09-30T01:16:44.194 INFO:teuthology.orchestra.run.smithi053.stdout:Install 8 Packages 2023-09-30T01:16:44.194 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:16:44.194 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 35 M 2023-09-30T01:16:44.194 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 210 M 2023-09-30T01:16:44.195 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2023-09-30T01:16:44.431 INFO:teuthology.orchestra.run.smithi184.stdout:(1/13): python3-jsonpointer-1.10-11.el8.noarch. 149 kB/s | 20 kB 00:00 2023-09-30T01:16:44.448 INFO:teuthology.orchestra.run.smithi184.stdout:(2/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 175 kB/s | 27 kB 00:00 2023-09-30T01:16:44.544 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:16:44.545 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================================ 2023-09-30T01:16:44.545 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2023-09-30T01:16:44.545 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================================ 2023-09-30T01:16:44.545 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2023-09-30T01:16:44.545 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 7.4 M 2023-09-30T01:16:44.546 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2023-09-30T01:16:44.546 INFO:teuthology.orchestra.run.smithi060.stdout: libgfortran x86_64 8.5.0-20.el8 baseos 645 k 2023-09-30T01:16:44.546 INFO:teuthology.orchestra.run.smithi060.stdout: libquadmath x86_64 8.5.0-20.el8 baseos 172 k 2023-09-30T01:16:44.546 INFO:teuthology.orchestra.run.smithi060.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-09-30T01:16:44.546 INFO:teuthology.orchestra.run.smithi060.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-09-30T01:16:44.546 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-09-30T01:16:44.546 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-09-30T01:16:44.546 INFO:teuthology.orchestra.run.smithi060.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-09-30T01:16:44.546 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:44.546 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-30T01:16:44.547 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================================ 2023-09-30T01:16:44.547 INFO:teuthology.orchestra.run.smithi060.stdout:Install 8 Packages 2023-09-30T01:16:44.547 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:44.547 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 35 M 2023-09-30T01:16:44.547 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 210 M 2023-09-30T01:16:44.547 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-30T01:16:44.565 INFO:teuthology.orchestra.run.smithi184.stdout:(3/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 946 kB/s | 126 kB 00:00 2023-09-30T01:16:44.590 INFO:teuthology.orchestra.run.smithi184.stdout:(4/13): python3-pyasn1-modules-0.3.7-6.el8.noar 775 kB/s | 110 kB 00:00 2023-09-30T01:16:44.757 INFO:teuthology.orchestra.run.smithi184.stdout:(5/13): python3-requests-oauthlib-1.0.0-1.el8.n 256 kB/s | 43 kB 00:00 2023-09-30T01:16:44.783 INFO:teuthology.orchestra.run.smithi184.stdout:(6/13): ceph-mgr-rook-17.2.6-1165.g93dce5e1.el8 97 kB/s | 47 kB 00:00 2023-09-30T01:16:44.816 INFO:teuthology.orchestra.run.smithi184.stdout:(7/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 617 kB/s | 155 kB 00:00 2023-09-30T01:16:45.025 INFO:teuthology.orchestra.run.smithi184.stdout:(8/13): python3-certifi-2018.10.15-7.el8.noarch 67 kB/s | 16 kB 00:00 2023-09-30T01:16:45.050 INFO:teuthology.orchestra.run.smithi184.stdout:(9/13): python3-cachetools-3.1.1-4.el8.noarch.r 113 kB/s | 33 kB 00:00 2023-09-30T01:16:45.192 INFO:teuthology.orchestra.run.smithi184.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 216 kB/s | 81 kB 00:00 2023-09-30T01:16:45.229 INFO:teuthology.orchestra.run.smithi060.stdout:(1/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 11 MB/s | 4.9 MB 00:00 2023-09-30T01:16:45.259 INFO:teuthology.orchestra.run.smithi184.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 308 kB/s | 64 kB 00:00 2023-09-30T01:16:45.342 INFO:teuthology.orchestra.run.smithi184.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 408 kB/s | 61 kB 00:00 2023-09-30T01:16:45.346 INFO:teuthology.orchestra.run.smithi060.stdout:(2/8): openblas-0.3.15-4.el8.x86_64.rpm 8.4 MB/s | 4.7 MB 00:00 2023-09-30T01:16:45.422 INFO:teuthology.orchestra.run.smithi060.stdout:(3/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 19 MB/s | 3.7 MB 00:00 2023-09-30T01:16:45.447 INFO:teuthology.orchestra.run.smithi060.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 2.2 MB/s | 225 kB 00:00 2023-09-30T01:16:45.593 INFO:teuthology.orchestra.run.smithi184.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 2.1 MB/s | 1.2 MB 00:00 2023-09-30T01:16:45.593 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:16:45.593 INFO:teuthology.orchestra.run.smithi184.stdout:Total 1.2 MB/s | 1.9 MB 00:01 2023-09-30T01:16:45.652 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-09-30T01:16:45.668 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-09-30T01:16:45.668 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-09-30T01:16:45.757 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-09-30T01:16:45.757 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-09-30T01:16:45.769 INFO:teuthology.orchestra.run.smithi053.stdout:(1/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 4.1 MB/s | 4.9 MB 00:01 2023-09-30T01:16:45.806 INFO:teuthology.orchestra.run.smithi060.stdout:(5/8): python3-scipy-1.0.0-21.module_el8.5.0+77 36 MB/s | 14 MB 00:00 2023-09-30T01:16:45.872 INFO:teuthology.orchestra.run.smithi060.stdout:(6/8): libgfortran-8.5.0-20.el8.x86_64.rpm 1.5 MB/s | 645 kB 00:00 2023-09-30T01:16:46.041 INFO:teuthology.orchestra.run.smithi053.stdout:(2/8): openblas-0.3.15-4.el8.x86_64.rpm 3.2 MB/s | 4.7 MB 00:01 2023-09-30T01:16:46.141 INFO:teuthology.orchestra.run.smithi053.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 2.2 MB/s | 225 kB 00:00 2023-09-30T01:16:46.316 INFO:teuthology.orchestra.run.smithi060.stdout:(7/8): libquadmath-8.5.0-20.el8.x86_64.rpm 338 kB/s | 172 kB 00:00 2023-09-30T01:16:46.333 INFO:teuthology.orchestra.run.smithi053.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 6.6 MB/s | 3.7 MB 00:00 2023-09-30T01:16:46.349 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-09-30T01:16:46.533 INFO:teuthology.orchestra.run.smithi053.stdout:(5/8): ceph-mgr-diskprediction-local-17.2.6-116 3.8 MB/s | 7.4 MB 00:01 2023-09-30T01:16:46.609 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-09-30T01:16:46.651 INFO:teuthology.orchestra.run.smithi053.stdout:(6/8): libgfortran-8.5.0-20.el8.x86_64.rpm 2.0 MB/s | 645 kB 00:00 2023-09-30T01:16:46.767 INFO:teuthology.orchestra.run.smithi053.stdout:(7/8): libquadmath-8.5.0-20.el8.x86_64.rpm 738 kB/s | 172 kB 00:00 2023-09-30T01:16:46.788 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-09-30T01:16:47.033 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-09-30T01:16:47.253 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-09-30T01:16:47.318 INFO:teuthology.orchestra.run.smithi053.stdout:(8/8): python3-scipy-1.0.0-21.module_el8.5.0+77 12 MB/s | 14 MB 00:01 2023-09-30T01:16:47.318 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:16:47.318 INFO:teuthology.orchestra.run.smithi053.stdout:Total 11 MB/s | 35 MB 00:03 2023-09-30T01:16:47.485 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-09-30T01:16:47.572 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2023-09-30T01:16:47.592 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2023-09-30T01:16:47.592 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2023-09-30T01:16:47.699 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-09-30T01:16:48.001 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2023-09-30T01:16:48.005 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2023-09-30T01:16:48.024 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-09-30T01:16:48.108 INFO:teuthology.orchestra.run.smithi060.stdout:(8/8): ceph-mgr-diskprediction-local-17.2.6-116 2.2 MB/s | 7.4 MB 00:03 2023-09-30T01:16:48.108 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:16:48.108 INFO:teuthology.orchestra.run.smithi060.stdout:Total 9.9 MB/s | 35 MB 00:03 2023-09-30T01:16:48.292 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-09-30T01:16:48.363 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-30T01:16:48.383 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-30T01:16:48.383 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-30T01:16:48.638 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2023-09-30T01:16:48.805 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 1/8 2023-09-30T01:16:48.810 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-30T01:16:48.814 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-30T01:16:48.947 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 1/8 2023-09-30T01:16:49.105 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 2/8 2023-09-30T01:16:49.299 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-09-30T01:16:49.395 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-30T01:16:49.585 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 1/8 2023-09-30T01:16:49.603 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-09-30T01:16:49.735 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 1/8 2023-09-30T01:16:49.768 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 2/8 2023-09-30T01:16:49.819 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-09-30T01:16:49.868 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 2/8 2023-09-30T01:16:49.914 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-09-30T01:16:50.031 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-09-30T01:16:50.196 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 13/13 2023-09-30T01:16:50.488 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 13/13 2023-09-30T01:16:50.488 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 1/13 2023-09-30T01:16:50.488 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-09-30T01:16:50.489 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-09-30T01:16:50.489 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-09-30T01:16:50.489 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-09-30T01:16:50.489 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-09-30T01:16:50.489 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-09-30T01:16:50.489 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-09-30T01:16:50.489 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-09-30T01:16:50.489 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-09-30T01:16:50.489 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-09-30T01:16:50.489 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-09-30T01:16:50.528 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 2/8 2023-09-30T01:16:50.601 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-09-30T01:16:50.668 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-09-30T01:16:50.763 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-09-30T01:16:51.200 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-09-30T01:16:51.200 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:51.201 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-09-30T01:16:51.201 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:51.201 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-09-30T01:16:51.201 INFO:teuthology.orchestra.run.smithi184.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-09-30T01:16:51.201 INFO:teuthology.orchestra.run.smithi184.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-09-30T01:16:51.201 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-09-30T01:16:51.201 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-09-30T01:16:51.201 INFO:teuthology.orchestra.run.smithi184.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-09-30T01:16:51.201 INFO:teuthology.orchestra.run.smithi184.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-09-30T01:16:51.202 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-09-30T01:16:51.202 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-09-30T01:16:51.202 INFO:teuthology.orchestra.run.smithi184.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-09-30T01:16:51.202 INFO:teuthology.orchestra.run.smithi184.stdout: python3-rsa-4.9-2.el8.noarch 2023-09-30T01:16:51.202 INFO:teuthology.orchestra.run.smithi184.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-09-30T01:16:51.202 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:51.202 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:16:51.312 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-mgr-cephadm 2023-09-30T01:16:51.362 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-09-30T01:16:51.527 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-09-30T01:16:51.533 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-09-30T01:16:51.846 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-09-30T01:16:52.121 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-09-30T01:16:52.161 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:03 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:52.309 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-09-30T01:16:52.652 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-09-30T01:16:52.868 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-09-30T01:16:53.752 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:16:53.753 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:16:53.753 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2023-09-30T01:16:53.753 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:16:53.753 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2023-09-30T01:16:53.753 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-cephadm noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 121 k 2023-09-30T01:16:53.753 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2023-09-30T01:16:53.753 INFO:teuthology.orchestra.run.smithi184.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-09-30T01:16:53.753 INFO:teuthology.orchestra.run.smithi184.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-09-30T01:16:53.753 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-09-30T01:16:53.753 INFO:teuthology.orchestra.run.smithi184.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-09-30T01:16:53.753 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:53.753 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-09-30T01:16:53.754 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:16:53.754 INFO:teuthology.orchestra.run.smithi184.stdout:Install 5 Packages 2023-09-30T01:16:53.754 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:53.754 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 6.0 M 2023-09-30T01:16:53.754 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 26 M 2023-09-30T01:16:53.754 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-09-30T01:16:54.135 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-09-30T01:16:54.291 INFO:teuthology.orchestra.run.smithi184.stdout:(1/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.0 MB/s | 538 kB 00:00 2023-09-30T01:16:54.416 INFO:teuthology.orchestra.run.smithi184.stdout:(2/5): ceph-mgr-cephadm-17.2.6-1165.g93dce5e1.e 315 kB/s | 121 kB 00:00 2023-09-30T01:16:54.534 INFO:teuthology.orchestra.run.smithi184.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 9.5 MB/s | 4.8 MB 00:00 2023-09-30T01:16:54.559 INFO:teuthology.orchestra.run.smithi184.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 424 kB/s | 60 kB 00:00 2023-09-30T01:16:54.592 INFO:teuthology.orchestra.run.smithi184.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.5 MB/s | 476 kB 00:00 2023-09-30T01:16:54.593 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:16:54.593 INFO:teuthology.orchestra.run.smithi184.stdout:Total 7.1 MB/s | 6.0 MB 00:00 2023-09-30T01:16:54.644 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-09-30T01:16:54.655 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-09-30T01:16:54.655 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-09-30T01:16:54.760 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-09-30T01:16:54.763 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-09-30T01:16:54.861 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-09-30T01:16:55.025 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-09-30T01:16:55.368 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-09-30T01:16:55.464 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-09-30T01:16:55.679 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e 8/8 2023-09-30T01:16:56.038 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e 8/8 2023-09-30T01:16:56.038 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e 1/8 2023-09-30T01:16:56.038 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-09-30T01:16:56.038 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-09-30T01:16:56.038 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-09-30T01:16:56.038 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-09-30T01:16:56.038 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-09-30T01:16:56.038 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 7/8 2023-09-30T01:16:56.200 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-09-30T01:16:56.332 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-09-30T01:16:56.393 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e 8/8 2023-09-30T01:16:56.742 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-09-30T01:16:56.763 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e 8/8 2023-09-30T01:16:56.763 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e 1/8 2023-09-30T01:16:56.763 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-09-30T01:16:56.763 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-09-30T01:16:56.763 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-09-30T01:16:56.764 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-09-30T01:16:56.764 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-09-30T01:16:56.764 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 7/8 2023-09-30T01:16:57.030 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-09-30T01:16:57.062 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 8/8 2023-09-30T01:16:57.062 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:16:57.062 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2023-09-30T01:16:57.062 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:57.062 INFO:teuthology.orchestra.run.smithi053.stdout: libgfortran-8.5.0-20.el8.x86_64 2023-09-30T01:16:57.063 INFO:teuthology.orchestra.run.smithi053.stdout: libquadmath-8.5.0-20.el8.x86_64 2023-09-30T01:16:57.063 INFO:teuthology.orchestra.run.smithi053.stdout: openblas-0.3.15-4.el8.x86_64 2023-09-30T01:16:57.063 INFO:teuthology.orchestra.run.smithi053.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-09-30T01:16:57.063 INFO:teuthology.orchestra.run.smithi053.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-09-30T01:16:57.063 INFO:teuthology.orchestra.run.smithi053.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-09-30T01:16:57.063 INFO:teuthology.orchestra.run.smithi053.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-09-30T01:16:57.063 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:16:57.063 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:16:57.212 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 5/5 2023-09-30T01:16:57.214 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr-rook 2023-09-30T01:16:57.494 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 8/8 2023-09-30T01:16:57.494 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:57.494 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-30T01:16:57.494 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-diskprediction-local-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:57.494 INFO:teuthology.orchestra.run.smithi060.stdout: libgfortran-8.5.0-20.el8.x86_64 2023-09-30T01:16:57.494 INFO:teuthology.orchestra.run.smithi060.stdout: libquadmath-8.5.0-20.el8.x86_64 2023-09-30T01:16:57.494 INFO:teuthology.orchestra.run.smithi060.stdout: openblas-0.3.15-4.el8.x86_64 2023-09-30T01:16:57.494 INFO:teuthology.orchestra.run.smithi060.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-09-30T01:16:57.495 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-09-30T01:16:57.495 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-09-30T01:16:57.495 INFO:teuthology.orchestra.run.smithi060.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-09-30T01:16:57.495 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:16:57.495 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:16:57.497 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 5/5 2023-09-30T01:16:57.497 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/5 2023-09-30T01:16:57.497 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-09-30T01:16:57.497 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-09-30T01:16:57.497 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-09-30T01:16:57.623 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-rook 2023-09-30T01:16:58.162 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-09-30T01:16:58.162 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:58.162 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-09-30T01:16:58.162 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:16:58.163 INFO:teuthology.orchestra.run.smithi184.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-09-30T01:16:58.163 INFO:teuthology.orchestra.run.smithi184.stdout: python3-babel-2.5.1-7.el8.noarch 2023-09-30T01:16:58.163 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-09-30T01:16:58.163 INFO:teuthology.orchestra.run.smithi184.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-09-30T01:16:58.163 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:16:58.163 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:16:58.211 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:02:09 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:58.340 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-fuse 2023-09-30T01:16:58.606 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:02:09 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:16:59.199 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:10 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:00.030 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:17:00.033 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:00.034 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2023-09-30T01:17:00.034 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:00.034 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2023-09-30T01:17:00.034 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-rook noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 47 k 2023-09-30T01:17:00.034 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2023-09-30T01:17:00.034 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-09-30T01:17:00.034 INFO:teuthology.orchestra.run.smithi053.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-09-30T01:17:00.034 INFO:teuthology.orchestra.run.smithi053.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-09-30T01:17:00.034 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-09-30T01:17:00.034 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-09-30T01:17:00.035 INFO:teuthology.orchestra.run.smithi053.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-09-30T01:17:00.035 INFO:teuthology.orchestra.run.smithi053.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-09-30T01:17:00.035 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-09-30T01:17:00.035 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-09-30T01:17:00.035 INFO:teuthology.orchestra.run.smithi053.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-09-30T01:17:00.035 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-09-30T01:17:00.035 INFO:teuthology.orchestra.run.smithi053.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-09-30T01:17:00.035 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:00.035 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2023-09-30T01:17:00.035 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:00.035 INFO:teuthology.orchestra.run.smithi053.stdout:Install 13 Packages 2023-09-30T01:17:00.035 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:00.036 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 1.9 M 2023-09-30T01:17:00.036 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 25 M 2023-09-30T01:17:00.036 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2023-09-30T01:17:00.393 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:17:00.395 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:00.396 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2023-09-30T01:17:00.396 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:00.396 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2023-09-30T01:17:00.396 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-rook noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 47 k 2023-09-30T01:17:00.396 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2023-09-30T01:17:00.396 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-09-30T01:17:00.396 INFO:teuthology.orchestra.run.smithi060.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-09-30T01:17:00.396 INFO:teuthology.orchestra.run.smithi060.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-09-30T01:17:00.396 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-09-30T01:17:00.396 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-09-30T01:17:00.396 INFO:teuthology.orchestra.run.smithi060.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-09-30T01:17:00.396 INFO:teuthology.orchestra.run.smithi060.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-09-30T01:17:00.397 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-09-30T01:17:00.397 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-09-30T01:17:00.397 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-09-30T01:17:00.397 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-09-30T01:17:00.397 INFO:teuthology.orchestra.run.smithi060.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-09-30T01:17:00.397 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:00.397 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-30T01:17:00.397 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:00.397 INFO:teuthology.orchestra.run.smithi060.stdout:Install 13 Packages 2023-09-30T01:17:00.397 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:00.398 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 1.9 M 2023-09-30T01:17:00.398 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 25 M 2023-09-30T01:17:00.398 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-30T01:17:00.549 INFO:teuthology.orchestra.run.smithi053.stdout:(1/13): python3-jsonpointer-1.10-11.el8.noarch. 151 kB/s | 20 kB 00:00 2023-09-30T01:17:00.574 INFO:teuthology.orchestra.run.smithi053.stdout:(2/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 168 kB/s | 27 kB 00:00 2023-09-30T01:17:00.675 INFO:teuthology.orchestra.run.smithi053.stdout:(3/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.0 MB/s | 126 kB 00:00 2023-09-30T01:17:00.700 INFO:teuthology.orchestra.run.smithi053.stdout:(4/13): ceph-mgr-rook-17.2.6-1165.g93dce5e1.el8 167 kB/s | 47 kB 00:00 2023-09-30T01:17:00.725 INFO:teuthology.orchestra.run.smithi053.stdout:(5/13): python3-pyasn1-modules-0.3.7-6.el8.noar 732 kB/s | 110 kB 00:00 2023-09-30T01:17:00.793 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:17:00.794 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:00.794 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2023-09-30T01:17:00.794 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:00.794 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2023-09-30T01:17:00.794 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-fuse x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 874 k 2023-09-30T01:17:00.794 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2023-09-30T01:17:00.795 INFO:teuthology.orchestra.run.smithi184.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-09-30T01:17:00.795 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:00.795 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-09-30T01:17:00.795 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:00.795 INFO:teuthology.orchestra.run.smithi184.stdout:Install 2 Packages 2023-09-30T01:17:00.795 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:00.796 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 957 k 2023-09-30T01:17:00.796 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 3.0 M 2023-09-30T01:17:00.796 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-09-30T01:17:00.842 INFO:teuthology.orchestra.run.smithi053.stdout:(6/13): python3-cachetools-3.1.1-4.el8.noarch.r 283 kB/s | 33 kB 00:00 2023-09-30T01:17:00.884 INFO:teuthology.orchestra.run.smithi053.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 268 kB/s | 43 kB 00:00 2023-09-30T01:17:00.910 INFO:teuthology.orchestra.run.smithi053.stdout:(8/13): python3-certifi-2018.10.15-7.el8.noarch 243 kB/s | 16 kB 00:00 2023-09-30T01:17:00.913 INFO:teuthology.orchestra.run.smithi060.stdout:(1/13): python3-jsonpointer-1.10-11.el8.noarch. 150 kB/s | 20 kB 00:00 2023-09-30T01:17:00.939 INFO:teuthology.orchestra.run.smithi060.stdout:(2/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 168 kB/s | 27 kB 00:00 2023-09-30T01:17:00.943 INFO:teuthology.orchestra.run.smithi053.stdout:(9/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 578 kB/s | 155 kB 00:00 2023-09-30T01:17:00.968 INFO:teuthology.orchestra.run.smithi053.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 969 kB/s | 81 kB 00:00 2023-09-30T01:17:01.019 INFO:teuthology.orchestra.run.smithi053.stdout:(11/13): python3-websocket-client-0.56.0-5.el8. 1.2 MB/s | 61 kB 00:00 2023-09-30T01:17:01.031 INFO:teuthology.orchestra.run.smithi060.stdout:(3/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.1 MB/s | 126 kB 00:00 2023-09-30T01:17:01.033 INFO:teuthology.orchestra.run.smithi184.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 424 kB/s | 83 kB 00:00 2023-09-30T01:17:01.052 INFO:teuthology.orchestra.run.smithi053.stdout:(12/13): python3-rsa-4.9-2.el8.noarch.rpm 591 kB/s | 64 kB 00:00 2023-09-30T01:17:01.056 INFO:teuthology.orchestra.run.smithi060.stdout:(4/13): ceph-mgr-rook-17.2.6-1165.g93dce5e1.el8 172 kB/s | 47 kB 00:00 2023-09-30T01:17:01.081 INFO:teuthology.orchestra.run.smithi060.stdout:(5/13): python3-pyasn1-modules-0.3.7-6.el8.noar 773 kB/s | 110 kB 00:00 2023-09-30T01:17:01.084 INFO:teuthology.orchestra.run.smithi184.stdout:(2/2): ceph-fuse-17.2.6-1165.g93dce5e1.el8.x86_ 3.5 MB/s | 874 kB 00:00 2023-09-30T01:17:01.084 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:01.085 INFO:teuthology.orchestra.run.smithi184.stdout:Total 3.2 MB/s | 957 kB 00:00 2023-09-30T01:17:01.095 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-09-30T01:17:01.115 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-09-30T01:17:01.116 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-09-30T01:17:01.161 INFO:teuthology.orchestra.run.smithi053.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 4.6 MB/s | 1.2 MB 00:00 2023-09-30T01:17:01.161 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:01.162 INFO:teuthology.orchestra.run.smithi053.stdout:Total 1.7 MB/s | 1.9 MB 00:01 2023-09-30T01:17:01.182 INFO:teuthology.orchestra.run.smithi060.stdout:(6/13): python3-cachetools-3.1.1-4.el8.noarch.r 329 kB/s | 33 kB 00:00 2023-09-30T01:17:01.201 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-09-30T01:17:01.204 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-09-30T01:17:01.215 INFO:teuthology.orchestra.run.smithi060.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 268 kB/s | 43 kB 00:00 2023-09-30T01:17:01.226 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2023-09-30T01:17:01.241 INFO:teuthology.orchestra.run.smithi060.stdout:(8/13): python3-certifi-2018.10.15-7.el8.noarch 278 kB/s | 16 kB 00:00 2023-09-30T01:17:01.244 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2023-09-30T01:17:01.244 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2023-09-30T01:17:01.283 INFO:teuthology.orchestra.run.smithi060.stdout:(9/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 616 kB/s | 155 kB 00:00 2023-09-30T01:17:01.341 INFO:teuthology.orchestra.run.smithi060.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 648 kB/s | 81 kB 00:00 2023-09-30T01:17:01.342 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2023-09-30T01:17:01.346 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2023-09-30T01:17:01.391 INFO:teuthology.orchestra.run.smithi060.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 593 kB/s | 64 kB 00:00 2023-09-30T01:17:01.417 INFO:teuthology.orchestra.run.smithi060.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 816 kB/s | 61 kB 00:00 2023-09-30T01:17:01.417 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-09-30T01:17:01.450 INFO:teuthology.orchestra.run.smithi060.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 5.6 MB/s | 1.2 MB 00:00 2023-09-30T01:17:01.451 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:01.451 INFO:teuthology.orchestra.run.smithi060.stdout:Total 1.8 MB/s | 1.9 MB 00:01 2023-09-30T01:17:01.516 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-30T01:17:01.534 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-30T01:17:01.534 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-30T01:17:01.631 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-30T01:17:01.635 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-30T01:17:01.689 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-09-30T01:17:01.919 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/2 2023-09-30T01:17:01.976 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2023-09-30T01:17:02.188 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-09-30T01:17:02.216 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-30T01:17:02.313 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/2 2023-09-30T01:17:02.313 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/2 2023-09-30T01:17:02.410 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-09-30T01:17:02.458 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-09-30T01:17:02.611 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-09-30T01:17:02.681 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-09-30T01:17:02.862 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-09-30T01:17:02.898 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-09-30T01:17:02.967 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-09-30T01:17:02.967 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:02.967 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-09-30T01:17:02.967 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-09-30T01:17:02.967 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:02.967 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:17:03.062 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-09-30T01:17:03.158 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-09-30T01:17:03.216 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-volume 2023-09-30T01:17:03.324 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-09-30T01:17:03.334 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-09-30T01:17:03.544 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-09-30T01:17:03.610 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-09-30T01:17:03.832 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-09-30T01:17:03.871 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-09-30T01:17:04.077 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:15 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:04.092 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-09-30T01:17:05.026 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-09-30T01:17:05.255 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-09-30T01:17:05.311 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-09-30T01:17:05.508 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-09-30T01:17:05.520 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-09-30T01:17:05.640 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:17:05.641 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:05.641 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2023-09-30T01:17:05.641 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:05.641 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2023-09-30T01:17:05.641 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-volume noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 267 k 2023-09-30T01:17:05.641 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:05.641 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-09-30T01:17:05.641 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:05.641 INFO:teuthology.orchestra.run.smithi184.stdout:Install 1 Package 2023-09-30T01:17:05.642 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:05.642 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 267 k 2023-09-30T01:17:05.642 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 1.3 M 2023-09-30T01:17:05.642 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-09-30T01:17:05.726 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-09-30T01:17:05.758 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-09-30T01:17:05.854 INFO:teuthology.orchestra.run.smithi184.stdout:ceph-volume-17.2.6-1165.g93dce5e1.el8.noarch.rp 1.2 MB/s | 267 kB 00:00 2023-09-30T01:17:05.855 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:05.855 INFO:teuthology.orchestra.run.smithi184.stdout:Total 1.2 MB/s | 267 kB 00:00 2023-09-30T01:17:05.855 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-09-30T01:17:05.865 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-09-30T01:17:05.865 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-09-30T01:17:05.894 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 13/13 2023-09-30T01:17:05.899 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-09-30T01:17:05.902 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-09-30T01:17:05.920 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-09-30T01:17:06.081 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-09-30T01:17:06.082 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 13/13 2023-09-30T01:17:06.228 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 13/13 2023-09-30T01:17:06.228 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 1/13 2023-09-30T01:17:06.228 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-09-30T01:17:06.228 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-09-30T01:17:06.228 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-09-30T01:17:06.228 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-09-30T01:17:06.228 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-09-30T01:17:06.228 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-09-30T01:17:06.228 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-09-30T01:17:06.228 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-09-30T01:17:06.229 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-09-30T01:17:06.229 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-09-30T01:17:06.229 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-09-30T01:17:06.369 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:17:06.405 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 13/13 2023-09-30T01:17:06.405 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 1/13 2023-09-30T01:17:06.405 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-09-30T01:17:06.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-09-30T01:17:06.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-09-30T01:17:06.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-09-30T01:17:06.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-09-30T01:17:06.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-09-30T01:17:06.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-09-30T01:17:06.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-09-30T01:17:06.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-09-30T01:17:06.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-09-30T01:17:06.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-09-30T01:17:06.781 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:17:07.121 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-09-30T01:17:07.122 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:07.122 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2023-09-30T01:17:07.122 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:17:07.122 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-09-30T01:17:07.122 INFO:teuthology.orchestra.run.smithi053.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-09-30T01:17:07.122 INFO:teuthology.orchestra.run.smithi053.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-09-30T01:17:07.122 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-09-30T01:17:07.122 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-09-30T01:17:07.122 INFO:teuthology.orchestra.run.smithi053.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-09-30T01:17:07.122 INFO:teuthology.orchestra.run.smithi053.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-09-30T01:17:07.123 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-09-30T01:17:07.123 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-09-30T01:17:07.123 INFO:teuthology.orchestra.run.smithi053.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-09-30T01:17:07.123 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rsa-4.9-2.el8.noarch 2023-09-30T01:17:07.123 INFO:teuthology.orchestra.run.smithi053.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-09-30T01:17:07.123 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:07.123 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:17:07.217 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-09-30T01:17:07.217 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:07.217 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-30T01:17:07.217 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-rook-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:17:07.217 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-09-30T01:17:07.217 INFO:teuthology.orchestra.run.smithi060.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-09-30T01:17:07.217 INFO:teuthology.orchestra.run.smithi060.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-09-30T01:17:07.217 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-09-30T01:17:07.218 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-09-30T01:17:07.218 INFO:teuthology.orchestra.run.smithi060.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-09-30T01:17:07.218 INFO:teuthology.orchestra.run.smithi060.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-09-30T01:17:07.218 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-09-30T01:17:07.218 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-09-30T01:17:07.218 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-09-30T01:17:07.218 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rsa-4.9-2.el8.noarch 2023-09-30T01:17:07.218 INFO:teuthology.orchestra.run.smithi060.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-09-30T01:17:07.218 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:07.218 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:17:07.320 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr-cephadm 2023-09-30T01:17:07.337 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-cephadm 2023-09-30T01:17:07.386 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:17:07.387 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:07.387 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-09-30T01:17:07.387 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:17:07.387 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:07.387 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:17:07.618 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install librados-devel 2023-09-30T01:17:08.295 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:02:19 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:08.336 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:02:19 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:08.485 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:19 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:10.059 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:17:10.060 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:10.060 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2023-09-30T01:17:10.060 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:10.060 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2023-09-30T01:17:10.060 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-cephadm noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 121 k 2023-09-30T01:17:10.060 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2023-09-30T01:17:10.061 INFO:teuthology.orchestra.run.smithi053.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-09-30T01:17:10.061 INFO:teuthology.orchestra.run.smithi053.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-09-30T01:17:10.061 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-09-30T01:17:10.061 INFO:teuthology.orchestra.run.smithi053.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-09-30T01:17:10.061 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:10.061 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2023-09-30T01:17:10.061 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:10.061 INFO:teuthology.orchestra.run.smithi053.stdout:Install 5 Packages 2023-09-30T01:17:10.061 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:10.062 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 6.0 M 2023-09-30T01:17:10.062 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 26 M 2023-09-30T01:17:10.062 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2023-09-30T01:17:10.071 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:17:10.072 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:10.072 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repo Size 2023-09-30T01:17:10.072 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:10.072 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2023-09-30T01:17:10.072 INFO:teuthology.orchestra.run.smithi184.stdout: librados-devel x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 130 k 2023-09-30T01:17:10.072 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:10.072 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-09-30T01:17:10.072 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:10.072 INFO:teuthology.orchestra.run.smithi184.stdout:Install 1 Package 2023-09-30T01:17:10.072 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:10.073 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 130 k 2023-09-30T01:17:10.073 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 464 k 2023-09-30T01:17:10.073 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-09-30T01:17:10.113 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:17:10.114 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:10.114 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2023-09-30T01:17:10.114 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:10.115 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2023-09-30T01:17:10.115 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-cephadm noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 121 k 2023-09-30T01:17:10.115 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2023-09-30T01:17:10.115 INFO:teuthology.orchestra.run.smithi060.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-09-30T01:17:10.115 INFO:teuthology.orchestra.run.smithi060.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-09-30T01:17:10.115 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-09-30T01:17:10.115 INFO:teuthology.orchestra.run.smithi060.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-09-30T01:17:10.115 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:10.115 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-30T01:17:10.115 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:10.115 INFO:teuthology.orchestra.run.smithi060.stdout:Install 5 Packages 2023-09-30T01:17:10.115 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:10.116 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 6.0 M 2023-09-30T01:17:10.116 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 26 M 2023-09-30T01:17:10.116 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-30T01:17:10.601 INFO:teuthology.orchestra.run.smithi053.stdout:(1/5): ceph-mgr-cephadm-17.2.6-1165.g93dce5e1.e 395 kB/s | 121 kB 00:00 2023-09-30T01:17:10.643 INFO:teuthology.orchestra.run.smithi053.stdout:(2/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 1.5 MB/s | 538 kB 00:00 2023-09-30T01:17:10.675 INFO:teuthology.orchestra.run.smithi060.stdout:(1/5): ceph-mgr-cephadm-17.2.6-1165.g93dce5e1.e 617 kB/s | 121 kB 00:00 2023-09-30T01:17:10.769 INFO:teuthology.orchestra.run.smithi184.stdout:librados-devel-17.2.6-1165.g93dce5e1.el8.x86_64 187 kB/s | 130 kB 00:00 2023-09-30T01:17:10.770 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:10.770 INFO:teuthology.orchestra.run.smithi184.stdout:Total 186 kB/s | 130 kB 00:00 2023-09-30T01:17:10.770 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-09-30T01:17:10.777 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-09-30T01:17:10.777 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-09-30T01:17:10.792 INFO:teuthology.orchestra.run.smithi060.stdout:(2/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 1.7 MB/s | 538 kB 00:00 2023-09-30T01:17:10.833 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-09-30T01:17:10.836 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-09-30T01:17:10.869 INFO:teuthology.orchestra.run.smithi053.stdout:(3/5): python3-natsort-7.1.1-2.el8.noarch.rpm 268 kB/s | 60 kB 00:00 2023-09-30T01:17:10.942 INFO:teuthology.orchestra.run.smithi060.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 10 MB/s | 4.8 MB 00:00 2023-09-30T01:17:10.961 INFO:teuthology.orchestra.run.smithi053.stdout:(4/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.3 MB/s | 476 kB 00:00 2023-09-30T01:17:11.217 INFO:teuthology.orchestra.run.smithi060.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 142 kB/s | 60 kB 00:00 2023-09-30T01:17:11.242 INFO:teuthology.orchestra.run.smithi060.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 839 kB/s | 476 kB 00:00 2023-09-30T01:17:11.243 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:11.243 INFO:teuthology.orchestra.run.smithi060.stdout:Total 5.3 MB/s | 6.0 MB 00:01 2023-09-30T01:17:11.302 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-30T01:17:11.314 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-30T01:17:11.315 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-30T01:17:11.438 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-30T01:17:11.442 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-30T01:17:11.542 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-09-30T01:17:11.627 INFO:teuthology.orchestra.run.smithi053.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 3.6 MB/s | 4.8 MB 00:01 2023-09-30T01:17:11.628 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:11.628 INFO:teuthology.orchestra.run.smithi053.stdout:Total 3.8 MB/s | 6.0 MB 00:01 2023-09-30T01:17:11.685 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2023-09-30T01:17:11.698 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2023-09-30T01:17:11.698 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2023-09-30T01:17:11.722 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-30T01:17:11.812 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2023-09-30T01:17:11.816 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2023-09-30T01:17:12.046 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:12.093 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2023-09-30T01:17:12.100 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-09-30T01:17:12.336 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:12.544 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-09-30T01:17:12.990 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:12.990 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:12.990 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-09-30T01:17:12.990 INFO:teuthology.orchestra.run.smithi184.stdout: librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:17:12.990 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:12.990 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:17:13.127 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-09-30T01:17:13.243 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install libcephfs2 2023-09-30T01:17:13.521 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-09-30T01:17:13.603 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-09-30T01:17:13.816 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-09-30T01:17:13.962 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-09-30T01:17:14.015 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 5/5 2023-09-30T01:17:14.104 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:25 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:14.217 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-09-30T01:17:14.350 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 5/5 2023-09-30T01:17:14.350 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/5 2023-09-30T01:17:14.350 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-09-30T01:17:14.350 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-09-30T01:17:14.350 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-09-30T01:17:14.385 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 5/5 2023-09-30T01:17:14.700 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 5/5 2023-09-30T01:17:14.700 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 1/5 2023-09-30T01:17:14.700 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-09-30T01:17:14.700 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-09-30T01:17:14.701 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-09-30T01:17:15.058 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-09-30T01:17:15.058 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:15.058 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-30T01:17:15.058 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:17:15.058 INFO:teuthology.orchestra.run.smithi060.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-09-30T01:17:15.058 INFO:teuthology.orchestra.run.smithi060.stdout: python3-babel-2.5.1-7.el8.noarch 2023-09-30T01:17:15.058 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-09-30T01:17:15.059 INFO:teuthology.orchestra.run.smithi060.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-09-30T01:17:15.059 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:15.059 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:17:15.202 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-fuse 2023-09-30T01:17:15.412 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-09-30T01:17:15.412 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:15.412 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2023-09-30T01:17:15.412 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-cephadm-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:17:15.412 INFO:teuthology.orchestra.run.smithi053.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-09-30T01:17:15.413 INFO:teuthology.orchestra.run.smithi053.stdout: python3-babel-2.5.1-7.el8.noarch 2023-09-30T01:17:15.413 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-09-30T01:17:15.413 INFO:teuthology.orchestra.run.smithi053.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-09-30T01:17:15.413 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:15.413 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:17:15.501 INFO:teuthology.orchestra.run.smithi184.stdout:Package libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:15.581 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-fuse 2023-09-30T01:17:15.688 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:17:15.690 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2023-09-30T01:17:15.690 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:17:15.811 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install libcephfs-devel 2023-09-30T01:17:16.193 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:02:27 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:16.588 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:02:27 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:16.675 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:27 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:17.951 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:17:17.952 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:17.952 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2023-09-30T01:17:17.952 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:17.952 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2023-09-30T01:17:17.953 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-fuse x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 874 k 2023-09-30T01:17:17.953 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2023-09-30T01:17:17.953 INFO:teuthology.orchestra.run.smithi060.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-09-30T01:17:17.953 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:17.953 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-30T01:17:17.953 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:17.953 INFO:teuthology.orchestra.run.smithi060.stdout:Install 2 Packages 2023-09-30T01:17:17.953 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:17.954 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 957 k 2023-09-30T01:17:17.954 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 3.0 M 2023-09-30T01:17:17.954 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-30T01:17:18.235 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:17:18.235 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:18.235 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repo Size 2023-09-30T01:17:18.236 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:18.236 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2023-09-30T01:17:18.236 INFO:teuthology.orchestra.run.smithi184.stdout: libcephfs-devel x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 25 k 2023-09-30T01:17:18.236 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:18.236 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-09-30T01:17:18.236 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:18.236 INFO:teuthology.orchestra.run.smithi184.stdout:Install 1 Package 2023-09-30T01:17:18.236 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:18.237 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 25 k 2023-09-30T01:17:18.237 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 109 k 2023-09-30T01:17:18.237 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-09-30T01:17:18.351 INFO:teuthology.orchestra.run.smithi060.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 417 kB/s | 83 kB 00:00 2023-09-30T01:17:18.362 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:17:18.362 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:18.363 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2023-09-30T01:17:18.363 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:18.363 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2023-09-30T01:17:18.363 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-fuse x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 874 k 2023-09-30T01:17:18.363 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2023-09-30T01:17:18.363 INFO:teuthology.orchestra.run.smithi053.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-09-30T01:17:18.363 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:18.363 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2023-09-30T01:17:18.363 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:18.364 INFO:teuthology.orchestra.run.smithi053.stdout:Install 2 Packages 2023-09-30T01:17:18.364 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:18.364 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 957 k 2023-09-30T01:17:18.364 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 3.0 M 2023-09-30T01:17:18.364 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2023-09-30T01:17:18.389 INFO:teuthology.orchestra.run.smithi184.stdout:libcephfs-devel-17.2.6-1165.g93dce5e1.el8.x86_6 163 kB/s | 25 kB 00:00 2023-09-30T01:17:18.389 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:18.390 INFO:teuthology.orchestra.run.smithi184.stdout:Total 161 kB/s | 25 kB 00:00 2023-09-30T01:17:18.390 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-09-30T01:17:18.394 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-09-30T01:17:18.394 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-09-30T01:17:18.395 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-09-30T01:17:18.399 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-09-30T01:17:18.451 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-09-30T01:17:18.560 INFO:teuthology.orchestra.run.smithi060.stdout:(2/2): ceph-fuse-17.2.6-1165.g93dce5e1.el8.x86_ 2.1 MB/s | 874 kB 00:00 2023-09-30T01:17:18.560 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:18.561 INFO:teuthology.orchestra.run.smithi060.stdout:Total 1.5 MB/s | 957 kB 00:00 2023-09-30T01:17:18.574 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-30T01:17:18.594 INFO:teuthology.orchestra.run.smithi053.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 446 kB/s | 83 kB 00:00 2023-09-30T01:17:18.598 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-30T01:17:18.598 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-30T01:17:18.623 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:18.653 INFO:teuthology.orchestra.run.smithi053.stdout:(2/2): ceph-fuse-17.2.6-1165.g93dce5e1.el8.x86_ 3.5 MB/s | 874 kB 00:00 2023-09-30T01:17:18.653 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:18.654 INFO:teuthology.orchestra.run.smithi053.stdout:Total 3.2 MB/s | 957 kB 00:00 2023-09-30T01:17:18.667 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2023-09-30T01:17:18.691 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2023-09-30T01:17:18.691 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2023-09-30T01:17:18.700 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-30T01:17:18.704 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-30T01:17:18.792 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2023-09-30T01:17:18.795 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2023-09-30T01:17:18.885 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:18.895 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-30T01:17:18.976 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2023-09-30T01:17:19.200 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-09-30T01:17:19.297 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-09-30T01:17:19.408 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/2 2023-09-30T01:17:19.476 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:19.476 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:19.476 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-09-30T01:17:19.477 INFO:teuthology.orchestra.run.smithi184.stdout: libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:17:19.477 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:19.477 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:17:19.494 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/2 2023-09-30T01:17:19.603 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install librados2 2023-09-30T01:17:19.855 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/2 2023-09-30T01:17:19.856 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/2 2023-09-30T01:17:19.937 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2/2 2023-09-30T01:17:19.937 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/2 2023-09-30T01:17:20.459 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:31 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:20.567 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-09-30T01:17:20.567 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:20.567 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-30T01:17:20.567 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-09-30T01:17:20.567 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:20.567 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:17:20.664 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-09-30T01:17:20.665 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:20.665 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2023-09-30T01:17:20.665 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-09-30T01:17:20.665 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:20.665 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:17:20.807 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-volume 2023-09-30T01:17:20.873 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-volume 2023-09-30T01:17:21.792 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:02:32 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:21.859 INFO:teuthology.orchestra.run.smithi184.stdout:Package librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:21.863 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:02:32 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:22.048 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:17:22.049 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2023-09-30T01:17:22.049 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:17:22.160 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install librbd1 2023-09-30T01:17:23.018 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:34 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:23.558 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:17:23.559 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:23.559 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2023-09-30T01:17:23.559 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:23.559 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2023-09-30T01:17:23.559 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-volume noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 267 k 2023-09-30T01:17:23.560 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:23.560 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-30T01:17:23.560 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:23.560 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2023-09-30T01:17:23.560 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:23.560 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 267 k 2023-09-30T01:17:23.561 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 1.3 M 2023-09-30T01:17:23.561 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-30T01:17:23.633 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:17:23.634 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:23.634 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2023-09-30T01:17:23.634 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:23.634 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2023-09-30T01:17:23.635 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-volume noarch 2:17.2.6-1165.g93dce5e1.el8 ceph-noarch 267 k 2023-09-30T01:17:23.635 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:23.635 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2023-09-30T01:17:23.635 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:23.635 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2023-09-30T01:17:23.635 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:23.635 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 267 k 2023-09-30T01:17:23.636 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 1.3 M 2023-09-30T01:17:23.636 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2023-09-30T01:17:24.033 INFO:teuthology.orchestra.run.smithi053.stdout:ceph-volume-17.2.6-1165.g93dce5e1.el8.noarch.rp 671 kB/s | 267 kB 00:00 2023-09-30T01:17:24.034 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:24.034 INFO:teuthology.orchestra.run.smithi053.stdout:Total 669 kB/s | 267 kB 00:00 2023-09-30T01:17:24.035 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2023-09-30T01:17:24.047 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2023-09-30T01:17:24.048 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2023-09-30T01:17:24.093 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2023-09-30T01:17:24.097 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2023-09-30T01:17:24.133 INFO:teuthology.orchestra.run.smithi060.stdout:ceph-volume-17.2.6-1165.g93dce5e1.el8.noarch.rp 467 kB/s | 267 kB 00:00 2023-09-30T01:17:24.134 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:24.134 INFO:teuthology.orchestra.run.smithi060.stdout:Total 465 kB/s | 267 kB 00:00 2023-09-30T01:17:24.134 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-30T01:17:24.147 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-30T01:17:24.147 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-30T01:17:24.195 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-30T01:17:24.198 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-30T01:17:24.299 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2023-09-30T01:17:24.399 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-30T01:17:24.427 INFO:teuthology.orchestra.run.smithi184.stdout:Package librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:24.568 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:17:24.622 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:17:24.624 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2023-09-30T01:17:24.624 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:17:24.681 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:17:24.734 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install python3-rados 2023-09-30T01:17:25.043 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:17:25.163 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:17:25.594 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:36 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:25.798 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:17:25.798 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:25.798 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2023-09-30T01:17:25.799 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:17:25.799 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:25.799 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:17:25.869 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 1/1 2023-09-30T01:17:25.869 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:25.869 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-30T01:17:25.869 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-volume-2:17.2.6-1165.g93dce5e1.el8.noarch 2023-09-30T01:17:25.870 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:25.870 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:17:26.064 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install librados-devel 2023-09-30T01:17:26.103 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install librados-devel 2023-09-30T01:17:26.982 INFO:teuthology.orchestra.run.smithi184.stdout:Package python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:27.066 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:02:38 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:27.091 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:02:38 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:27.172 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:17:27.173 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2023-09-30T01:17:27.173 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:17:27.299 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install python3-rgw 2023-09-30T01:17:28.158 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:39 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:28.829 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:17:28.829 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:28.829 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repo Size 2023-09-30T01:17:28.829 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:28.830 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2023-09-30T01:17:28.830 INFO:teuthology.orchestra.run.smithi053.stdout: librados-devel x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 130 k 2023-09-30T01:17:28.830 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:28.830 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2023-09-30T01:17:28.830 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:28.830 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2023-09-30T01:17:28.830 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:28.831 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 130 k 2023-09-30T01:17:28.831 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 464 k 2023-09-30T01:17:28.831 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2023-09-30T01:17:28.839 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:17:28.840 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:28.840 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2023-09-30T01:17:28.840 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:28.840 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2023-09-30T01:17:28.840 INFO:teuthology.orchestra.run.smithi060.stdout: librados-devel x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 130 k 2023-09-30T01:17:28.840 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:28.841 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-30T01:17:28.841 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:28.841 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2023-09-30T01:17:28.841 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:28.841 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 130 k 2023-09-30T01:17:28.841 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 464 k 2023-09-30T01:17:28.842 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-30T01:17:29.213 INFO:teuthology.orchestra.run.smithi060.stdout:librados-devel-17.2.6-1165.g93dce5e1.el8.x86_64 350 kB/s | 130 kB 00:00 2023-09-30T01:17:29.214 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:29.214 INFO:teuthology.orchestra.run.smithi060.stdout:Total 348 kB/s | 130 kB 00:00 2023-09-30T01:17:29.215 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-30T01:17:29.221 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-30T01:17:29.222 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-30T01:17:29.282 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-30T01:17:29.285 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-30T01:17:29.560 INFO:teuthology.orchestra.run.smithi184.stdout:Package python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:29.563 INFO:teuthology.orchestra.run.smithi053.stdout:librados-devel-17.2.6-1165.g93dce5e1.el8.x86_64 177 kB/s | 130 kB 00:00 2023-09-30T01:17:29.563 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:29.564 INFO:teuthology.orchestra.run.smithi053.stdout:Total 177 kB/s | 130 kB 00:00 2023-09-30T01:17:29.564 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2023-09-30T01:17:29.571 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2023-09-30T01:17:29.571 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2023-09-30T01:17:29.632 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2023-09-30T01:17:29.635 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2023-09-30T01:17:29.747 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:17:29.748 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2023-09-30T01:17:29.749 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:17:29.781 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2023-09-30T01:17:29.843 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install python3-cephfs 2023-09-30T01:17:29.971 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-30T01:17:30.031 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:30.249 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:30.364 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:30.592 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:30.698 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:41 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:31.051 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:31.052 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:31.052 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2023-09-30T01:17:31.052 INFO:teuthology.orchestra.run.smithi053.stdout: librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:17:31.052 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:31.053 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:17:31.304 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install libcephfs2 2023-09-30T01:17:31.321 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:31.321 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:31.321 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-30T01:17:31.321 INFO:teuthology.orchestra.run.smithi060.stdout: librados-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:17:31.321 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:31.322 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:17:31.572 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install libcephfs2 2023-09-30T01:17:32.080 INFO:teuthology.orchestra.run.smithi184.stdout:Package python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:32.270 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:17:32.271 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2023-09-30T01:17:32.271 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:17:32.290 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:02:43 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:32.388 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install python3-rbd 2023-09-30T01:17:32.560 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:02:43 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:33.265 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:44 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:33.843 INFO:teuthology.orchestra.run.smithi053.stdout:Package libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:34.060 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:17:34.061 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2023-09-30T01:17:34.061 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:17:34.113 INFO:teuthology.orchestra.run.smithi060.stdout:Package libcephfs2-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:34.164 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install libcephfs-devel 2023-09-30T01:17:34.324 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:17:34.326 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2023-09-30T01:17:34.326 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:17:34.441 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install libcephfs-devel 2023-09-30T01:17:34.669 INFO:teuthology.orchestra.run.smithi184.stdout:Package python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:34.857 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:17:34.858 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2023-09-30T01:17:34.858 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:17:34.974 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install rbd-fuse 2023-09-30T01:17:35.156 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:02:46 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:35.425 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:02:46 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:35.829 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:46 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:36.923 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:17:36.923 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:36.923 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repo Size 2023-09-30T01:17:36.923 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:36.924 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2023-09-30T01:17:36.924 INFO:teuthology.orchestra.run.smithi053.stdout: libcephfs-devel x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 25 k 2023-09-30T01:17:36.924 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:36.924 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2023-09-30T01:17:36.924 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:36.924 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2023-09-30T01:17:36.924 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:36.925 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 25 k 2023-09-30T01:17:36.925 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 109 k 2023-09-30T01:17:36.925 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2023-09-30T01:17:37.173 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:17:37.173 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:37.173 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2023-09-30T01:17:37.173 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:37.173 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2023-09-30T01:17:37.174 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs-devel x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 25 k 2023-09-30T01:17:37.174 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:37.174 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-30T01:17:37.174 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:37.174 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2023-09-30T01:17:37.174 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:37.175 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 25 k 2023-09-30T01:17:37.175 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 109 k 2023-09-30T01:17:37.175 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-30T01:17:37.250 INFO:teuthology.orchestra.run.smithi053.stdout:libcephfs-devel-17.2.6-1165.g93dce5e1.el8.x86_6 76 kB/s | 25 kB 00:00 2023-09-30T01:17:37.250 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:37.251 INFO:teuthology.orchestra.run.smithi053.stdout:Total 76 kB/s | 25 kB 00:00 2023-09-30T01:17:37.251 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2023-09-30T01:17:37.255 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2023-09-30T01:17:37.256 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2023-09-30T01:17:37.258 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2023-09-30T01:17:37.262 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2023-09-30T01:17:37.312 INFO:teuthology.orchestra.run.smithi060.stdout:libcephfs-devel-17.2.6-1165.g93dce5e1.el8.x86_6 181 kB/s | 25 kB 00:00 2023-09-30T01:17:37.312 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:37.312 INFO:teuthology.orchestra.run.smithi060.stdout:Total 180 kB/s | 25 kB 00:00 2023-09-30T01:17:37.313 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-30T01:17:37.315 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2023-09-30T01:17:37.317 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-30T01:17:37.317 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-30T01:17:37.319 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-30T01:17:37.322 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-30T01:17:37.372 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-30T01:17:37.411 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:17:37.411 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:37.411 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2023-09-30T01:17:37.412 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:37.412 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2023-09-30T01:17:37.412 INFO:teuthology.orchestra.run.smithi184.stdout: rbd-fuse x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 90 k 2023-09-30T01:17:37.412 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:37.412 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-09-30T01:17:37.412 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:37.412 INFO:teuthology.orchestra.run.smithi184.stdout:Install 1 Package 2023-09-30T01:17:37.412 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:37.413 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 90 k 2023-09-30T01:17:37.413 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 264 k 2023-09-30T01:17:37.413 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-09-30T01:17:37.515 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:37.563 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:37.578 INFO:teuthology.orchestra.run.smithi184.stdout:rbd-fuse-17.2.6-1165.g93dce5e1.el8.x86_64.rpm 546 kB/s | 90 kB 00:00 2023-09-30T01:17:37.579 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:37.579 INFO:teuthology.orchestra.run.smithi184.stdout:Total 542 kB/s | 90 kB 00:00 2023-09-30T01:17:37.579 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-09-30T01:17:37.588 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-09-30T01:17:37.589 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-09-30T01:17:37.639 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-09-30T01:17:37.642 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-09-30T01:17:37.743 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-09-30T01:17:37.800 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:37.867 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:38.020 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:38.310 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:38.458 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:38.458 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:38.458 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2023-09-30T01:17:38.458 INFO:teuthology.orchestra.run.smithi053.stdout: libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:17:38.458 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:38.458 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:17:38.521 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:38.521 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:38.522 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-30T01:17:38.522 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs-devel-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:17:38.522 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:38.522 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:17:38.587 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install librados2 2023-09-30T01:17:38.641 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install librados2 2023-09-30T01:17:38.924 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:38.924 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:38.924 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-09-30T01:17:38.925 INFO:teuthology.orchestra.run.smithi184.stdout: rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:17:38.925 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:38.925 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:17:39.149 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install rbd-mirror 2023-09-30T01:17:39.581 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:02:50 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:39.626 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:02:50 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:40.009 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:51 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:41.139 INFO:teuthology.orchestra.run.smithi053.stdout:Package librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:41.173 INFO:teuthology.orchestra.run.smithi060.stdout:Package librados2-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:41.348 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:17:41.349 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2023-09-30T01:17:41.349 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:17:41.385 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:17:41.386 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2023-09-30T01:17:41.386 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:17:41.451 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install librbd1 2023-09-30T01:17:41.487 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install librbd1 2023-09-30T01:17:41.589 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:17:41.590 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:41.590 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repo Size 2023-09-30T01:17:41.590 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:41.590 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2023-09-30T01:17:41.590 INFO:teuthology.orchestra.run.smithi184.stdout: rbd-mirror x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.5 M 2023-09-30T01:17:41.590 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:41.590 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-09-30T01:17:41.590 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:41.590 INFO:teuthology.orchestra.run.smithi184.stdout:Install 1 Package 2023-09-30T01:17:41.591 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:41.591 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 3.5 M 2023-09-30T01:17:41.591 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 16 M 2023-09-30T01:17:41.591 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-09-30T01:17:42.441 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:02:53 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:42.472 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:02:53 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:43.574 INFO:teuthology.orchestra.run.smithi184.stdout:rbd-mirror-17.2.6-1165.g93dce5e1.el8.x86_64.rpm 1.7 MB/s | 3.5 MB 00:01 2023-09-30T01:17:43.574 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:43.574 INFO:teuthology.orchestra.run.smithi184.stdout:Total 1.7 MB/s | 3.5 MB 00:01 2023-09-30T01:17:43.574 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-09-30T01:17:43.586 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-09-30T01:17:43.587 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-09-30T01:17:43.651 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-09-30T01:17:43.654 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-09-30T01:17:44.002 INFO:teuthology.orchestra.run.smithi053.stdout:Package librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:44.068 INFO:teuthology.orchestra.run.smithi060.stdout:Package librbd1-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:44.092 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-09-30T01:17:44.212 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:17:44.213 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2023-09-30T01:17:44.213 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:17:44.279 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:17:44.281 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2023-09-30T01:17:44.281 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:17:44.303 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:44.325 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install python3-rados 2023-09-30T01:17:44.388 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-rados 2023-09-30T01:17:44.731 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:45.322 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:02:56 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:45.324 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:45.325 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:45.325 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-09-30T01:17:45.325 INFO:teuthology.orchestra.run.smithi184.stdout: rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:17:45.325 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:45.325 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:17:45.374 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:02:56 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:45.561 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install rbd-nbd 2023-09-30T01:17:46.425 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:57 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:46.891 INFO:teuthology.orchestra.run.smithi053.stdout:Package python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:46.935 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-rados-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:47.102 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:17:47.103 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2023-09-30T01:17:47.104 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:17:47.145 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:17:47.146 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2023-09-30T01:17:47.146 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:17:47.212 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install python3-rgw 2023-09-30T01:17:47.256 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-rgw 2023-09-30T01:17:48.005 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-09-30T01:17:48.006 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:48.006 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2023-09-30T01:17:48.006 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:48.006 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2023-09-30T01:17:48.006 INFO:teuthology.orchestra.run.smithi184.stdout: rbd-nbd x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 173 k 2023-09-30T01:17:48.006 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:48.006 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-09-30T01:17:48.007 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-09-30T01:17:48.007 INFO:teuthology.orchestra.run.smithi184.stdout:Install 1 Package 2023-09-30T01:17:48.007 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:48.007 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 173 k 2023-09-30T01:17:48.007 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 552 k 2023-09-30T01:17:48.007 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-09-30T01:17:48.207 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:02:59 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:48.247 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:02:59 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:48.326 INFO:teuthology.orchestra.run.smithi184.stdout:rbd-nbd-17.2.6-1165.g93dce5e1.el8.x86_64.rpm 544 kB/s | 173 kB 00:00 2023-09-30T01:17:48.326 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:48.327 INFO:teuthology.orchestra.run.smithi184.stdout:Total 542 kB/s | 173 kB 00:00 2023-09-30T01:17:48.327 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-09-30T01:17:48.337 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-09-30T01:17:48.337 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-09-30T01:17:48.389 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-09-30T01:17:48.392 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-09-30T01:17:48.521 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-09-30T01:17:48.743 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:49.031 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:49.654 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:49.654 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:49.655 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-09-30T01:17:49.655 INFO:teuthology.orchestra.run.smithi184.stdout: rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:17:49.655 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:17:49.655 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-09-30T01:17:49.757 INFO:teuthology.orchestra.run.smithi053.stdout:Package python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:49.791 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-rgw-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:49.905 DEBUG:teuthology.parallel:result is None 2023-09-30T01:17:49.973 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:17:49.975 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2023-09-30T01:17:49.975 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:17:50.001 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:17:50.003 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2023-09-30T01:17:50.003 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:17:50.083 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install python3-cephfs 2023-09-30T01:17:50.107 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-cephfs 2023-09-30T01:17:51.070 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:03:02 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:51.095 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:03:02 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:52.617 INFO:teuthology.orchestra.run.smithi053.stdout:Package python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:52.640 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-cephfs-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:52.828 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:17:52.830 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2023-09-30T01:17:52.830 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:17:52.856 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:17:52.858 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2023-09-30T01:17:52.858 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:17:52.942 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install python3-rbd 2023-09-30T01:17:52.968 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-rbd 2023-09-30T01:17:53.934 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:03:04 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:53.960 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:03:04 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:55.489 INFO:teuthology.orchestra.run.smithi053.stdout:Package python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:55.507 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-rbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 is already installed. 2023-09-30T01:17:55.700 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:17:55.701 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2023-09-30T01:17:55.701 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:17:55.716 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:17:55.717 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2023-09-30T01:17:55.717 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:17:55.813 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install rbd-fuse 2023-09-30T01:17:55.814 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install rbd-fuse 2023-09-30T01:17:56.797 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:03:07 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:56.800 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:03:07 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:17:58.556 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:17:58.556 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:58.556 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2023-09-30T01:17:58.556 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:58.556 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2023-09-30T01:17:58.556 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-fuse x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 90 k 2023-09-30T01:17:58.557 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:58.557 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-30T01:17:58.557 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:17:58.557 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2023-09-30T01:17:58.557 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:17:58.558 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 90 k 2023-09-30T01:17:58.558 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 264 k 2023-09-30T01:17:58.558 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-30T01:17:58.572 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:17:58.572 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:58.573 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2023-09-30T01:17:58.573 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:58.573 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2023-09-30T01:17:58.573 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-fuse x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 90 k 2023-09-30T01:17:58.573 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:58.573 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2023-09-30T01:17:58.573 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:17:58.573 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2023-09-30T01:17:58.573 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:17:58.574 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 90 k 2023-09-30T01:17:58.574 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 264 k 2023-09-30T01:17:58.574 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2023-09-30T01:17:58.739 INFO:teuthology.orchestra.run.smithi053.stdout:rbd-fuse-17.2.6-1165.g93dce5e1.el8.x86_64.rpm 549 kB/s | 90 kB 00:00 2023-09-30T01:17:58.739 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:58.739 INFO:teuthology.orchestra.run.smithi053.stdout:Total 544 kB/s | 90 kB 00:00 2023-09-30T01:17:58.740 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2023-09-30T01:17:58.752 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2023-09-30T01:17:58.752 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2023-09-30T01:17:58.810 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2023-09-30T01:17:58.814 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2023-09-30T01:17:58.924 INFO:teuthology.orchestra.run.smithi060.stdout:rbd-fuse-17.2.6-1165.g93dce5e1.el8.x86_64.rpm 246 kB/s | 90 kB 00:00 2023-09-30T01:17:58.925 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:17:58.925 INFO:teuthology.orchestra.run.smithi060.stdout:Total 245 kB/s | 90 kB 00:00 2023-09-30T01:17:58.926 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-30T01:17:58.938 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-30T01:17:58.938 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-30T01:17:58.998 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-30T01:17:59.001 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-30T01:17:59.031 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2023-09-30T01:17:59.113 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-30T01:17:59.273 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:59.334 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:59.595 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:17:59.660 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:18:00.278 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:18:00.278 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:18:00.278 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2023-09-30T01:18:00.278 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:18:00.278 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:18:00.278 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:18:00.345 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:18:00.345 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:18:00.345 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-30T01:18:00.345 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-fuse-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:18:00.345 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:18:00.345 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:18:00.576 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install rbd-mirror 2023-09-30T01:18:00.755 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install rbd-mirror 2023-09-30T01:18:01.565 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:03:12 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:18:01.740 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:03:12 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:18:03.335 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:18:03.336 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:18:03.336 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2023-09-30T01:18:03.336 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:18:03.336 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2023-09-30T01:18:03.336 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-mirror x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.5 M 2023-09-30T01:18:03.336 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:18:03.336 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-30T01:18:03.336 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:18:03.336 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2023-09-30T01:18:03.336 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:18:03.337 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 3.5 M 2023-09-30T01:18:03.337 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 16 M 2023-09-30T01:18:03.337 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-30T01:18:03.501 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:18:03.501 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:18:03.502 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repo Size 2023-09-30T01:18:03.502 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:18:03.502 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2023-09-30T01:18:03.502 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-mirror x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 3.5 M 2023-09-30T01:18:03.502 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:18:03.502 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2023-09-30T01:18:03.502 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:18:03.502 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2023-09-30T01:18:03.502 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:18:03.503 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 3.5 M 2023-09-30T01:18:03.503 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 16 M 2023-09-30T01:18:03.503 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2023-09-30T01:18:04.227 INFO:teuthology.orchestra.run.smithi060.stdout:rbd-mirror-17.2.6-1165.g93dce5e1.el8.x86_64.rpm 3.9 MB/s | 3.5 MB 00:00 2023-09-30T01:18:04.228 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:18:04.228 INFO:teuthology.orchestra.run.smithi060.stdout:Total 3.9 MB/s | 3.5 MB 00:00 2023-09-30T01:18:04.229 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-30T01:18:04.243 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-30T01:18:04.243 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-30T01:18:04.316 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-30T01:18:04.319 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-30T01:18:04.374 INFO:teuthology.orchestra.run.smithi053.stdout:rbd-mirror-17.2.6-1165.g93dce5e1.el8.x86_64.rpm 4.0 MB/s | 3.5 MB 00:00 2023-09-30T01:18:04.375 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:18:04.375 INFO:teuthology.orchestra.run.smithi053.stdout:Total 4.0 MB/s | 3.5 MB 00:00 2023-09-30T01:18:04.376 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2023-09-30T01:18:04.390 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2023-09-30T01:18:04.391 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2023-09-30T01:18:04.463 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2023-09-30T01:18:04.466 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2023-09-30T01:18:04.797 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-30T01:18:04.954 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2023-09-30T01:18:05.009 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:18:05.137 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:18:05.495 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:18:05.614 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:18:06.220 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:18:06.220 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:18:06.220 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-30T01:18:06.220 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:18:06.220 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:18:06.220 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:18:06.308 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:18:06.308 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:18:06.308 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2023-09-30T01:18:06.308 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-mirror-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:18:06.308 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:18:06.308 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:18:06.442 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install rbd-nbd 2023-09-30T01:18:06.508 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install rbd-nbd 2023-09-30T01:18:07.430 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:03:18 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:18:07.498 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:03:18 ago on Sat 30 Sep 2023 01:14:49 AM UTC. 2023-09-30T01:18:09.186 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2023-09-30T01:18:09.186 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:18:09.186 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2023-09-30T01:18:09.186 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:18:09.187 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2023-09-30T01:18:09.187 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-nbd x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 173 k 2023-09-30T01:18:09.187 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:18:09.187 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2023-09-30T01:18:09.187 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2023-09-30T01:18:09.187 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2023-09-30T01:18:09.187 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:18:09.187 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 173 k 2023-09-30T01:18:09.188 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 552 k 2023-09-30T01:18:09.188 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2023-09-30T01:18:09.251 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2023-09-30T01:18:09.252 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:18:09.252 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2023-09-30T01:18:09.252 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:18:09.252 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2023-09-30T01:18:09.252 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-nbd x86_64 2:17.2.6-1165.g93dce5e1.el8 ceph 173 k 2023-09-30T01:18:09.252 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:18:09.252 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2023-09-30T01:18:09.252 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2023-09-30T01:18:09.252 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2023-09-30T01:18:09.252 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:18:09.253 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 173 k 2023-09-30T01:18:09.253 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 552 k 2023-09-30T01:18:09.253 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2023-09-30T01:18:09.435 INFO:teuthology.orchestra.run.smithi053.stdout:rbd-nbd-17.2.6-1165.g93dce5e1.el8.x86_64.rpm 954 kB/s | 173 kB 00:00 2023-09-30T01:18:09.436 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:18:09.436 INFO:teuthology.orchestra.run.smithi053.stdout:Total 946 kB/s | 173 kB 00:00 2023-09-30T01:18:09.436 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2023-09-30T01:18:09.449 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2023-09-30T01:18:09.449 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2023-09-30T01:18:09.480 INFO:teuthology.orchestra.run.smithi060.stdout:rbd-nbd-17.2.6-1165.g93dce5e1.el8.x86_64.rpm 594 kB/s | 173 kB 00:00 2023-09-30T01:18:09.480 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:18:09.481 INFO:teuthology.orchestra.run.smithi060.stdout:Total 590 kB/s | 173 kB 00:00 2023-09-30T01:18:09.481 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2023-09-30T01:18:09.495 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2023-09-30T01:18:09.495 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2023-09-30T01:18:09.507 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2023-09-30T01:18:09.511 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2023-09-30T01:18:09.556 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2023-09-30T01:18:09.559 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2023-09-30T01:18:09.673 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2023-09-30T01:18:09.683 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2023-09-30T01:18:09.836 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:18:09.874 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:18:10.169 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:18:10.205 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:18:10.873 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:18:10.873 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:18:10.873 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2023-09-30T01:18:10.873 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:18:10.874 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:18:10.874 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2023-09-30T01:18:10.879 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 1/1 2023-09-30T01:18:10.879 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:18:10.879 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2023-09-30T01:18:10.879 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-nbd-2:17.2.6-1165.g93dce5e1.el8.x86_64 2023-09-30T01:18:10.880 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-09-30T01:18:10.880 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2023-09-30T01:18:11.066 DEBUG:teuthology.parallel:result is None 2023-09-30T01:18:11.112 DEBUG:teuthology.parallel:result is None 2023-09-30T01:18:11.113 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-30T01:18:11.332 DEBUG:teuthology.orchestra.run.smithi053:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-09-30T01:18:11.362 INFO:teuthology.orchestra.run.smithi053.stdout:17.2.6-1165.g93dce5e1.el8 2023-09-30T01:18:11.363 INFO:teuthology.packaging:The installed version of ceph is 17.2.6-1165.g93dce5e1.el8 2023-09-30T01:18:11.363 INFO:teuthology.task.install:The correct ceph version 17.2.6-1165.g93dce5e1 is installed. 2023-09-30T01:18:11.363 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-30T01:18:11.504 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-09-30T01:18:11.533 INFO:teuthology.orchestra.run.smithi060.stdout:17.2.6-1165.g93dce5e1.el8 2023-09-30T01:18:11.533 INFO:teuthology.packaging:The installed version of ceph is 17.2.6-1165.g93dce5e1.el8 2023-09-30T01:18:11.534 INFO:teuthology.task.install:The correct ceph version 17.2.6-1165.g93dce5e1 is installed. 2023-09-30T01:18:11.534 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-30T01:18:11.679 DEBUG:teuthology.orchestra.run.smithi184:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-09-30T01:18:11.707 INFO:teuthology.orchestra.run.smithi184.stdout:17.2.6-1165.g93dce5e1.el8 2023-09-30T01:18:11.707 INFO:teuthology.packaging:The installed version of ceph is 17.2.6-1165.g93dce5e1.el8 2023-09-30T01:18:11.707 INFO:teuthology.task.install:The correct ceph version 17.2.6-1165.g93dce5e1 is installed. 2023-09-30T01:18:11.707 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-09-30T01:18:11.708 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2023-09-30T01:18:11.708 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-09-30T01:18:11.745 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-30T01:18:11.745 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-09-30T01:18:11.782 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-09-30T01:18:11.782 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-09-30T01:18:11.816 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-09-30T01:18:11.816 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2023-09-30T01:18:11.816 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/daemon-helper 2023-09-30T01:18:11.851 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-09-30T01:18:11.926 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-30T01:18:11.927 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/daemon-helper 2023-09-30T01:18:11.962 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-09-30T01:18:12.038 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-09-30T01:18:12.038 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/usr/bin/daemon-helper 2023-09-30T01:18:12.071 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-09-30T01:18:12.142 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-09-30T01:18:12.143 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2023-09-30T01:18:12.143 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/adjust-ulimits 2023-09-30T01:18:12.178 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-09-30T01:18:12.253 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-30T01:18:12.253 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/adjust-ulimits 2023-09-30T01:18:12.289 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-09-30T01:18:12.364 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-09-30T01:18:12.365 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/usr/bin/adjust-ulimits 2023-09-30T01:18:12.396 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-09-30T01:18:12.467 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-09-30T01:18:12.467 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2023-09-30T01:18:12.467 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/stdin-killer 2023-09-30T01:18:12.503 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-09-30T01:18:12.578 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-30T01:18:12.578 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/stdin-killer 2023-09-30T01:18:12.613 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-09-30T01:18:12.688 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-09-30T01:18:12.689 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/usr/bin/stdin-killer 2023-09-30T01:18:12.719 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-09-30T01:18:12.790 INFO:teuthology.run_tasks:Running task cephadm... 2023-09-30T01:18:12.860 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '93dce5e17918f8aca65993a7a2dc40233a47b481'} 2023-09-30T01:18:12.860 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 2023-09-30T01:18:12.861 INFO:tasks.cephadm:Cluster fsid is 398b8456-5f2f-11ee-8db4-212e2dc638e7 2023-09-30T01:18:12.861 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-09-30T01:18:12.861 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.53', 'mon.b': '172.21.15.60', 'mon.c': '172.21.15.184'} 2023-09-30T01:18:12.861 INFO:tasks.cephadm:First mon is mon.a on smithi053 2023-09-30T01:18:12.861 INFO:tasks.cephadm:First mgr is a 2023-09-30T01:18:12.861 INFO:tasks.cephadm:Normalizing hostnames... 2023-09-30T01:18:12.861 DEBUG:teuthology.orchestra.run.smithi053:> sudo hostname $(hostname -s) 2023-09-30T01:18:12.898 DEBUG:teuthology.orchestra.run.smithi060:> sudo hostname $(hostname -s) 2023-09-30T01:18:12.934 DEBUG:teuthology.orchestra.run.smithi184:> sudo hostname $(hostname -s) 2023-09-30T01:18:12.965 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 93dce5e17918f8aca65993a7a2dc40233a47b481)... 2023-09-30T01:18:12.966 DEBUG:teuthology.orchestra.run.smithi053:> 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-30T01:18:13.194 INFO:teuthology.orchestra.run.smithi053.stdout:-rw-rw-r--. 1 ubuntu ubuntu 366215 Sep 30 01:18 /home/ubuntu/cephtest/cephadm 2023-09-30T01:18:13.194 DEBUG:teuthology.orchestra.run.smithi060:> 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-30T01:18:13.345 INFO:teuthology.orchestra.run.smithi060.stdout:-rw-rw-r--. 1 ubuntu ubuntu 366215 Sep 30 01:18 /home/ubuntu/cephtest/cephadm 2023-09-30T01:18:13.346 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T01:18:13.533 INFO:teuthology.orchestra.run.smithi184.stdout:-rw-rw-r--. 1 ubuntu ubuntu 366215 Sep 30 01:18 /home/ubuntu/cephtest/cephadm 2023-09-30T01:18:13.534 DEBUG:teuthology.orchestra.run.smithi053:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-30T01:18:13.558 DEBUG:teuthology.orchestra.run.smithi060:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-30T01:18:13.583 DEBUG:teuthology.orchestra.run.smithi184:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-30T01:18:13.624 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 on all hosts... 2023-09-30T01:18:13.624 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 pull 2023-09-30T01:18:13.626 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 pull 2023-09-30T01:18:13.629 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 pull 2023-09-30T01:18:14.697 INFO:teuthology.orchestra.run.smithi184.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481... 2023-09-30T01:18:14.717 INFO:teuthology.orchestra.run.smithi053.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481... 2023-09-30T01:18:14.737 INFO:teuthology.orchestra.run.smithi060.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481... 2023-09-30T01:18:42.972 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-09-30T01:18:42.972 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph_version": "ceph version 17.2.6-1165-g93dce5e1 (93dce5e17918f8aca65993a7a2dc40233a47b481) quincy (stable)", 2023-09-30T01:18:42.972 INFO:teuthology.orchestra.run.smithi184.stdout: "image_id": "d3d4805ca96d5e5890dde6bc0c46718019a0f4e0eebddd1e8d63ef6803218fab", 2023-09-30T01:18:42.972 INFO:teuthology.orchestra.run.smithi184.stdout: "repo_digests": [ 2023-09-30T01:18:42.972 INFO:teuthology.orchestra.run.smithi184.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c2b726083f762d50c1d67cfeca7c3ce5b7c3752e402a84f6059b7c7e2e101aec" 2023-09-30T01:18:42.973 INFO:teuthology.orchestra.run.smithi184.stdout: ] 2023-09-30T01:18:42.973 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-09-30T01:18:56.987 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-09-30T01:18:56.988 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph_version": "ceph version 17.2.6-1165-g93dce5e1 (93dce5e17918f8aca65993a7a2dc40233a47b481) quincy (stable)", 2023-09-30T01:18:56.988 INFO:teuthology.orchestra.run.smithi060.stdout: "image_id": "d3d4805ca96d5e5890dde6bc0c46718019a0f4e0eebddd1e8d63ef6803218fab", 2023-09-30T01:18:56.988 INFO:teuthology.orchestra.run.smithi060.stdout: "repo_digests": [ 2023-09-30T01:18:56.988 INFO:teuthology.orchestra.run.smithi060.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c2b726083f762d50c1d67cfeca7c3ce5b7c3752e402a84f6059b7c7e2e101aec" 2023-09-30T01:18:56.988 INFO:teuthology.orchestra.run.smithi060.stdout: ] 2023-09-30T01:18:56.988 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-09-30T01:18:57.129 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2023-09-30T01:18:57.129 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph_version": "ceph version 17.2.6-1165-g93dce5e1 (93dce5e17918f8aca65993a7a2dc40233a47b481) quincy (stable)", 2023-09-30T01:18:57.130 INFO:teuthology.orchestra.run.smithi053.stdout: "image_id": "d3d4805ca96d5e5890dde6bc0c46718019a0f4e0eebddd1e8d63ef6803218fab", 2023-09-30T01:18:57.130 INFO:teuthology.orchestra.run.smithi053.stdout: "repo_digests": [ 2023-09-30T01:18:57.130 INFO:teuthology.orchestra.run.smithi053.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c2b726083f762d50c1d67cfeca7c3ce5b7c3752e402a84f6059b7c7e2e101aec" 2023-09-30T01:18:57.130 INFO:teuthology.orchestra.run.smithi053.stdout: ] 2023-09-30T01:18:57.130 INFO:teuthology.orchestra.run.smithi053.stdout:} 2023-09-30T01:18:57.155 DEBUG:teuthology.orchestra.run.smithi053:> sudo mkdir -p /etc/ceph 2023-09-30T01:18:57.194 DEBUG:teuthology.orchestra.run.smithi060:> sudo mkdir -p /etc/ceph 2023-09-30T01:18:57.235 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /etc/ceph 2023-09-30T01:18:57.275 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 777 /etc/ceph 2023-09-30T01:18:57.311 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 777 /etc/ceph 2023-09-30T01:18:57.347 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 777 /etc/ceph 2023-09-30T01:18:57.381 INFO:tasks.cephadm:Writing seed config... 2023-09-30T01:18:57.382 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2023-09-30T01:18:57.382 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-09-30T01:18:57.382 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-09-30T01:18:57.383 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-09-30T01:18:57.383 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-09-30T01:18:57.383 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-09-30T01:18:57.383 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-09-30T01:18:57.383 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-09-30T01:18:57.383 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-09-30T01:18:57.384 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2023-09-30T01:18:57.384 DEBUG:teuthology.orchestra.run.smithi053:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-09-30T01:18:57.407 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 = 398b8456-5f2f-11ee-8db4-212e2dc638e7 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-09-30T01:18:57.407 DEBUG:teuthology.orchestra.run.smithi053:mon.a> sudo journalctl -f -n 0 -u ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mon.a.service 2023-09-30T01:18:57.450 DEBUG:teuthology.orchestra.run.smithi053:mgr.a> sudo journalctl -f -n 0 -u ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mgr.a.service 2023-09-30T01:18:57.485 INFO:journalctl@ceph.mon.a.smithi053.stdout:-- Logs begin at Sat 2023-09-30 01:04:46 UTC. -- 2023-09-30T01:18:57.486 INFO:tasks.cephadm:Bootstrapping... 2023-09-30T01:18:57.487 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 -v bootstrap --fsid 398b8456-5f2f-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.53 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-09-30T01:18:57.520 INFO:journalctl@ceph.mgr.a.smithi053.stdout:-- Logs begin at Sat 2023-09-30 01:04:46 UTC. -- 2023-09-30T01:18:57.724 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2023-09-30T01:18:57.724 INFO:teuthology.orchestra.run.smithi053.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481', '-v', 'bootstrap', '--fsid', '398b8456-5f2f-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.53', '--skip-admin-label'] 2023-09-30T01:18:57.757 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stdout 4.6.1 2023-09-30T01:18:57.758 INFO:teuthology.orchestra.run.smithi053.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-09-30T01:18:57.758 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying podman|docker is present... 2023-09-30T01:18:57.794 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stdout 4.6.1 2023-09-30T01:18:57.794 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying lvm2 is present... 2023-09-30T01:18:57.795 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying time synchronization is in place... 2023-09-30T01:18:57.802 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-09-30T01:18:57.802 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-09-30T01:18:57.809 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-09-30T01:18:57.809 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2023-09-30T01:18:57.816 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout enabled 2023-09-30T01:18:57.823 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout active 2023-09-30T01:18:57.823 INFO:teuthology.orchestra.run.smithi053.stdout:Unit chronyd.service is enabled and running 2023-09-30T01:18:57.823 INFO:teuthology.orchestra.run.smithi053.stdout:Repeating the final host check... 2023-09-30T01:18:57.852 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stdout 4.6.1 2023-09-30T01:18:57.852 INFO:teuthology.orchestra.run.smithi053.stdout:podman (/bin/podman) version 4.6.1 is present 2023-09-30T01:18:57.852 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl is present 2023-09-30T01:18:57.852 INFO:teuthology.orchestra.run.smithi053.stdout:lvcreate is present 2023-09-30T01:18:57.859 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-09-30T01:18:57.859 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-09-30T01:18:57.866 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-09-30T01:18:57.866 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2023-09-30T01:18:57.872 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout enabled 2023-09-30T01:18:57.879 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout active 2023-09-30T01:18:57.879 INFO:teuthology.orchestra.run.smithi053.stdout:Unit chronyd.service is enabled and running 2023-09-30T01:18:57.879 INFO:teuthology.orchestra.run.smithi053.stdout:Host looks OK 2023-09-30T01:18:57.879 INFO:teuthology.orchestra.run.smithi053.stdout:Cluster fsid: 398b8456-5f2f-11ee-8db4-212e2dc638e7 2023-09-30T01:18:57.880 INFO:teuthology.orchestra.run.smithi053.stdout:Acquiring lock 140528627706344 on /run/cephadm/398b8456-5f2f-11ee-8db4-212e2dc638e7.lock 2023-09-30T01:18:57.880 INFO:teuthology.orchestra.run.smithi053.stdout:Lock 140528627706344 acquired on /run/cephadm/398b8456-5f2f-11ee-8db4-212e2dc638e7.lock 2023-09-30T01:18:57.880 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying IP 172.21.15.53 port 3300 ... 2023-09-30T01:18:57.881 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying IP 172.21.15.53 port 6789 ... 2023-09-30T01:18:57.881 INFO:teuthology.orchestra.run.smithi053.stdout:Base mon IP(s) is [172.21.15.53:3300, 172.21.15.53:6789], mon addrv is [v2:172.21.15.53:3300,v1:172.21.15.53:6789] 2023-09-30T01:18:57.885 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.53 metric 100 2023-09-30T01:18:57.885 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.53 metric 100 2023-09-30T01:18:57.888 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-09-30T01:18:57.888 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-09-30T01:18:57.888 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1793sec hoplimit 64 pref medium 2023-09-30T01:18:57.891 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-09-30T01:18:57.892 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-09-30T01:18:57.892 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-09-30T01:18:57.892 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2023-09-30T01:18:57.892 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fef8:3718/64 scope link 2023-09-30T01:18:57.892 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-09-30T01:18:57.894 INFO:teuthology.orchestra.run.smithi053.stdout:Mon IP `172.21.15.53` is in CIDR network `172.21.0.0/20` 2023-09-30T01:18:57.894 INFO:teuthology.orchestra.run.smithi053.stdout:Mon IP `172.21.15.53` is in CIDR network `172.21.0.0/20` 2023-09-30T01:18:57.894 INFO:teuthology.orchestra.run.smithi053.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-09-30T01:18:57.894 INFO:teuthology.orchestra.run.smithi053.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-09-30T01:18:57.894 INFO:teuthology.orchestra.run.smithi053.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481... 2023-09-30T01:18:58.262 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stdout d3d4805ca96d5e5890dde6bc0c46718019a0f4e0eebddd1e8d63ef6803218fab 2023-09-30T01:18:58.263 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481... 2023-09-30T01:18:58.263 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stderr Getting image source signatures 2023-09-30T01:18:58.263 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stderr Copying blob sha256:6208df5783c49b3cb64a92634c1d651684594be0c89f455c3295fb72587aa858 2023-09-30T01:18:58.263 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stderr Copying blob sha256:c16254b0810587cdd81d0647eccf1c3e4d200bf4eeba6596492e593ad063d4ee 2023-09-30T01:18:58.263 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stderr Copying config sha256:d3d4805ca96d5e5890dde6bc0c46718019a0f4e0eebddd1e8d63ef6803218fab 2023-09-30T01:18:58.263 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stderr Writing manifest to image destination 2023-09-30T01:18:59.019 INFO:teuthology.orchestra.run.smithi053.stdout:ceph: stdout ceph version 17.2.6-1165-g93dce5e1 (93dce5e17918f8aca65993a7a2dc40233a47b481) quincy (stable) 2023-09-30T01:18:59.020 INFO:teuthology.orchestra.run.smithi053.stdout:Ceph version: ceph version 17.2.6-1165-g93dce5e1 (93dce5e17918f8aca65993a7a2dc40233a47b481) quincy (stable) 2023-09-30T01:18:59.020 INFO:teuthology.orchestra.run.smithi053.stdout:Extracting ceph user uid/gid from container image... 2023-09-30T01:18:59.622 INFO:teuthology.orchestra.run.smithi053.stdout:stat: stdout 167 167 2023-09-30T01:18:59.622 INFO:teuthology.orchestra.run.smithi053.stdout:Creating initial keys... 2023-09-30T01:19:00.272 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-authtool: stdout AQCDdxdluTjvNBAAHLOgxYfxi/vCUnJGw1Je8w== 2023-09-30T01:19:00.902 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-authtool: stdout AQCEdxdlcbyMIRAA+N32eN99caQQOejvA0WTcA== 2023-09-30T01:19:01.550 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-authtool: stdout AQCFdxdlnta5DBAAe+ovBCxxKoh26iJUjhhCog== 2023-09-30T01:19:01.552 INFO:teuthology.orchestra.run.smithi053.stdout:Creating initial monmap... 2023-09-30T01:19:02.213 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-30T01:19:02.213 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = octopus 2023-09-30T01:19:02.213 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 398b8456-5f2f-11ee-8db4-212e2dc638e7 2023-09-30T01:19:02.213 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-30T01:19:02.213 INFO:teuthology.orchestra.run.smithi053.stdout:monmaptool for a [v2:172.21.15.53:3300,v1:172.21.15.53:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-30T01:19:02.214 INFO:teuthology.orchestra.run.smithi053.stdout:setting min_mon_release = octopus 2023-09-30T01:19:02.214 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: set fsid to 398b8456-5f2f-11ee-8db4-212e2dc638e7 2023-09-30T01:19:02.214 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-30T01:19:02.214 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:19:02.214 INFO:teuthology.orchestra.run.smithi053.stdout:Creating mon... 2023-09-30T01:19:02.915 INFO:teuthology.orchestra.run.smithi053.stdout:create mon.a on 2023-09-30T01:19:03.034 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2023-09-30T01:19:03.135 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-09-30T01:19:03.240 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7.target → /etc/systemd/system/ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7.target. 2023-09-30T01:19:03.241 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7.target → /etc/systemd/system/ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7.target. 2023-09-30T01:19:03.379 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mon.a 2023-09-30T01:19:03.379 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to reset failed state of unit ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mon.a.service: Unit ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mon.a.service not loaded. 2023-09-30T01:19:03.487 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7.target.wants/ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mon.a.service → /etc/systemd/system/ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@.service. 2023-09-30T01:19:03.940 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T01:19:03.941 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout disabled 2023-09-30T01:19:03.950 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T01:19:03.951 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2023-09-30T01:19:03.951 INFO:teuthology.orchestra.run.smithi053.stdout:firewalld.service is not enabled 2023-09-30T01:19:03.951 INFO:teuthology.orchestra.run.smithi053.stdout:Not possible to enable service . firewalld.service is not available 2023-09-30T01:19:03.951 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mon to start... 2023-09-30T01:19:03.951 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mon... 2023-09-30T01:19:04.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:03 smithi053 ceph-mon[111367]: mon.a is new leader, mons a in quorum (ranks 0) 2023-09-30T01:19:04.811 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout cluster: 2023-09-30T01:19:04.812 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout id: 398b8456-5f2f-11ee-8db4-212e2dc638e7 2023-09-30T01:19:04.812 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-09-30T01:19:04.812 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2023-09-30T01:19:04.812 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout services: 2023-09-30T01:19:04.812 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.487917s) 2023-09-30T01:19:04.812 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-09-30T01:19:04.812 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-09-30T01:19:04.812 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2023-09-30T01:19:04.813 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout data: 2023-09-30T01:19:04.813 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-09-30T01:19:04.813 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-09-30T01:19:04.813 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-09-30T01:19:04.813 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout pgs: 2023-09-30T01:19:04.813 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2023-09-30T01:19:04.813 INFO:teuthology.orchestra.run.smithi053.stdout:mon is available 2023-09-30T01:19:04.813 INFO:teuthology.orchestra.run.smithi053.stdout:Assimilating anything we can from ceph.conf... 2023-09-30T01:19:05.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:04 smithi053 ceph-mon[111367]: mon.a is new leader, mons a in quorum (ranks 0) 2023-09-30T01:19:05.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:04 smithi053 ceph-mon[111367]: monmap e1: 1 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0]} removed_ranks: {} 2023-09-30T01:19:05.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:04 smithi053 ceph-mon[111367]: fsmap 2023-09-30T01:19:05.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:04 smithi053 ceph-mon[111367]: osdmap e1: 0 total, 0 up, 0 in 2023-09-30T01:19:05.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:04 smithi053 ceph-mon[111367]: mgrmap e1: no daemons active 2023-09-30T01:19:05.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:04 smithi053 ceph-mon[111367]: from='client.? 172.21.15.53:0/2877102165' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-09-30T01:19:05.653 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2023-09-30T01:19:05.653 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [global] 2023-09-30T01:19:05.653 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout fsid = 398b8456-5f2f-11ee-8db4-212e2dc638e7 2023-09-30T01:19:05.653 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.53:3300,v1:172.21.15.53:6789] 2023-09-30T01:19:05.653 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-09-30T01:19:05.653 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-09-30T01:19:05.653 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-09-30T01:19:05.653 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-09-30T01:19:05.653 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2023-09-30T01:19:05.653 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [mgr] 2023-09-30T01:19:05.653 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2023-09-30T01:19:05.654 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-09-30T01:19:05.654 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2023-09-30T01:19:05.654 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [osd] 2023-09-30T01:19:05.654 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-09-30T01:19:05.654 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-09-30T01:19:05.654 INFO:teuthology.orchestra.run.smithi053.stdout:Generating new minimal ceph.conf... 2023-09-30T01:19:06.299 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:05 smithi053 ceph-mon[111367]: from='client.? 172.21.15.53:0/3377635342' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-30T01:19:06.300 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:05 smithi053 ceph-mon[111367]: from='client.? 172.21.15.53:0/3377635342' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-30T01:19:06.486 INFO:teuthology.orchestra.run.smithi053.stdout:Restarting the monitor... 2023-09-30T01:19:06.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:06 smithi053 systemd[1]: Stopping Ceph mon.a for 398b8456-5f2f-11ee-8db4-212e2dc638e7... 2023-09-30T01:19:07.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:06 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-a[111344]: 2023-09-30T01:19:06.679+0000 7efe12dff700 -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-30T01:19:07.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:06 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-a[111344]: 2023-09-30T01:19:06.679+0000 7efe12dff700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-09-30T01:19:07.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:06 smithi053 bash[111692]: ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-a 2023-09-30T01:19:07.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 systemd[1]: ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mon.a.service: Succeeded. 2023-09-30T01:19:07.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 systemd[1]: Stopped Ceph mon.a for 398b8456-5f2f-11ee-8db4-212e2dc638e7. 2023-09-30T01:19:07.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 systemd[1]: Starting Ceph mon.a for 398b8456-5f2f-11ee-8db4-212e2dc638e7... 2023-09-30T01:19:07.543 INFO:teuthology.orchestra.run.smithi053.stdout:Setting mon public_network to 172.21.0.0/20 2023-09-30T01:19:07.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: set uid:gid to 167:167 (ceph:ceph) 2023-09-30T01:19:07.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: ceph version 17.2.6-1165-g93dce5e1 (93dce5e17918f8aca65993a7a2dc40233a47b481) quincy (stable), process ceph-mon, pid 7 2023-09-30T01:19:07.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: pidfile_write: ignore empty --pid-file 2023-09-30T01:19:07.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: load: jerasure load: lrc 2023-09-30T01:19:07.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: RocksDB version: 6.15.5 2023-09-30T01:19:07.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-30T01:19:07.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Compile date Sep 29 2023 2023-09-30T01:19:07.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: DB SUMMARY 2023-09-30T01:19:07.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: DB Session ID: 2RTDD67W60V4CMS60JVD 2023-09-30T01:19:07.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: CURRENT file: CURRENT 2023-09-30T01:19:07.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: IDENTITY file: IDENTITY 2023-09-30T01:19:07.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-09-30T01:19:07.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-09-30T01:19:07.856 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 81906 ; 2023-09-30T01:19:07.856 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.error_if_exists: 0 2023-09-30T01:19:07.856 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.create_if_missing: 0 2023-09-30T01:19:07.856 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.paranoid_checks: 1 2023-09-30T01:19:07.856 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-30T01:19:07.856 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.env: 0x55bcc792ca80 2023-09-30T01:19:07.856 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.fs: Posix File System 2023-09-30T01:19:07.856 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.info_log: 0x55bcc8f19d80 2023-09-30T01:19:07.856 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_file_opening_threads: 16 2023-09-30T01:19:07.856 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.statistics: (nil) 2023-09-30T01:19:07.856 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.use_fsync: 0 2023-09-30T01:19:07.856 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_log_file_size: 0 2023-09-30T01:19:07.857 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-30T01:19:07.857 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-30T01:19:07.857 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.keep_log_file_num: 1000 2023-09-30T01:19:07.857 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.recycle_log_file_num: 0 2023-09-30T01:19:07.857 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.allow_fallocate: 1 2023-09-30T01:19:07.857 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.allow_mmap_reads: 0 2023-09-30T01:19:07.857 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.allow_mmap_writes: 0 2023-09-30T01:19:07.857 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.use_direct_reads: 0 2023-09-30T01:19:07.857 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-30T01:19:07.857 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.create_missing_column_families: 0 2023-09-30T01:19:07.857 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.db_log_dir: 2023-09-30T01:19:07.857 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-09-30T01:19:07.858 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-30T01:19:07.858 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-30T01:19:07.859 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-30T01:19:07.859 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-30T01:19:07.859 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-30T01:19:07.859 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-30T01:19:07.859 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.advise_random_on_open: 1 2023-09-30T01:19:07.859 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.db_write_buffer_size: 0 2023-09-30T01:19:07.859 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.write_buffer_manager: 0x55bcc9c0c960 2023-09-30T01:19:07.860 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-30T01:19:07.860 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-30T01:19:07.860 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-30T01:19:07.860 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-30T01:19:07.860 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.rate_limiter: (nil) 2023-09-30T01:19:07.860 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-30T01:19:07.860 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.wal_recovery_mode: 2 2023-09-30T01:19:07.860 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.enable_thread_tracking: 0 2023-09-30T01:19:07.860 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.enable_pipelined_write: 0 2023-09-30T01:19:07.860 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.unordered_write: 0 2023-09-30T01:19:07.860 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-30T01:19:07.860 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-30T01:19:07.861 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-30T01:19:07.861 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-30T01:19:07.861 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.row_cache: None 2023-09-30T01:19:07.861 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.wal_filter: None 2023-09-30T01:19:07.861 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-30T01:19:07.861 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.allow_ingest_behind: 0 2023-09-30T01:19:07.861 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.preserve_deletes: 0 2023-09-30T01:19:07.861 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.two_write_queues: 0 2023-09-30T01:19:07.861 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.manual_wal_flush: 0 2023-09-30T01:19:07.861 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.atomic_flush: 0 2023-09-30T01:19:07.861 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-30T01:19:07.861 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-30T01:19:07.861 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-30T01:19:07.862 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.log_readahead_size: 0 2023-09-30T01:19:07.862 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-30T01:19:07.862 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.best_efforts_recovery: 0 2023-09-30T01:19:07.862 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-30T01:19:07.862 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-30T01:19:07.862 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.allow_data_in_errors: 0 2023-09-30T01:19:07.862 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.db_host_id: __hostname__ 2023-09-30T01:19:07.862 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_background_jobs: 2 2023-09-30T01:19:07.862 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_background_compactions: -1 2023-09-30T01:19:07.862 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_subcompactions: 1 2023-09-30T01:19:07.862 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-30T01:19:07.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-30T01:19:07.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-30T01:19:07.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_total_wal_size: 0 2023-09-30T01:19:07.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-30T01:19:07.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-30T01:19:07.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-30T01:19:07.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-30T01:19:07.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_open_files: -1 2023-09-30T01:19:07.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.bytes_per_sync: 0 2023-09-30T01:19:07.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-30T01:19:07.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-30T01:19:07.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compaction_readahead_size: 0 2023-09-30T01:19:07.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_background_flushes: -1 2023-09-30T01:19:07.864 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Compression algorithms supported: 2023-09-30T01:19:07.864 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-30T01:19:07.864 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: kZSTD supported: 0 2023-09-30T01:19:07.864 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: kXpressCompression supported: 0 2023-09-30T01:19:07.864 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: kLZ4HCCompression supported: 1 2023-09-30T01:19:07.864 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: kZlibCompression supported: 1 2023-09-30T01:19:07.864 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: kSnappyCompression supported: 1 2023-09-30T01:19:07.864 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: kLZ4Compression supported: 1 2023-09-30T01:19:07.864 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: kBZip2Compression supported: 0 2023-09-30T01:19:07.864 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-30T01:19:07.864 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2023-09-30T01:19:07.864 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2023-09-30T01:19:07.864 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-30T01:19:07.865 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.merge_operator: 2023-09-30T01:19:07.865 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compaction_filter: None 2023-09-30T01:19:07.865 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compaction_filter_factory: None 2023-09-30T01:19:07.865 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.sst_partitioner_factory: None 2023-09-30T01:19:07.865 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-30T01:19:07.865 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-30T01:19:07.865 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55bcc8eecfa0) 2023-09-30T01:19:07.865 INFO:journalctl@ceph.mon.a.smithi053.stdout: cache_index_and_filter_blocks: 1 2023-09-30T01:19:07.865 INFO:journalctl@ceph.mon.a.smithi053.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-30T01:19:07.865 INFO:journalctl@ceph.mon.a.smithi053.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-30T01:19:07.865 INFO:journalctl@ceph.mon.a.smithi053.stdout: pin_top_level_index_and_filter: 1 2023-09-30T01:19:07.865 INFO:journalctl@ceph.mon.a.smithi053.stdout: index_type: 0 2023-09-30T01:19:07.866 INFO:journalctl@ceph.mon.a.smithi053.stdout: data_block_index_type: 0 2023-09-30T01:19:07.866 INFO:journalctl@ceph.mon.a.smithi053.stdout: index_shortening: 1 2023-09-30T01:19:07.866 INFO:journalctl@ceph.mon.a.smithi053.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-30T01:19:07.866 INFO:journalctl@ceph.mon.a.smithi053.stdout: hash_index_allow_collision: 1 2023-09-30T01:19:07.866 INFO:journalctl@ceph.mon.a.smithi053.stdout: checksum: 1 2023-09-30T01:19:07.866 INFO:journalctl@ceph.mon.a.smithi053.stdout: no_block_cache: 0 2023-09-30T01:19:07.866 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_cache: 0x55bcc8f1f090 2023-09-30T01:19:07.866 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_cache_name: BinnedLRUCache 2023-09-30T01:19:07.866 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_cache_options: 2023-09-30T01:19:07.866 INFO:journalctl@ceph.mon.a.smithi053.stdout: capacity : 536870912 2023-09-30T01:19:07.866 INFO:journalctl@ceph.mon.a.smithi053.stdout: num_shard_bits : 4 2023-09-30T01:19:07.866 INFO:journalctl@ceph.mon.a.smithi053.stdout: strict_capacity_limit : 0 2023-09-30T01:19:07.866 INFO:journalctl@ceph.mon.a.smithi053.stdout: high_pri_pool_ratio: 0.000 2023-09-30T01:19:07.867 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_cache_compressed: (nil) 2023-09-30T01:19:07.867 INFO:journalctl@ceph.mon.a.smithi053.stdout: persistent_cache: (nil) 2023-09-30T01:19:07.867 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_size: 4096 2023-09-30T01:19:07.867 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_size_deviation: 10 2023-09-30T01:19:07.867 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_restart_interval: 16 2023-09-30T01:19:07.867 INFO:journalctl@ceph.mon.a.smithi053.stdout: index_block_restart_interval: 1 2023-09-30T01:19:07.867 INFO:journalctl@ceph.mon.a.smithi053.stdout: metadata_block_size: 4096 2023-09-30T01:19:07.867 INFO:journalctl@ceph.mon.a.smithi053.stdout: partition_filters: 0 2023-09-30T01:19:07.867 INFO:journalctl@ceph.mon.a.smithi053.stdout: use_delta_encoding: 1 2023-09-30T01:19:07.867 INFO:journalctl@ceph.mon.a.smithi053.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-30T01:19:07.867 INFO:journalctl@ceph.mon.a.smithi053.stdout: whole_key_filtering: 1 2023-09-30T01:19:07.867 INFO:journalctl@ceph.mon.a.smithi053.stdout: verify_compression: 0 2023-09-30T01:19:07.867 INFO:journalctl@ceph.mon.a.smithi053.stdout: read_amp_bytes_per_bit: 0 2023-09-30T01:19:07.868 INFO:journalctl@ceph.mon.a.smithi053.stdout: format_version: 4 2023-09-30T01:19:07.868 INFO:journalctl@ceph.mon.a.smithi053.stdout: enable_index_compression: 1 2023-09-30T01:19:07.868 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_align: 0 2023-09-30T01:19:07.868 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.write_buffer_size: 33554432 2023-09-30T01:19:07.868 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_write_buffer_number: 2 2023-09-30T01:19:07.868 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compression: NoCompression 2023-09-30T01:19:07.868 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.bottommost_compression: Disabled 2023-09-30T01:19:07.868 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.prefix_extractor: nullptr 2023-09-30T01:19:07.868 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-30T01:19:07.868 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.num_levels: 7 2023-09-30T01:19:07.868 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-30T01:19:07.868 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-30T01:19:07.868 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-30T01:19:07.869 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-30T01:19:07.869 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-30T01:19:07.869 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-30T01:19:07.869 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-30T01:19:07.869 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-30T01:19:07.869 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-30T01:19:07.869 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-30T01:19:07.869 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-30T01:19:07.869 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compression_opts.level: 32767 2023-09-30T01:19:07.869 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compression_opts.strategy: 0 2023-09-30T01:19:07.869 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-30T01:19:07.869 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-30T01:19:07.869 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-30T01:19:07.870 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compression_opts.enabled: false 2023-09-30T01:19:07.870 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-30T01:19:07.870 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-30T01:19:07.870 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-30T01:19:07.870 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.target_file_size_base: 67108864 2023-09-30T01:19:07.870 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-30T01:19:07.870 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-30T01:19:07.870 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-30T01:19:07.870 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-30T01:19:07.870 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-30T01:19:07.870 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-30T01:19:07.870 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-30T01:19:07.870 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-30T01:19:07.871 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-30T01:19:07.871 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-30T01:19:07.871 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-30T01:19:07.871 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-30T01:19:07.871 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-30T01:19:07.871 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.arena_block_size: 4194304 2023-09-30T01:19:07.871 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-30T01:19:07.871 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-30T01:19:07.871 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-30T01:19:07.871 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.disable_auto_compactions: 0 2023-09-30T01:19:07.871 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-30T01:19:07.871 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-30T01:19:07.871 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-30T01:19:07.872 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-30T01:19:07.872 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-30T01:19:07.872 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-30T01:19:07.872 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-30T01:19:07.872 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-30T01:19:07.872 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-30T01:19:07.872 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-30T01:19:07.872 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.table_properties_collectors: 2023-09-30T01:19:07.872 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.inplace_update_support: 0 2023-09-30T01:19:07.872 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-30T01:19:07.872 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-30T01:19:07.872 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-30T01:19:07.873 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-30T01:19:07.873 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.bloom_locality: 0 2023-09-30T01:19:07.873 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.max_successive_merges: 0 2023-09-30T01:19:07.873 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-30T01:19:07.873 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.paranoid_file_checks: 0 2023-09-30T01:19:07.873 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.force_consistency_checks: 1 2023-09-30T01:19:07.873 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.report_bg_io_stats: 0 2023-09-30T01:19:07.873 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.ttl: 2592000 2023-09-30T01:19:07.873 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-30T01:19:07.873 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.enable_blob_files: false 2023-09-30T01:19:07.873 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.min_blob_size: 0 2023-09-30T01:19:07.873 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.blob_file_size: 268435456 2023-09-30T01:19:07.874 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-30T01:19:07.874 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-30T01:19:07.874 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-30T01:19:07.874 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: 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-30T01:19:07.874 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 5 2023-09-30T01:19:07.874 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: [db/version_set.cc:4082] Creating manifest 13 2023-09-30T01:19:07.874 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696036747525332, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-09-30T01:19:07.874 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #10 mode 2 2023-09-30T01:19:07.874 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: 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-30T01:19:07.874 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696036747526496, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 78732, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 76997, "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": 9840, "raw_average_key_size": 47, "raw_value_size": 71344, "raw_average_value_size": 346, "num_data_blocks": 10, "num_entries": 206, "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": 1696036747, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "ffabb8ed-c431-4a4b-a820-e8f4770df13a", "db_session_id": "2RTDD67W60V4CMS60JVD"}} 2023-09-30T01:19:07.874 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: [db/version_set.cc:4082] Creating manifest 15 2023-09-30T01:19:07.874 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696036747527077, "job": 1, "event": "recovery_finished"} 2023-09-30T01:19:07.874 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: 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-30T01:19:07.875 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55bcc8eb3180 2023-09-30T01:19:07.875 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: DB pointer 0x55bcc8f88000 2023-09-30T01:19:07.875 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2023-09-30T01:19:07.875 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-09-30T01:19:07.875 INFO:journalctl@ceph.mon.a.smithi053.stdout: ** DB Stats ** 2023-09-30T01:19:07.875 INFO:journalctl@ceph.mon.a.smithi053.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T01:19:07.875 INFO:journalctl@ceph.mon.a.smithi053.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-30T01:19:07.875 INFO:journalctl@ceph.mon.a.smithi053.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T01:19:07.875 INFO:journalctl@ceph.mon.a.smithi053.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T01:19:07.875 INFO:journalctl@ceph.mon.a.smithi053.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-30T01:19:07.875 INFO:journalctl@ceph.mon.a.smithi053.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-30T01:19:07.875 INFO:journalctl@ceph.mon.a.smithi053.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T01:19:07.876 INFO:journalctl@ceph.mon.a.smithi053.stdout: 2023-09-30T01:19:07.876 INFO:journalctl@ceph.mon.a.smithi053.stdout: ** Compaction Stats [default] ** 2023-09-30T01:19:07.876 INFO:journalctl@ceph.mon.a.smithi053.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-30T01:19:07.876 INFO:journalctl@ceph.mon.a.smithi053.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T01:19:07.876 INFO:journalctl@ceph.mon.a.smithi053.stdout: L0 2/0 78.65 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.6 0.00 0.00 1 0.001 0 0 2023-09-30T01:19:07.876 INFO:journalctl@ceph.mon.a.smithi053.stdout: Sum 2/0 78.65 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.6 0.00 0.00 1 0.001 0 0 2023-09-30T01:19:07.876 INFO:journalctl@ceph.mon.a.smithi053.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 101.6 0.00 0.00 1 0.001 0 0 2023-09-30T01:19:07.876 INFO:journalctl@ceph.mon.a.smithi053.stdout: 2023-09-30T01:19:07.876 INFO:journalctl@ceph.mon.a.smithi053.stdout: ** Compaction Stats [default] ** 2023-09-30T01:19:07.876 INFO:journalctl@ceph.mon.a.smithi053.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-30T01:19:07.876 INFO:journalctl@ceph.mon.a.smithi053.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T01:19:07.876 INFO:journalctl@ceph.mon.a.smithi053.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 101.6 0.00 0.00 1 0.001 0 0 2023-09-30T01:19:07.876 INFO:journalctl@ceph.mon.a.smithi053.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T01:19:07.877 INFO:journalctl@ceph.mon.a.smithi053.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T01:19:07.877 INFO:journalctl@ceph.mon.a.smithi053.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T01:19:07.877 INFO:journalctl@ceph.mon.a.smithi053.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T01:19:07.877 INFO:journalctl@ceph.mon.a.smithi053.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T01:19:07.877 INFO:journalctl@ceph.mon.a.smithi053.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T01:19:07.877 INFO:journalctl@ceph.mon.a.smithi053.stdout: Cumulative compaction: 0.00 GB write, 14.99 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T01:19:07.877 INFO:journalctl@ceph.mon.a.smithi053.stdout: Interval compaction: 0.00 GB write, 14.99 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T01:19:07.877 INFO:journalctl@ceph.mon.a.smithi053.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-30T01:19:07.877 INFO:journalctl@ceph.mon.a.smithi053.stdout: 2023-09-30T01:19:07.877 INFO:journalctl@ceph.mon.a.smithi053.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T01:19:07.877 INFO:journalctl@ceph.mon.a.smithi053.stdout: 2023-09-30T01:19:07.877 INFO:journalctl@ceph.mon.a.smithi053.stdout: ** Compaction Stats [default] ** 2023-09-30T01:19:07.878 INFO:journalctl@ceph.mon.a.smithi053.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-30T01:19:07.878 INFO:journalctl@ceph.mon.a.smithi053.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T01:19:07.878 INFO:journalctl@ceph.mon.a.smithi053.stdout: L0 2/0 78.65 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.6 0.00 0.00 1 0.001 0 0 2023-09-30T01:19:07.878 INFO:journalctl@ceph.mon.a.smithi053.stdout: Sum 2/0 78.65 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.6 0.00 0.00 1 0.001 0 0 2023-09-30T01:19:07.878 INFO:journalctl@ceph.mon.a.smithi053.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-30T01:19:07.878 INFO:journalctl@ceph.mon.a.smithi053.stdout: 2023-09-30T01:19:07.878 INFO:journalctl@ceph.mon.a.smithi053.stdout: ** Compaction Stats [default] ** 2023-09-30T01:19:07.878 INFO:journalctl@ceph.mon.a.smithi053.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-30T01:19:07.878 INFO:journalctl@ceph.mon.a.smithi053.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T01:19:07.879 INFO:journalctl@ceph.mon.a.smithi053.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 101.6 0.00 0.00 1 0.001 0 0 2023-09-30T01:19:07.879 INFO:journalctl@ceph.mon.a.smithi053.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T01:19:07.879 INFO:journalctl@ceph.mon.a.smithi053.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T01:19:07.879 INFO:journalctl@ceph.mon.a.smithi053.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T01:19:07.879 INFO:journalctl@ceph.mon.a.smithi053.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T01:19:07.879 INFO:journalctl@ceph.mon.a.smithi053.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T01:19:07.879 INFO:journalctl@ceph.mon.a.smithi053.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T01:19:07.879 INFO:journalctl@ceph.mon.a.smithi053.stdout: Cumulative compaction: 0.00 GB write, 14.88 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T01:19:07.879 INFO:journalctl@ceph.mon.a.smithi053.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-30T01:19:07.879 INFO:journalctl@ceph.mon.a.smithi053.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-30T01:19:07.879 INFO:journalctl@ceph.mon.a.smithi053.stdout: 2023-09-30T01:19:07.879 INFO:journalctl@ceph.mon.a.smithi053.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T01:19:07.880 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: starting mon.a rank 0 at public addrs [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] at bind addrs [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 2023-09-30T01:19:07.880 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: mon.a@-1(???) e1 preinit fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 2023-09-30T01:19:07.880 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: mon.a@-1(???).mds e1 new map 2023-09-30T01:19:07.880 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: mon.a@-1(???).mds e1 print_map 2023-09-30T01:19:07.880 INFO:journalctl@ceph.mon.a.smithi053.stdout: e1 2023-09-30T01:19:07.880 INFO:journalctl@ceph.mon.a.smithi053.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-30T01:19:07.880 INFO:journalctl@ceph.mon.a.smithi053.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-30T01:19:07.880 INFO:journalctl@ceph.mon.a.smithi053.stdout: legacy client fscid: -1 2023-09-30T01:19:07.880 INFO:journalctl@ceph.mon.a.smithi053.stdout: 2023-09-30T01:19:07.880 INFO:journalctl@ceph.mon.a.smithi053.stdout: No filesystems configured 2023-09-30T01:19:07.880 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-30T01:19:07.880 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T01:19:07.881 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T01:19:07.881 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T01:19:07.881 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-09-30T01:19:07.881 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 bash[111811]: 93d0edca15cf4f612093674f69af05d74d24d090bfddeafe5a62f916c02a374d 2023-09-30T01:19:07.881 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 systemd[1]: Started Ceph mon.a for 398b8456-5f2f-11ee-8db4-212e2dc638e7. 2023-09-30T01:19:07.881 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: mon.a is new leader, mons a in quorum (ranks 0) 2023-09-30T01:19:07.881 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: monmap e1: 1 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0]} removed_ranks: {} 2023-09-30T01:19:07.881 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: fsmap 2023-09-30T01:19:07.881 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: osdmap e1: 0 total, 0 up, 0 in 2023-09-30T01:19:07.881 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:07 smithi053 ceph-mon[111848]: mgrmap e1: no daemons active 2023-09-30T01:19:08.385 INFO:teuthology.orchestra.run.smithi053.stdout:Wrote config to /etc/ceph/ceph.conf 2023-09-30T01:19:08.385 INFO:teuthology.orchestra.run.smithi053.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-09-30T01:19:08.386 INFO:teuthology.orchestra.run.smithi053.stdout:Creating mgr... 2023-09-30T01:19:08.386 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying port 9283 ... 2023-09-30T01:19:08.537 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mgr.a 2023-09-30T01:19:08.537 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to reset failed state of unit ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mgr.a.service: Unit ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mgr.a.service not loaded. 2023-09-30T01:19:08.642 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7.target.wants/ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mgr.a.service → /etc/systemd/system/ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@.service. 2023-09-30T01:19:08.902 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:08 smithi053 systemd[1]: Starting Ceph mgr.a for 398b8456-5f2f-11ee-8db4-212e2dc638e7... 2023-09-30T01:19:09.090 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T01:19:09.090 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout disabled 2023-09-30T01:19:09.100 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T01:19:09.100 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2023-09-30T01:19:09.101 INFO:teuthology.orchestra.run.smithi053.stdout:firewalld.service is not enabled 2023-09-30T01:19:09.101 INFO:teuthology.orchestra.run.smithi053.stdout:Not possible to enable service . firewalld.service is not available 2023-09-30T01:19:09.110 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T01:19:09.110 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout disabled 2023-09-30T01:19:09.120 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T01:19:09.120 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2023-09-30T01:19:09.120 INFO:teuthology.orchestra.run.smithi053.stdout:firewalld.service is not enabled 2023-09-30T01:19:09.120 INFO:teuthology.orchestra.run.smithi053.stdout:Not possible to open ports <[9283]>. firewalld.service is not available 2023-09-30T01:19:09.120 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mgr to start... 2023-09-30T01:19:09.120 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mgr... 2023-09-30T01:19:09.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:09 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/3550534847' entity='client.admin' 2023-09-30T01:19:09.264 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:09 smithi053 bash[112082]: eac2ee6170d306d1b8d2ec704a3076c67142b4e20b073b7931f8092b2f46f25d 2023-09-30T01:19:09.264 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:09 smithi053 systemd[1]: Started Ceph mgr.a for 398b8456-5f2f-11ee-8db4-212e2dc638e7. 2023-09-30T01:19:09.264 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:09 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:09.223+0000 7fac650c51c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T01:19:09.603 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:09 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:09.425+0000 7fac650c51c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T01:19:09.928 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:09 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:09.772+0000 7fac650c51c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T01:19:09.976 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2023-09-30T01:19:09.979 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout { 2023-09-30T01:19:09.979 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsid": "398b8456-5f2f-11ee-8db4-212e2dc638e7", 2023-09-30T01:19:09.979 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T01:19:09.979 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T01:19:09.979 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T01:19:09.979 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T01:19:09.979 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:09.979 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T01:19:09.980 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T01:19:09.980 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 0 2023-09-30T01:19:09.980 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2023-09-30T01:19:09.980 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T01:19:09.980 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "a" 2023-09-30T01:19:09.980 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2023-09-30T01:19:09.980 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-09-30T01:19:09.980 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T01:19:09.980 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T01:19:09.980 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-09-30T01:19:09.980 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T01:19:09.980 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:09.981 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T01:19:09.981 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T01:19:09.981 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T01:19:09.981 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T01:19:09.981 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T01:19:09.981 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T01:19:09.981 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T01:19:09.981 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T01:19:09.984 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:09.984 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T01:19:09.984 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T01:19:09.984 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T01:19:09.984 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T01:19:09.985 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T01:19:09.985 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T01:19:09.985 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T01:19:09.985 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T01:19:09.985 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T01:19:09.985 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:09.985 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T01:19:09.985 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T01:19:09.985 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T01:19:09.985 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T01:19:09.985 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:09.985 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T01:19:09.986 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-30T01:19:09.986 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T01:19:09.986 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T01:19:09.986 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T01:19:09.986 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T01:19:09.986 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T01:19:09.986 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2023-09-30T01:19:09.986 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T01:19:09.986 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:09.986 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T01:19:09.986 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T01:19:09.987 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T01:19:03.972410+0000", 2023-09-30T01:19:09.987 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T01:19:09.987 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:09.987 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T01:19:09.987 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout } 2023-09-30T01:19:09.987 INFO:teuthology.orchestra.run.smithi053.stdout:mgr not available, waiting (1/15)... 2023-09-30T01:19:10.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:10 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/830120451' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T01:19:10.853 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:10 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:10.400+0000 7fac650c51c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T01:19:10.853 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:10 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:10.587+0000 7fac650c51c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T01:19:11.353 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:11 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:11.028+0000 7fac650c51c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T01:19:12.148 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:11 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:11.897+0000 7fac650c51c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T01:19:12.148 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:11 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:11.993+0000 7fac650c51c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T01:19:12.752 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:12 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1777974732' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T01:19:12.752 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:12 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:12.701+0000 7fac650c51c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T01:19:12.804 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2023-09-30T01:19:12.804 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout { 2023-09-30T01:19:12.805 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsid": "398b8456-5f2f-11ee-8db4-212e2dc638e7", 2023-09-30T01:19:12.805 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T01:19:12.805 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T01:19:12.805 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T01:19:12.805 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T01:19:12.805 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:12.805 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T01:19:12.805 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T01:19:12.805 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 0 2023-09-30T01:19:12.805 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2023-09-30T01:19:12.805 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T01:19:12.805 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "a" 2023-09-30T01:19:12.806 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2023-09-30T01:19:12.806 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_age": 4, 2023-09-30T01:19:12.806 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T01:19:12.806 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T01:19:12.806 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-09-30T01:19:12.806 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T01:19:12.806 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:12.806 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T01:19:12.806 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T01:19:12.806 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T01:19:12.806 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T01:19:12.806 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T01:19:12.806 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T01:19:12.807 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T01:19:12.807 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T01:19:12.807 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:12.807 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T01:19:12.807 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T01:19:12.807 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T01:19:12.807 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T01:19:12.807 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T01:19:12.807 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T01:19:12.807 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T01:19:12.807 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T01:19:12.807 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T01:19:12.807 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:12.808 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T01:19:12.808 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T01:19:12.808 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T01:19:12.808 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T01:19:12.808 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:12.808 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T01:19:12.808 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-30T01:19:12.808 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T01:19:12.808 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T01:19:12.808 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T01:19:12.808 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T01:19:12.808 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T01:19:12.809 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2023-09-30T01:19:12.809 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T01:19:12.809 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:12.809 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T01:19:12.809 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T01:19:12.809 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T01:19:03.972410+0000", 2023-09-30T01:19:12.809 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T01:19:12.809 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:12.809 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T01:19:12.809 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout } 2023-09-30T01:19:12.809 INFO:teuthology.orchestra.run.smithi053.stdout:mgr not available, waiting (2/15)... 2023-09-30T01:19:13.103 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:12 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:12.794+0000 7fac650c51c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T01:19:13.103 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:12 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:12.892+0000 7fac650c51c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T01:19:13.104 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:12 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:12.996+0000 7fac650c51c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T01:19:13.593 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:13 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:13.255+0000 7fac650c51c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T01:19:13.593 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:13 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:13.358+0000 7fac650c51c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T01:19:13.853 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:13 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:13.594+0000 7fac650c51c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T01:19:13.853 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:13 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:13.699+0000 7fac650c51c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T01:19:14.353 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:13 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:13.902+0000 7fac650c51c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T01:19:14.353 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:13 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:13.994+0000 7fac650c51c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T01:19:15.280 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:14 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:14.871+0000 7fac650c51c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T01:19:15.280 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:15 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:15.090+0000 7fac650c51c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T01:19:15.552 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:15 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2297725092' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T01:19:15.552 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:15 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:15.288+0000 7fac650c51c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T01:19:15.606 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2023-09-30T01:19:15.606 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout { 2023-09-30T01:19:15.606 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsid": "398b8456-5f2f-11ee-8db4-212e2dc638e7", 2023-09-30T01:19:15.606 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T01:19:15.606 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T01:19:15.606 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T01:19:15.606 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T01:19:15.606 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:15.606 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T01:19:15.607 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T01:19:15.607 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 0 2023-09-30T01:19:15.607 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2023-09-30T01:19:15.607 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T01:19:15.607 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "a" 2023-09-30T01:19:15.607 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2023-09-30T01:19:15.607 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2023-09-30T01:19:15.607 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T01:19:15.607 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T01:19:15.607 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-09-30T01:19:15.607 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T01:19:15.608 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:15.608 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T01:19:15.608 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T01:19:15.608 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T01:19:15.608 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T01:19:15.608 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T01:19:15.608 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T01:19:15.608 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T01:19:15.608 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T01:19:15.608 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:15.608 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T01:19:15.608 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T01:19:15.609 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T01:19:15.609 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T01:19:15.609 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T01:19:15.609 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T01:19:15.609 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T01:19:15.609 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T01:19:15.609 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T01:19:15.609 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:15.609 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T01:19:15.609 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T01:19:15.609 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T01:19:15.609 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T01:19:15.610 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:15.610 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T01:19:15.610 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-30T01:19:15.610 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T01:19:15.610 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T01:19:15.610 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T01:19:15.610 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T01:19:15.610 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T01:19:15.610 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2023-09-30T01:19:15.610 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T01:19:15.610 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:15.610 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T01:19:15.611 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T01:19:15.611 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T01:19:03.972410+0000", 2023-09-30T01:19:15.611 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T01:19:15.611 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:15.611 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T01:19:15.611 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout } 2023-09-30T01:19:15.611 INFO:teuthology.orchestra.run.smithi053.stdout:mgr not available, waiting (3/15)... 2023-09-30T01:19:16.353 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:15 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:15.977+0000 7fac650c51c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T01:19:16.353 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:16.173+0000 7fac650c51c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T01:19:16.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-mon[111848]: Activating manager daemon a 2023-09-30T01:19:16.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-mon[111848]: mgrmap e2: a(active, starting, since 0.00317679s) 2023-09-30T01:19:16.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-mon[111848]: from='mgr.14100 172.21.15.53:0/3137693615' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T01:19:16.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-mon[111848]: from='mgr.14100 172.21.15.53:0/3137693615' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T01:19:16.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-mon[111848]: from='mgr.14100 172.21.15.53:0/3137693615' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T01:19:16.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-mon[111848]: from='mgr.14100 172.21.15.53:0/3137693615' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T01:19:16.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-mon[111848]: from='mgr.14100 172.21.15.53:0/3137693615' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-09-30T01:19:16.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-mon[111848]: Manager daemon a is now available 2023-09-30T01:19:16.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-mon[111848]: from='mgr.14100 172.21.15.53:0/3137693615' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-09-30T01:19:16.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-mon[111848]: from='mgr.14100 172.21.15.53:0/3137693615' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-09-30T01:19:16.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-mon[111848]: from='mgr.14100 172.21.15.53:0/3137693615' entity='mgr.a' 2023-09-30T01:19:16.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-mon[111848]: from='mgr.14100 172.21.15.53:0/3137693615' entity='mgr.a' 2023-09-30T01:19:16.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-mon[111848]: from='mgr.14100 172.21.15.53:0/3137693615' entity='mgr.a' 2023-09-30T01:19:16.855 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:16.371+0000 7fac650c51c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T01:19:16.855 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:16.500+0000 7fac650c51c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T01:19:16.855 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:16.543+0000 7fabf0b3a700 -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-30T01:19:16.855 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:16.543+0000 7fabf0b3a700 -1 pg_autoscaler.serve: 2023-09-30T01:19:16.855 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:16.543+0000 7fabf0b3a700 -1 Traceback (most recent call last): 2023-09-30T01:19:16.855 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: File "/usr/share/ceph/mgr/pg_autoscaler/module.py", line 325, in serve 2023-09-30T01:19:16.856 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: self._maybe_adjust() 2023-09-30T01:19:16.856 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: File "/usr/share/ceph/mgr/pg_autoscaler/module.py", line 682, in _maybe_adjust 2023-09-30T01:19:16.856 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: if self.noautoscale: 2023-09-30T01:19:16.856 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: AttributeError: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:19:16.856 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:16 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:17.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:17 smithi053 ceph-mon[111848]: Unhandled exception from module 'pg_autoscaler' while running on mgr.a: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:19:17.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:17 smithi053 ceph-mon[111848]: mgrmap e3: a(active, since 1.00748s) 2023-09-30T01:19:18.643 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2023-09-30T01:19:18.643 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout { 2023-09-30T01:19:18.643 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsid": "398b8456-5f2f-11ee-8db4-212e2dc638e7", 2023-09-30T01:19:18.643 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T01:19:18.643 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T01:19:18.643 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T01:19:18.644 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T01:19:18.644 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:18.644 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T01:19:18.644 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T01:19:18.644 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 0 2023-09-30T01:19:18.644 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2023-09-30T01:19:18.644 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T01:19:18.644 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "a" 2023-09-30T01:19:18.644 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2023-09-30T01:19:18.644 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2023-09-30T01:19:18.644 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T01:19:18.644 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T01:19:18.644 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-09-30T01:19:18.645 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T01:19:18.645 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:18.645 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T01:19:18.645 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T01:19:18.645 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T01:19:18.645 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T01:19:18.645 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T01:19:18.645 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T01:19:18.645 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T01:19:18.645 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T01:19:18.648 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:18.648 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T01:19:18.648 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T01:19:18.648 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T01:19:18.648 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T01:19:18.648 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T01:19:18.648 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T01:19:18.648 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T01:19:18.649 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T01:19:18.649 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T01:19:18.649 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:18.649 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T01:19:18.649 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T01:19:18.649 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T01:19:18.649 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T01:19:18.649 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:18.649 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T01:19:18.649 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-30T01:19:18.649 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T01:19:18.649 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T01:19:18.649 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T01:19:18.649 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T01:19:18.650 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T01:19:18.650 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2023-09-30T01:19:18.650 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T01:19:18.650 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:18.650 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T01:19:18.650 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T01:19:18.650 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T01:19:03.972410+0000", 2023-09-30T01:19:18.650 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T01:19:18.650 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2023-09-30T01:19:18.650 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T01:19:18.650 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout } 2023-09-30T01:19:18.650 INFO:teuthology.orchestra.run.smithi053.stdout:mgr is available 2023-09-30T01:19:18.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:18 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/3505204487' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T01:19:19.559 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2023-09-30T01:19:19.559 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [global] 2023-09-30T01:19:19.559 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout fsid = 398b8456-5f2f-11ee-8db4-212e2dc638e7 2023-09-30T01:19:19.559 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-09-30T01:19:19.559 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-09-30T01:19:19.560 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-09-30T01:19:19.560 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-09-30T01:19:19.560 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2023-09-30T01:19:19.560 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [mgr] 2023-09-30T01:19:19.560 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-09-30T01:19:19.560 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2023-09-30T01:19:19.560 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [osd] 2023-09-30T01:19:19.560 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-09-30T01:19:19.560 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-09-30T01:19:19.560 INFO:teuthology.orchestra.run.smithi053.stdout:Enabling cephadm module... 2023-09-30T01:19:19.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:19 smithi053 ceph-mon[111848]: mgrmap e4: a(active, since 2s) 2023-09-30T01:19:19.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:19 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2630397174' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-30T01:19:19.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:19 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2630397174' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-30T01:19:20.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:20 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1636037347' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-09-30T01:19:20.853 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:20 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: ignoring --setuser ceph since I am not root 2023-09-30T01:19:20.854 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:20 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: ignoring --setgroup ceph since I am not root 2023-09-30T01:19:20.854 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:20 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:20.760+0000 7f1bd52151c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T01:19:21.281 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:20 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:20.950+0000 7f1bd52151c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T01:19:21.573 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:21 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:21.281+0000 7f1bd52151c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T01:19:21.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:21 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1636037347' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-09-30T01:19:21.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:21 smithi053 ceph-mon[111848]: mgrmap e5: a(active, since 4s) 2023-09-30T01:19:22.239 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:21 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:21.877+0000 7f1bd52151c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T01:19:22.240 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:22 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:22.066+0000 7f1bd52151c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T01:19:22.853 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:22 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:22.513+0000 7f1bd52151c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T01:19:23.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:23 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1361219101' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-30T01:19:23.604 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:23 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:23.387+0000 7f1bd52151c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T01:19:23.604 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:23 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:23.482+0000 7f1bd52151c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T01:19:24.463 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:24 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:24.171+0000 7f1bd52151c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T01:19:24.464 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:24 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:24.264+0000 7f1bd52151c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T01:19:24.464 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:24 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:24.362+0000 7f1bd52151c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T01:19:24.729 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:24 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:24.464+0000 7f1bd52151c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T01:19:25.063 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:24 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:24.729+0000 7f1bd52151c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T01:19:25.063 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:24 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:24.831+0000 7f1bd52151c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T01:19:25.353 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:25 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:25.063+0000 7f1bd52151c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T01:19:25.353 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:25 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:25.168+0000 7f1bd52151c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T01:19:25.702 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout { 2023-09-30T01:19:25.702 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-09-30T01:19:25.702 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-30T01:19:25.702 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-09-30T01:19:25.702 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-09-30T01:19:25.703 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout } 2023-09-30T01:19:25.703 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for the mgr to restart... 2023-09-30T01:19:25.703 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mgr epoch 5... 2023-09-30T01:19:25.704 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:25 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:25.370+0000 7f1bd52151c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T01:19:25.704 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:25 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:25.463+0000 7f1bd52151c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T01:19:26.530 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:26 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:26.320+0000 7f1bd52151c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T01:19:26.853 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:26 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:26.530+0000 7f1bd52151c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T01:19:26.853 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:26 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:26.723+0000 7f1bd52151c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T01:19:27.804 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:27 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:27.409+0000 7f1bd52151c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T01:19:27.804 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:27 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:27.607+0000 7f1bd52151c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T01:19:28.103 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:27 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:27.804+0000 7f1bd52151c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T01:19:28.104 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:27 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:27.932+0000 7f1bd52151c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T01:19:28.104 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:28.000+0000 7f1b518f7700 -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-30T01:19:28.104 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:28.000+0000 7f1b518f7700 -1 pg_autoscaler.serve: 2023-09-30T01:19:28.104 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:28.000+0000 7f1b518f7700 -1 Traceback (most recent call last): 2023-09-30T01:19:28.104 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: File "/usr/share/ceph/mgr/pg_autoscaler/module.py", line 325, in serve 2023-09-30T01:19:28.104 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: self._maybe_adjust() 2023-09-30T01:19:28.104 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: File "/usr/share/ceph/mgr/pg_autoscaler/module.py", line 682, in _maybe_adjust 2023-09-30T01:19:28.104 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: if self.noautoscale: 2023-09-30T01:19:28.104 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: AttributeError: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:19:28.104 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:28.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-mon[111848]: Active manager daemon a restarted 2023-09-30T01:19:28.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-mon[111848]: Activating manager daemon a 2023-09-30T01:19:28.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-mon[111848]: osdmap e2: 0 total, 0 up, 0 in 2023-09-30T01:19:28.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-mon[111848]: mgrmap e6: a(active, starting, since 0.0032217s) 2023-09-30T01:19:28.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T01:19:28.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-09-30T01:19:28.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T01:19:28.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T01:19:28.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T01:19:28.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-mon[111848]: Manager daemon a is now available 2023-09-30T01:19:28.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' 2023-09-30T01:19:28.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' 2023-09-30T01:19:28.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:19:28.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:19:28.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:19:28.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-09-30T01:19:28.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:28 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-09-30T01:19:29.323 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout { 2023-09-30T01:19:29.323 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-09-30T01:19:29.323 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "initialized": true 2023-09-30T01:19:29.324 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout } 2023-09-30T01:19:29.324 INFO:teuthology.orchestra.run.smithi053.stdout:mgr epoch 5 is available 2023-09-30T01:19:29.324 INFO:teuthology.orchestra.run.smithi053.stdout:Setting orchestrator backend to cephadm... 2023-09-30T01:19:29.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:29 smithi053 ceph-mon[111848]: Found migration_current of "None". Setting to last migration. 2023-09-30T01:19:29.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:29 smithi053 ceph-mon[111848]: Unhandled exception from module 'pg_autoscaler' while running on mgr.a: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:19:29.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:29 smithi053 ceph-mon[111848]: mgrmap e7: a(active, since 1.00546s) 2023-09-30T01:19:29.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:29 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' 2023-09-30T01:19:29.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:29 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:19:30.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:30 smithi053 ceph-mon[111848]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-30T01:19:30.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:30 smithi053 ceph-mon[111848]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-30T01:19:30.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:30 smithi053 ceph-mon[111848]: [30/Sep/2023:01:19:29] ENGINE Bus STARTING 2023-09-30T01:19:30.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:30 smithi053 ceph-mon[111848]: [30/Sep/2023:01:19:29] ENGINE Serving on https://172.21.15.53:7150 2023-09-30T01:19:30.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:30 smithi053 ceph-mon[111848]: [30/Sep/2023:01:19:29] ENGINE Bus STARTED 2023-09-30T01:19:30.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:30 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' 2023-09-30T01:19:30.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:30 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:19:31.198 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout value unchanged 2023-09-30T01:19:31.198 INFO:teuthology.orchestra.run.smithi053.stdout:Generating ssh key... 2023-09-30T01:19:31.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:31 smithi053 ceph-mon[111848]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:19:31.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:31 smithi053 ceph-mon[111848]: mgrmap e8: a(active, since 2s) 2023-09-30T01:19:32.759 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-mon[111848]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:19:32.759 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' 2023-09-30T01:19:32.759 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' 2023-09-30T01:19:32.760 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: Generating public/private rsa key pair. 2023-09-30T01:19:32.760 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: Your identification has been saved in /tmp/tmpfi4zc2u_/key. 2023-09-30T01:19:32.760 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: Your public key has been saved in /tmp/tmpfi4zc2u_/key.pub. 2023-09-30T01:19:32.760 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: The key fingerprint is: 2023-09-30T01:19:32.760 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: SHA256:f3LxYqfriGttctgd8xVzsl0DN+oq4VdVcoLgfEUYg64 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7 2023-09-30T01:19:32.760 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: The key's randomart image is: 2023-09-30T01:19:32.760 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: +---[RSA 3072]----+ 2023-09-30T01:19:32.760 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: | .oo=o | 2023-09-30T01:19:32.760 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: | o. o+ooo| 2023-09-30T01:19:32.760 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: | .o . ++o| 2023-09-30T01:19:32.760 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: | .. ..=o| 2023-09-30T01:19:32.760 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: | S. o .+*| 2023-09-30T01:19:32.761 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: | Eo o=. o| 2023-09-30T01:19:32.761 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: | .++.B+o. | 2023-09-30T01:19:32.761 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: | ++=O.+. | 2023-09-30T01:19:32.761 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: | .o=+.+. | 2023-09-30T01:19:32.761 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:32 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: +----[SHA256]-----+ 2023-09-30T01:19:33.775 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:33 smithi053 ceph-mon[111848]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:19:33.776 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:33 smithi053 ceph-mon[111848]: Generating ssh key... 2023-09-30T01:19:33.824 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBmUK4ru8IYQU5iJoNqu/r13skSE/XLAozfxqSs1A4uvnPEBq8kHcvMXa3V7Kp+L7bKZp9o5xOtZMnyzPX0oy6o+pPAQZ2pQFncE3drPCistxmmu2ZGZ8K+2Pmtvxz7iQGXzD6swguZd4+0z/I5S1mDg0X5I13GlvMKO/6PEj30g88R9ciIv4siveUYWzaZFvfNuomLzQgBQwKkvFHf+wAe7q7KrCOSroLxgXXsl/an2JgFRhpebhFEdSvsM5Kacl3Myz6218KciY5KtIMYezkYdbQ6o5pDzED4b6/wv8yl/gJ/LJBo0PB1Ki9YISROhRSzo7xEkVnI0q0HRxtQqyQx2xQhp6b42tNwHhRhe9B77Qj3341cRd7pX1dilStpMcCqiywJfcw74MzIpJHW3MfPPBcz8GZZleiMPZBctY8tQz6ja+3/O/d7ilt6/dw3RFmotQwMYiIW59CCGCg011D18nTwC4cKLhfH4Xhoc9sucuGEQ0b99+WrFgXCwB3dhE= ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7 2023-09-30T01:19:33.824 INFO:teuthology.orchestra.run.smithi053.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-09-30T01:19:33.824 INFO:teuthology.orchestra.run.smithi053.stdout:Adding key to root@localhost authorized_keys... 2023-09-30T01:19:33.825 INFO:teuthology.orchestra.run.smithi053.stdout:Adding host smithi053... 2023-09-30T01:19:34.687 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:34 smithi053 ceph-mon[111848]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:19:35.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:35 smithi053 ceph-mon[111848]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi053", "addr": "172.21.15.53", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:19:36.556 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout Added host 'smithi053' with addr '172.21.15.53' 2023-09-30T01:19:36.556 INFO:teuthology.orchestra.run.smithi053.stdout:Deploying unmanaged mon service... 2023-09-30T01:19:36.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:36 smithi053 ceph-mon[111848]: Deploying cephadm binary to smithi053 2023-09-30T01:19:36.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:36 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' 2023-09-30T01:19:36.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:36 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:19:37.839 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-09-30T01:19:37.839 INFO:teuthology.orchestra.run.smithi053.stdout:Deploying unmanaged mgr service... 2023-09-30T01:19:37.841 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:37 smithi053 ceph-mon[111848]: Added host smithi053 2023-09-30T01:19:37.842 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:37 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' 2023-09-30T01:19:38.762 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:38 smithi053 ceph-mon[111848]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:19:38.762 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:38 smithi053 ceph-mon[111848]: Saving service mon spec with placement count:5 2023-09-30T01:19:38.762 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:38 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' 2023-09-30T01:19:38.972 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-09-30T01:19:39.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:39 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' 2023-09-30T01:19:39.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:39 smithi053 ceph-mon[111848]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:19:39.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:39 smithi053 ceph-mon[111848]: Saving service mgr spec with placement count:2 2023-09-30T01:19:39.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:39 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' 2023-09-30T01:19:41.070 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:40 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' 2023-09-30T01:19:41.070 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:40 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2670870941' entity='client.admin' 2023-09-30T01:19:41.070 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:40 smithi053 ceph-mon[111848]: from='mgr.14120 172.21.15.53:0/888990086' entity='mgr.a' 2023-09-30T01:19:41.580 INFO:teuthology.orchestra.run.smithi053.stdout:Enabling the dashboard module... 2023-09-30T01:19:42.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:41 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1252743669' entity='client.admin' 2023-09-30T01:19:43.231 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:42 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: ignoring --setuser ceph since I am not root 2023-09-30T01:19:43.231 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:42 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: ignoring --setgroup ceph since I am not root 2023-09-30T01:19:43.231 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:43 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:43.094+0000 7fd878a201c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T01:19:43.232 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:42 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1503921860' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-09-30T01:19:43.603 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:43 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:43.288+0000 7fd878a201c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T01:19:43.938 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:43 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1503921860' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-09-30T01:19:43.938 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:43 smithi053 ceph-mon[111848]: mgrmap e9: a(active, since 14s) 2023-09-30T01:19:43.939 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:43 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:43.655+0000 7fd878a201c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T01:19:44.264 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout { 2023-09-30T01:19:44.264 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-09-30T01:19:44.264 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-30T01:19:44.264 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-09-30T01:19:44.264 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-09-30T01:19:44.264 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout } 2023-09-30T01:19:44.264 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for the mgr to restart... 2023-09-30T01:19:44.264 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mgr epoch 9... 2023-09-30T01:19:44.568 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:44 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:44.251+0000 7fd878a201c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T01:19:44.569 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:44 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:44.445+0000 7fd878a201c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T01:19:45.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:44 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/3130686300' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-30T01:19:45.354 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:44 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:44.905+0000 7fd878a201c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T01:19:46.103 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:45 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:45.770+0000 7fd878a201c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T01:19:46.103 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:45 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:45.866+0000 7fd878a201c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T01:19:46.850 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:46 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:46.555+0000 7fd878a201c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T01:19:46.851 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:46 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:46.649+0000 7fd878a201c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T01:19:46.851 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:46 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:46.747+0000 7fd878a201c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T01:19:47.103 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:46 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:46.850+0000 7fd878a201c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T01:19:47.444 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:47 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:47.107+0000 7fd878a201c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T01:19:47.445 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:47 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:47.210+0000 7fd878a201c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T01:19:47.754 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:47 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:47.444+0000 7fd878a201c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T01:19:47.754 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:47 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:47.550+0000 7fd878a201c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T01:19:48.103 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:47 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:47.753+0000 7fd878a201c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T01:19:48.103 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:47 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:47.847+0000 7fd878a201c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T01:19:49.096 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:48 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:48.691+0000 7fd878a201c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T01:19:49.096 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:48 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:48.902+0000 7fd878a201c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T01:19:49.353 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:49 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:49.096+0000 7fd878a201c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T01:19:50.103 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:49 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:49.780+0000 7fd878a201c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T01:19:50.103 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:49 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:49.978+0000 7fd878a201c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T01:19:50.442 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:50.179+0000 7fd878a201c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T01:19:50.442 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:50.309+0000 7fd878a201c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T01:19:50.442 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:50.377+0000 7fd7f6479700 -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-30T01:19:50.442 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:50.377+0000 7fd7f6479700 -1 pg_autoscaler.serve: 2023-09-30T01:19:50.442 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:50.377+0000 7fd7f6479700 -1 Traceback (most recent call last): 2023-09-30T01:19:50.442 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: File "/usr/share/ceph/mgr/pg_autoscaler/module.py", line 325, in serve 2023-09-30T01:19:50.442 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: self._maybe_adjust() 2023-09-30T01:19:50.443 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: File "/usr/share/ceph/mgr/pg_autoscaler/module.py", line 682, in _maybe_adjust 2023-09-30T01:19:50.443 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: if self.noautoscale: 2023-09-30T01:19:50.443 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: AttributeError: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:19:50.443 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:19:50.443 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-mon[111848]: Active manager daemon a restarted 2023-09-30T01:19:50.443 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-mon[111848]: Activating manager daemon a 2023-09-30T01:19:50.444 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-mon[111848]: osdmap e3: 0 total, 0 up, 0 in 2023-09-30T01:19:50.444 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-mon[111848]: mgrmap e10: a(active, starting, since 0.00331579s) 2023-09-30T01:19:50.444 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T01:19:50.444 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-09-30T01:19:50.444 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T01:19:50.444 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T01:19:50.444 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T01:19:50.444 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-mon[111848]: Manager daemon a is now available 2023-09-30T01:19:50.445 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:19:50.445 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:50 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:19:51.631 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:51 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-09-30T01:19:51.631 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:51 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-09-30T01:19:51.631 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:51 smithi053 ceph-mon[111848]: [30/Sep/2023:01:19:50] ENGINE Bus STARTING 2023-09-30T01:19:51.631 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:51 smithi053 ceph-mon[111848]: [30/Sep/2023:01:19:50] ENGINE Serving on https://172.21.15.53:7150 2023-09-30T01:19:51.631 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:51 smithi053 ceph-mon[111848]: [30/Sep/2023:01:19:50] ENGINE Bus STARTED 2023-09-30T01:19:51.631 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:51 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:19:51.631 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:51 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:19:51.631 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:51 smithi053 ceph-mon[111848]: mgrmap e11: a(active, since 1.00638s) 2023-09-30T01:19:51.695 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout { 2023-09-30T01:19:51.695 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-09-30T01:19:51.695 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "initialized": true 2023-09-30T01:19:51.695 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout } 2023-09-30T01:19:51.696 INFO:teuthology.orchestra.run.smithi053.stdout:mgr epoch 9 is available 2023-09-30T01:19:51.696 INFO:teuthology.orchestra.run.smithi053.stdout:Generating a dashboard self-signed certificate... 2023-09-30T01:19:52.632 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:52 smithi053 ceph-mon[111848]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-30T01:19:52.632 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:52 smithi053 ceph-mon[111848]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-30T01:19:52.632 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:52 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:19:52.632 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:52 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:19:52.632 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:52 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:19:52.687 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-09-30T01:19:52.687 INFO:teuthology.orchestra.run.smithi053.stdout:Creating initial admin user... 2023-09-30T01:19:53.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:53 smithi053 ceph-mon[111848]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:19:53.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:53 smithi053 ceph-mon[111848]: mgrmap e12: a(active, since 2s) 2023-09-30T01:19:54.053 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$JgfILUuX095N8H45X.VGNeL1pKxRCcDzdXDQFw4wQa8fpYt8CTg4u", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1696036793, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-09-30T01:19:54.053 INFO:teuthology.orchestra.run.smithi053.stdout:Fetching dashboard port number... 2023-09-30T01:19:55.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:54 smithi053 ceph-mon[111848]: 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-30T01:19:55.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:54 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:19:55.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:54 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/620361457' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-09-30T01:19:55.861 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 8443 2023-09-30T01:19:55.873 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T01:19:55.873 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout disabled 2023-09-30T01:19:55.883 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T01:19:55.883 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2023-09-30T01:19:55.883 INFO:teuthology.orchestra.run.smithi053.stdout:firewalld.service is not enabled 2023-09-30T01:19:55.883 INFO:teuthology.orchestra.run.smithi053.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-09-30T01:19:55.886 INFO:teuthology.orchestra.run.smithi053.stdout:Ceph Dashboard is now available at: 2023-09-30T01:19:55.886 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:19:55.886 INFO:teuthology.orchestra.run.smithi053.stdout: URL: https://smithi053.front.sepia.ceph.com:8443/ 2023-09-30T01:19:55.886 INFO:teuthology.orchestra.run.smithi053.stdout: User: admin 2023-09-30T01:19:55.886 INFO:teuthology.orchestra.run.smithi053.stdout: Password: sabnw8okzj 2023-09-30T01:19:55.886 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:19:55.887 INFO:teuthology.orchestra.run.smithi053.stdout:Saving cluster configuration to /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/config directory 2023-09-30T01:19:55.887 INFO:teuthology.orchestra.run.smithi053.stdout:Enabling autotune for osd_memory_target 2023-09-30T01:19:57.756 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:57 smithi053 ceph-mon[111848]: mgrmap e13: a(active, since 6s) 2023-09-30T01:19:57.812 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-09-30T01:19:57.812 INFO:teuthology.orchestra.run.smithi053.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-09-30T01:19:57.812 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:19:57.812 INFO:teuthology.orchestra.run.smithi053.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-09-30T01:19:57.812 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:19:57.812 INFO:teuthology.orchestra.run.smithi053.stdout:Or, if you are only running a single cluster on this host: 2023-09-30T01:19:57.812 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:19:57.812 INFO:teuthology.orchestra.run.smithi053.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-09-30T01:19:57.812 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:19:57.812 INFO:teuthology.orchestra.run.smithi053.stdout:Please consider enabling telemetry to help improve Ceph: 2023-09-30T01:19:57.812 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:19:57.813 INFO:teuthology.orchestra.run.smithi053.stdout: ceph telemetry on 2023-09-30T01:19:57.813 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:19:57.813 INFO:teuthology.orchestra.run.smithi053.stdout:For more information see: 2023-09-30T01:19:57.813 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:19:57.813 INFO:teuthology.orchestra.run.smithi053.stdout: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-09-30T01:19:57.813 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:19:57.813 INFO:teuthology.orchestra.run.smithi053.stdout:Bootstrap complete. 2023-09-30T01:19:57.857 INFO:tasks.cephadm:Fetching config... 2023-09-30T01:19:57.857 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2023-09-30T01:19:57.857 DEBUG:teuthology.orchestra.run.smithi053:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-09-30T01:19:57.879 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-09-30T01:19:57.879 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2023-09-30T01:19:57.879 DEBUG:teuthology.orchestra.run.smithi053:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-09-30T01:19:57.941 INFO:tasks.cephadm:Fetching mon keyring... 2023-09-30T01:19:57.941 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2023-09-30T01:19:57.941 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/keyring of=/dev/stdout 2023-09-30T01:19:58.015 INFO:tasks.cephadm:Fetching pub ssh key... 2023-09-30T01:19:58.015 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2023-09-30T01:19:58.015 DEBUG:teuthology.orchestra.run.smithi053:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-09-30T01:19:58.078 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-09-30T01:19:58.078 DEBUG:teuthology.orchestra.run.smithi053:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBmUK4ru8IYQU5iJoNqu/r13skSE/XLAozfxqSs1A4uvnPEBq8kHcvMXa3V7Kp+L7bKZp9o5xOtZMnyzPX0oy6o+pPAQZ2pQFncE3drPCistxmmu2ZGZ8K+2Pmtvxz7iQGXzD6swguZd4+0z/I5S1mDg0X5I13GlvMKO/6PEj30g88R9ciIv4siveUYWzaZFvfNuomLzQgBQwKkvFHf+wAe7q7KrCOSroLxgXXsl/an2JgFRhpebhFEdSvsM5Kacl3Myz6218KciY5KtIMYezkYdbQ6o5pDzED4b6/wv8yl/gJ/LJBo0PB1Ki9YISROhRSzo7xEkVnI0q0HRxtQqyQx2xQhp6b42tNwHhRhe9B77Qj3341cRd7pX1dilStpMcCqiywJfcw74MzIpJHW3MfPPBcz8GZZleiMPZBctY8tQz6ja+3/O/d7ilt6/dw3RFmotQwMYiIW59CCGCg011D18nTwC4cKLhfH4Xhoc9sucuGEQ0b99+WrFgXCwB3dhE= ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-30T01:19:58.167 INFO:teuthology.orchestra.run.smithi053.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBmUK4ru8IYQU5iJoNqu/r13skSE/XLAozfxqSs1A4uvnPEBq8kHcvMXa3V7Kp+L7bKZp9o5xOtZMnyzPX0oy6o+pPAQZ2pQFncE3drPCistxmmu2ZGZ8K+2Pmtvxz7iQGXzD6swguZd4+0z/I5S1mDg0X5I13GlvMKO/6PEj30g88R9ciIv4siveUYWzaZFvfNuomLzQgBQwKkvFHf+wAe7q7KrCOSroLxgXXsl/an2JgFRhpebhFEdSvsM5Kacl3Myz6218KciY5KtIMYezkYdbQ6o5pDzED4b6/wv8yl/gJ/LJBo0PB1Ki9YISROhRSzo7xEkVnI0q0HRxtQqyQx2xQhp6b42tNwHhRhe9B77Qj3341cRd7pX1dilStpMcCqiywJfcw74MzIpJHW3MfPPBcz8GZZleiMPZBctY8tQz6ja+3/O/d7ilt6/dw3RFmotQwMYiIW59CCGCg011D18nTwC4cKLhfH4Xhoc9sucuGEQ0b99+WrFgXCwB3dhE= ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7 2023-09-30T01:19:58.181 DEBUG:teuthology.orchestra.run.smithi060:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBmUK4ru8IYQU5iJoNqu/r13skSE/XLAozfxqSs1A4uvnPEBq8kHcvMXa3V7Kp+L7bKZp9o5xOtZMnyzPX0oy6o+pPAQZ2pQFncE3drPCistxmmu2ZGZ8K+2Pmtvxz7iQGXzD6swguZd4+0z/I5S1mDg0X5I13GlvMKO/6PEj30g88R9ciIv4siveUYWzaZFvfNuomLzQgBQwKkvFHf+wAe7q7KrCOSroLxgXXsl/an2JgFRhpebhFEdSvsM5Kacl3Myz6218KciY5KtIMYezkYdbQ6o5pDzED4b6/wv8yl/gJ/LJBo0PB1Ki9YISROhRSzo7xEkVnI0q0HRxtQqyQx2xQhp6b42tNwHhRhe9B77Qj3341cRd7pX1dilStpMcCqiywJfcw74MzIpJHW3MfPPBcz8GZZleiMPZBctY8tQz6ja+3/O/d7ilt6/dw3RFmotQwMYiIW59CCGCg011D18nTwC4cKLhfH4Xhoc9sucuGEQ0b99+WrFgXCwB3dhE= ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-30T01:19:58.237 INFO:teuthology.orchestra.run.smithi060.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBmUK4ru8IYQU5iJoNqu/r13skSE/XLAozfxqSs1A4uvnPEBq8kHcvMXa3V7Kp+L7bKZp9o5xOtZMnyzPX0oy6o+pPAQZ2pQFncE3drPCistxmmu2ZGZ8K+2Pmtvxz7iQGXzD6swguZd4+0z/I5S1mDg0X5I13GlvMKO/6PEj30g88R9ciIv4siveUYWzaZFvfNuomLzQgBQwKkvFHf+wAe7q7KrCOSroLxgXXsl/an2JgFRhpebhFEdSvsM5Kacl3Myz6218KciY5KtIMYezkYdbQ6o5pDzED4b6/wv8yl/gJ/LJBo0PB1Ki9YISROhRSzo7xEkVnI0q0HRxtQqyQx2xQhp6b42tNwHhRhe9B77Qj3341cRd7pX1dilStpMcCqiywJfcw74MzIpJHW3MfPPBcz8GZZleiMPZBctY8tQz6ja+3/O/d7ilt6/dw3RFmotQwMYiIW59CCGCg011D18nTwC4cKLhfH4Xhoc9sucuGEQ0b99+WrFgXCwB3dhE= ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7 2023-09-30T01:19:58.250 DEBUG:teuthology.orchestra.run.smithi184:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBmUK4ru8IYQU5iJoNqu/r13skSE/XLAozfxqSs1A4uvnPEBq8kHcvMXa3V7Kp+L7bKZp9o5xOtZMnyzPX0oy6o+pPAQZ2pQFncE3drPCistxmmu2ZGZ8K+2Pmtvxz7iQGXzD6swguZd4+0z/I5S1mDg0X5I13GlvMKO/6PEj30g88R9ciIv4siveUYWzaZFvfNuomLzQgBQwKkvFHf+wAe7q7KrCOSroLxgXXsl/an2JgFRhpebhFEdSvsM5Kacl3Myz6218KciY5KtIMYezkYdbQ6o5pDzED4b6/wv8yl/gJ/LJBo0PB1Ki9YISROhRSzo7xEkVnI0q0HRxtQqyQx2xQhp6b42tNwHhRhe9B77Qj3341cRd7pX1dilStpMcCqiywJfcw74MzIpJHW3MfPPBcz8GZZleiMPZBctY8tQz6ja+3/O/d7ilt6/dw3RFmotQwMYiIW59CCGCg011D18nTwC4cKLhfH4Xhoc9sucuGEQ0b99+WrFgXCwB3dhE= ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-30T01:19:58.299 INFO:teuthology.orchestra.run.smithi184.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBmUK4ru8IYQU5iJoNqu/r13skSE/XLAozfxqSs1A4uvnPEBq8kHcvMXa3V7Kp+L7bKZp9o5xOtZMnyzPX0oy6o+pPAQZ2pQFncE3drPCistxmmu2ZGZ8K+2Pmtvxz7iQGXzD6swguZd4+0z/I5S1mDg0X5I13GlvMKO/6PEj30g88R9ciIv4siveUYWzaZFvfNuomLzQgBQwKkvFHf+wAe7q7KrCOSroLxgXXsl/an2JgFRhpebhFEdSvsM5Kacl3Myz6218KciY5KtIMYezkYdbQ6o5pDzED4b6/wv8yl/gJ/LJBo0PB1Ki9YISROhRSzo7xEkVnI0q0HRxtQqyQx2xQhp6b42tNwHhRhe9B77Qj3341cRd7pX1dilStpMcCqiywJfcw74MzIpJHW3MfPPBcz8GZZleiMPZBctY8tQz6ja+3/O/d7ilt6/dw3RFmotQwMYiIW59CCGCg011D18nTwC4cKLhfH4Xhoc9sucuGEQ0b99+WrFgXCwB3dhE= ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7 2023-09-30T01:19:58.311 DEBUG:teuthology.orchestra.run.smithi053:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-09-30T01:19:58.603 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:19:58.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:19:58 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2701555135' entity='client.admin' 2023-09-30T01:20:00.420 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-09-30T01:20:00.421 DEBUG:teuthology.orchestra.run.smithi053:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-09-30T01:20:00.744 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:20:01.301 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:01 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/4003846022' entity='client.admin' 2023-09-30T01:20:02.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:02 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:02.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:02 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:02.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:02 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"}]: dispatch 2023-09-30T01:20:02.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:02 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:02.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:02 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:02.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:02 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:02.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:02 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:02.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:02 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:02.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:02 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:02.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:02 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:02.448 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi060 2023-09-30T01:20:02.448 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-30T01:20:02.448 DEBUG:teuthology.orchestra.run.smithi060:> dd of=/etc/ceph/ceph.conf 2023-09-30T01:20:02.473 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-30T01:20:02.473 DEBUG:teuthology.orchestra.run.smithi060:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T01:20:02.536 INFO:tasks.cephadm:Adding host smithi060 to orchestrator... 2023-09-30T01:20:02.536 DEBUG:teuthology.orchestra.run.smithi053:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph orch host add smithi060 2023-09-30T01:20:02.839 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:20:03.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:03 smithi053 ceph-mon[111848]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:20:03.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:03 smithi053 ceph-mon[111848]: Updating smithi053:/etc/ceph/ceph.conf 2023-09-30T01:20:03.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:03 smithi053 ceph-mon[111848]: Updating smithi053:/var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T01:20:03.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:03 smithi053 ceph-mon[111848]: Updating smithi053:/etc/ceph/ceph.client.admin.keyring 2023-09-30T01:20:03.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:03 smithi053 ceph-mon[111848]: Updating smithi053:/var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T01:20:03.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:03 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:03.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:03 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:03.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:03 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:05.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:05 smithi053 ceph-mon[111848]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi060", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:20:05.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:05 smithi053 ceph-mon[111848]: Deploying cephadm binary to smithi060 2023-09-30T01:20:06.108 INFO:teuthology.orchestra.run.smithi053.stdout:Added host 'smithi060' with addr '172.21.15.60' 2023-09-30T01:20:06.480 DEBUG:teuthology.orchestra.run.smithi053:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph orch host ls --format=json 2023-09-30T01:20:06.776 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:20:07.208 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:07 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:07.208 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:07 smithi053 ceph-mon[111848]: Added host smithi060 2023-09-30T01:20:07.209 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:07 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:07.209 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:07 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:07.209 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:07 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:07.972 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:20:07.972 INFO:teuthology.orchestra.run.smithi053.stdout:[{"addr": "172.21.15.53", "hostname": "smithi053", "labels": [], "status": ""}, {"addr": "172.21.15.60", "hostname": "smithi060", "labels": [], "status": ""}] 2023-09-30T01:20:08.346 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi184 2023-09-30T01:20:08.346 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-09-30T01:20:08.346 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.conf 2023-09-30T01:20:08.369 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-09-30T01:20:08.369 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T01:20:08.431 INFO:tasks.cephadm:Adding host smithi184 to orchestrator... 2023-09-30T01:20:08.431 DEBUG:teuthology.orchestra.run.smithi053:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph orch host add smithi184 2023-09-30T01:20:08.728 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:20:09.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:08 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:10.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:09 smithi053 ceph-mon[111848]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T01:20:10.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:10 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-a[111825]: 2023-09-30T01:20:10.330+0000 7fa892e6b700 -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-30T01:20:11.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:10 smithi053 ceph-mon[111848]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:20:11.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:10 smithi053 ceph-mon[111848]: Health check failed: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' (MGR_MODULE_ERROR) 2023-09-30T01:20:11.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:10 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:11.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:10 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:11.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:10 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:11.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:10 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:11.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:10 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2023-09-30T01:20:11.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:10 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:11.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:10 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:11.797 INFO:teuthology.orchestra.run.smithi053.stdout:Added host 'smithi184' with addr '172.21.15.184' 2023-09-30T01:20:12.096 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:11 smithi053 ceph-mon[111848]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:12.096 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:11 smithi053 ceph-mon[111848]: Updating smithi060:/etc/ceph/ceph.conf 2023-09-30T01:20:12.096 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:11 smithi053 ceph-mon[111848]: Deploying cephadm binary to smithi184 2023-09-30T01:20:12.096 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:11 smithi053 ceph-mon[111848]: Updating smithi060:/var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T01:20:12.096 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:11 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:12.170 DEBUG:teuthology.orchestra.run.smithi053:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph orch host ls --format=json 2023-09-30T01:20:12.465 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:20:13.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:12 smithi053 ceph-mon[111848]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2023-09-30T01:20:13.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:12 smithi053 ceph-mon[111848]: Updating smithi060:/var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T01:20:13.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:12 smithi053 ceph-mon[111848]: Added host smithi184 2023-09-30T01:20:13.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:12 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:13.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:12 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:13.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:12 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:13.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:12 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:13.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:12 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:13.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:12 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:13.658 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:20:13.659 INFO:teuthology.orchestra.run.smithi053.stdout:[{"addr": "172.21.15.53", "hostname": "smithi053", "labels": [], "status": ""}, {"addr": "172.21.15.60", "hostname": "smithi060", "labels": [], "status": ""}, {"addr": "172.21.15.184", "hostname": "smithi184", "labels": [], "status": ""}] 2023-09-30T01:20:13.945 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:13 smithi053 ceph-mon[111848]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:13.945 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:13 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:14.029 INFO:tasks.cephadm:Setting crush tunables to default 2023-09-30T01:20:14.029 DEBUG:teuthology.orchestra.run.smithi053:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph osd crush tunables default 2023-09-30T01:20:14.321 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:20:15.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:14 smithi053 ceph-mon[111848]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T01:20:15.853 INFO:teuthology.orchestra.run.smithi053.stderr:adjusted tunables profile to default 2023-09-30T01:20:16.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:15 smithi053 ceph-mon[111848]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:16.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:15 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2458501174' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-09-30T01:20:16.220 INFO:tasks.cephadm:Adding mon.a on smithi053 2023-09-30T01:20:16.221 INFO:tasks.cephadm:Adding mon.b on smithi060 2023-09-30T01:20:16.221 INFO:tasks.cephadm:Adding mon.c on smithi184 2023-09-30T01:20:16.221 DEBUG:teuthology.orchestra.run.smithi184:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph orch apply mon '3;smithi053:172.21.15.53=a;smithi060:172.21.15.60=b;smithi184:172.21.15.184=c' 2023-09-30T01:20:16.501 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T01:20:17.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:16 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2458501174' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-09-30T01:20:17.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:16 smithi053 ceph-mon[111848]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T01:20:17.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:16 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:17.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:16 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:17.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:16 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:17.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:16 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:17.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:16 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2023-09-30T01:20:17.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:16 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:17.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:16 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:17.716 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled mon update... 2023-09-30T01:20:18.091 DEBUG:teuthology.orchestra.run.smithi060:mon.b> sudo journalctl -f -n 0 -u ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mon.b.service 2023-09-30T01:20:18.094 DEBUG:teuthology.orchestra.run.smithi184:mon.c> sudo journalctl -f -n 0 -u ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mon.c.service 2023-09-30T01:20:18.096 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-09-30T01:20:18.096 DEBUG:teuthology.orchestra.run.smithi184:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T01:20:18.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:17 smithi053 ceph-mon[111848]: Updating smithi184:/etc/ceph/ceph.conf 2023-09-30T01:20:18.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:17 smithi053 ceph-mon[111848]: Updating smithi184:/var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T01:20:18.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:17 smithi053 ceph-mon[111848]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:18.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:17 smithi053 ceph-mon[111848]: Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2023-09-30T01:20:18.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:17 smithi053 ceph-mon[111848]: Updating smithi184:/var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T01:20:18.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:17 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:18.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:17 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:18.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:17 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:18.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:17 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:18.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:17 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:18.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:17 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:18.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:17 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:18.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:17 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:18.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:17 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T01:20:18.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:17 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:18.128 INFO:journalctl@ceph.mon.c.smithi184.stdout:-- Logs begin at Sat 2023-09-30 01:04:49 UTC. -- 2023-09-30T01:20:18.133 INFO:journalctl@ceph.mon.b.smithi060.stdout:-- Logs begin at Sat 2023-09-30 01:04:52 UTC. -- 2023-09-30T01:20:18.539 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T01:20:19.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:18 smithi053 ceph-mon[111848]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi053:172.21.15.53=a;smithi060:172.21.15.60=b;smithi184:172.21.15.184=c", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:20:19.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:18 smithi053 ceph-mon[111848]: Saving service mon spec with placement smithi053:172.21.15.53=a;smithi060:172.21.15.60=b;smithi184:172.21.15.184=c;count:3 2023-09-30T01:20:19.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:18 smithi053 ceph-mon[111848]: Deploying daemon mon.c on smithi184 2023-09-30T01:20:20.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:19 smithi053 ceph-mon[111848]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:20.524 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:20:20.524 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"398b8456-5f2f-11ee-8db4-212e2dc638e7","modified":"2023-09-30T01:19:01.868454Z","created":"2023-09-30T01:19:01.868454Z","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.53:3300","nonce":0},{"type":"v1","addr":"172.21.15.53:6789","nonce":0}]},"addr":"172.21.15.53:6789/0","public_addr":"172.21.15.53:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T01:20:20.526 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2023-09-30T01:20:20.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:20 smithi184 ceph-mon[117159]: mon.c@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-09-30T01:20:22.020 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-09-30T01:20:22.020 DEBUG:teuthology.orchestra.run.smithi184:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T01:20:22.292 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.c/config 2023-09-30T01:20:26.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-a[111825]: 2023-09-30T01:20:25.714+0000 7fa890666700 -1 log_channel(cluster) log [ERR] : Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:26.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-a[111825]: 2023-09-30T01:20:25.714+0000 7fa890666700 -1 log_channel(cluster) log [ERR] : [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:26.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-a[111825]: 2023-09-30T01:20:25.714+0000 7fa890666700 -1 log_channel(cluster) log [ERR] : Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:26.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:26.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T01:20:26.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: mon.a calling monitor election 2023-09-30T01:20:26.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:26.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:26.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:26.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:26.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: mon.c calling monitor election 2023-09-30T01:20:26.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:26.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:26.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:26.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:26.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-09-30T01:20:26.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: monmap e2: 2 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],c=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} removed_ranks: {} 2023-09-30T01:20:26.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: fsmap 2023-09-30T01:20:26.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T01:20:26.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: mgrmap e13: a(active, since 35s) 2023-09-30T01:20:26.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:26.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:26.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:26.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:26.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:25 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:26.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:26.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T01:20:26.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: mon.a calling monitor election 2023-09-30T01:20:26.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:26.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:26.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:26.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:26.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: mon.c calling monitor election 2023-09-30T01:20:26.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:26.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:26.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:26.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:26.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-09-30T01:20:26.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: monmap e2: 2 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],c=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} removed_ranks: {} 2023-09-30T01:20:26.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: fsmap 2023-09-30T01:20:26.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T01:20:26.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: mgrmap e13: a(active, since 35s) 2023-09-30T01:20:26.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:26.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:26.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:26.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:26.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:25 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:26.539 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:20:26.540 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":2,"fsid":"398b8456-5f2f-11ee-8db4-212e2dc638e7","modified":"2023-09-30T01:20:20.662790Z","created":"2023-09-30T01:19:01.868454Z","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.53:3300","nonce":0},{"type":"v1","addr":"172.21.15.53:6789","nonce":0}]},"addr":"172.21.15.53:6789/0","public_addr":"172.21.15.53:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-09-30T01:20:26.541 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 2 2023-09-30T01:20:26.842 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:26 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:26.842 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:26 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T01:20:26.842 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:26 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:26.843 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:26 smithi184 ceph-mon[117159]: Deploying daemon mon.b on smithi060 2023-09-30T01:20:26.843 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:26 smithi184 ceph-mon[117159]: from='client.? 172.21.15.184:0/1798692657' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T01:20:26.843 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:26 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:27.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:26 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:27.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:26 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T01:20:27.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:26 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:27.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:26 smithi053 ceph-mon[111848]: Deploying daemon mon.b on smithi060 2023-09-30T01:20:27.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:26 smithi053 ceph-mon[111848]: from='client.? 172.21.15.184:0/1798692657' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T01:20:27.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:26 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:27.926 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-09-30T01:20:27.927 DEBUG:teuthology.orchestra.run.smithi184:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T01:20:28.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:27 smithi053 ceph-mon[111848]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:28.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:27 smithi184 ceph-mon[117159]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:28.197 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.c/config 2023-09-30T01:20:28.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 systemd[1]: Started Ceph mon.b for 398b8456-5f2f-11ee-8db4-212e2dc638e7. 2023-09-30T01:20:28.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-30T01:20:28.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x56188e133180 2023-09-30T01:20:28.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: rocksdb: DB pointer 0x56188e208000 2023-09-30T01:20:28.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2023-09-30T01:20:28.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-09-30T01:20:28.978 INFO:journalctl@ceph.mon.b.smithi060.stdout: ** DB Stats ** 2023-09-30T01:20:28.978 INFO:journalctl@ceph.mon.b.smithi060.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T01:20:28.978 INFO:journalctl@ceph.mon.b.smithi060.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-30T01:20:28.978 INFO:journalctl@ceph.mon.b.smithi060.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T01:20:28.978 INFO:journalctl@ceph.mon.b.smithi060.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T01:20:28.978 INFO:journalctl@ceph.mon.b.smithi060.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-30T01:20:28.978 INFO:journalctl@ceph.mon.b.smithi060.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-30T01:20:28.978 INFO:journalctl@ceph.mon.b.smithi060.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T01:20:28.978 INFO:journalctl@ceph.mon.b.smithi060.stdout: 2023-09-30T01:20:28.978 INFO:journalctl@ceph.mon.b.smithi060.stdout: ** Compaction Stats [default] ** 2023-09-30T01:20:28.978 INFO:journalctl@ceph.mon.b.smithi060.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-30T01:20:28.978 INFO:journalctl@ceph.mon.b.smithi060.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T01:20:28.979 INFO:journalctl@ceph.mon.b.smithi060.stdout: L0 1/0 1.63 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.1 0.00 0.00 1 0.000 0 0 2023-09-30T01:20:28.979 INFO:journalctl@ceph.mon.b.smithi060.stdout: Sum 1/0 1.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.1 0.00 0.00 1 0.000 0 0 2023-09-30T01:20:28.979 INFO:journalctl@ceph.mon.b.smithi060.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 5.1 0.00 0.00 1 0.000 0 0 2023-09-30T01:20:28.979 INFO:journalctl@ceph.mon.b.smithi060.stdout: 2023-09-30T01:20:28.979 INFO:journalctl@ceph.mon.b.smithi060.stdout: ** Compaction Stats [default] ** 2023-09-30T01:20:28.979 INFO:journalctl@ceph.mon.b.smithi060.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-30T01:20:28.979 INFO:journalctl@ceph.mon.b.smithi060.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T01:20:28.979 INFO:journalctl@ceph.mon.b.smithi060.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 5.1 0.00 0.00 1 0.000 0 0 2023-09-30T01:20:28.979 INFO:journalctl@ceph.mon.b.smithi060.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T01:20:28.979 INFO:journalctl@ceph.mon.b.smithi060.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T01:20:28.979 INFO:journalctl@ceph.mon.b.smithi060.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T01:20:28.979 INFO:journalctl@ceph.mon.b.smithi060.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T01:20:28.980 INFO:journalctl@ceph.mon.b.smithi060.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T01:20:28.980 INFO:journalctl@ceph.mon.b.smithi060.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T01:20:28.980 INFO:journalctl@ceph.mon.b.smithi060.stdout: Cumulative compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T01:20:28.980 INFO:journalctl@ceph.mon.b.smithi060.stdout: Interval compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T01:20:28.980 INFO:journalctl@ceph.mon.b.smithi060.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-30T01:20:28.980 INFO:journalctl@ceph.mon.b.smithi060.stdout: 2023-09-30T01:20:28.980 INFO:journalctl@ceph.mon.b.smithi060.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T01:20:28.980 INFO:journalctl@ceph.mon.b.smithi060.stdout: 2023-09-30T01:20:28.980 INFO:journalctl@ceph.mon.b.smithi060.stdout: ** Compaction Stats [default] ** 2023-09-30T01:20:28.980 INFO:journalctl@ceph.mon.b.smithi060.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-30T01:20:28.980 INFO:journalctl@ceph.mon.b.smithi060.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T01:20:28.980 INFO:journalctl@ceph.mon.b.smithi060.stdout: L0 1/0 1.63 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.1 0.00 0.00 1 0.000 0 0 2023-09-30T01:20:28.981 INFO:journalctl@ceph.mon.b.smithi060.stdout: Sum 1/0 1.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.1 0.00 0.00 1 0.000 0 0 2023-09-30T01:20:28.981 INFO:journalctl@ceph.mon.b.smithi060.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-30T01:20:28.981 INFO:journalctl@ceph.mon.b.smithi060.stdout: 2023-09-30T01:20:28.981 INFO:journalctl@ceph.mon.b.smithi060.stdout: ** Compaction Stats [default] ** 2023-09-30T01:20:28.981 INFO:journalctl@ceph.mon.b.smithi060.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-30T01:20:28.981 INFO:journalctl@ceph.mon.b.smithi060.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T01:20:28.981 INFO:journalctl@ceph.mon.b.smithi060.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 5.1 0.00 0.00 1 0.000 0 0 2023-09-30T01:20:28.981 INFO:journalctl@ceph.mon.b.smithi060.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T01:20:28.981 INFO:journalctl@ceph.mon.b.smithi060.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T01:20:28.981 INFO:journalctl@ceph.mon.b.smithi060.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T01:20:28.981 INFO:journalctl@ceph.mon.b.smithi060.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T01:20:28.981 INFO:journalctl@ceph.mon.b.smithi060.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T01:20:28.982 INFO:journalctl@ceph.mon.b.smithi060.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T01:20:28.982 INFO:journalctl@ceph.mon.b.smithi060.stdout: Cumulative compaction: 0.00 GB write, 0.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T01:20:28.982 INFO:journalctl@ceph.mon.b.smithi060.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-30T01:20:28.982 INFO:journalctl@ceph.mon.b.smithi060.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-30T01:20:28.982 INFO:journalctl@ceph.mon.b.smithi060.stdout: 2023-09-30T01:20:28.982 INFO:journalctl@ceph.mon.b.smithi060.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T01:20:28.982 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mon.b does not exist in monmap, will attempt to join an existing cluster 2023-09-30T01:20:28.982 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: using public_addr v2:172.21.15.60:0/0 -> [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] 2023-09-30T01:20:28.982 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: starting mon.b rank -1 at public addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] at bind addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 2023-09-30T01:20:28.982 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mon.b@-1(???) e0 preinit fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 2023-09-30T01:20:28.983 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mon.b@-1(synchronizing).mds e1 new map 2023-09-30T01:20:28.983 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mon.b@-1(synchronizing).mds e1 print_map 2023-09-30T01:20:28.983 INFO:journalctl@ceph.mon.b.smithi060.stdout: e1 2023-09-30T01:20:28.983 INFO:journalctl@ceph.mon.b.smithi060.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-30T01:20:28.983 INFO:journalctl@ceph.mon.b.smithi060.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-30T01:20:28.983 INFO:journalctl@ceph.mon.b.smithi060.stdout: legacy client fscid: -1 2023-09-30T01:20:28.983 INFO:journalctl@ceph.mon.b.smithi060.stdout: 2023-09-30T01:20:28.983 INFO:journalctl@ceph.mon.b.smithi060.stdout: No filesystems configured 2023-09-30T01:20:28.983 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-09-30T01:20:28.983 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-09-30T01:20:28.983 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-09-30T01:20:28.983 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-09-30T01:20:28.984 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-09-30T01:20:28.984 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-09-30T01:20:28.984 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-30T01:20:28.984 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T01:20:28.984 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T01:20:28.984 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T01:20:28.984 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T01:20:28.984 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:28.984 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2458501174' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-09-30T01:20:28.984 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2458501174' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-09-30T01:20:28.984 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T01:20:28.984 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:28.985 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:28.985 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:28.985 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:28.985 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2023-09-30T01:20:28.985 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:28.985 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:28.985 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: Updating smithi184:/etc/ceph/ceph.conf 2023-09-30T01:20:28.985 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: Updating smithi184:/var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T01:20:28.985 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:28.986 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2023-09-30T01:20:28.986 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: Updating smithi184:/var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T01:20:28.986 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:28.986 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:28.986 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:28.986 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:28.986 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:28.986 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:28.987 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:28.987 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:28.987 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T01:20:28.987 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:28.987 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi053:172.21.15.53=a;smithi060:172.21.15.60=b;smithi184:172.21.15.184=c", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:20:28.987 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: Saving service mon spec with placement smithi053:172.21.15.53=a;smithi060:172.21.15.60=b;smithi184:172.21.15.184=c;count:3 2023-09-30T01:20:28.987 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: Deploying daemon mon.c on smithi184 2023-09-30T01:20:28.987 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:28.987 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:28.987 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T01:20:28.988 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mon.a calling monitor election 2023-09-30T01:20:28.988 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:28.988 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:28.988 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:28.988 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:28.988 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mon.c calling monitor election 2023-09-30T01:20:28.988 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:28.988 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:28.988 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:28.988 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:28.989 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-09-30T01:20:28.989 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: monmap e2: 2 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],c=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} removed_ranks: {} 2023-09-30T01:20:28.989 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: fsmap 2023-09-30T01:20:28.989 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T01:20:28.989 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mgrmap e13: a(active, since 35s) 2023-09-30T01:20:28.989 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:28.989 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:28.989 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:28.989 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:28.989 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:28.989 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:28.990 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T01:20:28.990 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:28.990 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: Deploying daemon mon.b on smithi060 2023-09-30T01:20:28.990 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='client.? 172.21.15.184:0/1798692657' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T01:20:28.990 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:28.990 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:28.990 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-09-30T01:20:28.990 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:28 smithi060 ceph-mon[116133]: mon.b@-1(synchronizing) e2 handle_conf_change mon_allow_pool_delete 2023-09-30T01:20:34.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-a[111825]: 2023-09-30T01:20:33.627+0000 7fa890666700 -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-30T01:20:34.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-a[111825]: 2023-09-30T01:20:33.627+0000 7fa890666700 -1 log_channel(cluster) log [ERR] : [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:34.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-a[111825]: 2023-09-30T01:20:33.627+0000 7fa890666700 -1 log_channel(cluster) log [ERR] : Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:34.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-a[111825]: 2023-09-30T01:20:33.627+0000 7fa890666700 -1 log_channel(cluster) log [ERR] : [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-09-30T01:20:34.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-a[111825]: 2023-09-30T01:20:33.627+0000 7fa890666700 -1 log_channel(cluster) log [ERR] : mon.b (rank 2) addr [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] is down (out of quorum) 2023-09-30T01:20:34.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:34.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: mon.c calling monitor election 2023-09-30T01:20:34.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T01:20:34.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: mon.a calling monitor election 2023-09-30T01:20:34.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:34.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:34.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:34.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:34.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:34.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:34.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:34.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:34.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:34.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-09-30T01:20:34.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: monmap e3: 3 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],b=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} removed_ranks: {} 2023-09-30T01:20:34.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: fsmap 2023-09-30T01:20:34.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T01:20:34.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: mgrmap e13: a(active, since 43s) 2023-09-30T01:20:34.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-09-30T01:20:34.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'; 1/3 mons down, quorum a,c 2023-09-30T01:20:34.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:34.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:34.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-09-30T01:20:34.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: mon.b (rank 2) addr [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] is down (out of quorum) 2023-09-30T01:20:34.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:34.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:34.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:34.107 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:33 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:34.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:34.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: mon.c calling monitor election 2023-09-30T01:20:34.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T01:20:34.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: mon.a calling monitor election 2023-09-30T01:20:34.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:34.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:34.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:34.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:34.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:34.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:34.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:34.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:34.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:34.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-09-30T01:20:34.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: monmap e3: 3 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],b=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} removed_ranks: {} 2023-09-30T01:20:34.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: fsmap 2023-09-30T01:20:34.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T01:20:34.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: mgrmap e13: a(active, since 43s) 2023-09-30T01:20:34.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-09-30T01:20:34.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'; 1/3 mons down, quorum a,c 2023-09-30T01:20:34.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:34.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:34.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-09-30T01:20:34.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: mon.b (rank 2) addr [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] is down (out of quorum) 2023-09-30T01:20:34.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:34.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:34.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:34.140 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:33 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:34.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:34 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:34.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:34 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:34.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:34 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:34.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:34 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:34.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:34 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:34.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:34 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:34.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:34 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:34.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:34 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:35.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:34 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:35.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:34 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:35.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:34 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:35.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:34 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:35.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:34 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:35.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:34 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:35.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:34 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:35.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:34 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:35.469 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-09-30T01:20:35.469 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":3,"fsid":"398b8456-5f2f-11ee-8db4-212e2dc638e7","modified":"2023-09-30T01:20:28.593846Z","created":"2023-09-30T01:19:01.868454Z","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.53:3300","nonce":0},{"type":"v1","addr":"172.21.15.53:6789","nonce":0}]},"addr":"172.21.15.53:6789/0","public_addr":"172.21.15.53:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-09-30T01:20:35.471 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 3 2023-09-30T01:20:35.850 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-09-30T01:20:35.850 DEBUG:teuthology.orchestra.run.smithi053:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph config generate-minimal-conf 2023-09-30T01:20:35.912 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:35 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-a[111825]: 2023-09-30T01:20:35.644+0000 7fa890666700 -1 log_channel(cluster) log [ERR] : Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:35.912 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:35 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-a[111825]: 2023-09-30T01:20:35.644+0000 7fa890666700 -1 log_channel(cluster) log [ERR] : [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:35.912 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:35 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-a[111825]: 2023-09-30T01:20:35.644+0000 7fa890666700 -1 log_channel(cluster) log [ERR] : Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:35.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:35.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: mon.c calling monitor election 2023-09-30T01:20:35.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T01:20:35.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: mon.a calling monitor election 2023-09-30T01:20:35.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:35.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:20:35.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:35.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:35.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:35.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:35.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:35.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:35.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:35.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-09-30T01:20:35.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: monmap e3: 3 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],b=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} removed_ranks: {} 2023-09-30T01:20:35.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: fsmap 2023-09-30T01:20:35.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T01:20:35.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: mgrmap e13: a(active, since 43s) 2023-09-30T01:20:35.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-09-30T01:20:35.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale'; 1/3 mons down, quorum a,c 2023-09-30T01:20:35.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:35.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:35.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-09-30T01:20:35.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: mon.b (rank 2) addr [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] is down (out of quorum) 2023-09-30T01:20:35.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:35.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:35.979 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:35.979 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:35.979 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:35.979 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:35.979 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:35.979 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:35.979 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:35.979 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:35.979 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:35.979 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:36.386 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:20:36.709 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:36 smithi053 ceph-mon[111848]: mon.b calling monitor election 2023-09-30T01:20:36.709 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:36 smithi053 ceph-mon[111848]: Updating smithi053:/var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T01:20:36.709 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:36 smithi053 ceph-mon[111848]: Updating smithi060:/var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T01:20:36.710 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:36 smithi053 ceph-mon[111848]: Reconfiguring mon.a (unknown last config time)... 2023-09-30T01:20:36.710 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:36 smithi053 ceph-mon[111848]: Reconfiguring daemon mon.a on smithi053 2023-09-30T01:20:36.710 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:36 smithi053 ceph-mon[111848]: mon.b calling monitor election 2023-09-30T01:20:36.710 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:36 smithi053 ceph-mon[111848]: mon.c calling monitor election 2023-09-30T01:20:36.710 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:36 smithi053 ceph-mon[111848]: mon.a calling monitor election 2023-09-30T01:20:36.710 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:36 smithi053 ceph-mon[111848]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-09-30T01:20:36.710 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:36 smithi053 ceph-mon[111848]: monmap e3: 3 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],b=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} removed_ranks: {} 2023-09-30T01:20:36.710 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:36 smithi053 ceph-mon[111848]: fsmap 2023-09-30T01:20:36.710 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:36 smithi053 ceph-mon[111848]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T01:20:36.710 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:36 smithi053 ceph-mon[111848]: mgrmap e13: a(active, since 45s) 2023-09-30T01:20:36.710 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:36 smithi053 ceph-mon[111848]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-09-30T01:20:36.710 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:36 smithi053 ceph-mon[111848]: Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:36.711 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:36 smithi053 ceph-mon[111848]: [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:36.711 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:36 smithi053 ceph-mon[111848]: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:36.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:36 smithi060 ceph-mon[116133]: mon.b calling monitor election 2023-09-30T01:20:36.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:36 smithi060 ceph-mon[116133]: Updating smithi053:/var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T01:20:36.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:36 smithi060 ceph-mon[116133]: Updating smithi060:/var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T01:20:36.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:36 smithi060 ceph-mon[116133]: Reconfiguring mon.a (unknown last config time)... 2023-09-30T01:20:36.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:36 smithi060 ceph-mon[116133]: Reconfiguring daemon mon.a on smithi053 2023-09-30T01:20:36.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:36 smithi060 ceph-mon[116133]: mon.b calling monitor election 2023-09-30T01:20:36.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:36 smithi060 ceph-mon[116133]: mon.c calling monitor election 2023-09-30T01:20:36.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:36 smithi060 ceph-mon[116133]: mon.a calling monitor election 2023-09-30T01:20:36.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:36 smithi060 ceph-mon[116133]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-09-30T01:20:36.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:36 smithi060 ceph-mon[116133]: monmap e3: 3 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],b=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} removed_ranks: {} 2023-09-30T01:20:36.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:36 smithi060 ceph-mon[116133]: fsmap 2023-09-30T01:20:36.729 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:36 smithi060 ceph-mon[116133]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T01:20:36.729 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:36 smithi060 ceph-mon[116133]: mgrmap e13: a(active, since 45s) 2023-09-30T01:20:36.729 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:36 smithi060 ceph-mon[116133]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-09-30T01:20:36.729 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:36 smithi060 ceph-mon[116133]: Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:36.729 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:36 smithi060 ceph-mon[116133]: [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:36.729 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:36 smithi060 ceph-mon[116133]: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:36.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:36 smithi184 ceph-mon[117159]: mon.b calling monitor election 2023-09-30T01:20:36.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:36 smithi184 ceph-mon[117159]: Updating smithi053:/var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T01:20:36.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:36 smithi184 ceph-mon[117159]: Updating smithi060:/var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T01:20:36.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:36 smithi184 ceph-mon[117159]: Reconfiguring mon.a (unknown last config time)... 2023-09-30T01:20:36.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:36 smithi184 ceph-mon[117159]: Reconfiguring daemon mon.a on smithi053 2023-09-30T01:20:36.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:36 smithi184 ceph-mon[117159]: mon.b calling monitor election 2023-09-30T01:20:36.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:36 smithi184 ceph-mon[117159]: mon.c calling monitor election 2023-09-30T01:20:36.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:36 smithi184 ceph-mon[117159]: mon.a calling monitor election 2023-09-30T01:20:36.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:36 smithi184 ceph-mon[117159]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-09-30T01:20:36.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:36 smithi184 ceph-mon[117159]: monmap e3: 3 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],b=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} removed_ranks: {} 2023-09-30T01:20:36.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:36 smithi184 ceph-mon[117159]: fsmap 2023-09-30T01:20:36.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:36 smithi184 ceph-mon[117159]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T01:20:36.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:36 smithi184 ceph-mon[117159]: mgrmap e13: a(active, since 45s) 2023-09-30T01:20:36.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:36 smithi184 ceph-mon[117159]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-09-30T01:20:36.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:36 smithi184 ceph-mon[117159]: Health detail: HEALTH_ERR Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:36.890 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:36 smithi184 ceph-mon[117159]: [ERR] MGR_MODULE_ERROR: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:36.890 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:36 smithi184 ceph-mon[117159]: Module 'pg_autoscaler' has failed: 'PgAutoscaler' object has no attribute 'noautoscale' 2023-09-30T01:20:37.476 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:37 smithi060 ceph-mon[116133]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:37.477 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:37 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:37.477 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:37 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:37.477 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:37 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:37.477 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:37 smithi060 ceph-mon[116133]: Reconfiguring mon.b (monmap changed)... 2023-09-30T01:20:37.477 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:37 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T01:20:37.477 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:37 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T01:20:37.477 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:37 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:37.477 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:37 smithi060 ceph-mon[116133]: Reconfiguring daemon mon.b on smithi060 2023-09-30T01:20:37.595 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:37 smithi053 ceph-mon[111848]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:37.595 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:37 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:37.595 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:37 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:37.595 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:37 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:37.595 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:37 smithi053 ceph-mon[111848]: Reconfiguring mon.b (monmap changed)... 2023-09-30T01:20:37.595 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:37 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T01:20:37.595 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:37 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T01:20:37.596 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:37 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:37.596 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:37 smithi053 ceph-mon[111848]: Reconfiguring daemon mon.b on smithi060 2023-09-30T01:20:37.687 INFO:teuthology.orchestra.run.smithi053.stdout:# minimal ceph.conf for 398b8456-5f2f-11ee-8db4-212e2dc638e7 2023-09-30T01:20:37.687 INFO:teuthology.orchestra.run.smithi053.stdout:[global] 2023-09-30T01:20:37.687 INFO:teuthology.orchestra.run.smithi053.stdout: fsid = 398b8456-5f2f-11ee-8db4-212e2dc638e7 2023-09-30T01:20:37.688 INFO:teuthology.orchestra.run.smithi053.stdout: mon_host = [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] 2023-09-30T01:20:37.853 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:20:37 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:20:37.593+0000 7fd83d182700 -1 mgr.server handle_report got status from non-daemon mon.b 2023-09-30T01:20:37.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:37 smithi184 ceph-mon[117159]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:37.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:37 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:20:37.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:37 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:37.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:37 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:37.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:37 smithi184 ceph-mon[117159]: Reconfiguring mon.b (monmap changed)... 2023-09-30T01:20:37.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:37 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T01:20:37.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:37 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T01:20:37.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:37 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:37.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:37 smithi184 ceph-mon[117159]: Reconfiguring daemon mon.b on smithi060 2023-09-30T01:20:38.050 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-09-30T01:20:38.050 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2023-09-30T01:20:38.050 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/ceph/ceph.conf 2023-09-30T01:20:38.089 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2023-09-30T01:20:38.089 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T01:20:38.165 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-30T01:20:38.165 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.conf 2023-09-30T01:20:38.205 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-30T01:20:38.205 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T01:20:38.280 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-09-30T01:20:38.280 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.conf 2023-09-30T01:20:38.311 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-09-30T01:20:38.311 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T01:20:38.378 INFO:tasks.cephadm:Adding mgr.a on smithi053 2023-09-30T01:20:38.378 INFO:tasks.cephadm:Adding mgr.b on smithi060 2023-09-30T01:20:38.379 DEBUG:teuthology.orchestra.run.smithi184:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph orch apply mgr '2;smithi053=a;smithi060=b' 2023-09-30T01:20:38.831 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.c/config 2023-09-30T01:20:38.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:38 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1682507626' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:38.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:38 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:38.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:38 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:38.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:38 smithi053 ceph-mon[111848]: Reconfiguring mon.c (monmap changed)... 2023-09-30T01:20:38.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:38 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T01:20:38.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:38 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T01:20:38.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:38 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:38.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:38 smithi053 ceph-mon[111848]: Reconfiguring daemon mon.c on smithi184 2023-09-30T01:20:38.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:38 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/1682507626' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:38.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:38 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:38.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:38 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:38.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:38 smithi184 ceph-mon[117159]: Reconfiguring mon.c (monmap changed)... 2023-09-30T01:20:38.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:38 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T01:20:38.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:38 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T01:20:38.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:38 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:38.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:38 smithi184 ceph-mon[117159]: Reconfiguring daemon mon.c on smithi184 2023-09-30T01:20:38.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:38 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/1682507626' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:38.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:38 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:38.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:38 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:38.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:38 smithi060 ceph-mon[116133]: Reconfiguring mon.c (monmap changed)... 2023-09-30T01:20:38.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:38 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T01:20:38.979 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:38 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T01:20:38.979 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:38 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:38.979 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:38 smithi060 ceph-mon[116133]: Reconfiguring daemon mon.c on smithi184 2023-09-30T01:20:40.075 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled mgr update... 2023-09-30T01:20:40.099 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:39 smithi184 ceph-mon[117159]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:40.100 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:39 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:40.100 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:39 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:40.100 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:39 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:40.100 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:39 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:40.100 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:39 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:40.100 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:39 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:40.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:39 smithi053 ceph-mon[111848]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:40.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:39 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:40.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:39 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:40.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:39 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:40.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:39 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:40.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:39 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:40.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:39 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:40.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:39 smithi060 ceph-mon[116133]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:40.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:39 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:40.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:39 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:40.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:39 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:40.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:39 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:40.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:39 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:40.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:39 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:40.457 DEBUG:teuthology.orchestra.run.smithi060:mgr.b> sudo journalctl -f -n 0 -u ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mgr.b.service 2023-09-30T01:20:40.459 INFO:tasks.cephadm:Deploying OSDs... 2023-09-30T01:20:40.460 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2023-09-30T01:20:40.460 DEBUG:teuthology.orchestra.run.smithi053:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T01:20:40.484 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-30T01:20:40.484 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_1 2023-09-30T01:20:40.492 INFO:journalctl@ceph.mgr.b.smithi060.stdout:-- Logs begin at Sat 2023-09-30 01:04:52 UTC. -- 2023-09-30T01:20:40.548 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-30T01:20:40.548 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T01:20:40.548 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 6h/6d Inode: 394026 Links: 1 2023-09-30T01:20:40.548 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T01:20:40.548 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T01:20:40.548 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2023-09-30 01:20:00.325383822 +0000 2023-09-30T01:20:40.548 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2023-09-30 01:13:16.599615863 +0000 2023-09-30T01:20:40.548 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2023-09-30 01:13:16.599615863 +0000 2023-09-30T01:20:40.549 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2023-09-30T01:20:40.549 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-30T01:20:40.622 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2023-09-30T01:20:40.623 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2023-09-30T01:20:40.623 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.00012284 s, 4.2 MB/s 2023-09-30T01:20:40.624 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-30T01:20:40.687 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_2 2023-09-30T01:20:40.752 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-30T01:20:40.752 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T01:20:40.752 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 6h/6d Inode: 394404 Links: 1 2023-09-30T01:20:40.752 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T01:20:40.753 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T01:20:40.753 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2023-09-30 01:20:00.387382639 +0000 2023-09-30T01:20:40.753 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2023-09-30 01:13:17.164605062 +0000 2023-09-30T01:20:40.753 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2023-09-30 01:13:17.164605062 +0000 2023-09-30T01:20:40.753 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2023-09-30T01:20:40.753 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-30T01:20:40.826 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2023-09-30T01:20:40.826 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2023-09-30T01:20:40.826 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000141968 s, 3.6 MB/s 2023-09-30T01:20:40.827 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-30T01:20:40.892 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_3 2023-09-30T01:20:40.955 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-30T01:20:40.956 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T01:20:40.956 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 6h/6d Inode: 394479 Links: 1 2023-09-30T01:20:40.956 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T01:20:40.956 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T01:20:40.956 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2023-09-30 01:20:00.452381400 +0000 2023-09-30T01:20:40.956 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2023-09-30 01:13:17.727594300 +0000 2023-09-30T01:20:40.956 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2023-09-30 01:13:17.727594300 +0000 2023-09-30T01:20:40.956 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2023-09-30T01:20:40.956 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-30T01:20:41.029 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2023-09-30T01:20:41.029 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2023-09-30T01:20:41.029 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000129064 s, 4.0 MB/s 2023-09-30T01:20:41.030 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-30T01:20:41.095 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_4 2023-09-30T01:20:41.159 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-30T01:20:41.159 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T01:20:41.159 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 6h/6d Inode: 388797 Links: 1 2023-09-30T01:20:41.159 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T01:20:41.159 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T01:20:41.159 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2023-09-30 01:20:00.506380370 +0000 2023-09-30T01:20:41.159 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2023-09-30 01:13:18.283583671 +0000 2023-09-30T01:20:41.159 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2023-09-30 01:13:18.283583671 +0000 2023-09-30T01:20:41.160 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2023-09-30T01:20:41.160 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-30T01:20:41.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:41 smithi060 ceph-mon[116133]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi053=a;smithi060=b", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:20:41.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:41 smithi060 ceph-mon[116133]: Saving service mgr spec with placement smithi053=a;smithi060=b;count:2 2023-09-30T01:20:41.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:41 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:41.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:41 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:41.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:41 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:41.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:41 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:41.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:41 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:41.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:41 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T01:20:41.228 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:41 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-30T01:20:41.228 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:41 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T01:20:41.228 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:41 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:41.228 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:41 smithi060 ceph-mon[116133]: Deploying daemon mgr.b on smithi060 2023-09-30T01:20:41.228 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:41 smithi060 ceph-mon[116133]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:41.232 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2023-09-30T01:20:41.232 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2023-09-30T01:20:41.233 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000131939 s, 3.9 MB/s 2023-09-30T01:20:41.234 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-30T01:20:41.299 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-09-30T01:20:41.299 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T01:20:41.320 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-30T01:20:41.320 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_1 2023-09-30T01:20:41.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:41 smithi053 ceph-mon[111848]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi053=a;smithi060=b", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:20:41.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:41 smithi053 ceph-mon[111848]: Saving service mgr spec with placement smithi053=a;smithi060=b;count:2 2023-09-30T01:20:41.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:41 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:41.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:41 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:41.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:41 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:41.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:41 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:41.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:41 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:41.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:41 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T01:20:41.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:41 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-30T01:20:41.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:41 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T01:20:41.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:41 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:41.355 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:41 smithi053 ceph-mon[111848]: Deploying daemon mgr.b on smithi060 2023-09-30T01:20:41.355 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:41 smithi053 ceph-mon[111848]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:41.382 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-30T01:20:41.382 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T01:20:41.382 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 393522 Links: 1 2023-09-30T01:20:41.382 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T01:20:41.382 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T01:20:41.382 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2023-09-30 01:20:41.291578301 +0000 2023-09-30T01:20:41.383 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2023-09-30 01:13:15.959416131 +0000 2023-09-30T01:20:41.383 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2023-09-30 01:13:15.959416131 +0000 2023-09-30T01:20:41.383 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2023-09-30T01:20:41.383 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-30T01:20:41.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:41 smithi184 ceph-mon[117159]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi053=a;smithi060=b", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:20:41.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:41 smithi184 ceph-mon[117159]: Saving service mgr spec with placement smithi053=a;smithi060=b;count:2 2023-09-30T01:20:41.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:41 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:41.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:41 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:41.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:41 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:41.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:41 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:41.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:41 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:41.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:41 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T01:20:41.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:41 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-30T01:20:41.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:41 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T01:20:41.389 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:41 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:41.389 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:41 smithi184 ceph-mon[117159]: Deploying daemon mgr.b on smithi060 2023-09-30T01:20:41.389 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:41 smithi184 ceph-mon[117159]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:41.458 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2023-09-30T01:20:41.459 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2023-09-30T01:20:41.459 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000113268 s, 4.5 MB/s 2023-09-30T01:20:41.460 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-30T01:20:41.522 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_2 2023-09-30T01:20:41.585 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-30T01:20:41.586 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T01:20:41.586 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 394537 Links: 1 2023-09-30T01:20:41.586 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T01:20:41.586 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T01:20:41.586 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2023-09-30 01:20:41.291578301 +0000 2023-09-30T01:20:41.586 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2023-09-30 01:13:16.536410899 +0000 2023-09-30T01:20:41.586 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2023-09-30 01:13:16.536410899 +0000 2023-09-30T01:20:41.586 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2023-09-30T01:20:41.586 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-30T01:20:41.647 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:41 smithi060 systemd[1]: Starting Ceph mgr.b for 398b8456-5f2f-11ee-8db4-212e2dc638e7... 2023-09-30T01:20:41.659 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2023-09-30T01:20:41.659 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2023-09-30T01:20:41.659 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000122327 s, 4.2 MB/s 2023-09-30T01:20:41.660 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-30T01:20:41.724 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_3 2023-09-30T01:20:41.788 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-30T01:20:41.788 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T01:20:41.788 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 396674 Links: 1 2023-09-30T01:20:41.789 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T01:20:41.789 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T01:20:41.789 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2023-09-30 01:20:41.291578301 +0000 2023-09-30T01:20:41.789 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2023-09-30 01:13:17.105405738 +0000 2023-09-30T01:20:41.789 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2023-09-30 01:13:17.105405738 +0000 2023-09-30T01:20:41.789 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2023-09-30T01:20:41.790 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-30T01:20:41.863 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2023-09-30T01:20:41.863 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2023-09-30T01:20:41.863 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000109711 s, 4.7 MB/s 2023-09-30T01:20:41.864 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-30T01:20:41.929 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_4 2023-09-30T01:20:41.976 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:41 smithi060 ceph-mgr[117709]: -- 172.21.15.60:0/2586327020 <== mon.2 v2:172.21.15.60:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560ab8c5a9c0 con 0x560ab8c30c00 2023-09-30T01:20:41.976 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:41 smithi060 bash[117545]: e17f4ddf738e4839078276e94a4dc58e28e60563823ce71babee669979674275 2023-09-30T01:20:41.976 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:41 smithi060 systemd[1]: Started Ceph mgr.b for 398b8456-5f2f-11ee-8db4-212e2dc638e7. 2023-09-30T01:20:41.990 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-30T01:20:41.990 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T01:20:41.990 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 387990 Links: 1 2023-09-30T01:20:41.990 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T01:20:41.991 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T01:20:41.991 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2023-09-30 01:20:41.291578301 +0000 2023-09-30T01:20:41.991 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2023-09-30 01:13:17.684400488 +0000 2023-09-30T01:20:41.991 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2023-09-30 01:13:17.684400488 +0000 2023-09-30T01:20:41.991 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2023-09-30T01:20:41.991 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-30T01:20:42.061 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2023-09-30T01:20:42.061 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2023-09-30T01:20:42.061 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000114276 s, 4.5 MB/s 2023-09-30T01:20:42.063 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-30T01:20:42.125 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-09-30T01:20:42.125 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T01:20:42.148 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-30T01:20:42.149 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_1 2023-09-30T01:20:42.210 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-30T01:20:42.210 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T01:20:42.210 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 380548 Links: 1 2023-09-30T01:20:42.210 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T01:20:42.210 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T01:20:42.211 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2023-09-30 01:20:20.267129281 +0000 2023-09-30T01:20:42.211 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2023-09-30 01:12:30.176755487 +0000 2023-09-30T01:20:42.211 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2023-09-30 01:12:30.176755487 +0000 2023-09-30T01:20:42.211 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2023-09-30T01:20:42.211 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-30T01:20:42.283 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2023-09-30T01:20:42.283 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2023-09-30T01:20:42.283 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000245521 s, 2.1 MB/s 2023-09-30T01:20:42.284 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-30T01:20:42.346 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_2 2023-09-30T01:20:42.406 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-30T01:20:42.406 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T01:20:42.406 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 396338 Links: 1 2023-09-30T01:20:42.407 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T01:20:42.407 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T01:20:42.407 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2023-09-30 01:20:20.267129281 +0000 2023-09-30T01:20:42.407 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2023-09-30 01:12:30.675745571 +0000 2023-09-30T01:20:42.407 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2023-09-30 01:12:30.675745571 +0000 2023-09-30T01:20:42.407 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2023-09-30T01:20:42.407 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-30T01:20:42.475 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2023-09-30T01:20:42.476 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2023-09-30T01:20:42.476 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000202054 s, 2.5 MB/s 2023-09-30T01:20:42.476 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:42 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:42.015+0000 7f0ad63511c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T01:20:42.477 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:42 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:42.215+0000 7f0ad63511c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T01:20:42.477 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-30T01:20:42.538 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_3 2023-09-30T01:20:42.596 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-30T01:20:42.596 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T01:20:42.596 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 391556 Links: 1 2023-09-30T01:20:42.596 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T01:20:42.596 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T01:20:42.596 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2023-09-30 01:20:20.267129281 +0000 2023-09-30T01:20:42.597 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2023-09-30 01:12:31.189735357 +0000 2023-09-30T01:20:42.597 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2023-09-30 01:12:31.189735357 +0000 2023-09-30T01:20:42.597 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2023-09-30T01:20:42.597 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-30T01:20:42.666 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2023-09-30T01:20:42.666 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2023-09-30T01:20:42.666 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000224057 s, 2.3 MB/s 2023-09-30T01:20:42.666 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-30T01:20:42.725 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_4 2023-09-30T01:20:42.784 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-30T01:20:42.784 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T01:20:42.784 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 393529 Links: 1 2023-09-30T01:20:42.784 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T01:20:42.784 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T01:20:42.784 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2023-09-30 01:20:20.267129281 +0000 2023-09-30T01:20:42.784 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2023-09-30 01:12:31.740724407 +0000 2023-09-30T01:20:42.784 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2023-09-30 01:12:31.740724407 +0000 2023-09-30T01:20:42.784 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2023-09-30T01:20:42.785 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-30T01:20:42.850 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2023-09-30T01:20:42.850 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2023-09-30T01:20:42.850 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000211492 s, 2.4 MB/s 2023-09-30T01:20:42.851 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-30T01:20:42.874 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:42 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:42.578+0000 7f0ad63511c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T01:20:42.909 INFO:tasks.cephadm:Deploying osd.0 on smithi053 with /dev/vg_nvme/lv_4... 2023-09-30T01:20:42.910 DEBUG:teuthology.orchestra.run.smithi053:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-30T01:20:43.205 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:42 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:43.205 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:42 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:43.205 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:42 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:43.205 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:42 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:43.205 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:42 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:43.209 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:20:43.320 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:42 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:43.320 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:42 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:43.321 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:42 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:43.321 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:42 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:43.321 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:42 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:43.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:42 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:43.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:42 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:43.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:42 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:43.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:42 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:43.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:42 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:43.478 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:43 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:43.203+0000 7f0ad63511c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T01:20:43.478 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:43 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:43.392+0000 7f0ad63511c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T01:20:44.064 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:43 smithi053 ceph-mon[111848]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:44.065 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:43 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:44.065 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:43 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:44.065 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:43 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:44.065 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:43 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:44.065 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:43 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:44.065 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:43 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T01:20:44.065 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:43 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T01:20:44.065 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:43 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:44.226 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:43 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:43.836+0000 7f0ad63511c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T01:20:44.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:43 smithi060 ceph-mon[116133]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:44.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:43 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:44.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:43 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:44.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:43 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:44.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:43 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:44.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:43 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:44.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:43 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T01:20:44.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:43 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T01:20:44.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:43 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:44.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:43 smithi184 ceph-mon[117159]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:44.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:43 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:44.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:43 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:44.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:43 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:44.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:43 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:44.389 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:43 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:44.389 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:43 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T01:20:44.389 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:43 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T01:20:44.389 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:43 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:44.647 INFO:teuthology.orchestra.run.smithi053.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-30T01:20:44.648 INFO:teuthology.orchestra.run.smithi053.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-09-30T01:20:44.648 INFO:teuthology.orchestra.run.smithi053.stderr: stderr: 10+0 records in 2023-09-30T01:20:44.648 INFO:teuthology.orchestra.run.smithi053.stderr:10+0 records out 2023-09-30T01:20:44.648 INFO:teuthology.orchestra.run.smithi053.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00876871 s, 1.2 GB/s 2023-09-30T01:20:44.648 INFO:teuthology.orchestra.run.smithi053.stderr:--> Zapping successful for: 2023-09-30T01:20:44.976 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:44 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:44.718+0000 7f0ad63511c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T01:20:44.976 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:44 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:44.814+0000 7f0ad63511c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T01:20:44.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:44 smithi060 ceph-mon[116133]: Reconfiguring mgr.a (unknown last config time)... 2023-09-30T01:20:44.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:44 smithi060 ceph-mon[116133]: Reconfiguring daemon mgr.a on smithi053 2023-09-30T01:20:44.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:44 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:44.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:44 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:44.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:44 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:44.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:44 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:44.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:44 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:44.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:44 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:45.033 DEBUG:teuthology.orchestra.run.smithi053:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi053:vg_nvme/lv_4 2023-09-30T01:20:45.329 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:20:45.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:44 smithi053 ceph-mon[111848]: Reconfiguring mgr.a (unknown last config time)... 2023-09-30T01:20:45.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:44 smithi053 ceph-mon[111848]: Reconfiguring daemon mgr.a on smithi053 2023-09-30T01:20:45.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:44 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:45.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:44 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:45.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:44 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:45.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:44 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:45.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:44 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:45.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:44 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:45.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:44 smithi184 ceph-mon[117159]: Reconfiguring mgr.a (unknown last config time)... 2023-09-30T01:20:45.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:44 smithi184 ceph-mon[117159]: Reconfiguring daemon mgr.a on smithi053 2023-09-30T01:20:45.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:44 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:45.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:44 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:45.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:44 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:45.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:44 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:45.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:44 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:20:45.389 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:44 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:45.801 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:45 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:45.506+0000 7f0ad63511c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T01:20:45.801 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:45 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:45.599+0000 7f0ad63511c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T01:20:45.802 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:45 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:45.697+0000 7f0ad63511c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T01:20:46.075 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:45 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:45.801+0000 7f0ad63511c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T01:20:46.075 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:45 smithi060 ceph-mon[116133]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:46.075 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:45 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:46.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:45 smithi053 ceph-mon[111848]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:46.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:45 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:46.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:45 smithi184 ceph-mon[117159]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:46.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:45 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:46.412 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:46 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:46.074+0000 7f0ad63511c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T01:20:46.413 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:46 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:46.177+0000 7f0ad63511c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T01:20:46.722 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:46 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:46.412+0000 7f0ad63511c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T01:20:46.723 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:46 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:46.518+0000 7f0ad63511c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T01:20:46.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:46 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T01:20:46.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:46 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T01:20:46.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:46 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:46.977 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:46 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:46.722+0000 7f0ad63511c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T01:20:46.977 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:46 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:46.816+0000 7f0ad63511c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T01:20:47.319 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:46 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T01:20:47.320 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:46 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T01:20:47.320 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:46 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:47.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:46 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T01:20:47.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:46 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T01:20:47.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:46 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:47.962 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:47 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:47.662+0000 7f0ad63511c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T01:20:47.963 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:47 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:47.869+0000 7f0ad63511c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T01:20:48.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:47 smithi060 ceph-mon[116133]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:48.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:47 smithi060 ceph-mon[116133]: from='client.24113 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:20:48.227 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:48 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:48.062+0000 7f0ad63511c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T01:20:48.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:47 smithi053 ceph-mon[111848]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:48.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:47 smithi053 ceph-mon[111848]: from='client.24113 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:20:48.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:47 smithi184 ceph-mon[117159]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:48.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:47 smithi184 ceph-mon[117159]: from='client.24113 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:20:49.140 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:48 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/62921203' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "737f7de0-d304-4f2c-a6bd-4bfabd5f1e27"}]: dispatch 2023-09-30T01:20:49.140 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:48 smithi060 ceph-mon[116133]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "737f7de0-d304-4f2c-a6bd-4bfabd5f1e27"}]: dispatch 2023-09-30T01:20:49.141 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:48 smithi060 ceph-mon[116133]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "737f7de0-d304-4f2c-a6bd-4bfabd5f1e27"}]': finished 2023-09-30T01:20:49.141 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:48 smithi060 ceph-mon[116133]: osdmap e5: 1 total, 0 up, 1 in 2023-09-30T01:20:49.141 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:48 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T01:20:49.141 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:48 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:48.745+0000 7f0ad63511c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T01:20:49.141 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:48 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:48.941+0000 7f0ad63511c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T01:20:49.141 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:49 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:49.140+0000 7f0ad63511c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T01:20:49.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:48 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/62921203' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "737f7de0-d304-4f2c-a6bd-4bfabd5f1e27"}]: dispatch 2023-09-30T01:20:49.365 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:48 smithi053 ceph-mon[111848]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "737f7de0-d304-4f2c-a6bd-4bfabd5f1e27"}]: dispatch 2023-09-30T01:20:49.366 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:48 smithi053 ceph-mon[111848]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "737f7de0-d304-4f2c-a6bd-4bfabd5f1e27"}]': finished 2023-09-30T01:20:49.366 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:48 smithi053 ceph-mon[111848]: osdmap e5: 1 total, 0 up, 1 in 2023-09-30T01:20:49.366 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:48 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T01:20:49.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:48 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/62921203' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "737f7de0-d304-4f2c-a6bd-4bfabd5f1e27"}]: dispatch 2023-09-30T01:20:49.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:48 smithi184 ceph-mon[117159]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "737f7de0-d304-4f2c-a6bd-4bfabd5f1e27"}]: dispatch 2023-09-30T01:20:49.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:48 smithi184 ceph-mon[117159]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "737f7de0-d304-4f2c-a6bd-4bfabd5f1e27"}]': finished 2023-09-30T01:20:49.389 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:48 smithi184 ceph-mon[117159]: osdmap e5: 1 total, 0 up, 1 in 2023-09-30T01:20:49.389 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:48 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T01:20:49.476 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:20:49 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b[117608]: 2023-09-30T01:20:49.268+0000 7f0ad63511c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T01:20:50.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:49 smithi060 ceph-mon[116133]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:50.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:49 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2261504379' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T01:20:50.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:49 smithi060 ceph-mon[116133]: Standby manager daemon b started 2023-09-30T01:20:50.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:49 smithi060 ceph-mon[116133]: from='mgr.? 172.21.15.60:0/4208172226' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-09-30T01:20:50.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:49 smithi060 ceph-mon[116133]: from='mgr.? 172.21.15.60:0/4208172226' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T01:20:50.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:49 smithi060 ceph-mon[116133]: from='mgr.? 172.21.15.60:0/4208172226' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-09-30T01:20:50.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:49 smithi060 ceph-mon[116133]: from='mgr.? 172.21.15.60:0/4208172226' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T01:20:50.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:49 smithi053 ceph-mon[111848]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:50.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:49 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2261504379' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T01:20:50.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:49 smithi053 ceph-mon[111848]: Standby manager daemon b started 2023-09-30T01:20:50.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:49 smithi053 ceph-mon[111848]: from='mgr.? 172.21.15.60:0/4208172226' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-09-30T01:20:50.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:49 smithi053 ceph-mon[111848]: from='mgr.? 172.21.15.60:0/4208172226' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T01:20:50.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:49 smithi053 ceph-mon[111848]: from='mgr.? 172.21.15.60:0/4208172226' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-09-30T01:20:50.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:49 smithi053 ceph-mon[111848]: from='mgr.? 172.21.15.60:0/4208172226' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T01:20:50.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:49 smithi184 ceph-mon[117159]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:50.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:49 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2261504379' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T01:20:50.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:49 smithi184 ceph-mon[117159]: Standby manager daemon b started 2023-09-30T01:20:50.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:49 smithi184 ceph-mon[117159]: from='mgr.? 172.21.15.60:0/4208172226' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-09-30T01:20:50.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:49 smithi184 ceph-mon[117159]: from='mgr.? 172.21.15.60:0/4208172226' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T01:20:50.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:49 smithi184 ceph-mon[117159]: from='mgr.? 172.21.15.60:0/4208172226' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-09-30T01:20:50.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:49 smithi184 ceph-mon[117159]: from='mgr.? 172.21.15.60:0/4208172226' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T01:20:51.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:50 smithi053 ceph-mon[111848]: mgrmap e14: a(active, since 59s), standbys: b 2023-09-30T01:20:51.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:50 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-09-30T01:20:51.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:50 smithi053 ceph-mon[111848]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:51.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:50 smithi184 ceph-mon[117159]: mgrmap e14: a(active, since 59s), standbys: b 2023-09-30T01:20:51.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:50 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-09-30T01:20:51.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:50 smithi184 ceph-mon[117159]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:51.476 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:50 smithi060 ceph-mon[116133]: mgrmap e14: a(active, since 59s), standbys: b 2023-09-30T01:20:51.476 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:50 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-09-30T01:20:51.476 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:50 smithi060 ceph-mon[116133]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:53.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:53 smithi053 ceph-mon[111848]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:53.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:53 smithi184 ceph-mon[117159]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:53.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:53 smithi060 ceph-mon[116133]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:54.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:54 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T01:20:54.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:54 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:54.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:54 smithi053 ceph-mon[111848]: Deploying daemon osd.0 on smithi053 2023-09-30T01:20:54.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:54 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T01:20:54.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:54 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:54.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:54 smithi184 ceph-mon[117159]: Deploying daemon osd.0 on smithi053 2023-09-30T01:20:54.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:54 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T01:20:54.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:54 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:20:54.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:54 smithi060 ceph-mon[116133]: Deploying daemon osd.0 on smithi053 2023-09-30T01:20:55.811 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:55 smithi053 ceph-mon[111848]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:55.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:55 smithi184 ceph-mon[117159]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:55.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:55 smithi060 ceph-mon[116133]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:57.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:57 smithi053 ceph-mon[111848]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:57.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:57 smithi184 ceph-mon[117159]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:57.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:57 smithi060 ceph-mon[116133]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:58.846 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:58 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:58.846 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:58 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:58.846 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:58 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:58.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:58 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:58.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:58 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:58.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:58 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:58.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:58 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:58.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:58 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:58.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:58 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:20:59.706 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:59 smithi053 ceph-mon[111848]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:59.706 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:59 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:59.706 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:20:59 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:59.807 INFO:teuthology.orchestra.run.smithi053.stdout:Created osd(s) 0 on host 'smithi053' 2023-09-30T01:20:59.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:59 smithi184 ceph-mon[117159]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:59.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:59 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:59.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:20:59 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:59.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:59 smithi060 ceph-mon[116133]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:20:59.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:59 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:20:59.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:20:59 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:00.189 DEBUG:teuthology.orchestra.run.smithi053:osd.0> sudo journalctl -f -n 0 -u ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@osd.0.service 2023-09-30T01:21:00.191 INFO:tasks.cephadm:Deploying osd.1 on smithi060 with /dev/vg_nvme/lv_4... 2023-09-30T01:21:00.192 DEBUG:teuthology.orchestra.run.smithi060:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-30T01:21:00.230 INFO:journalctl@ceph.osd.0.smithi053.stdout:-- Logs begin at Sat 2023-09-30 01:04:46 UTC. -- 2023-09-30T01:21:00.484 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T01:21:00.968 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:00 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:00.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:00 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:01.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:00 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:01.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:00 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:01.104 INFO:journalctl@ceph.osd.0.smithi053.stdout:Sep 30 01:21:00 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-0[129936]: 2023-09-30T01:21:00.773+0000 7f118f9a0540 -1 osd.0 0 log_to_monitors true 2023-09-30T01:21:01.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:00 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:01.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:00 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:01.875 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-30T01:21:01.875 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-09-30T01:21:01.875 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10+0 records in 2023-09-30T01:21:01.875 INFO:teuthology.orchestra.run.smithi060.stderr:10+0 records out 2023-09-30T01:21:01.875 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00920446 s, 1.1 GB/s 2023-09-30T01:21:01.876 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping successful for: 2023-09-30T01:21:02.077 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:01 smithi060 ceph-mon[116133]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:21:02.077 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:01 smithi060 ceph-mon[116133]: from='osd.0 [v2:172.21.15.53:6802/3747460729,v1:172.21.15.53:6803/3747460729]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T01:21:02.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:01 smithi053 ceph-mon[111848]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:21:02.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:01 smithi053 ceph-mon[111848]: from='osd.0 [v2:172.21.15.53:6802/3747460729,v1:172.21.15.53:6803/3747460729]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T01:21:02.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:01 smithi184 ceph-mon[117159]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:21:02.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:01 smithi184 ceph-mon[117159]: from='osd.0 [v2:172.21.15.53:6802/3747460729,v1:172.21.15.53:6803/3747460729]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T01:21:02.280 DEBUG:teuthology.orchestra.run.smithi060:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi060:vg_nvme/lv_4 2023-09-30T01:21:02.571 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T01:21:02.853 INFO:journalctl@ceph.osd.0.smithi053.stdout:Sep 30 01:21:02 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-0[129936]: 2023-09-30T01:21:02.783+0000 7f1186185700 -1 osd.0 0 waiting for initial osdmap 2023-09-30T01:21:02.854 INFO:journalctl@ceph.osd.0.smithi053.stdout:Sep 30 01:21:02 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-0[129936]: 2023-09-30T01:21:02.786+0000 7f117ff7e700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T01:21:02.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:02 smithi053 ceph-mon[111848]: from='osd.0 [v2:172.21.15.53:6802/3747460729,v1:172.21.15.53:6803/3747460729]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T01:21:02.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:02 smithi053 ceph-mon[111848]: osdmap e6: 1 total, 0 up, 1 in 2023-09-30T01:21:02.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:02 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T01:21:02.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:02 smithi053 ceph-mon[111848]: from='osd.0 [v2:172.21.15.53:6802/3747460729,v1:172.21.15.53:6803/3747460729]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2023-09-30T01:21:02.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:02 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:02.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:02 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:02.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:02 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T01:21:02.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:02 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:02.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:02 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:02.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:02 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:21:02.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:02 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:02.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:02 smithi060 ceph-mon[116133]: from='osd.0 [v2:172.21.15.53:6802/3747460729,v1:172.21.15.53:6803/3747460729]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T01:21:02.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:02 smithi060 ceph-mon[116133]: osdmap e6: 1 total, 0 up, 1 in 2023-09-30T01:21:02.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:02 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T01:21:02.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:02 smithi060 ceph-mon[116133]: from='osd.0 [v2:172.21.15.53:6802/3747460729,v1:172.21.15.53:6803/3747460729]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2023-09-30T01:21:02.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:02 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:02.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:02 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:02.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:02 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T01:21:02.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:02 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:02.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:02 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:02.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:02 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:21:02.978 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:02 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:03.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:02 smithi184 ceph-mon[117159]: from='osd.0 [v2:172.21.15.53:6802/3747460729,v1:172.21.15.53:6803/3747460729]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T01:21:03.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:02 smithi184 ceph-mon[117159]: osdmap e6: 1 total, 0 up, 1 in 2023-09-30T01:21:03.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:02 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T01:21:03.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:02 smithi184 ceph-mon[117159]: from='osd.0 [v2:172.21.15.53:6802/3747460729,v1:172.21.15.53:6803/3747460729]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2023-09-30T01:21:03.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:02 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:03.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:02 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:03.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:02 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T01:21:03.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:02 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:03.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:02 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:03.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:02 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:21:03.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:02 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:04.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:03 smithi053 ceph-mon[111848]: purged_snaps scrub starts 2023-09-30T01:21:04.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:03 smithi053 ceph-mon[111848]: purged_snaps scrub ok 2023-09-30T01:21:04.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:03 smithi053 ceph-mon[111848]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:21:04.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:03 smithi053 ceph-mon[111848]: Detected new or changed devices on smithi053 2023-09-30T01:21:04.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:03 smithi053 ceph-mon[111848]: Adjusting osd_memory_target on smithi053 to 17118M 2023-09-30T01:21:04.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:03 smithi053 ceph-mon[111848]: from='osd.0 [v2:172.21.15.53:6802/3747460729,v1:172.21.15.53:6803/3747460729]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2023-09-30T01:21:04.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:03 smithi053 ceph-mon[111848]: osdmap e7: 1 total, 0 up, 1 in 2023-09-30T01:21:04.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:03 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T01:21:04.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:03 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T01:21:04.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:03 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:21:04.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:03 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:04.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:03 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:21:04.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:03 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:04.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:03 smithi184 ceph-mon[117159]: purged_snaps scrub starts 2023-09-30T01:21:04.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:03 smithi184 ceph-mon[117159]: purged_snaps scrub ok 2023-09-30T01:21:04.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:03 smithi184 ceph-mon[117159]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:21:04.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:03 smithi184 ceph-mon[117159]: Detected new or changed devices on smithi053 2023-09-30T01:21:04.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:03 smithi184 ceph-mon[117159]: Adjusting osd_memory_target on smithi053 to 17118M 2023-09-30T01:21:04.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:03 smithi184 ceph-mon[117159]: from='osd.0 [v2:172.21.15.53:6802/3747460729,v1:172.21.15.53:6803/3747460729]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2023-09-30T01:21:04.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:03 smithi184 ceph-mon[117159]: osdmap e7: 1 total, 0 up, 1 in 2023-09-30T01:21:04.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:03 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T01:21:04.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:03 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T01:21:04.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:03 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:21:04.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:03 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:04.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:03 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:21:04.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:03 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:04.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:03 smithi060 ceph-mon[116133]: purged_snaps scrub starts 2023-09-30T01:21:04.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:03 smithi060 ceph-mon[116133]: purged_snaps scrub ok 2023-09-30T01:21:04.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:03 smithi060 ceph-mon[116133]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:21:04.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:03 smithi060 ceph-mon[116133]: Detected new or changed devices on smithi053 2023-09-30T01:21:04.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:03 smithi060 ceph-mon[116133]: Adjusting osd_memory_target on smithi053 to 17118M 2023-09-30T01:21:04.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:03 smithi060 ceph-mon[116133]: from='osd.0 [v2:172.21.15.53:6802/3747460729,v1:172.21.15.53:6803/3747460729]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2023-09-30T01:21:04.228 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:03 smithi060 ceph-mon[116133]: osdmap e7: 1 total, 0 up, 1 in 2023-09-30T01:21:04.228 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:03 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T01:21:04.228 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:03 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T01:21:04.228 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:03 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:21:04.228 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:03 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:04.228 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:03 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:21:04.228 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:03 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:04.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:04 smithi060 ceph-mon[116133]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:21:04.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:04 smithi060 ceph-mon[116133]: osd.0 [v2:172.21.15.53:6802/3747460729,v1:172.21.15.53:6803/3747460729] boot 2023-09-30T01:21:04.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:04 smithi060 ceph-mon[116133]: osdmap e8: 1 total, 1 up, 1 in 2023-09-30T01:21:04.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:04 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T01:21:04.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:04 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T01:21:04.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:04 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T01:21:04.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:04 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:05.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:04 smithi053 ceph-mon[111848]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:21:05.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:04 smithi053 ceph-mon[111848]: osd.0 [v2:172.21.15.53:6802/3747460729,v1:172.21.15.53:6803/3747460729] boot 2023-09-30T01:21:05.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:04 smithi053 ceph-mon[111848]: osdmap e8: 1 total, 1 up, 1 in 2023-09-30T01:21:05.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:04 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T01:21:05.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:04 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T01:21:05.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:04 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T01:21:05.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:04 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:05.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:04 smithi184 ceph-mon[117159]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:21:05.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:04 smithi184 ceph-mon[117159]: osd.0 [v2:172.21.15.53:6802/3747460729,v1:172.21.15.53:6803/3747460729] boot 2023-09-30T01:21:05.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:04 smithi184 ceph-mon[117159]: osdmap e8: 1 total, 1 up, 1 in 2023-09-30T01:21:05.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:04 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T01:21:05.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:04 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T01:21:05.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:04 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T01:21:05.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:04 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:06.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:05 smithi053 ceph-mon[111848]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:21:06.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:05 smithi053 ceph-mon[111848]: osdmap e9: 1 total, 1 up, 1 in 2023-09-30T01:21:06.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:05 smithi053 ceph-mon[111848]: from='client.? 172.21.15.60:0/345498571' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6361cc13-80b8-4d87-a158-349774aeee93"}]: dispatch 2023-09-30T01:21:06.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:05 smithi053 ceph-mon[111848]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6361cc13-80b8-4d87-a158-349774aeee93"}]: dispatch 2023-09-30T01:21:06.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:05 smithi053 ceph-mon[111848]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6361cc13-80b8-4d87-a158-349774aeee93"}]': finished 2023-09-30T01:21:06.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:05 smithi053 ceph-mon[111848]: osdmap e10: 2 total, 1 up, 2 in 2023-09-30T01:21:06.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:05 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T01:21:06.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:05 smithi184 ceph-mon[117159]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:21:06.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:05 smithi184 ceph-mon[117159]: osdmap e9: 1 total, 1 up, 1 in 2023-09-30T01:21:06.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:05 smithi184 ceph-mon[117159]: from='client.? 172.21.15.60:0/345498571' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6361cc13-80b8-4d87-a158-349774aeee93"}]: dispatch 2023-09-30T01:21:06.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:05 smithi184 ceph-mon[117159]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6361cc13-80b8-4d87-a158-349774aeee93"}]: dispatch 2023-09-30T01:21:06.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:05 smithi184 ceph-mon[117159]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6361cc13-80b8-4d87-a158-349774aeee93"}]': finished 2023-09-30T01:21:06.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:05 smithi184 ceph-mon[117159]: osdmap e10: 2 total, 1 up, 2 in 2023-09-30T01:21:06.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:05 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T01:21:06.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:05 smithi060 ceph-mon[116133]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T01:21:06.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:05 smithi060 ceph-mon[116133]: osdmap e9: 1 total, 1 up, 1 in 2023-09-30T01:21:06.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:05 smithi060 ceph-mon[116133]: from='client.? 172.21.15.60:0/345498571' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6361cc13-80b8-4d87-a158-349774aeee93"}]: dispatch 2023-09-30T01:21:06.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:05 smithi060 ceph-mon[116133]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6361cc13-80b8-4d87-a158-349774aeee93"}]: dispatch 2023-09-30T01:21:06.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:05 smithi060 ceph-mon[116133]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6361cc13-80b8-4d87-a158-349774aeee93"}]': finished 2023-09-30T01:21:06.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:05 smithi060 ceph-mon[116133]: osdmap e10: 2 total, 1 up, 2 in 2023-09-30T01:21:06.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:05 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T01:21:07.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:06 smithi053 ceph-mon[111848]: from='client.? 172.21.15.60:0/781963675' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T01:21:07.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:06 smithi184 ceph-mon[117159]: from='client.? 172.21.15.60:0/781963675' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T01:21:07.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:06 smithi060 ceph-mon[116133]: from='client.? 172.21.15.60:0/781963675' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T01:21:08.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:07 smithi053 ceph-mon[111848]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:08.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:07 smithi184 ceph-mon[117159]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:08.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:07 smithi060 ceph-mon[116133]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:09.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:09 smithi060 ceph-mon[116133]: pgmap v39: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:10.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:09 smithi053 ceph-mon[111848]: pgmap v39: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:10.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:09 smithi184 ceph-mon[117159]: pgmap v39: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:11.950 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:11 smithi060 ceph-mon[116133]: pgmap v40: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:11.950 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:11 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T01:21:11.950 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:11 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:12.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:11 smithi053 ceph-mon[111848]: pgmap v40: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:12.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:11 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T01:21:12.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:11 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:12.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:11 smithi184 ceph-mon[117159]: pgmap v40: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:12.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:11 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T01:21:12.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:11 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:12.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:12 smithi060 ceph-mon[116133]: Deploying daemon osd.1 on smithi060 2023-09-30T01:21:13.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:12 smithi053 ceph-mon[111848]: Deploying daemon osd.1 on smithi060 2023-09-30T01:21:13.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:12 smithi184 ceph-mon[117159]: Deploying daemon osd.1 on smithi060 2023-09-30T01:21:13.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:13 smithi060 ceph-mon[116133]: pgmap v41: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:14.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:13 smithi053 ceph-mon[111848]: pgmap v41: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:14.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:13 smithi184 ceph-mon[117159]: pgmap v41: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:16.083 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:15 smithi060 ceph-mon[116133]: pgmap v42: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:16.083 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:15 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:16.084 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:15 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:16.084 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:15 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:21:16.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:15 smithi053 ceph-mon[111848]: pgmap v42: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:16.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:15 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:16.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:15 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:16.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:15 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:21:16.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:15 smithi184 ceph-mon[117159]: pgmap v42: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:16.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:15 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:16.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:15 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:16.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:15 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:21:17.244 INFO:teuthology.orchestra.run.smithi060.stdout:Created osd(s) 1 on host 'smithi060' 2023-09-30T01:21:17.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:17 smithi053 ceph-mon[111848]: pgmap v43: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:17.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:17 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:17.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:17 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:17.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:17 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:17.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:17 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:21:17.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:17 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:17.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:17 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:17.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:17 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:17.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:17 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:21:17.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:17 smithi060 ceph-mon[116133]: pgmap v43: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:17.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:17 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:17.635 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:17 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:17.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:17 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:17.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:17 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:21:17.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:17 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:17.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:17 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:17.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:17 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:17.636 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:17 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:21:17.637 DEBUG:teuthology.orchestra.run.smithi060:osd.1> sudo journalctl -f -n 0 -u ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@osd.1.service 2023-09-30T01:21:17.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:17 smithi184 ceph-mon[117159]: pgmap v43: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:17.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:17 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:17.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:17 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:17.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:17 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:17.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:17 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:21:17.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:17 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:17.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:17 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:17.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:17 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:17.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:17 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:21:17.640 INFO:tasks.cephadm:Deploying osd.2 on smithi184 with /dev/vg_nvme/lv_4... 2023-09-30T01:21:17.640 DEBUG:teuthology.orchestra.run.smithi184:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-30T01:21:17.677 INFO:journalctl@ceph.osd.1.smithi060.stdout:-- Logs begin at Sat 2023-09-30 01:04:52 UTC. -- 2023-09-30T01:21:17.912 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.c/config 2023-09-30T01:21:18.245 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 30 01:21:18 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-1[120970]: 2023-09-30T01:21:18.194+0000 7f9928aa5540 -1 osd.1 0 log_to_monitors true 2023-09-30T01:21:18.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:18 smithi184 ceph-mon[117159]: from='osd.1 [v2:172.21.15.60:6800/2594936207,v1:172.21.15.60:6801/2594936207]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T01:21:18.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:18 smithi184 ceph-mon[117159]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T01:21:18.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:18 smithi053 ceph-mon[111848]: from='osd.1 [v2:172.21.15.60:6800/2594936207,v1:172.21.15.60:6801/2594936207]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T01:21:18.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:18 smithi053 ceph-mon[111848]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T01:21:18.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:18 smithi060 ceph-mon[116133]: from='osd.1 [v2:172.21.15.60:6800/2594936207,v1:172.21.15.60:6801/2594936207]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T01:21:18.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:18 smithi060 ceph-mon[116133]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T01:21:19.213 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-30T01:21:19.214 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-09-30T01:21:19.214 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10+0 records in 2023-09-30T01:21:19.214 INFO:teuthology.orchestra.run.smithi184.stderr:10+0 records out 2023-09-30T01:21:19.214 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0113524 s, 924 MB/s 2023-09-30T01:21:19.214 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping successful for: 2023-09-30T01:21:19.549 DEBUG:teuthology.orchestra.run.smithi184:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi184:vg_nvme/lv_4 2023-09-30T01:21:19.806 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.c/config 2023-09-30T01:21:19.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:19 smithi053 ceph-mon[111848]: pgmap v44: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:19.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:19 smithi053 ceph-mon[111848]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T01:21:19.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:19 smithi053 ceph-mon[111848]: osdmap e11: 2 total, 1 up, 2 in 2023-09-30T01:21:19.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:19 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T01:21:19.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:19 smithi053 ceph-mon[111848]: from='osd.1 [v2:172.21.15.60:6800/2594936207,v1:172.21.15.60:6801/2594936207]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-30T01:21:19.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:19 smithi053 ceph-mon[111848]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-30T01:21:19.871 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:19 smithi060 ceph-mon[116133]: pgmap v44: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:19.871 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:19 smithi060 ceph-mon[116133]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T01:21:19.871 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:19 smithi060 ceph-mon[116133]: osdmap e11: 2 total, 1 up, 2 in 2023-09-30T01:21:19.871 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:19 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T01:21:19.871 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:19 smithi060 ceph-mon[116133]: from='osd.1 [v2:172.21.15.60:6800/2594936207,v1:172.21.15.60:6801/2594936207]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-30T01:21:19.872 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:19 smithi060 ceph-mon[116133]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-30T01:21:19.872 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 30 01:21:19 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-1[120970]: 2023-09-30T01:21:19.570+0000 7f991f28a700 -1 osd.1 0 waiting for initial osdmap 2023-09-30T01:21:19.872 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 30 01:21:19 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-1[120970]: 2023-09-30T01:21:19.574+0000 7f9918081700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T01:21:19.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:19 smithi184 ceph-mon[117159]: pgmap v44: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:19.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:19 smithi184 ceph-mon[117159]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T01:21:19.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:19 smithi184 ceph-mon[117159]: osdmap e11: 2 total, 1 up, 2 in 2023-09-30T01:21:19.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:19 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T01:21:19.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:19 smithi184 ceph-mon[117159]: from='osd.1 [v2:172.21.15.60:6800/2594936207,v1:172.21.15.60:6801/2594936207]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-30T01:21:19.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:19 smithi184 ceph-mon[117159]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-09-30T01:21:20.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:20 smithi053 ceph-mon[111848]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2023-09-30T01:21:20.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:20 smithi053 ceph-mon[111848]: osdmap e12: 2 total, 1 up, 2 in 2023-09-30T01:21:20.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:20 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T01:21:20.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:20 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T01:21:20.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:20 smithi053 ceph-mon[111848]: Detected new or changed devices on smithi060 2023-09-30T01:21:20.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:20 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:20.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:20 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:20.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:20 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T01:21:20.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:20 smithi053 ceph-mon[111848]: Adjusting osd_memory_target on smithi060 to 17118M 2023-09-30T01:21:20.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:20 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:20.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:20 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:20.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:20 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:21:20.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:20 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:20.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:20 smithi184 ceph-mon[117159]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2023-09-30T01:21:20.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:20 smithi184 ceph-mon[117159]: osdmap e12: 2 total, 1 up, 2 in 2023-09-30T01:21:20.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:20 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T01:21:20.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:20 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T01:21:20.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:20 smithi184 ceph-mon[117159]: Detected new or changed devices on smithi060 2023-09-30T01:21:20.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:20 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:20.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:20 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:20.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:20 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T01:21:20.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:20 smithi184 ceph-mon[117159]: Adjusting osd_memory_target on smithi060 to 17118M 2023-09-30T01:21:20.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:20 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:20.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:20 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:20.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:20 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:21:20.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:20 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:20.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:20 smithi060 ceph-mon[116133]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2023-09-30T01:21:20.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:20 smithi060 ceph-mon[116133]: osdmap e12: 2 total, 1 up, 2 in 2023-09-30T01:21:20.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:20 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T01:21:20.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:20 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T01:21:20.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:20 smithi060 ceph-mon[116133]: Detected new or changed devices on smithi060 2023-09-30T01:21:20.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:20 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:20.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:20 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:20.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:20 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T01:21:20.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:20 smithi060 ceph-mon[116133]: Adjusting osd_memory_target on smithi060 to 17118M 2023-09-30T01:21:20.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:20 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:20.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:20 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:20.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:20 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:21:20.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:20 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:21.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:21 smithi053 ceph-mon[111848]: purged_snaps scrub starts 2023-09-30T01:21:21.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:21 smithi053 ceph-mon[111848]: purged_snaps scrub ok 2023-09-30T01:21:21.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:21 smithi053 ceph-mon[111848]: pgmap v47: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:21.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:21 smithi053 ceph-mon[111848]: osd.1 [v2:172.21.15.60:6800/2594936207,v1:172.21.15.60:6801/2594936207] boot 2023-09-30T01:21:21.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:21 smithi053 ceph-mon[111848]: osdmap e13: 2 total, 2 up, 2 in 2023-09-30T01:21:21.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:21 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T01:21:21.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:21 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T01:21:21.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:21 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T01:21:21.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:21 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:21.873 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:21 smithi184 ceph-mon[117159]: purged_snaps scrub starts 2023-09-30T01:21:21.873 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:21 smithi184 ceph-mon[117159]: purged_snaps scrub ok 2023-09-30T01:21:21.873 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:21 smithi184 ceph-mon[117159]: pgmap v47: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:21.873 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:21 smithi184 ceph-mon[117159]: osd.1 [v2:172.21.15.60:6800/2594936207,v1:172.21.15.60:6801/2594936207] boot 2023-09-30T01:21:21.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:21 smithi184 ceph-mon[117159]: osdmap e13: 2 total, 2 up, 2 in 2023-09-30T01:21:21.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:21 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T01:21:21.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:21 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T01:21:21.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:21 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T01:21:21.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:21 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:21.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:21 smithi060 ceph-mon[116133]: purged_snaps scrub starts 2023-09-30T01:21:21.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:21 smithi060 ceph-mon[116133]: purged_snaps scrub ok 2023-09-30T01:21:21.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:21 smithi060 ceph-mon[116133]: pgmap v47: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T01:21:21.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:21 smithi060 ceph-mon[116133]: osd.1 [v2:172.21.15.60:6800/2594936207,v1:172.21.15.60:6801/2594936207] boot 2023-09-30T01:21:21.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:21 smithi060 ceph-mon[116133]: osdmap e13: 2 total, 2 up, 2 in 2023-09-30T01:21:21.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:21 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T01:21:21.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:21 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T01:21:21.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:21 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T01:21:21.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:21 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:22.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:22 smithi053 ceph-mon[111848]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:21:22.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:22 smithi053 ceph-mon[111848]: osdmap e14: 2 total, 2 up, 2 in 2023-09-30T01:21:22.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:22 smithi184 ceph-mon[117159]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:21:22.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:22 smithi184 ceph-mon[117159]: osdmap e14: 2 total, 2 up, 2 in 2023-09-30T01:21:22.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:22 smithi060 ceph-mon[116133]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T01:21:22.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:22 smithi060 ceph-mon[116133]: osdmap e14: 2 total, 2 up, 2 in 2023-09-30T01:21:23.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:23 smithi053 ceph-mon[111848]: pgmap v50: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:23.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:23 smithi053 ceph-mon[111848]: from='client.? 172.21.15.184:0/1027926393' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e6dfe1a-01e1-41ca-85f9-7092eecc215b"}]: dispatch 2023-09-30T01:21:23.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:23 smithi053 ceph-mon[111848]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e6dfe1a-01e1-41ca-85f9-7092eecc215b"}]: dispatch 2023-09-30T01:21:23.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:23 smithi053 ceph-mon[111848]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5e6dfe1a-01e1-41ca-85f9-7092eecc215b"}]': finished 2023-09-30T01:21:23.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:23 smithi053 ceph-mon[111848]: osdmap e15: 3 total, 2 up, 3 in 2023-09-30T01:21:23.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:23 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T01:21:23.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:23 smithi053 ceph-mon[111848]: from='client.? 172.21.15.184:0/3765249464' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T01:21:23.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:23 smithi184 ceph-mon[117159]: pgmap v50: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:23.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:23 smithi184 ceph-mon[117159]: from='client.? 172.21.15.184:0/1027926393' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e6dfe1a-01e1-41ca-85f9-7092eecc215b"}]: dispatch 2023-09-30T01:21:23.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:23 smithi184 ceph-mon[117159]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e6dfe1a-01e1-41ca-85f9-7092eecc215b"}]: dispatch 2023-09-30T01:21:23.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:23 smithi184 ceph-mon[117159]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5e6dfe1a-01e1-41ca-85f9-7092eecc215b"}]': finished 2023-09-30T01:21:23.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:23 smithi184 ceph-mon[117159]: osdmap e15: 3 total, 2 up, 3 in 2023-09-30T01:21:23.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:23 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T01:21:23.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:23 smithi184 ceph-mon[117159]: from='client.? 172.21.15.184:0/3765249464' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T01:21:23.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:23 smithi060 ceph-mon[116133]: pgmap v50: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:23.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:23 smithi060 ceph-mon[116133]: from='client.? 172.21.15.184:0/1027926393' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e6dfe1a-01e1-41ca-85f9-7092eecc215b"}]: dispatch 2023-09-30T01:21:23.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:23 smithi060 ceph-mon[116133]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e6dfe1a-01e1-41ca-85f9-7092eecc215b"}]: dispatch 2023-09-30T01:21:23.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:23 smithi060 ceph-mon[116133]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5e6dfe1a-01e1-41ca-85f9-7092eecc215b"}]': finished 2023-09-30T01:21:23.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:23 smithi060 ceph-mon[116133]: osdmap e15: 3 total, 2 up, 3 in 2023-09-30T01:21:23.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:23 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T01:21:23.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:23 smithi060 ceph-mon[116133]: from='client.? 172.21.15.184:0/3765249464' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T01:21:25.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:25 smithi053 ceph-mon[111848]: pgmap v52: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:25.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:25 smithi184 ceph-mon[117159]: pgmap v52: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:25.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:25 smithi060 ceph-mon[116133]: pgmap v52: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:27.833 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:27 smithi184 ceph-mon[117159]: pgmap v53: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:27.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:27 smithi053 ceph-mon[111848]: pgmap v53: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:27.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:27 smithi060 ceph-mon[116133]: pgmap v53: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:28.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:28 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T01:21:28.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:28 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:28.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:28 smithi184 ceph-mon[117159]: Deploying daemon osd.2 on smithi184 2023-09-30T01:21:28.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:28 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T01:21:28.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:28 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:28.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:28 smithi053 ceph-mon[111848]: Deploying daemon osd.2 on smithi184 2023-09-30T01:21:28.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T01:21:28.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:28 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:28.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:28 smithi060 ceph-mon[116133]: Deploying daemon osd.2 on smithi184 2023-09-30T01:21:29.740 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:29 smithi184 ceph-mon[117159]: pgmap v54: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:29.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:29 smithi053 ceph-mon[111848]: pgmap v54: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:29.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:29 smithi060 ceph-mon[116133]: pgmap v54: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:31.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:31 smithi053 ceph-mon[111848]: pgmap v55: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:31.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:31 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:31.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:31 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:31.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:31 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:21:31.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:31 smithi184 ceph-mon[117159]: pgmap v55: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:31.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:31 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:31.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:31 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:31.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:31 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:21:31.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:31 smithi060 ceph-mon[116133]: pgmap v55: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:31.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:31 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:31.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:31 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:31.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:31 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:21:33.689 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:33 smithi184 ceph-mon[117159]: pgmap v56: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:33.690 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:33 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:33.690 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:33 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:33.690 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:33 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:33.690 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:33 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:21:33.690 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:33 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:33.748 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 2 on host 'smithi184' 2023-09-30T01:21:33.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:33 smithi053 ceph-mon[111848]: pgmap v56: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:33.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:33 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:33.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:33 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:33.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:33 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:33.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:33 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:21:33.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:33 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:33.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:33 smithi060 ceph-mon[116133]: pgmap v56: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:33.976 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:33 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:33.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:33 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:33.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:33 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:33.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:33 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:21:33.977 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:33 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:34.115 DEBUG:teuthology.orchestra.run.smithi184:osd.2> sudo journalctl -f -n 0 -u ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@osd.2.service 2023-09-30T01:21:34.117 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2023-09-30T01:21:34.117 DEBUG:teuthology.orchestra.run.smithi053:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T01:21:34.149 INFO:journalctl@ceph.osd.2.smithi184.stdout:-- Logs begin at Sat 2023-09-30 01:04:49 UTC. -- 2023-09-30T01:21:34.417 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:21:34.736 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 30 01:21:34 smithi184 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-2[122216]: 2023-09-30T01:21:34.699+0000 7f598ea05540 -1 osd.2 0 log_to_monitors true 2023-09-30T01:21:34.847 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:34 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:34.847 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:34 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:34.847 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:34 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:21:34.847 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:34 smithi053 ceph-mon[111848]: from='osd.2 [v2:172.21.15.184:6800/3738217756,v1:172.21.15.184:6801/3738217756]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T01:21:34.847 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:34 smithi053 ceph-mon[111848]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T01:21:35.002 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:34 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:35.002 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:34 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:35.002 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:34 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:21:35.002 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:34 smithi184 ceph-mon[117159]: from='osd.2 [v2:172.21.15.184:6800/3738217756,v1:172.21.15.184:6801/3738217756]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T01:21:35.002 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:34 smithi184 ceph-mon[117159]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T01:21:35.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:34 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:35.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:34 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:35.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:34 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:21:35.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:34 smithi060 ceph-mon[116133]: from='osd.2 [v2:172.21.15.184:6800/3738217756,v1:172.21.15.184:6801/3738217756]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T01:21:35.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:34 smithi060 ceph-mon[116133]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T01:21:35.617 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:21:35.893 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:35 smithi053 ceph-mon[111848]: pgmap v57: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:35.893 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:35 smithi053 ceph-mon[111848]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T01:21:35.893 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:35 smithi053 ceph-mon[111848]: osdmap e16: 3 total, 2 up, 3 in 2023-09-30T01:21:35.893 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:35 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T01:21:35.893 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:35 smithi053 ceph-mon[111848]: from='osd.2 [v2:172.21.15.184:6800/3738217756,v1:172.21.15.184:6801/3738217756]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-09-30T01:21:35.893 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:35 smithi053 ceph-mon[111848]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-09-30T01:21:35.893 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:35 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/3606190087' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T01:21:36.004 INFO:teuthology.orchestra.run.smithi053.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1696036880,"num_in_osds":3,"osd_in_since":1696036882,"num_remapped_pgs":0} 2023-09-30T01:21:36.086 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 30 01:21:35 smithi184 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-2[122216]: 2023-09-30T01:21:35.755+0000 7f59851ea700 -1 osd.2 0 waiting for initial osdmap 2023-09-30T01:21:36.086 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 30 01:21:35 smithi184 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-2[122216]: 2023-09-30T01:21:35.759+0000 7f597ffe5700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T01:21:36.086 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:35 smithi184 ceph-mon[117159]: pgmap v57: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:36.086 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:35 smithi184 ceph-mon[117159]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T01:21:36.086 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:35 smithi184 ceph-mon[117159]: osdmap e16: 3 total, 2 up, 3 in 2023-09-30T01:21:36.086 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:35 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T01:21:36.086 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:35 smithi184 ceph-mon[117159]: from='osd.2 [v2:172.21.15.184:6800/3738217756,v1:172.21.15.184:6801/3738217756]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-09-30T01:21:36.087 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:35 smithi184 ceph-mon[117159]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-09-30T01:21:36.087 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:35 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/3606190087' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T01:21:36.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:35 smithi060 ceph-mon[116133]: pgmap v57: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:36.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:35 smithi060 ceph-mon[116133]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T01:21:36.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:35 smithi060 ceph-mon[116133]: osdmap e16: 3 total, 2 up, 3 in 2023-09-30T01:21:36.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:35 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T01:21:36.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:35 smithi060 ceph-mon[116133]: from='osd.2 [v2:172.21.15.184:6800/3738217756,v1:172.21.15.184:6801/3738217756]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-09-30T01:21:36.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:35 smithi060 ceph-mon[116133]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-09-30T01:21:36.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:35 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/3606190087' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T01:21:37.005 DEBUG:teuthology.orchestra.run.smithi053:> 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 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T01:21:37.039 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:36 smithi053 ceph-mon[111848]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2023-09-30T01:21:37.039 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:36 smithi053 ceph-mon[111848]: osdmap e17: 3 total, 2 up, 3 in 2023-09-30T01:21:37.040 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:36 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T01:21:37.040 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:36 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T01:21:37.040 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:36 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:37.040 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:36 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:37.040 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:36 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T01:21:37.040 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:36 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:37.040 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:36 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:37.040 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:36 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:21:37.040 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:36 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:37.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:36 smithi184 ceph-mon[117159]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2023-09-30T01:21:37.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:36 smithi184 ceph-mon[117159]: osdmap e17: 3 total, 2 up, 3 in 2023-09-30T01:21:37.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:36 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T01:21:37.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:36 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T01:21:37.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:36 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:37.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:36 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:37.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:36 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T01:21:37.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:36 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:37.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:36 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:37.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:36 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:21:37.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:36 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:37.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:36 smithi060 ceph-mon[116133]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2023-09-30T01:21:37.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:36 smithi060 ceph-mon[116133]: osdmap e17: 3 total, 2 up, 3 in 2023-09-30T01:21:37.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:36 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T01:21:37.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:36 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T01:21:37.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:36 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:37.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:36 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:37.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:36 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T01:21:37.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:36 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:37.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:36 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:21:37.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:36 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:21:37.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:36 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:37.301 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:21:38.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:37 smithi053 ceph-mon[111848]: purged_snaps scrub starts 2023-09-30T01:21:38.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:37 smithi053 ceph-mon[111848]: purged_snaps scrub ok 2023-09-30T01:21:38.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:37 smithi053 ceph-mon[111848]: Detected new or changed devices on smithi184 2023-09-30T01:21:38.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:37 smithi053 ceph-mon[111848]: Adjusting osd_memory_target on smithi184 to 21210M 2023-09-30T01:21:38.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:37 smithi053 ceph-mon[111848]: pgmap v60: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:38.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:37 smithi053 ceph-mon[111848]: osd.2 [v2:172.21.15.184:6800/3738217756,v1:172.21.15.184:6801/3738217756] boot 2023-09-30T01:21:38.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:37 smithi053 ceph-mon[111848]: osdmap e18: 3 total, 3 up, 3 in 2023-09-30T01:21:38.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:37 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T01:21:38.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:37 smithi184 ceph-mon[117159]: purged_snaps scrub starts 2023-09-30T01:21:38.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:37 smithi184 ceph-mon[117159]: purged_snaps scrub ok 2023-09-30T01:21:38.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:37 smithi184 ceph-mon[117159]: Detected new or changed devices on smithi184 2023-09-30T01:21:38.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:37 smithi184 ceph-mon[117159]: Adjusting osd_memory_target on smithi184 to 21210M 2023-09-30T01:21:38.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:37 smithi184 ceph-mon[117159]: pgmap v60: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:38.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:37 smithi184 ceph-mon[117159]: osd.2 [v2:172.21.15.184:6800/3738217756,v1:172.21.15.184:6801/3738217756] boot 2023-09-30T01:21:38.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:37 smithi184 ceph-mon[117159]: osdmap e18: 3 total, 3 up, 3 in 2023-09-30T01:21:38.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:37 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T01:21:38.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:37 smithi060 ceph-mon[116133]: purged_snaps scrub starts 2023-09-30T01:21:38.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:37 smithi060 ceph-mon[116133]: purged_snaps scrub ok 2023-09-30T01:21:38.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:37 smithi060 ceph-mon[116133]: Detected new or changed devices on smithi184 2023-09-30T01:21:38.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:37 smithi060 ceph-mon[116133]: Adjusting osd_memory_target on smithi184 to 21210M 2023-09-30T01:21:38.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:37 smithi060 ceph-mon[116133]: pgmap v60: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T01:21:38.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:37 smithi060 ceph-mon[116133]: osd.2 [v2:172.21.15.184:6800/3738217756,v1:172.21.15.184:6801/3738217756] boot 2023-09-30T01:21:38.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:37 smithi060 ceph-mon[116133]: osdmap e18: 3 total, 3 up, 3 in 2023-09-30T01:21:38.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:37 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T01:21:38.856 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:21:39.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:38 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' 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-30T01:21:39.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:38 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/3934756273' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T01:21:39.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:38 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' 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-30T01:21:39.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:38 smithi060 ceph-mon[116133]: osdmap e19: 3 total, 3 up, 3 in 2023-09-30T01:21:39.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:38 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T01:21:39.240 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:38 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' 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-30T01:21:39.240 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:38 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/3934756273' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T01:21:39.241 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:38 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' 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-30T01:21:39.241 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:38 smithi053 ceph-mon[111848]: osdmap e19: 3 total, 3 up, 3 in 2023-09-30T01:21:39.241 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:38 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T01:21:39.242 INFO:teuthology.orchestra.run.smithi053.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1696036896,"num_in_osds":3,"osd_in_since":1696036882,"num_remapped_pgs":0} 2023-09-30T01:21:39.243 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T01:21:39.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:38 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' 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-30T01:21:39.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:38 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/3934756273' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T01:21:39.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:38 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' 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-30T01:21:39.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:38 smithi184 ceph-mon[117159]: osdmap e19: 3 total, 3 up, 3 in 2023-09-30T01:21:39.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:38 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T01:21:39.579 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:21:40.021 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:39 smithi053 ceph-mon[111848]: pgmap v62: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:21:40.021 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:39 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-30T01:21:40.021 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:39 smithi053 ceph-mon[111848]: osdmap e20: 3 total, 3 up, 3 in 2023-09-30T01:21:40.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:39 smithi060 ceph-mon[116133]: pgmap v62: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:21:40.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:39 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-30T01:21:40.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:39 smithi060 ceph-mon[116133]: osdmap e20: 3 total, 3 up, 3 in 2023-09-30T01:21:40.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:39 smithi184 ceph-mon[117159]: pgmap v62: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:21:40.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:39 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-30T01:21:40.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:39 smithi184 ceph-mon[117159]: osdmap e20: 3 total, 3 up, 3 in 2023-09-30T01:21:40.798 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:21:40.799 INFO:teuthology.orchestra.run.smithi053.stdout:{"epoch":20,"fsid":"398b8456-5f2f-11ee-8db4-212e2dc638e7","created":"2023-09-30T01:19:03.971774+0000","modified":"2023-09-30T01:21:39.856902+0000","last_up_change":"2023-09-30T01:21:36.753179+0000","last_in_change":"2023-09-30T01:21:22.922958+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-30T01:21:38.855413+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":"737f7de0-d304-4f2c-a6bd-4bfabd5f1e27","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.53:6802","nonce":3747460729},{"type":"v1","addr":"172.21.15.53:6803","nonce":3747460729}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6804","nonce":3747460729},{"type":"v1","addr":"172.21.15.53:6805","nonce":3747460729}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6808","nonce":3747460729},{"type":"v1","addr":"172.21.15.53:6809","nonce":3747460729}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6806","nonce":3747460729},{"type":"v1","addr":"172.21.15.53:6807","nonce":3747460729}]},"public_addr":"172.21.15.53:6803/3747460729","cluster_addr":"172.21.15.53:6805/3747460729","heartbeat_back_addr":"172.21.15.53:6809/3747460729","heartbeat_front_addr":"172.21.15.53:6807/3747460729","state":["exists","up"]},{"osd":1,"uuid":"6361cc13-80b8-4d87-a158-349774aeee93","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6800","nonce":2594936207},{"type":"v1","addr":"172.21.15.60:6801","nonce":2594936207}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":2594936207},{"type":"v1","addr":"172.21.15.60:6803","nonce":2594936207}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":2594936207},{"type":"v1","addr":"172.21.15.60:6807","nonce":2594936207}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":2594936207},{"type":"v1","addr":"172.21.15.60:6805","nonce":2594936207}]},"public_addr":"172.21.15.60:6801/2594936207","cluster_addr":"172.21.15.60:6803/2594936207","heartbeat_back_addr":"172.21.15.60:6807/2594936207","heartbeat_front_addr":"172.21.15.60:6805/2594936207","state":["exists","up"]},{"osd":2,"uuid":"5e6dfe1a-01e1-41ca-85f9-7092eecc215b","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.184:6800","nonce":3738217756},{"type":"v1","addr":"172.21.15.184:6801","nonce":3738217756}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3738217756},{"type":"v1","addr":"172.21.15.184:6803","nonce":3738217756}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3738217756},{"type":"v1","addr":"172.21.15.184:6807","nonce":3738217756}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3738217756},{"type":"v1","addr":"172.21.15.184:6805","nonce":3738217756}]},"public_addr":"172.21.15.184:6801/3738217756","cluster_addr":"172.21.15.184:6803/3738217756","heartbeat_back_addr":"172.21.15.184:6807/3738217756","heartbeat_front_addr":"172.21.15.184:6805/3738217756","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-30T01:21:01.780481+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-30T01:21:19.165316+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-30T01:21:35.680570+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.53:0/1669289201":"2023-10-01T01:19:50.323374+0000","172.21.15.53:0/2268649690":"2023-10-01T01:19:50.323374+0000","172.21.15.53:6801/3015567540":"2023-10-01T01:19:50.323374+0000","172.21.15.53:0/3335120781":"2023-10-01T01:19:27.945298+0000","172.21.15.53:0/225730931":"2023-10-01T01:19:27.945298+0000","172.21.15.53:6801/1688298182":"2023-10-01T01:19:27.945298+0000","172.21.15.53:0/967393995":"2023-10-01T01:19:50.323374+0000","172.21.15.53:6800/3015567540":"2023-10-01T01:19:50.323374+0000","172.21.15.53:6800/1688298182":"2023-10-01T01:19:27.945298+0000","172.21.15.53:0/3783615202":"2023-10-01T01:19:27.945298+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-30T01:21:40.821 INFO:journalctl@ceph.osd.0.smithi053.stdout:Sep 30 01:21:40 smithi053 sudo[135918]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T01:21:40.821 INFO:journalctl@ceph.osd.0.smithi053.stdout:Sep 30 01:21:40 smithi053 sudo[135918]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T01:21:40.822 INFO:journalctl@ceph.osd.0.smithi053.stdout:Sep 30 01:21:40 smithi053 sudo[135918]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T01:21:40.822 INFO:journalctl@ceph.osd.0.smithi053.stdout:Sep 30 01:21:40 smithi053 sudo[135918]: pam_unix(sudo:session): session closed for user root 2023-09-30T01:21:41.084 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:40 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/948198317' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T01:21:41.084 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:40 smithi053 ceph-mon[111848]: osdmap e21: 3 total, 3 up, 3 in 2023-09-30T01:21:41.084 INFO:journalctl@ceph.osd.0.smithi053.stdout:Sep 30 01:21:40 smithi053 sudo[135962]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T01:21:41.084 INFO:journalctl@ceph.osd.0.smithi053.stdout:Sep 30 01:21:40 smithi053 sudo[135962]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T01:21:41.084 INFO:journalctl@ceph.osd.0.smithi053.stdout:Sep 30 01:21:40 smithi053 sudo[135962]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T01:21:41.084 INFO:journalctl@ceph.osd.0.smithi053.stdout:Sep 30 01:21:40 smithi053 sudo[135962]: pam_unix(sudo:session): session closed for user root 2023-09-30T01:21:41.167 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-09-30T01:21:38.855413+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-30T01:21:41.167 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-09-30T01:21:41.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:40 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/948198317' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T01:21:41.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:40 smithi060 ceph-mon[116133]: osdmap e21: 3 total, 3 up, 3 in 2023-09-30T01:21:41.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:40 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/948198317' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T01:21:41.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:40 smithi184 ceph-mon[117159]: osdmap e21: 3 total, 3 up, 3 in 2023-09-30T01:21:41.462 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:21:41.726 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 30 01:21:41 smithi060 sudo[126266]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T01:21:41.726 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 30 01:21:41 smithi060 sudo[126266]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T01:21:41.726 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 30 01:21:41 smithi060 sudo[126266]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T01:21:41.726 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 30 01:21:41 smithi060 sudo[126266]: pam_unix(sudo:session): session closed for user root 2023-09-30T01:21:42.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:41 smithi060 ceph-mon[116133]: pgmap v65: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:21:42.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:41 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:42.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:41 smithi060 ceph-mon[116133]: mgrmap e15: a(active, since 111s), standbys: b 2023-09-30T01:21:42.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:41 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:42.227 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 30 01:21:41 smithi060 sudo[126269]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T01:21:42.227 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 30 01:21:41 smithi060 sudo[126269]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T01:21:42.227 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 30 01:21:41 smithi060 sudo[126269]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T01:21:42.227 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 30 01:21:41 smithi060 sudo[126269]: pam_unix(sudo:session): session closed for user root 2023-09-30T01:21:42.257 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:41 smithi053 ceph-mon[111848]: pgmap v65: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:21:42.257 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:41 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:42.257 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:41 smithi053 ceph-mon[111848]: mgrmap e15: a(active, since 111s), standbys: b 2023-09-30T01:21:42.257 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:41 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:42.357 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 30 01:21:42 smithi184 sudo[127271]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T01:21:42.357 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 30 01:21:42 smithi184 sudo[127271]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T01:21:42.357 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 30 01:21:42 smithi184 sudo[127271]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T01:21:42.357 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 30 01:21:42 smithi184 sudo[127271]: pam_unix(sudo:session): session closed for user root 2023-09-30T01:21:42.358 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:41 smithi184 ceph-mon[117159]: pgmap v65: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:21:42.358 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:41 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:42.358 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:41 smithi184 ceph-mon[117159]: mgrmap e15: a(active, since 111s), standbys: b 2023-09-30T01:21:42.358 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:41 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:42.638 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 30 01:21:42 smithi184 sudo[127274]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T01:21:42.638 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 30 01:21:42 smithi184 sudo[127274]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T01:21:42.638 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 30 01:21:42 smithi184 sudo[127274]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T01:21:42.638 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 30 01:21:42 smithi184 sudo[127274]: pam_unix(sudo:session): session closed for user root 2023-09-30T01:21:42.662 INFO:teuthology.orchestra.run.smithi053.stdout:pg_num: 1 2023-09-30T01:21:42.949 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:42 smithi053 sudo[136191]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T01:21:42.949 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:42 smithi053 sudo[136191]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T01:21:42.949 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:42 smithi053 sudo[136191]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T01:21:42.949 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:42 smithi053 sudo[136191]: pam_unix(sudo:session): session closed for user root 2023-09-30T01:21:43.046 INFO:tasks.cephadm:Setting up client nodes... 2023-09-30T01:21:43.046 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-09-30T01:21:43.046 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-09-30T01:21:43.047 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph mgr dump --format=json 2023-09-30T01:21:43.340 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:21:43.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:43 smithi053 sudo[136256]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T01:21:43.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:43 smithi053 sudo[136256]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T01:21:43.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:43 smithi053 sudo[136256]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T01:21:43.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:43 smithi053 sudo[136256]: pam_unix(sudo:session): session closed for user root 2023-09-30T01:21:43.821 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:43 smithi184 sudo[127277]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T01:21:43.821 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:43 smithi184 sudo[127277]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T01:21:43.821 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:43 smithi184 sudo[127277]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T01:21:43.821 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:43 smithi184 sudo[127277]: pam_unix(sudo:session): session closed for user root 2023-09-30T01:21:43.821 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:43 smithi184 sudo[127280]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T01:21:43.821 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:43 smithi184 sudo[127280]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T01:21:43.821 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:43 smithi184 sudo[127280]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T01:21:43.821 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:43 smithi184 sudo[127280]: pam_unix(sudo:session): session closed for user root 2023-09-30T01:21:44.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:43 smithi053 ceph-mon[111848]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:21:44.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:43 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:44.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:43 smithi053 ceph-mon[111848]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T01:21:44.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:43 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1711301439' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T01:21:44.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:43 smithi053 ceph-mon[111848]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T01:21:44.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:43 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T01:21:44.105 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:43 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:21:44.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:43 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:21:44.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:43 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T01:21:44.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:43 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:21:44.106 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:43 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:21:44.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:43 smithi184 ceph-mon[117159]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:21:44.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:43 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:44.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:43 smithi184 ceph-mon[117159]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T01:21:44.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:43 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/1711301439' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T01:21:44.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:43 smithi184 ceph-mon[117159]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T01:21:44.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:43 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T01:21:44.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:43 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:21:44.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:43 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:21:44.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:43 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T01:21:44.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:43 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:21:44.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:43 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:21:44.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:43 smithi060 ceph-mon[116133]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:21:44.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:43 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:21:44.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:43 smithi060 ceph-mon[116133]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T01:21:44.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:43 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/1711301439' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T01:21:44.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:43 smithi060 ceph-mon[116133]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T01:21:44.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:43 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T01:21:44.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:43 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:21:44.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:43 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:21:44.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:43 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T01:21:44.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:43 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:21:44.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:43 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:21:44.599 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:21:44.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:44 smithi060 sudo[126272]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T01:21:44.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:44 smithi060 sudo[126272]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T01:21:44.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:44 smithi060 sudo[126272]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T01:21:44.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:44 smithi060 sudo[126272]: pam_unix(sudo:session): session closed for user root 2023-09-30T01:21:44.917 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:44 smithi053 ceph-mon[111848]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T01:21:44.917 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:44 smithi053 ceph-mon[111848]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T01:21:44.917 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:44 smithi053 ceph-mon[111848]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T01:21:44.917 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:44 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T01:21:44.917 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:44 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:21:44.917 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:44 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:21:44.918 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:44 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2099336456' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-30T01:21:44.918 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:44 smithi053 ceph-mon[111848]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T01:21:44.975 INFO:teuthology.orchestra.run.smithi053.stdout:{"epoch":15,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6800","nonce":660181492},{"type":"v1","addr":"172.21.15.53:6801","nonce":660181492}]},"active_addr":"172.21.15.53:6801/660181492","active_change":"2023-09-30T01:19:50.323495+0000","active_mgr_features":4540138320759226367,"available":true,"standbys":[{"gid":14211,"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.53: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.53:0","nonce":1163581244}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.53:0","nonce":2081812865}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.53:0","nonce":3167616323}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.53:0","nonce":2629092090}]}]} 2023-09-30T01:21:44.981 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-09-30T01:21:44.981 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-09-30T01:21:44.981 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T01:21:45.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:44 smithi184 ceph-mon[117159]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T01:21:45.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:44 smithi184 ceph-mon[117159]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T01:21:45.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:44 smithi184 ceph-mon[117159]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T01:21:45.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:44 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T01:21:45.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:44 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:21:45.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:44 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:21:45.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:44 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2099336456' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-30T01:21:45.139 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:44 smithi184 ceph-mon[117159]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T01:21:45.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:44 smithi060 sudo[126275]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T01:21:45.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:44 smithi060 sudo[126275]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T01:21:45.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:44 smithi060 sudo[126275]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T01:21:45.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:44 smithi060 sudo[126275]: pam_unix(sudo:session): session closed for user root 2023-09-30T01:21:45.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:44 smithi060 ceph-mon[116133]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T01:21:45.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:44 smithi060 ceph-mon[116133]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T01:21:45.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:44 smithi060 ceph-mon[116133]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T01:21:45.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:44 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T01:21:45.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:44 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T01:21:45.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:44 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T01:21:45.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:44 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2099336456' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-30T01:21:45.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:44 smithi060 ceph-mon[116133]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T01:21:45.275 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:21:46.104 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:45 smithi053 ceph-mon[111848]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:21:46.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:45 smithi184 ceph-mon[117159]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:21:46.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:45 smithi060 ceph-mon[116133]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:21:46.530 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:21:46.530 INFO:teuthology.orchestra.run.smithi053.stdout:{"epoch":21,"fsid":"398b8456-5f2f-11ee-8db4-212e2dc638e7","created":"2023-09-30T01:19:03.971774+0000","modified":"2023-09-30T01:21:40.858348+0000","last_up_change":"2023-09-30T01:21:36.753179+0000","last_in_change":"2023-09-30T01:21:22.922958+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-30T01:21:38.855413+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":"737f7de0-d304-4f2c-a6bd-4bfabd5f1e27","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.53:6802","nonce":3747460729},{"type":"v1","addr":"172.21.15.53:6803","nonce":3747460729}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6804","nonce":3747460729},{"type":"v1","addr":"172.21.15.53:6805","nonce":3747460729}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6808","nonce":3747460729},{"type":"v1","addr":"172.21.15.53:6809","nonce":3747460729}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6806","nonce":3747460729},{"type":"v1","addr":"172.21.15.53:6807","nonce":3747460729}]},"public_addr":"172.21.15.53:6803/3747460729","cluster_addr":"172.21.15.53:6805/3747460729","heartbeat_back_addr":"172.21.15.53:6809/3747460729","heartbeat_front_addr":"172.21.15.53:6807/3747460729","state":["exists","up"]},{"osd":1,"uuid":"6361cc13-80b8-4d87-a158-349774aeee93","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6800","nonce":2594936207},{"type":"v1","addr":"172.21.15.60:6801","nonce":2594936207}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":2594936207},{"type":"v1","addr":"172.21.15.60:6803","nonce":2594936207}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":2594936207},{"type":"v1","addr":"172.21.15.60:6807","nonce":2594936207}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":2594936207},{"type":"v1","addr":"172.21.15.60:6805","nonce":2594936207}]},"public_addr":"172.21.15.60:6801/2594936207","cluster_addr":"172.21.15.60:6803/2594936207","heartbeat_back_addr":"172.21.15.60:6807/2594936207","heartbeat_front_addr":"172.21.15.60:6805/2594936207","state":["exists","up"]},{"osd":2,"uuid":"5e6dfe1a-01e1-41ca-85f9-7092eecc215b","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.184:6800","nonce":3738217756},{"type":"v1","addr":"172.21.15.184:6801","nonce":3738217756}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3738217756},{"type":"v1","addr":"172.21.15.184:6803","nonce":3738217756}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3738217756},{"type":"v1","addr":"172.21.15.184:6807","nonce":3738217756}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3738217756},{"type":"v1","addr":"172.21.15.184:6805","nonce":3738217756}]},"public_addr":"172.21.15.184:6801/3738217756","cluster_addr":"172.21.15.184:6803/3738217756","heartbeat_back_addr":"172.21.15.184:6807/3738217756","heartbeat_front_addr":"172.21.15.184:6805/3738217756","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-30T01:21:01.780481+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-30T01:21:19.165316+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-30T01:21:35.680570+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.53:0/1669289201":"2023-10-01T01:19:50.323374+0000","172.21.15.53:0/2268649690":"2023-10-01T01:19:50.323374+0000","172.21.15.53:6801/3015567540":"2023-10-01T01:19:50.323374+0000","172.21.15.53:0/3335120781":"2023-10-01T01:19:27.945298+0000","172.21.15.53:0/225730931":"2023-10-01T01:19:27.945298+0000","172.21.15.53:6801/1688298182":"2023-10-01T01:19:27.945298+0000","172.21.15.53:0/967393995":"2023-10-01T01:19:50.323374+0000","172.21.15.53:6800/3015567540":"2023-10-01T01:19:50.323374+0000","172.21.15.53:6800/1688298182":"2023-10-01T01:19:27.945298+0000","172.21.15.53:0/3783615202":"2023-10-01T01:19:27.945298+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-30T01:21:46.916 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-09-30T01:21:46.916 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T01:21:47.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:46 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/457154507' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T01:21:47.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:46 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/457154507' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T01:21:47.211 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:21:47.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:46 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/457154507' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T01:21:48.006 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:47 smithi053 ceph-mon[111848]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:21:48.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:47 smithi184 ceph-mon[117159]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:21:48.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:47 smithi060 ceph-mon[116133]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:21:48.424 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:21:48.424 INFO:teuthology.orchestra.run.smithi053.stdout:{"epoch":21,"fsid":"398b8456-5f2f-11ee-8db4-212e2dc638e7","created":"2023-09-30T01:19:03.971774+0000","modified":"2023-09-30T01:21:40.858348+0000","last_up_change":"2023-09-30T01:21:36.753179+0000","last_in_change":"2023-09-30T01:21:22.922958+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-30T01:21:38.855413+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":"737f7de0-d304-4f2c-a6bd-4bfabd5f1e27","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.53:6802","nonce":3747460729},{"type":"v1","addr":"172.21.15.53:6803","nonce":3747460729}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6804","nonce":3747460729},{"type":"v1","addr":"172.21.15.53:6805","nonce":3747460729}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6808","nonce":3747460729},{"type":"v1","addr":"172.21.15.53:6809","nonce":3747460729}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6806","nonce":3747460729},{"type":"v1","addr":"172.21.15.53:6807","nonce":3747460729}]},"public_addr":"172.21.15.53:6803/3747460729","cluster_addr":"172.21.15.53:6805/3747460729","heartbeat_back_addr":"172.21.15.53:6809/3747460729","heartbeat_front_addr":"172.21.15.53:6807/3747460729","state":["exists","up"]},{"osd":1,"uuid":"6361cc13-80b8-4d87-a158-349774aeee93","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6800","nonce":2594936207},{"type":"v1","addr":"172.21.15.60:6801","nonce":2594936207}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":2594936207},{"type":"v1","addr":"172.21.15.60:6803","nonce":2594936207}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":2594936207},{"type":"v1","addr":"172.21.15.60:6807","nonce":2594936207}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":2594936207},{"type":"v1","addr":"172.21.15.60:6805","nonce":2594936207}]},"public_addr":"172.21.15.60:6801/2594936207","cluster_addr":"172.21.15.60:6803/2594936207","heartbeat_back_addr":"172.21.15.60:6807/2594936207","heartbeat_front_addr":"172.21.15.60:6805/2594936207","state":["exists","up"]},{"osd":2,"uuid":"5e6dfe1a-01e1-41ca-85f9-7092eecc215b","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.184:6800","nonce":3738217756},{"type":"v1","addr":"172.21.15.184:6801","nonce":3738217756}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3738217756},{"type":"v1","addr":"172.21.15.184:6803","nonce":3738217756}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3738217756},{"type":"v1","addr":"172.21.15.184:6807","nonce":3738217756}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3738217756},{"type":"v1","addr":"172.21.15.184:6805","nonce":3738217756}]},"public_addr":"172.21.15.184:6801/3738217756","cluster_addr":"172.21.15.184:6803/3738217756","heartbeat_back_addr":"172.21.15.184:6807/3738217756","heartbeat_front_addr":"172.21.15.184:6805/3738217756","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-30T01:21:01.780481+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-30T01:21:19.165316+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-30T01:21:35.680570+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.53:0/1669289201":"2023-10-01T01:19:50.323374+0000","172.21.15.53:0/2268649690":"2023-10-01T01:19:50.323374+0000","172.21.15.53:6801/3015567540":"2023-10-01T01:19:50.323374+0000","172.21.15.53:0/3335120781":"2023-10-01T01:19:27.945298+0000","172.21.15.53:0/225730931":"2023-10-01T01:19:27.945298+0000","172.21.15.53:6801/1688298182":"2023-10-01T01:19:27.945298+0000","172.21.15.53:0/967393995":"2023-10-01T01:19:50.323374+0000","172.21.15.53:6800/3015567540":"2023-10-01T01:19:50.323374+0000","172.21.15.53:6800/1688298182":"2023-10-01T01:19:27.945298+0000","172.21.15.53:0/3783615202":"2023-10-01T01:19:27.945298+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-30T01:21:48.783 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-09-30T01:21:48.784 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-09-30T01:21:48.784 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-09-30T01:21:49.096 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:21:49.099 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:21:49.388 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:21:49.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:49 smithi053 ceph-mon[111848]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2023-09-30T01:21:49.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:49 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1000500127' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T01:21:49.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:49 smithi184 ceph-mon[117159]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2023-09-30T01:21:49.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:49 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/1000500127' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T01:21:49.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:49 smithi060 ceph-mon[116133]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2023-09-30T01:21:49.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:49 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/1000500127' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T01:21:51.424 INFO:teuthology.orchestra.run.smithi053.stdout:77309411334 2023-09-30T01:21:51.424 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-09-30T01:21:51.456 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:51 smithi053 ceph-mon[111848]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 10 op/s 2023-09-30T01:21:51.545 INFO:teuthology.orchestra.run.smithi053.stdout:34359738381 2023-09-30T01:21:51.546 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-09-30T01:21:51.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:51 smithi060 ceph-mon[116133]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 10 op/s 2023-09-30T01:21:51.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:51 smithi184 ceph-mon[117159]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 10 op/s 2023-09-30T01:21:51.975 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:21:52.052 INFO:teuthology.orchestra.run.smithi053.stdout:55834574858 2023-09-30T01:21:52.053 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-09-30T01:21:52.054 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:21:53.208 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:21:53.586 INFO:teuthology.orchestra.run.smithi053.stdout:77309411334 2023-09-30T01:21:53.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:53 smithi060 ceph-mon[116133]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-09-30T01:21:53.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:53 smithi053 ceph-mon[111848]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-09-30T01:21:53.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:53 smithi184 ceph-mon[117159]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-09-30T01:21:53.899 INFO:teuthology.orchestra.run.smithi053.stdout:34359738381 2023-09-30T01:21:54.434 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411334 got 77309411334 for osd.2 2023-09-30T01:21:54.434 DEBUG:teuthology.parallel:result is None 2023-09-30T01:21:54.519 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:54 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/3692545665' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-30T01:21:54.519 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:54 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/241825337' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-30T01:21:54.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:54 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/3692545665' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-30T01:21:54.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:54 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/241825337' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-30T01:21:54.735 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738381 got 34359738381 for osd.0 2023-09-30T01:21:54.735 DEBUG:teuthology.parallel:result is None 2023-09-30T01:21:54.759 INFO:teuthology.orchestra.run.smithi053.stdout:55834574858 2023-09-30T01:21:54.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:54 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/3692545665' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-30T01:21:54.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:54 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/241825337' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-30T01:21:55.173 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574858 got 55834574858 for osd.1 2023-09-30T01:21:55.173 DEBUG:teuthology.parallel:result is None 2023-09-30T01:21:55.173 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-09-30T01:21:55.173 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph pg dump --format=json 2023-09-30T01:21:55.511 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:21:55.665 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:55 smithi053 ceph-mon[111848]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2023-09-30T01:21:55.666 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:55 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/9531219' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-30T01:21:55.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:55 smithi060 ceph-mon[116133]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2023-09-30T01:21:55.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:55 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/9531219' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-30T01:21:55.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:55 smithi184 ceph-mon[117159]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2023-09-30T01:21:55.895 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:55 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/9531219' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-30T01:21:56.746 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:21:56.749 INFO:teuthology.orchestra.run.smithi053.stderr:dumped all 2023-09-30T01:21:57.123 INFO:teuthology.orchestra.run.smithi053.stdout:{"pg_ready":true,"pg_map":{"version":74,"stamp":"2023-09-30T01:21:56.349883+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":20932,"kb_used_data":2268,"kb_used_omap":0,"kb_used_meta":16768,"kb_avail":281214524,"statfs":{"total":287985106944,"available":287963672576,"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":30,"num_read_kb":27,"num_write":58,"num_write_kb":1306,"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.002116"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":183,"reported_epoch":21,"state":"active+clean","last_fresh":"2023-09-30T01:21:44.767368+0000","last_change":"2023-09-30T01:21:39.863907+0000","last_active":"2023-09-30T01:21:44.767368+0000","last_peered":"2023-09-30T01:21:44.767368+0000","last_clean":"2023-09-30T01:21:44.767368+0000","last_became_active":"2023-09-30T01:21:39.863610+0000","last_became_peered":"2023-09-30T01:21:39.863610+0000","last_unstale":"2023-09-30T01:21:44.767368+0000","last_undegraded":"2023-09-30T01:21:44.767368+0000","last_fullsized":"2023-09-30T01:21:44.767368+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-30T01:21:38.855497+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T01:21:38.855497+0000","last_clean_scrub_stamp":"2023-09-30T01:21:38.855497+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-01T01:24:09.357638+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":77309411335,"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.50900000000000001}]},{"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.54200000000000004}]}]},{"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":7020,"kb_used_data":756,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738132,"statfs":{"total":95995035648,"available":95987847168,"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.54700000000000004}]},{"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.46899999999999997}]}]},{"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":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,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.67200000000000004}]},{"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.46100000000000002}]}]}],"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-30T01:21:57.124 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph pg dump --format=json 2023-09-30T01:21:57.418 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:21:57.720 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:57 smithi053 ceph-mon[111848]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2023-09-30T01:21:57.720 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:57 smithi053 ceph-mon[111848]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T01:21:57.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:57 smithi060 ceph-mon[116133]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2023-09-30T01:21:57.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:57 smithi060 ceph-mon[116133]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T01:21:57.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:57 smithi184 ceph-mon[117159]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2023-09-30T01:21:57.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:57 smithi184 ceph-mon[117159]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T01:21:58.640 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:21:58.643 INFO:teuthology.orchestra.run.smithi053.stderr:dumped all 2023-09-30T01:21:59.032 INFO:teuthology.orchestra.run.smithi053.stdout:{"pg_ready":true,"pg_map":{"version":75,"stamp":"2023-09-30T01:21:58.350372+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":20932,"kb_used_data":2268,"kb_used_omap":0,"kb_used_meta":16768,"kb_avail":281214524,"statfs":{"total":287985106944,"available":287963672576,"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":30,"num_read_kb":27,"num_write":58,"num_write_kb":1306,"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.002320"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":183,"reported_epoch":21,"state":"active+clean","last_fresh":"2023-09-30T01:21:44.767368+0000","last_change":"2023-09-30T01:21:39.863907+0000","last_active":"2023-09-30T01:21:44.767368+0000","last_peered":"2023-09-30T01:21:44.767368+0000","last_clean":"2023-09-30T01:21:44.767368+0000","last_became_active":"2023-09-30T01:21:39.863610+0000","last_became_peered":"2023-09-30T01:21:39.863610+0000","last_unstale":"2023-09-30T01:21:44.767368+0000","last_undegraded":"2023-09-30T01:21:44.767368+0000","last_fullsized":"2023-09-30T01:21:44.767368+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-30T01:21:38.855497+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T01:21:38.855497+0000","last_clean_scrub_stamp":"2023-09-30T01:21:38.855497+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-01T01:24:09.357638+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":77309411336,"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.40000000000000002}]},{"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":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":7020,"kb_used_data":756,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738132,"statfs":{"total":95995035648,"available":95987847168,"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.54700000000000004}]},{"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.46899999999999997}]}]},{"osd":1,"up_from":13,"seq":55834574859,"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,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.621}]},{"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.58499999999999996}]}]}],"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-30T01:21:59.033 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-09-30T01:21:59.033 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-09-30T01:21:59.033 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-09-30T01:21:59.033 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:21:59.328 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:21:59.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:59 smithi053 ceph-mon[111848]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2023-09-30T01:21:59.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:21:59 smithi053 ceph-mon[111848]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T01:21:59.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:59 smithi184 ceph-mon[117159]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2023-09-30T01:21:59.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:21:59 smithi184 ceph-mon[117159]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T01:21:59.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:59 smithi060 ceph-mon[116133]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2023-09-30T01:21:59.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:21:59 smithi060 ceph-mon[116133]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T01:22:00.569 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:22:00.569 INFO:teuthology.orchestra.run.smithi053.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-30T01:22:01.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:01 smithi060 ceph-mon[116133]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:01.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:01 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/4155299524' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:01.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:01 smithi053 ceph-mon[111848]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:01.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:01 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/4155299524' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:01.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:01 smithi184 ceph-mon[117159]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:01.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:01 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/4155299524' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:03.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:03 smithi060 ceph-mon[116133]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:03.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:03 smithi053 ceph-mon[111848]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:03.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:03 smithi184 ceph-mon[117159]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:03.947 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:22:04.244 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:22:05.495 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:22:05.495 INFO:teuthology.orchestra.run.smithi053.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-30T01:22:05.701 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:05 smithi053 ceph-mon[111848]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:05.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:05 smithi060 ceph-mon[116133]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:05.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:05 smithi184 ceph-mon[117159]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:06.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:06 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/1231192308' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:06.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:06 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1231192308' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:06.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:06 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/1231192308' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:07.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:07 smithi060 ceph-mon[116133]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:07.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:07 smithi053 ceph-mon[111848]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:07.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:07 smithi184 ceph-mon[117159]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:08.897 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:22:09.194 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:22:09.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:09 smithi053 ceph-mon[111848]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:09.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:09 smithi184 ceph-mon[117159]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:09.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:09 smithi060 ceph-mon[116133]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:10.478 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:22:10.478 INFO:teuthology.orchestra.run.smithi053.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-30T01:22:11.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:11 smithi060 ceph-mon[116133]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:11.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:11 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/1783041992' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:11.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:11 smithi053 ceph-mon[111848]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:11.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:11 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1783041992' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:11.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:11 smithi184 ceph-mon[117159]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:11.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:11 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/1783041992' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:13.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:13 smithi060 ceph-mon[116133]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:13.812 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:22:13.848 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:13 smithi053 ceph-mon[111848]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:13.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:13 smithi184 ceph-mon[117159]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:14.111 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:22:15.401 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:22:15.401 INFO:teuthology.orchestra.run.smithi053.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-30T01:22:15.704 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:15 smithi053 ceph-mon[111848]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:15.704 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:15 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/3375489025' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:15.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:15 smithi060 ceph-mon[116133]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:15.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:15 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/3375489025' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:15.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:15 smithi184 ceph-mon[117159]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:15.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:15 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/3375489025' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:17.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:17 smithi060 ceph-mon[116133]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:17.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:17 smithi053 ceph-mon[111848]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:17.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:17 smithi184 ceph-mon[117159]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:18.781 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:22:19.078 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:22:19.524 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:19 smithi053 ceph-mon[111848]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:19.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:19 smithi184 ceph-mon[117159]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:19.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:19 smithi060 ceph-mon[116133]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:20.342 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:22:20.342 INFO:teuthology.orchestra.run.smithi053.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-30T01:22:20.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:20 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2240421030' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:20.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:20 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2240421030' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:20.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:20 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2240421030' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:21.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:21 smithi053 ceph-mon[111848]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:21.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:21 smithi184 ceph-mon[117159]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:21.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:21 smithi060 ceph-mon[116133]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:23.724 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:22:23.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:23 smithi060 ceph-mon[116133]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:23.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:23 smithi053 ceph-mon[111848]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:23.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:23 smithi184 ceph-mon[117159]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:24.022 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:22:25.276 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:22:25.276 INFO:teuthology.orchestra.run.smithi053.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-30T01:22:25.578 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:25 smithi053 ceph-mon[111848]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:25.578 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:25 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1821860890' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:25.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:25 smithi060 ceph-mon[116133]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:25.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:25 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/1821860890' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:25.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:25 smithi184 ceph-mon[117159]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:25.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:25 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/1821860890' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:27.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:27 smithi060 ceph-mon[116133]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:27.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:27 smithi053 ceph-mon[111848]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:27.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:27 smithi184 ceph-mon[117159]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:28.653 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:22:28.949 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:22:29.585 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:29 smithi053 ceph-mon[111848]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:29.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:29 smithi184 ceph-mon[117159]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:29.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:29 smithi060 ceph-mon[116133]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:30.314 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:22:30.315 INFO:teuthology.orchestra.run.smithi053.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-30T01:22:30.602 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:30 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/3006001731' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:30.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:30 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/3006001731' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:30.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:30 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/3006001731' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:31.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:31 smithi053 ceph-mon[111848]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:31.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:31 smithi184 ceph-mon[117159]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:31.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:31 smithi060 ceph-mon[116133]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:33.656 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:22:33.691 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:33 smithi053 ceph-mon[111848]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:33.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:33 smithi060 ceph-mon[116133]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:33.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:33 smithi184 ceph-mon[117159]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:33.953 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:22:35.236 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:22:35.236 INFO:teuthology.orchestra.run.smithi053.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-30T01:22:35.518 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:35 smithi053 ceph-mon[111848]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:35.518 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:35 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2428500671' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:35.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:35 smithi060 ceph-mon[116133]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:35.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:35 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2428500671' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:35.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:35 smithi184 ceph-mon[117159]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:35.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:35 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2428500671' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:37.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:37 smithi060 ceph-mon[116133]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:37.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:37 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:22:37.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:37 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:22:37.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:37 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:22:37.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:37 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:22:37.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:37 smithi053 ceph-mon[111848]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:37.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:37 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:22:37.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:37 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:22:37.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:37 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:22:37.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:37 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:22:37.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:37 smithi184 ceph-mon[117159]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:37.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:37 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:22:37.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:37 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:22:37.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:37 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:22:37.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:37 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:22:38.603 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:22:38.901 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:22:39.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:39 smithi053 ceph-mon[111848]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:39.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:39 smithi184 ceph-mon[117159]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:39.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:39 smithi060 ceph-mon[116133]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:40.211 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:22:40.211 INFO:teuthology.orchestra.run.smithi053.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-30T01:22:40.501 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:40 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2509287321' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:40.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:40 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2509287321' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:40.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:40 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2509287321' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:41.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:41 smithi184 ceph-mon[117159]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:41.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:41 smithi060 ceph-mon[116133]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:41.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:41 smithi053 ceph-mon[111848]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:43.577 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:22:43.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:43 smithi060 ceph-mon[116133]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:43.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:43 smithi053 ceph-mon[111848]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:43.878 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:22:43.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:43 smithi184 ceph-mon[117159]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:45.107 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:22:45.107 INFO:teuthology.orchestra.run.smithi053.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-30T01:22:45.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:45 smithi060 ceph-mon[116133]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:45.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:45 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2268647893' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:45.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:45 smithi053 ceph-mon[111848]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:45.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:45 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2268647893' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:45.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:45 smithi184 ceph-mon[117159]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:45.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:45 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2268647893' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:47.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:47 smithi060 ceph-mon[116133]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:47.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:47 smithi053 ceph-mon[111848]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:47.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:47 smithi184 ceph-mon[117159]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:48.484 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:22:48.782 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:22:49.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:49 smithi053 ceph-mon[111848]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:49.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:49 smithi184 ceph-mon[117159]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:49.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:49 smithi060 ceph-mon[116133]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:50.115 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:22:50.115 INFO:teuthology.orchestra.run.smithi053.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-30T01:22:50.482 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:50 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2200968409' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:50.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:50 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2200968409' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:50.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:50 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2200968409' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:51.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:51 smithi184 ceph-mon[117159]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:51.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:51 smithi060 ceph-mon[116133]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:51.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:51 smithi053 ceph-mon[111848]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:53.483 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:22:53.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:53 smithi060 ceph-mon[116133]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:53.782 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:22:53.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:53 smithi053 ceph-mon[111848]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:53.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:53 smithi184 ceph-mon[117159]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:55.035 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:22:55.035 INFO:teuthology.orchestra.run.smithi053.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-30T01:22:55.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:55 smithi053 ceph-mon[111848]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:55.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:55 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2172917732' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:55.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:55 smithi060 ceph-mon[116133]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:55.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:55 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2172917732' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:55.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:55 smithi184 ceph-mon[117159]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:55.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:55 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2172917732' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:22:57.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:57 smithi060 ceph-mon[116133]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:57.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:57 smithi053 ceph-mon[111848]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:57.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:57 smithi184 ceph-mon[117159]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:58.417 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:22:58.713 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:22:59.513 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:22:59 smithi053 ceph-mon[111848]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:59.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:22:59 smithi184 ceph-mon[117159]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:59.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:22:59 smithi060 ceph-mon[116133]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:22:59.956 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:22:59.956 INFO:teuthology.orchestra.run.smithi053.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-30T01:23:00.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:00 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/593839838' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:00.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:00 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/593839838' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:00.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:00 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/593839838' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:01.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:01 smithi184 ceph-mon[117159]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:01.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:01 smithi060 ceph-mon[116133]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:01.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:01 smithi053 ceph-mon[111848]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:03.324 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:23:03.625 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:23:03.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:03 smithi060 ceph-mon[116133]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:03.742 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:03 smithi053 ceph-mon[111848]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:03.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:03 smithi184 ceph-mon[117159]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:04.904 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:23:04.905 INFO:teuthology.orchestra.run.smithi053.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-30T01:23:05.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:05 smithi053 ceph-mon[111848]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:05.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:05 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2057701635' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:05.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:05 smithi060 ceph-mon[116133]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:05.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:05 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2057701635' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:05.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:05 smithi184 ceph-mon[117159]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:05.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:05 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2057701635' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:07.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:07 smithi060 ceph-mon[116133]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:07.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:07 smithi053 ceph-mon[111848]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:07.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:07 smithi184 ceph-mon[117159]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:08.281 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:23:08.578 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:23:09.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:09 smithi184 ceph-mon[117159]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:09.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:09 smithi060 ceph-mon[116133]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:09.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:09 smithi053 ceph-mon[111848]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:09.873 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:23:09.873 INFO:teuthology.orchestra.run.smithi053.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-30T01:23:10.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:10 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/436574687' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:10.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:10 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/436574687' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:10.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:10 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/436574687' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:11.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:11 smithi184 ceph-mon[117159]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:11.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:11 smithi060 ceph-mon[116133]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:11.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:11 smithi053 ceph-mon[111848]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:13.255 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:23:13.556 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:23:13.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:13 smithi053 ceph-mon[111848]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:13.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:13 smithi060 ceph-mon[116133]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:13.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:13 smithi184 ceph-mon[117159]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:14.769 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:23:14.769 INFO:teuthology.orchestra.run.smithi053.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-30T01:23:15.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:15 smithi060 ceph-mon[116133]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:15.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:15 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/1143486929' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:15.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:15 smithi053 ceph-mon[111848]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:15.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:15 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1143486929' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:15.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:15 smithi184 ceph-mon[117159]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:15.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:15 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/1143486929' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:17.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:17 smithi060 ceph-mon[116133]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:17.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:17 smithi053 ceph-mon[111848]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:17.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:17 smithi184 ceph-mon[117159]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:18.139 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:23:18.436 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:23:19.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:19 smithi053 ceph-mon[111848]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:19.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:19 smithi184 ceph-mon[117159]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:19.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:19 smithi060 ceph-mon[116133]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:19.736 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:23:19.736 INFO:teuthology.orchestra.run.smithi053.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-30T01:23:20.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:20 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1958367667' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:20.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:20 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/1958367667' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:20.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:20 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/1958367667' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:21.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:21 smithi184 ceph-mon[117159]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:21.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:21 smithi060 ceph-mon[116133]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:21.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:21 smithi053 ceph-mon[111848]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:23.121 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:23:23.421 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:23:23.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:23 smithi060 ceph-mon[116133]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:23.729 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:23 smithi053 ceph-mon[111848]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:23.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:23 smithi184 ceph-mon[117159]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:24.721 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:23:24.721 INFO:teuthology.orchestra.run.smithi053.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-30T01:23:25.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:25 smithi060 ceph-mon[116133]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:25.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:25 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/4057012875' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:25.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:25 smithi053 ceph-mon[111848]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:25.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:25 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/4057012875' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:25.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:25 smithi184 ceph-mon[117159]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:25.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:25 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/4057012875' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:27.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:27 smithi060 ceph-mon[116133]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:27.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:27 smithi053 ceph-mon[111848]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:27.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:27 smithi184 ceph-mon[117159]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:28.127 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:23:28.425 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:23:29.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:29 smithi053 ceph-mon[111848]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:29.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:29 smithi184 ceph-mon[117159]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:29.677 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:23:29.678 INFO:teuthology.orchestra.run.smithi053.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-30T01:23:29.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:29 smithi060 ceph-mon[116133]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:30.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:30 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2966727264' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:30.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:30 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2966727264' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:30.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:30 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2966727264' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:31.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:31 smithi184 ceph-mon[117159]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:31.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:31 smithi060 ceph-mon[116133]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:31.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:31 smithi053 ceph-mon[111848]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:33.053 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:23:33.350 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:23:33.683 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:33 smithi053 ceph-mon[111848]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:33.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:33 smithi060 ceph-mon[116133]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:33.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:33 smithi184 ceph-mon[117159]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:34.667 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:23:34.667 INFO:teuthology.orchestra.run.smithi053.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-30T01:23:35.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:35 smithi060 ceph-mon[116133]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:35.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:35 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/1794664781' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:35.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:35 smithi053 ceph-mon[111848]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:35.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:35 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1794664781' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:35.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:35 smithi184 ceph-mon[117159]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:35.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:35 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/1794664781' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:37.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:37 smithi060 ceph-mon[116133]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:37.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:37 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:23:37.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:37 smithi053 ceph-mon[111848]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:37.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:37 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:23:37.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:37 smithi184 ceph-mon[117159]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:37.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:37 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:23:38.086 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:23:38.387 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:23:38.712 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:38 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:23:38.712 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:38 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:23:38.712 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:38 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:23:38.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:38 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:23:38.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:38 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:23:38.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:38 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:23:38.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:38 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:23:38.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:38 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:23:38.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:38 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:23:39.714 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:23:39.714 INFO:teuthology.orchestra.run.smithi053.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-30T01:23:39.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:39 smithi060 ceph-mon[116133]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:39.739 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:39 smithi053 ceph-mon[111848]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:39.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:39 smithi184 ceph-mon[117159]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:40.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:40 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/3154152408' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:40.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:40 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/3154152408' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:40.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:40 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/3154152408' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:41.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:41 smithi060 ceph-mon[116133]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:41.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:41 smithi053 ceph-mon[111848]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:41.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:41 smithi184 ceph-mon[117159]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:43.085 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:23:43.382 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:23:43.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:43 smithi060 ceph-mon[116133]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:43.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:43 smithi053 ceph-mon[111848]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:43.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:43 smithi184 ceph-mon[117159]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:44.719 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:23:44.720 INFO:teuthology.orchestra.run.smithi053.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-30T01:23:45.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:45 smithi060 ceph-mon[116133]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:45.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:45 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/90402660' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:45.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:45 smithi053 ceph-mon[111848]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:45.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:45 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/90402660' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:45.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:45 smithi184 ceph-mon[117159]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:45.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:45 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/90402660' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:47.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:47 smithi060 ceph-mon[116133]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:47.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:47 smithi053 ceph-mon[111848]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:47.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:47 smithi184 ceph-mon[117159]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:48.100 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:23:48.399 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:23:49.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:49 smithi053 ceph-mon[111848]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:49.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:49 smithi184 ceph-mon[117159]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:49.648 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:23:49.649 INFO:teuthology.orchestra.run.smithi053.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-30T01:23:49.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:49 smithi060 ceph-mon[116133]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:50.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:50 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/3665090548' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:50.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:50 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/3665090548' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:50.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:50 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/3665090548' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:51.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:51 smithi184 ceph-mon[117159]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:51.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:51 smithi060 ceph-mon[116133]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:51.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:51 smithi053 ceph-mon[111848]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:53.026 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:23:53.325 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:23:53.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:53 smithi060 ceph-mon[116133]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:53.820 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:53 smithi053 ceph-mon[111848]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:53.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:53 smithi184 ceph-mon[117159]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:54.616 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:23:54.616 INFO:teuthology.orchestra.run.smithi053.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-30T01:23:55.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:55 smithi060 ceph-mon[116133]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:55.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:55 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2092418483' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:55.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:55 smithi053 ceph-mon[111848]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:55.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:55 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2092418483' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:55.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:55 smithi184 ceph-mon[117159]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:55.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:55 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2092418483' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:23:57.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:57 smithi060 ceph-mon[116133]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:57.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:57 smithi053 ceph-mon[111848]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:57.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:57 smithi184 ceph-mon[117159]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:57.991 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:23:58.289 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:23:59.566 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:23:59.566 INFO:teuthology.orchestra.run.smithi053.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-30T01:23:59.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:23:59 smithi184 ceph-mon[117159]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:59.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:23:59 smithi060 ceph-mon[116133]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:23:59.753 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:23:59 smithi053 ceph-mon[111848]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:00.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:00 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/1570650879' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:00.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:00 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/1570650879' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:00.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:00 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1570650879' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:01.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:01 smithi184 ceph-mon[117159]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:01.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:01 smithi060 ceph-mon[116133]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:01.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:01 smithi053 ceph-mon[111848]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:02.949 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:24:03.246 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:24:03.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:03 smithi053 ceph-mon[111848]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:03.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:03 smithi060 ceph-mon[116133]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:03.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:03 smithi184 ceph-mon[117159]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:04.582 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:24:04.582 INFO:teuthology.orchestra.run.smithi053.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-30T01:24:05.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:05 smithi060 ceph-mon[116133]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:05.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:05 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2469849257' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:05.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:05 smithi053 ceph-mon[111848]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:05.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:05 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2469849257' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:05.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:05 smithi184 ceph-mon[117159]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:05.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:05 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2469849257' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:07.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:07 smithi060 ceph-mon[116133]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:07.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:07 smithi053 ceph-mon[111848]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:07.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:07 smithi184 ceph-mon[117159]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:07.965 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:24:08.261 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:24:09.550 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:24:09.550 INFO:teuthology.orchestra.run.smithi053.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-30T01:24:09.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:09 smithi184 ceph-mon[117159]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:09.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:09 smithi060 ceph-mon[116133]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:09.734 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:09 smithi053 ceph-mon[111848]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:10.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:10 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/1156760803' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:10.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:10 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/1156760803' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:10.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:10 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1156760803' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:11.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:11 smithi184 ceph-mon[117159]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:11.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:11 smithi060 ceph-mon[116133]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:11.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:11 smithi053 ceph-mon[111848]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:12.956 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:24:13.253 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:24:13.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:13 smithi060 ceph-mon[116133]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:13.742 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:13 smithi053 ceph-mon[111848]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:13.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:13 smithi184 ceph-mon[117159]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:14.528 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:24:14.528 INFO:teuthology.orchestra.run.smithi053.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-30T01:24:15.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:15 smithi060 ceph-mon[116133]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:15.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:15 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2428953788' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:15.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:15 smithi053 ceph-mon[111848]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:15.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:15 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2428953788' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:15.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:15 smithi184 ceph-mon[117159]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:15.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:15 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2428953788' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:17.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:17 smithi060 ceph-mon[116133]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:17.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:17 smithi053 ceph-mon[111848]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:17.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:17 smithi184 ceph-mon[117159]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:17.904 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:24:18.202 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:24:19.521 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:24:19.522 INFO:teuthology.orchestra.run.smithi053.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-30T01:24:19.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:19 smithi184 ceph-mon[117159]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:19.691 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:19 smithi053 ceph-mon[111848]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:19.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:19 smithi060 ceph-mon[116133]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:20.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:20 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/3293166694' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:20.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:20 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/3293166694' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:20.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:20 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/3293166694' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:21.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:21 smithi184 ceph-mon[117159]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:21.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:21 smithi060 ceph-mon[116133]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:21.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:21 smithi053 ceph-mon[111848]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:22.913 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:24:23.210 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:24:23.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:23 smithi053 ceph-mon[111848]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:23.730 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:23 smithi060 ceph-mon[116133]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:23.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:23 smithi184 ceph-mon[117159]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:24.453 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:24:24.453 INFO:teuthology.orchestra.run.smithi053.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-30T01:24:25.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:25 smithi060 ceph-mon[116133]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:25.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:25 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2314656336' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:25.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:25 smithi053 ceph-mon[111848]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:25.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:25 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2314656336' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:25.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:25 smithi184 ceph-mon[117159]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:25.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:25 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2314656336' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:27.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:27 smithi060 ceph-mon[116133]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:27.837 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:24:27.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:27 smithi053 ceph-mon[111848]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:27.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:27 smithi184 ceph-mon[117159]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:28.134 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:24:29.440 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:24:29.494 INFO:teuthology.orchestra.run.smithi053.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-30T01:24:29.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:29 smithi184 ceph-mon[117159]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:29.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:29 smithi060 ceph-mon[116133]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:29.736 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:29 smithi053 ceph-mon[111848]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:30.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:30 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/3277493457' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:30.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:30 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/3277493457' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:30.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:30 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/3277493457' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:31.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:31 smithi184 ceph-mon[117159]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:31.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:31 smithi060 ceph-mon[116133]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:31.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:31 smithi053 ceph-mon[111848]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:32.820 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:24:33.117 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:24:33.564 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:33 smithi053 ceph-mon[111848]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:33.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:33 smithi060 ceph-mon[116133]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:33.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:33 smithi184 ceph-mon[117159]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:34.358 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:24:34.358 INFO:teuthology.orchestra.run.smithi053.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-30T01:24:34.660 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:34 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1730579377' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:34.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:34 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/1730579377' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:34.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:34 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/1730579377' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:35.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:35 smithi060 ceph-mon[116133]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:35.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:35 smithi053 ceph-mon[111848]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:35.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:35 smithi184 ceph-mon[117159]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:37.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:37 smithi060 ceph-mon[116133]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:37.734 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:24:37.770 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:37 smithi053 ceph-mon[111848]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:37.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:37 smithi184 ceph-mon[117159]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:38.041 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:24:38.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:38 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:24:38.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:38 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:24:38.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:38 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:24:39.342 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:24:39.342 INFO:teuthology.orchestra.run.smithi053.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-30T01:24:39.635 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:39 smithi053 ceph-mon[111848]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:39.635 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:39 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:24:39.635 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:39 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:24:39.635 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:39 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:24:39.635 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:39 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/3416069693' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:39.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:39 smithi060 ceph-mon[116133]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:39.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:39 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:24:39.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:39 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:24:39.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:39 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:24:39.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:39 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/3416069693' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:39.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:39 smithi184 ceph-mon[117159]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:39.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:39 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:24:39.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:39 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:24:39.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:39 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:24:39.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:39 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/3416069693' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:41.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:41 smithi060 ceph-mon[116133]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:41.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:41 smithi053 ceph-mon[111848]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:41.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:41 smithi184 ceph-mon[117159]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:42.720 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:24:43.018 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:24:43.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:43 smithi060 ceph-mon[116133]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:43.855 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:43 smithi053 ceph-mon[111848]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:43.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:43 smithi184 ceph-mon[117159]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:44.309 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:24:44.309 INFO:teuthology.orchestra.run.smithi053.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-30T01:24:44.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:44 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/908928183' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:44.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:44 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/908928183' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:44.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:44 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/908928183' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:45.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:45 smithi060 ceph-mon[116133]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:45.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:45 smithi053 ceph-mon[111848]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:45.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:45 smithi184 ceph-mon[117159]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:47.701 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:24:47.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:47 smithi060 ceph-mon[116133]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:47.737 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:47 smithi053 ceph-mon[111848]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:47.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:47 smithi184 ceph-mon[117159]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:48.000 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:24:49.218 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:24:49.218 INFO:teuthology.orchestra.run.smithi053.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-30T01:24:49.501 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:49 smithi053 ceph-mon[111848]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:49.501 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:49 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1480103151' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:49.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:49 smithi184 ceph-mon[117159]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:49.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:49 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/1480103151' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:49.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:49 smithi060 ceph-mon[116133]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:49.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:49 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/1480103151' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:51.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:51 smithi060 ceph-mon[116133]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:51.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:51 smithi053 ceph-mon[111848]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:51.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:51 smithi184 ceph-mon[117159]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:52.593 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:24:52.892 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:24:53.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:53 smithi060 ceph-mon[116133]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:53.731 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:53 smithi053 ceph-mon[111848]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:53.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:53 smithi184 ceph-mon[117159]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:54.191 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:24:54.191 INFO:teuthology.orchestra.run.smithi053.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-30T01:24:54.499 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:54 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/132378874' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:54.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:54 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/132378874' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:54.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:54 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/132378874' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:55.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:55 smithi060 ceph-mon[116133]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:55.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:55 smithi053 ceph-mon[111848]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:55.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:55 smithi184 ceph-mon[117159]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:57.559 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:24:57.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:57 smithi060 ceph-mon[116133]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:57.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:57 smithi053 ceph-mon[111848]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:57.856 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:24:57.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:57 smithi184 ceph-mon[117159]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:59.136 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:24:59.136 INFO:teuthology.orchestra.run.smithi053.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-30T01:24:59.449 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:59 smithi053 ceph-mon[111848]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:59.449 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:24:59 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/286570361' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:59.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:59 smithi184 ceph-mon[117159]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:59.638 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:24:59 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/286570361' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:24:59.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:59 smithi060 ceph-mon[116133]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:24:59.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:24:59 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/286570361' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:01.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:01 smithi060 ceph-mon[116133]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:01.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:01 smithi053 ceph-mon[111848]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:01.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:01 smithi184 ceph-mon[117159]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:02.524 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:25:02.827 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:25:03.605 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:03 smithi053 ceph-mon[111848]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:03.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:03 smithi060 ceph-mon[116133]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:03.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:03 smithi184 ceph-mon[117159]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:04.064 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:25:04.064 INFO:teuthology.orchestra.run.smithi053.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-30T01:25:04.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:04 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1872489975' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:04.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:04 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/1872489975' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:04.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:04 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/1872489975' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:05.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:05 smithi060 ceph-mon[116133]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:05.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:05 smithi053 ceph-mon[111848]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:05.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:05 smithi184 ceph-mon[117159]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:07.449 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:25:07.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:07 smithi060 ceph-mon[116133]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:07.746 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:25:07.851 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:07 smithi053 ceph-mon[111848]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:07.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:07 smithi184 ceph-mon[117159]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:08.976 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:25:08.976 INFO:teuthology.orchestra.run.smithi053.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-30T01:25:09.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:09 smithi053 ceph-mon[111848]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:09.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:09 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2955210950' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:09.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:09 smithi060 ceph-mon[116133]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:09.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:09 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2955210950' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:09.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:09 smithi184 ceph-mon[117159]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:09.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:09 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2955210950' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:11.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:11 smithi060 ceph-mon[116133]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:11.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:11 smithi053 ceph-mon[111848]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:11.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:11 smithi184 ceph-mon[117159]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:12.365 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:25:12.662 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:25:13.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:13 smithi060 ceph-mon[116133]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:13.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:13 smithi053 ceph-mon[111848]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:13.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:13 smithi184 ceph-mon[117159]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:13.950 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:25:13.950 INFO:teuthology.orchestra.run.smithi053.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-30T01:25:14.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:14 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/926578648' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:14.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:14 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/926578648' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:14.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:14 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/926578648' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:15.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:15 smithi060 ceph-mon[116133]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:15.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:15 smithi053 ceph-mon[111848]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:15.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:15 smithi184 ceph-mon[117159]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:17.322 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:25:17.618 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:25:17.716 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:17 smithi053 ceph-mon[111848]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:17.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:17 smithi060 ceph-mon[116133]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:17.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:17 smithi184 ceph-mon[117159]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:18.955 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:25:18.955 INFO:teuthology.orchestra.run.smithi053.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-30T01:25:19.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:19 smithi053 ceph-mon[111848]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:19.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:19 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/3033211570' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:19.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:19 smithi060 ceph-mon[116133]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:19.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:19 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/3033211570' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:19.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:19 smithi184 ceph-mon[117159]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:19.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:19 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/3033211570' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:21.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:21 smithi060 ceph-mon[116133]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:21.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:21 smithi053 ceph-mon[111848]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:21.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:21 smithi184 ceph-mon[117159]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:22.331 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:25:22.628 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:25:23.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:23 smithi060 ceph-mon[116133]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:23.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:23 smithi053 ceph-mon[111848]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:23.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:23 smithi184 ceph-mon[117159]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:23.925 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:25:23.925 INFO:teuthology.orchestra.run.smithi053.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-30T01:25:24.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:24 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2062324855' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:24.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:24 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2062324855' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:24.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:24 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2062324855' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:25.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:25 smithi060 ceph-mon[116133]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:25.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:25 smithi053 ceph-mon[111848]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:25.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:25 smithi184 ceph-mon[117159]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:27.338 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:25:27.639 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:25:27.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:27 smithi060 ceph-mon[116133]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:27.757 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:27 smithi053 ceph-mon[111848]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:27.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:27 smithi184 ceph-mon[117159]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:28.904 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:25:28.904 INFO:teuthology.orchestra.run.smithi053.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-30T01:25:29.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:29 smithi053 ceph-mon[111848]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:29.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:29 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/3334845351' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:29.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:29 smithi060 ceph-mon[116133]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:29.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:29 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/3334845351' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:29.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:29 smithi184 ceph-mon[117159]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:29.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:29 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/3334845351' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:31.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:31 smithi060 ceph-mon[116133]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:31.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:31 smithi053 ceph-mon[111848]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:31.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:31 smithi184 ceph-mon[117159]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:32.270 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:25:32.571 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:25:33.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:33 smithi053 ceph-mon[111848]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:33.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:33 smithi060 ceph-mon[116133]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:33.830 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:25:33.830 INFO:teuthology.orchestra.run.smithi053.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-30T01:25:33.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:33 smithi184 ceph-mon[117159]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:34.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:34 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/3545700259' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:34.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:34 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/3545700259' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:34.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:34 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/3545700259' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:35.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:35 smithi060 ceph-mon[116133]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:35.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:35 smithi053 ceph-mon[111848]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:35.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:35 smithi184 ceph-mon[117159]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:37.237 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:25:37.533 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:25:37.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:37 smithi053 ceph-mon[111848]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:37.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:37 smithi060 ceph-mon[116133]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:37.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:37 smithi184 ceph-mon[117159]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:38.788 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:25:38.788 INFO:teuthology.orchestra.run.smithi053.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-30T01:25:39.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:39 smithi053 ceph-mon[111848]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:39.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:39 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:25:39.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:39 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2973840035' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:39.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:39 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:25:39.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:39 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:25:39.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:39 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:25:39.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:39 smithi060 ceph-mon[116133]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:39.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:39 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:25:39.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:39 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2973840035' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:39.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:39 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:25:39.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:39 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:25:39.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:39 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:25:39.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:39 smithi184 ceph-mon[117159]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:39.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:39 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:25:39.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:39 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2973840035' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:39.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:39 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:25:39.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:39 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:25:39.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:39 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:25:41.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:41 smithi060 ceph-mon[116133]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:41.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:41 smithi053 ceph-mon[111848]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:41.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:41 smithi184 ceph-mon[117159]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:42.171 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:25:42.468 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:25:43.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:43 smithi053 ceph-mon[111848]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:43.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:43 smithi060 ceph-mon[116133]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:43.752 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:25:43.752 INFO:teuthology.orchestra.run.smithi053.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-30T01:25:43.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:43 smithi184 ceph-mon[117159]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:44.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:44 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2091873130' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:44.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:44 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2091873130' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:44.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:44 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2091873130' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:45.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:45 smithi060 ceph-mon[116133]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:45.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:45 smithi053 ceph-mon[111848]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:45.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:45 smithi184 ceph-mon[117159]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:47.144 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:25:47.445 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:25:47.556 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:47 smithi053 ceph-mon[111848]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:47.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:47 smithi060 ceph-mon[116133]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:47.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:47 smithi184 ceph-mon[117159]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:48.708 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:25:48.708 INFO:teuthology.orchestra.run.smithi053.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-30T01:25:49.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:49 smithi060 ceph-mon[116133]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:49.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:49 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2878607799' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:49.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:49 smithi053 ceph-mon[111848]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:49.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:49 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2878607799' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:49.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:49 smithi184 ceph-mon[117159]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:49.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:49 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2878607799' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:51.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:51 smithi060 ceph-mon[116133]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:51.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:51 smithi053 ceph-mon[111848]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:51.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:51 smithi184 ceph-mon[117159]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:52.095 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:25:52.392 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:25:53.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:53 smithi053 ceph-mon[111848]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:53.651 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:25:53.652 INFO:teuthology.orchestra.run.smithi053.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-30T01:25:53.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:53 smithi060 ceph-mon[116133]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:53.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:53 smithi184 ceph-mon[117159]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:54.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:54 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2955263649' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:54.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:54 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2955263649' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:54.890 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:54 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2955263649' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:55.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:55 smithi060 ceph-mon[116133]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:55.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:55 smithi053 ceph-mon[111848]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:55.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:55 smithi184 ceph-mon[117159]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:57.077 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:25:57.375 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:25:57.664 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:57 smithi053 ceph-mon[111848]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:57.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:57 smithi060 ceph-mon[116133]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:57.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:57 smithi184 ceph-mon[117159]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:58.646 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:25:58.646 INFO:teuthology.orchestra.run.smithi053.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-30T01:25:59.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:59 smithi060 ceph-mon[116133]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:59.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:25:59 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/1402770483' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:59.857 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:59 smithi053 ceph-mon[111848]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:59.857 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:25:59 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1402770483' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:25:59.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:59 smithi184 ceph-mon[117159]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:25:59.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:25:59 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/1402770483' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:01.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:01 smithi060 ceph-mon[116133]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:01.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:01 smithi053 ceph-mon[111848]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:01.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:01 smithi184 ceph-mon[117159]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:02.024 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:26:02.320 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:26:03.604 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:03 smithi053 ceph-mon[111848]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:03.687 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:26:03.687 INFO:teuthology.orchestra.run.smithi053.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-30T01:26:03.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:03 smithi060 ceph-mon[116133]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:03.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:03 smithi184 ceph-mon[117159]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:04.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:04 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/1291840235' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:04.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:04 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1291840235' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:04.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:04 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/1291840235' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:05.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:05 smithi060 ceph-mon[116133]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:05.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:05 smithi053 ceph-mon[111848]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:05.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:05 smithi184 ceph-mon[117159]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:07.074 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:26:07.371 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:26:07.678 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:07 smithi053 ceph-mon[111848]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:07.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:07 smithi060 ceph-mon[116133]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:07.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:07 smithi184 ceph-mon[117159]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:08.625 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:26:08.626 INFO:teuthology.orchestra.run.smithi053.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-30T01:26:09.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:09 smithi060 ceph-mon[116133]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:09.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:09 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/1607611173' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:09.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:09 smithi053 ceph-mon[111848]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:09.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:09 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1607611173' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:09.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:09 smithi184 ceph-mon[117159]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:09.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:09 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/1607611173' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:11.727 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:11 smithi060 ceph-mon[116133]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:11.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:11 smithi053 ceph-mon[111848]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:11.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:11 smithi184 ceph-mon[117159]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:11.999 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:26:12.300 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:26:13.599 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:26:13.599 INFO:teuthology.orchestra.run.smithi053.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-30T01:26:13.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:13 smithi060 ceph-mon[116133]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:13.776 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:13 smithi053 ceph-mon[111848]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:13.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:13 smithi184 ceph-mon[117159]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:14.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:14 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/4272099644' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:14.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:14 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/4272099644' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:14.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:14 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/4272099644' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:15.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:15 smithi060 ceph-mon[116133]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:15.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:15 smithi053 ceph-mon[111848]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:15.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:15 smithi184 ceph-mon[117159]: pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:16.991 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:26:17.291 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:26:17.726 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:17 smithi053 ceph-mon[111848]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:17.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:17 smithi060 ceph-mon[116133]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:17.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:17 smithi184 ceph-mon[117159]: pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:18.526 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:26:18.526 INFO:teuthology.orchestra.run.smithi053.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-30T01:26:19.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:19 smithi060 ceph-mon[116133]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:19.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:19 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/4278422944' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:19.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:19 smithi053 ceph-mon[111848]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:19.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:19 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/4278422944' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:19.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:19 smithi184 ceph-mon[117159]: pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:19.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:19 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/4278422944' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:21.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:21 smithi060 ceph-mon[116133]: pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:21.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:21 smithi053 ceph-mon[111848]: pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:21.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:21 smithi184 ceph-mon[117159]: pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:21.922 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:26:22.219 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:26:23.497 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:26:23.497 INFO:teuthology.orchestra.run.smithi053.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-30T01:26:23.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:23 smithi060 ceph-mon[116133]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:23.746 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:23 smithi053 ceph-mon[111848]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:23.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:23 smithi184 ceph-mon[117159]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:24.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:24 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/4014518243' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:24.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:24 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/4014518243' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:24.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:24 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/4014518243' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:25.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:25 smithi060 ceph-mon[116133]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:25.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:25 smithi053 ceph-mon[111848]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:25.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:25 smithi184 ceph-mon[117159]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:26.872 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:26:27.171 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:26:27.603 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:27 smithi053 ceph-mon[111848]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:27.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:27 smithi060 ceph-mon[116133]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:27.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:27 smithi184 ceph-mon[117159]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:28.453 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:26:28.453 INFO:teuthology.orchestra.run.smithi053.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-30T01:26:29.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:29 smithi060 ceph-mon[116133]: pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:29.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:29 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2923373235' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:29.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:29 smithi053 ceph-mon[111848]: pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:29.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:29 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2923373235' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:29.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:29 smithi184 ceph-mon[117159]: pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:29.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:29 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2923373235' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:31.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:31 smithi060 ceph-mon[116133]: pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:31.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:31 smithi053 ceph-mon[111848]: pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:31.855 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:26:31.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:31 smithi184 ceph-mon[117159]: pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:32.153 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:26:33.409 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:26:33.409 INFO:teuthology.orchestra.run.smithi053.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-30T01:26:33.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:33 smithi060 ceph-mon[116133]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:33.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:33 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/1040372800' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:33.784 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:33 smithi053 ceph-mon[111848]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:33.785 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:33 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/1040372800' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:33.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:33 smithi184 ceph-mon[117159]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:33.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:33 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/1040372800' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:35.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:35 smithi060 ceph-mon[116133]: pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:35.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:35 smithi053 ceph-mon[111848]: pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:35.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:35 smithi184 ceph-mon[117159]: pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:36.786 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:26:37.085 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:26:37.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:37 smithi060 ceph-mon[116133]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:37.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:37 smithi053 ceph-mon[111848]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:37.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:37 smithi184 ceph-mon[117159]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:38.456 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:26:38.456 INFO:teuthology.orchestra.run.smithi053.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-30T01:26:39.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:39 smithi060 ceph-mon[116133]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:39.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:39 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/3799546856' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:39.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:39 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:26:39.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:39 smithi053 ceph-mon[111848]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:39.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:39 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/3799546856' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:39.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:39 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:26:39.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:39 smithi184 ceph-mon[117159]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:39.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:39 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/3799546856' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:39.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:39 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T01:26:40.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:40 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:26:40.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:40 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:26:40.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:40 smithi060 ceph-mon[116133]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:26:40.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:40 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:26:40.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:40 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:26:40.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:40 smithi053 ceph-mon[111848]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:26:40.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:40 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T01:26:40.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:40 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T01:26:40.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:40 smithi184 ceph-mon[117159]: from='mgr.14152 172.21.15.53:0/2595301718' entity='mgr.a' 2023-09-30T01:26:41.852 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:26:42.150 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:26:42.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:41 smithi060 ceph-mon[116133]: pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:42.298 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:41 smithi053 ceph-mon[111848]: pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:42.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:41 smithi184 ceph-mon[117159]: pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:43.428 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:26:43.429 INFO:teuthology.orchestra.run.smithi053.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-30T01:26:44.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:43 smithi053 ceph-mon[111848]: pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:44.103 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:43 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/4205443719' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:44.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:43 smithi060 ceph-mon[116133]: pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:44.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:43 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/4205443719' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:44.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:43 smithi184 ceph-mon[117159]: pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:44.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:43 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/4205443719' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:46.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:45 smithi060 ceph-mon[116133]: pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:46.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:45 smithi053 ceph-mon[111848]: pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:46.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:45 smithi184 ceph-mon[117159]: pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:46.826 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:26:47.126 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:26:48.226 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:47 smithi060 ceph-mon[116133]: pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:48.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:47 smithi053 ceph-mon[111848]: pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:48.388 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:47 smithi184 ceph-mon[117159]: pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:48.443 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:26:48.444 INFO:teuthology.orchestra.run.smithi053.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-30T01:26:49.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:49 smithi060 ceph-mon[116133]: pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:49.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:49 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2173543732' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:49.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:49 smithi053 ceph-mon[111848]: pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:49.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:49 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2173543732' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:49.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:49 smithi184 ceph-mon[117159]: pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:49.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:49 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2173543732' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:51.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:51 smithi060 ceph-mon[116133]: pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:51.818 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:26:51.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:51 smithi053 ceph-mon[111848]: pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:51.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:51 smithi184 ceph-mon[117159]: pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:52.115 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:26:53.377 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:26:53.377 INFO:teuthology.orchestra.run.smithi053.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-30T01:26:53.692 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:53 smithi053 ceph-mon[111848]: pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:53.693 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:53 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2229008972' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:53.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:53 smithi060 ceph-mon[116133]: pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:53.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:53 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2229008972' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:53.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:53 smithi184 ceph-mon[117159]: pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:53.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:53 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2229008972' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:55.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:55 smithi060 ceph-mon[116133]: pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:55.854 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:55 smithi053 ceph-mon[111848]: pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:55.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:55 smithi184 ceph-mon[117159]: pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:56.760 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:26:57.058 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:26:57.691 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:57 smithi053 ceph-mon[111848]: pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:57.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:57 smithi060 ceph-mon[116133]: pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:57.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:57 smithi184 ceph-mon[117159]: pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:58.332 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:26:58.332 INFO:teuthology.orchestra.run.smithi053.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-30T01:26:58.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:58 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/277352690' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:58.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:58 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/277352690' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:58.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:58 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/277352690' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:26:59.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:26:59 smithi060 ceph-mon[116133]: pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:59.853 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:26:59 smithi053 ceph-mon[111848]: pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:26:59.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:26:59 smithi184 ceph-mon[117159]: pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:27:01.700 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:93dce5e17918f8aca65993a7a2dc40233a47b481 shell --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T01:27:01.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:27:01 smithi060 ceph-mon[116133]: pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:27:01.736 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:27:01 smithi053 ceph-mon[111848]: pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:27:01.888 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:27:01 smithi184 ceph-mon[117159]: pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:27:01.999 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T01:27:03.253 INFO:teuthology.orchestra.run.smithi053.stdout: 2023-09-30T01:27:03.253 INFO:teuthology.orchestra.run.smithi053.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-30T01:27:03.557 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:27:03 smithi053 ceph-mon[111848]: pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:27:03.557 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:27:03 smithi053 ceph-mon[111848]: from='client.? 172.21.15.53:0/2025742147' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:27:03.640 INFO:tasks.cephadm:Teardown begin 2023-09-30T01:27:03.640 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-30T01:27:03.642 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T01:27:03.719 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T01:27:03.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:27:03 smithi060 ceph-mon[116133]: pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:27:03.726 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:27:03 smithi060 ceph-mon[116133]: from='client.? 172.21.15.53:0/2025742147' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:27:03.759 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T01:27:03.793 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:27:03 smithi184 ceph-mon[117159]: pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 20 MiB used, 268 GiB / 268 GiB avail 2023-09-30T01:27:03.793 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:27:03 smithi184 ceph-mon[117159]: from='client.? 172.21.15.53:0/2025742147' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T01:27:03.797 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-09-30T01:27:03.797 DEBUG:teuthology.orchestra.run.smithi053:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-30T01:27:03.822 DEBUG:teuthology.orchestra.run.smithi060:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-30T01:27:03.845 DEBUG:teuthology.orchestra.run.smithi184:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-30T01:27:03.866 INFO:tasks.cephadm:Stopping all daemons... 2023-09-30T01:27:03.867 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-09-30T01:27:03.867 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mon.a 2023-09-30T01:27:04.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:27:03 smithi053 systemd[1]: Stopping Ceph mon.a for 398b8456-5f2f-11ee-8db4-212e2dc638e7... 2023-09-30T01:27:04.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:27:04 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-a[111825]: 2023-09-30T01:27:04.103+0000 7fa898676700 -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-30T01:27:04.354 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:27:04 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-a[111825]: 2023-09-30T01:27:04.104+0000 7fa898676700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-09-30T01:27:04.781 INFO:journalctl@ceph.mon.a.smithi053.stdout:Sep 30 01:27:04 smithi053 bash[153036]: ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-a 2023-09-30T01:27:04.789 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mon.a.service' 2023-09-30T01:27:04.852 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T01:27:04.853 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-09-30T01:27:04.853 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2023-09-30T01:27:04.853 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mon.b 2023-09-30T01:27:05.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:27:04 smithi060 systemd[1]: Stopping Ceph mon.b for 398b8456-5f2f-11ee-8db4-212e2dc638e7... 2023-09-30T01:27:05.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:27:05 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-b[116109]: 2023-09-30T01:27:05.105+0000 7ff92a240700 -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-30T01:27:05.227 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:27:05 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-b[116109]: 2023-09-30T01:27:05.105+0000 7ff92a240700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-09-30T01:27:05.657 INFO:journalctl@ceph.mon.b.smithi060.stdout:Sep 30 01:27:05 smithi060 bash[127135]: ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-b 2023-09-30T01:27:05.665 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mon.b.service' 2023-09-30T01:27:05.722 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T01:27:05.722 INFO:tasks.cephadm.mon.c:Stopped mon.b 2023-09-30T01:27:05.722 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2023-09-30T01:27:05.723 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mon.c 2023-09-30T01:27:06.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:27:05 smithi184 systemd[1]: Stopping Ceph mon.c for 398b8456-5f2f-11ee-8db4-212e2dc638e7... 2023-09-30T01:27:06.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:27:05 smithi184 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-c[117121]: 2023-09-30T01:27:05.953+0000 7f4c1ccd5700 -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-30T01:27:06.138 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:27:05 smithi184 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-c[117121]: 2023-09-30T01:27:05.953+0000 7f4c1ccd5700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-09-30T01:27:06.568 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 30 01:27:06 smithi184 bash[128146]: ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mon-c 2023-09-30T01:27:06.575 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mon.c.service' 2023-09-30T01:27:06.659 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T01:27:06.659 INFO:tasks.cephadm.mon.c:Stopped mon.c 2023-09-30T01:27:06.659 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2023-09-30T01:27:06.659 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mgr.a 2023-09-30T01:27:07.003 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:27:06 smithi053 systemd[1]: Stopping Ceph mgr.a for 398b8456-5f2f-11ee-8db4-212e2dc638e7... 2023-09-30T01:27:07.003 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:27:06 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a[112097]: 2023-09-30T01:27:06.883+0000 7fd86ef2f700 -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-30T01:27:07.353 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Sep 30 01:27:07 smithi053 bash[153181]: ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-a 2023-09-30T01:27:07.359 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mgr.a.service' 2023-09-30T01:27:07.399 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T01:27:07.400 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2023-09-30T01:27:07.400 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2023-09-30T01:27:07.400 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mgr.b 2023-09-30T01:27:07.726 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:27:07 smithi060 systemd[1]: Stopping Ceph mgr.b for 398b8456-5f2f-11ee-8db4-212e2dc638e7... 2023-09-30T01:27:08.036 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:27:07 smithi060 bash[127295]: ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-mgr-b 2023-09-30T01:27:08.036 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Sep 30 01:27:07 smithi060 systemd[1]: ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mgr.b.service: Main process exited, code=exited, status=143/n/a 2023-09-30T01:27:08.042 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@mgr.b.service' 2023-09-30T01:27:08.081 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T01:27:08.081 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2023-09-30T01:27:08.081 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-09-30T01:27:08.081 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@osd.0 2023-09-30T01:27:08.604 INFO:journalctl@ceph.osd.0.smithi053.stdout:Sep 30 01:27:08 smithi053 systemd[1]: Stopping Ceph osd.0 for 398b8456-5f2f-11ee-8db4-212e2dc638e7... 2023-09-30T01:27:08.604 INFO:journalctl@ceph.osd.0.smithi053.stdout:Sep 30 01:27:08 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-0[129936]: 2023-09-30T01:27:08.310+0000 7f1187187700 -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-30T01:27:08.604 INFO:journalctl@ceph.osd.0.smithi053.stdout:Sep 30 01:27:08 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-0[129936]: 2023-09-30T01:27:08.310+0000 7f1187187700 -1 osd.0 21 *** Got signal Terminated *** 2023-09-30T01:27:08.604 INFO:journalctl@ceph.osd.0.smithi053.stdout:Sep 30 01:27:08 smithi053 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-0[129936]: 2023-09-30T01:27:08.310+0000 7f1187187700 -1 osd.0 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T01:27:14.353 INFO:journalctl@ceph.osd.0.smithi053.stdout:Sep 30 01:27:13 smithi053 bash[153326]: ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-0 2023-09-30T01:27:15.287 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@osd.0.service' 2023-09-30T01:27:15.338 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T01:27:15.339 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-09-30T01:27:15.339 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-09-30T01:27:15.339 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@osd.1 2023-09-30T01:27:15.726 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 30 01:27:15 smithi060 systemd[1]: Stopping Ceph osd.1 for 398b8456-5f2f-11ee-8db4-212e2dc638e7... 2023-09-30T01:27:15.727 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 30 01:27:15 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-1[120970]: 2023-09-30T01:27:15.569+0000 7f992028c700 -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-30T01:27:15.727 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 30 01:27:15 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-1[120970]: 2023-09-30T01:27:15.569+0000 7f992028c700 -1 osd.1 21 *** Got signal Terminated *** 2023-09-30T01:27:15.727 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 30 01:27:15 smithi060 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-1[120970]: 2023-09-30T01:27:15.569+0000 7f992028c700 -1 osd.1 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T01:27:21.476 INFO:journalctl@ceph.osd.1.smithi060.stdout:Sep 30 01:27:21 smithi060 bash[127441]: ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-1 2023-09-30T01:27:22.395 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@osd.1.service' 2023-09-30T01:27:22.445 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T01:27:22.445 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-09-30T01:27:22.445 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-09-30T01:27:22.446 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@osd.2 2023-09-30T01:27:22.888 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 30 01:27:22 smithi184 systemd[1]: Stopping Ceph osd.2 for 398b8456-5f2f-11ee-8db4-212e2dc638e7... 2023-09-30T01:27:22.888 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 30 01:27:22 smithi184 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-2[122216]: 2023-09-30T01:27:22.700+0000 7f59861ec700 -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-30T01:27:22.888 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 30 01:27:22 smithi184 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-2[122216]: 2023-09-30T01:27:22.700+0000 7f59861ec700 -1 osd.2 21 *** Got signal Terminated *** 2023-09-30T01:27:22.888 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 30 01:27:22 smithi184 ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-2[122216]: 2023-09-30T01:27:22.700+0000 7f59861ec700 -1 osd.2 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T01:27:28.638 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 30 01:27:28 smithi184 bash[128314]: ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7-osd-2 2023-09-30T01:27:29.536 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-398b8456-5f2f-11ee-8db4-212e2dc638e7@osd.2.service' 2023-09-30T01:27:29.575 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T01:27:29.576 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-09-30T01:27:29.576 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 --force --keep-logs 2023-09-30T01:27:30.561 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 --force --keep-logs 2023-09-30T01:27:31.536 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 --force --keep-logs 2023-09-30T01:27:32.309 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T01:27:32.349 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T01:27:32.386 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T01:27:32.417 INFO:tasks.cephadm:Archiving crash dumps... 2023-09-30T01:27:32.420 DEBUG:teuthology.misc:Transferring archived files from smithi053:/var/lib/ceph/398b8456-5f2f-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/7406915/remote/smithi053/crash 2023-09-30T01:27:32.421 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/crash -- . 2023-09-30T01:27:32.466 INFO:teuthology.orchestra.run.smithi053.stderr:tar: /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-30T01:27:32.466 INFO:teuthology.orchestra.run.smithi053.stderr:tar: Error is not recoverable: exiting now 2023-09-30T01:27:32.468 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/lib/ceph/398b8456-5f2f-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/7406915/remote/smithi060/crash 2023-09-30T01:27:32.469 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/crash -- . 2023-09-30T01:27:32.516 INFO:teuthology.orchestra.run.smithi060.stderr:tar: /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-30T01:27:32.516 INFO:teuthology.orchestra.run.smithi060.stderr:tar: Error is not recoverable: exiting now 2023-09-30T01:27:32.518 DEBUG:teuthology.misc:Transferring archived files from smithi184:/var/lib/ceph/398b8456-5f2f-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/7406915/remote/smithi184/crash 2023-09-30T01:27:32.519 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/crash -- . 2023-09-30T01:27:32.556 INFO:teuthology.orchestra.run.smithi184.stderr:tar: /var/lib/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-30T01:27:32.556 INFO:teuthology.orchestra.run.smithi184.stderr:tar: Error is not recoverable: exiting now 2023-09-30T01:27:32.557 INFO:tasks.cephadm:Checking cluster log for badness... 2023-09-30T01:27:32.557 DEBUG:teuthology.orchestra.run.smithi053:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-09-30T01:27:32.592 INFO:teuthology.orchestra.run.smithi053.stderr:grep: /var/log/ceph/398b8456-5f2f-11ee-8db4-212e2dc638e7/ceph.log: No such file or directory 2023-09-30T01:27:32.594 INFO:tasks.cephadm:Compressing logs... 2023-09-30T01:27:32.594 DEBUG:teuthology.orchestra.run.smithi053:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T01:27:32.637 DEBUG:teuthology.orchestra.run.smithi060:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T01:27:32.639 DEBUG:teuthology.orchestra.run.smithi184:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T01:27:32.666 INFO:teuthology.orchestra.run.smithi184.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-09-30T01:27:32.669 INFO:teuthology.orchestra.run.smithi053.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-09-30T01:27:32.672 INFO:teuthology.orchestra.run.smithi060.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-09-30T01:27:33.095 INFO:tasks.cephadm:Archiving logs... 2023-09-30T01:27:33.095 DEBUG:teuthology.misc:Transferring archived files from smithi053:/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/7406915/remote/smithi053/log 2023-09-30T01:27:33.096 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-30T01:27:33.222 DEBUG:teuthology.misc:Transferring archived files from smithi060:/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/7406915/remote/smithi060/log 2023-09-30T01:27:33.223 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-30T01:27:33.280 DEBUG:teuthology.misc:Transferring archived files from smithi184:/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/7406915/remote/smithi184/log 2023-09-30T01:27:33.281 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-30T01:27:33.330 INFO:tasks.cephadm:Removing cluster... 2023-09-30T01:27:33.330 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 --force 2023-09-30T01:27:33.847 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 --force 2023-09-30T01:27:34.350 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 398b8456-5f2f-11ee-8db4-212e2dc638e7 --force 2023-09-30T01:27:34.810 INFO:tasks.cephadm:Removing cephadm ... 2023-09-30T01:27:34.811 DEBUG:teuthology.orchestra.run.smithi053:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-30T01:27:34.835 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-30T01:27:34.859 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-30T01:27:34.879 INFO:tasks.cephadm:Teardown complete 2023-09-30T01:27:34.879 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-30T01:27:34.955 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=a51c19f4d8924ef8ad6fb293150ef36c 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-30T01:27:34.957 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-09-30T01:27:34.973 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-09-30T01:27:34.991 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-30T01:27:34.992 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-09-30T01:27:35.004 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-09-30T01:27:35.007 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-09-30T01:27:35.118 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-09-30T01:27:35.127 INFO:teuthology.task.clock:Checking final clock skew... 2023-09-30T01:27:35.127 DEBUG:teuthology.orchestra.run.smithi053:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T01:27:35.130 DEBUG:teuthology.orchestra.run.smithi060:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T01:27:35.135 DEBUG:teuthology.orchestra.run.smithi184:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T01:27:35.150 INFO:teuthology.orchestra.run.smithi053.stderr:bash: ntpq: command not found 2023-09-30T01:27:35.152 INFO:teuthology.orchestra.run.smithi184.stderr:bash: ntpq: command not found 2023-09-30T01:27:35.154 INFO:teuthology.orchestra.run.smithi060.stderr:bash: ntpq: command not found 2023-09-30T01:27:35.156 INFO:teuthology.orchestra.run.smithi053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T01:27:35.156 INFO:teuthology.orchestra.run.smithi053.stdout:=============================================================================== 2023-09-30T01:27:35.156 INFO:teuthology.orchestra.run.smithi053.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 33 -121us[ -111us] +/- 88ms 2023-09-30T01:27:35.156 INFO:teuthology.orchestra.run.smithi053.stdout:^* hv02.front.sepia.ceph.com 3 6 377 30 -207us[ -197us] +/- 53ms 2023-09-30T01:27:35.156 INFO:teuthology.orchestra.run.smithi053.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 32 +497us[ +507us] +/- 74ms 2023-09-30T01:27:35.156 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T01:27:35.157 INFO:teuthology.orchestra.run.smithi184.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T01:27:35.158 INFO:teuthology.orchestra.run.smithi184.stdout:=============================================================================== 2023-09-30T01:27:35.158 INFO:teuthology.orchestra.run.smithi184.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 31 -143us[ -143us] +/- 88ms 2023-09-30T01:27:35.158 INFO:teuthology.orchestra.run.smithi184.stdout:^* hv02.front.sepia.ceph.com 3 6 377 32 -238us[ -212us] +/- 53ms 2023-09-30T01:27:35.158 INFO:teuthology.orchestra.run.smithi184.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 31 +466us[ +466us] +/- 74ms 2023-09-30T01:27:35.158 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T01:27:35.159 INFO:teuthology.orchestra.run.smithi060.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T01:27:35.159 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================== 2023-09-30T01:27:35.159 INFO:teuthology.orchestra.run.smithi060.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 34 -156us[ -145us] +/- 88ms 2023-09-30T01:27:35.160 INFO:teuthology.orchestra.run.smithi060.stdout:^* hv02.front.sepia.ceph.com 3 6 377 29 -237us[ -226us] +/- 53ms 2023-09-30T01:27:35.160 INFO:teuthology.orchestra.run.smithi060.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 31 +474us[ +485us] +/- 74ms 2023-09-30T01:27:35.160 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T01:27:35.161 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-09-30T01:27:35.174 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-09-30T01:27:35.174 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-09-30T01:27:35.189 DEBUG:teuthology.orchestra.run.smithi053:> 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-30T01:27:35.305 DEBUG:teuthology.orchestra.run.smithi060:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-09-30T01:27:35.413 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T01:27:35.504 DEBUG:teuthology.orchestra.run.smithi053:> 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-30T01:27:35.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T01:27:35.546 DEBUG:teuthology.orchestra.run.smithi060:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-30T01:27:35.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T01:27:35.588 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T01:27:35.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T01:27:35.621 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-09-30T01:27:35.631 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-09-30T01:27:35.645 INFO:teuthology.task.internal:Duration was 1308.146534 seconds 2023-09-30T01:27:35.646 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-09-30T01:27:35.660 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-09-30T01:27:35.660 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-30T01:27:35.663 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-30T01:27:35.666 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-30T01:27:35.713 INFO:teuthology.orchestra.run.smithi184.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T01:27:35.720 INFO:teuthology.orchestra.run.smithi053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T01:27:35.723 INFO:teuthology.orchestra.run.smithi060.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T01:27:36.150 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-09-30T01:27:36.151 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi053.front.sepia.ceph.com 2023-09-30T01:27:36.151 DEBUG:teuthology.orchestra.run.smithi053:> 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-30T01:27:36.182 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi060.front.sepia.ceph.com 2023-09-30T01:27:36.182 DEBUG:teuthology.orchestra.run.smithi060:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-09-30T01:27:36.212 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi184.front.sepia.ceph.com 2023-09-30T01:27:36.212 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T01:27:36.236 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-09-30T01:27:36.236 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T01:27:36.239 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T01:27:36.255 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T01:27:36.319 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-09-30T01:27:36.319 DEBUG:teuthology.orchestra.run.smithi053:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-30T01:27:36.322 DEBUG:teuthology.orchestra.run.smithi060:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-30T01:27:36.324 DEBUG:teuthology.orchestra.run.smithi184:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-30T01:27:36.433 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-09-30T01:27:36.445 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-09-30T01:27:36.445 DEBUG:teuthology.orchestra.run.smithi053:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-30T01:27:36.478 DEBUG:teuthology.orchestra.run.smithi060:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-30T01:27:36.512 DEBUG:teuthology.orchestra.run.smithi184:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-30T01:27:36.540 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-09-30T01:27:36.551 DEBUG:teuthology.orchestra.run.smithi053:> 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-30T01:27:36.554 DEBUG:teuthology.orchestra.run.smithi060:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-09-30T01:27:36.556 DEBUG:teuthology.orchestra.run.smithi184:> 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-30T01:27:36.586 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = core 2023-09-30T01:27:36.588 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = core 2023-09-30T01:27:36.607 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = core 2023-09-30T01:27:36.627 DEBUG:teuthology.orchestra.run.smithi053:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-30T01:27:36.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T01:27:36.673 DEBUG:teuthology.orchestra.run.smithi060:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-30T01:27:36.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T01:27:36.696 DEBUG:teuthology.orchestra.run.smithi184:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-30T01:27:36.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T01:27:36.713 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-09-30T01:27:36.724 INFO:teuthology.task.internal:Transferring archived files... 2023-09-30T01:27:36.725 DEBUG:teuthology.misc:Transferring archived files from smithi053:/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/7406915/remote/smithi053 2023-09-30T01:27:36.725 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-30T01:27:36.774 DEBUG:teuthology.misc:Transferring archived files from smithi060:/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/7406915/remote/smithi060 2023-09-30T01:27:36.774 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-30T01:27:36.821 DEBUG:teuthology.misc:Transferring archived files from smithi184:/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/7406915/remote/smithi184 2023-09-30T01:27:36.821 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-30T01:27:36.867 INFO:teuthology.task.internal:Removing archive directory... 2023-09-30T01:27:36.867 DEBUG:teuthology.orchestra.run.smithi053:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-30T01:27:36.871 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-30T01:27:36.873 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-30T01:27:36.918 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-09-30T01:27:36.932 INFO:teuthology.task.internal:Not uploading archives. 2023-09-30T01:27:36.932 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-09-30T01:27:36.944 INFO:teuthology.task.internal:Tidying up after the test... 2023-09-30T01:27:36.945 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-30T01:27:36.947 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-30T01:27:36.950 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-30T01:27:36.968 INFO:teuthology.orchestra.run.smithi053.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 30 01:27 /home/ubuntu/cephtest 2023-09-30T01:27:36.970 INFO:teuthology.orchestra.run.smithi060.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 30 01:27 /home/ubuntu/cephtest 2023-09-30T01:27:36.977 INFO:teuthology.orchestra.run.smithi184.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 30 01:27 /home/ubuntu/cephtest 2023-09-30T01:27:36.978 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-09-30T01:27:36.990 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-09-30T01:27:37.012 INFO:teuthology.nuke:Checking targets against current locks 2023-09-30T01:27:37.040 DEBUG:teuthology.nuke:shortname: smithi053 2023-09-30T01:27:37.040 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T01:27:37.065 DEBUG:teuthology.nuke:shortname: smithi060 2023-09-30T01:27:37.065 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T01:27:37.070 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi053.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/7406915', '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-30 00:57:33.900340', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIW8YF58mQYfAv6qH3wkuxgIGGKUL4qj2CQNxQ9C2grQNN3K+dNs7ixxkk+1QqjhDDkROmJks/kM7AvMEgQDKwo='} 2023-09-30T01:27:37.089 DEBUG:teuthology.nuke:shortname: smithi184 2023-09-30T01:27:37.089 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T01:27:37.095 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.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/7406915', '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-30 00:57:33.901770', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDDn34w7+mvCJfJc5oYWfzKIavl4SkmKlUCifhkRbI06O3h9KrlKCS1yvAGrq8zf2ds0NM9IOAOM2zqBqcyW+fU='} 2023-09-30T01:27:37.110 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.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/7406915', '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-30 00:57:33.898709', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFU0ZFqJEb0TweYdSox1K9q0/muBNQQ+W4RsRDTObujiDYr3042GG+uPNg+aSoRUF8LX69Qb6/VcwuIae+nLz74='} 2023-09-30T01:27:37.124 INFO:teuthology.orchestra.console.smithi053:Power off 2023-09-30T01:27:37.124 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-30T01:27:37.147 DEBUG:teuthology.orchestra.console.smithi053:power off output: Chassis Power Control: Down/Off 2023-09-30T01:27:37.148 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T01:27:37.167 INFO:teuthology.orchestra.console.smithi184:Power off 2023-09-30T01:27:37.167 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-30T01:27:37.181 INFO:teuthology.orchestra.console.smithi060:Power off 2023-09-30T01:27:37.181 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-30T01:27:37.194 DEBUG:teuthology.orchestra.console.smithi184:power off output: Chassis Power Control: Down/Off 2023-09-30T01:27:37.195 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T01:27:37.204 DEBUG:teuthology.orchestra.console.smithi053:check power output: Chassis Power is on 2023-09-30T01:27:37.212 DEBUG:teuthology.orchestra.console.smithi060:power off output: Chassis Power Control: Down/Off 2023-09-30T01:27:37.212 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T01:27:37.222 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2023-09-30T01:27:37.240 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2023-09-30T01:27:41.205 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T01:27:41.223 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T01:27:41.241 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T01:27:41.315 DEBUG:teuthology.orchestra.console.smithi053:check power output: Chassis Power is on 2023-09-30T01:27:41.333 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2023-09-30T01:27:41.351 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2023-09-30T01:27:45.320 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T01:27:45.334 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T01:27:45.353 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T01:27:45.431 DEBUG:teuthology.orchestra.console.smithi053:check power output: Chassis Power is off 2023-09-30T01:27:45.445 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is off 2023-09-30T01:27:45.463 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is off 2023-09-30T01:27:45.532 INFO:teuthology.orchestra.console.smithi053:Power off completed 2023-09-30T01:27:45.546 INFO:teuthology.orchestra.console.smithi184:Power off completed 2023-09-30T01:27:45.563 INFO:teuthology.orchestra.console.smithi060:Power off completed 2023-09-30T01:27:45.668 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/classic task/test_rgw_multisite} duration: 1308.1465344429016 failure_reason: timeout expired in wait_until_healthy flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=a51c19f4d8924ef8ad6fb293150ef36c status: fail success: false 2023-09-30T01:27:45.668 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-30T01:27:45.745 INFO:teuthology.run:FAIL