2023-12-20T08:52:18.974 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-20T08:52:18.974 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/connectivity task/test_rgw_multisite} --name rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi --verbose --owner scheduled_rfriedma@teuthology --archive /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497483 -- /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497483/orig.config.yaml 2023-12-20T08:52:19.004 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-20T08:52:19.081 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497483 branch: wip-rf-pcnt3 description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/connectivity task/test_rgw_multisite} email: null first_in_suite: false job_id: '7497483' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-rf-pcnt3 ceph: conf: global: mon election default strategy: 3 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: 86cc4aec42581926507b9749381d531f24687367 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 86cc4aec42581926507b9749381d531f24687367 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-rf-pcnt3 sha1: 86cc4aec42581926507b9749381d531f24687367 owner: scheduled_rfriedma@teuthology priority: 115 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 867 sha1: 86cc4aec42581926507b9749381d531f24687367 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-rf-pcnt3 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_86cc4aec42581926507b9749381d531f24687367/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 86cc4aec42581926507b9749381d531f24687367 targets: smithi027.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHbM3/KnTISxH3KWYapc4BitUWzzxyX6C/EMEXQ8lRFeHNzSAYQ+cgsR9ZQpK/CJMyhpy/V+alVD8JtJ3hLQlHM= smithi063.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKi6Br7GuLQ5Sa9tMMbHkUWFl8637B3H2vYO6nMJMCpPQHUgHjpUZjNAkUh0ZGm9l1jIeQv8VmUdwHiBO2Vm/UA= smithi111.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGr1eml/p+uBjdgLRMiAP2Rcvofr+h2XuZDi8COCIFgD2kfKsnfaNpuZq0t6wg6vpRz8kFUfELh8RZNDZbFXY98= 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: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-20_08:40:50 tube: smithi user: rfriedma verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-20T08:52:19.081 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_86cc4aec42581926507b9749381d531f24687367/qa; will attempt to use it 2023-12-20T08:52:19.082 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_86cc4aec42581926507b9749381d531f24687367/qa/tasks 2023-12-20T08:52:19.082 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-20T08:52:19.083 INFO:teuthology.task.internal:Checking packages... 2023-12-20T08:52:19.107 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '86cc4aec42581926507b9749381d531f24687367' 2023-12-20T08:52:19.107 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-20T08:52:19.108 INFO:teuthology.packaging:ref: None 2023-12-20T08:52:19.108 INFO:teuthology.packaging:tag: None 2023-12-20T08:52:19.108 INFO:teuthology.packaging:branch: wip-rf-pcnt3 2023-12-20T08:52:19.108 INFO:teuthology.packaging:sha1: 86cc4aec42581926507b9749381d531f24687367 2023-12-20T08:52:19.108 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-rf-pcnt3 2023-12-20T08:52:19.385 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-36.g86cc4aec 2023-12-20T08:52:19.386 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-20T08:52:19.393 INFO:teuthology.task.internal:no buildpackages task found 2023-12-20T08:52:19.393 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-20T08:52:19.403 INFO:teuthology.task.internal:Saving configuration 2023-12-20T08:52:19.416 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-20T08:52:19.421 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-20T08:52:19.448 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi027.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497483', '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-12-20 08:42:18.457837', 'locked_by': 'scheduled_rfriedma@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHbM3/KnTISxH3KWYapc4BitUWzzxyX6C/EMEXQ8lRFeHNzSAYQ+cgsR9ZQpK/CJMyhpy/V+alVD8JtJ3hLQlHM='} 2023-12-20T08:52:19.470 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497483', '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-12-20 08:42:18.454146', 'locked_by': 'scheduled_rfriedma@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKi6Br7GuLQ5Sa9tMMbHkUWFl8637B3H2vYO6nMJMCpPQHUgHjpUZjNAkUh0ZGm9l1jIeQv8VmUdwHiBO2Vm/UA='} 2023-12-20T08:52:19.486 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi111.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497483', '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-12-20 08:42:18.456112', 'locked_by': 'scheduled_rfriedma@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGr1eml/p+uBjdgLRMiAP2Rcvofr+h2XuZDi8COCIFgD2kfKsnfaNpuZq0t6wg6vpRz8kFUfELh8RZNDZbFXY98='} 2023-12-20T08:52:19.486 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-20T08:52:19.492 INFO:teuthology.task.internal:roles: ubuntu@smithi027.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-20T08:52:19.492 INFO:teuthology.task.internal:roles: ubuntu@smithi063.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-20T08:52:19.492 INFO:teuthology.task.internal:roles: ubuntu@smithi111.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-20T08:52:19.493 INFO:teuthology.run_tasks:Running task console_log... 2023-12-20T08:52:19.591 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f812656fdc0>, signals=[15]) 2023-12-20T08:52:19.591 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-20T08:52:19.598 INFO:teuthology.task.internal:Opening connections... 2023-12-20T08:52:19.598 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi027.front.sepia.ceph.com 2023-12-20T08:52:19.599 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T08:52:19.668 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi063.front.sepia.ceph.com 2023-12-20T08:52:19.669 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T08:52:19.738 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi111.front.sepia.ceph.com 2023-12-20T08:52:19.739 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T08:52:19.809 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-20T08:52:19.816 DEBUG:teuthology.orchestra.run.smithi027:> uname -m 2023-12-20T08:52:19.839 INFO:teuthology.orchestra.run.smithi027.stdout:x86_64 2023-12-20T08:52:19.839 DEBUG:teuthology.orchestra.run.smithi027:> cat /etc/os-release 2023-12-20T08:52:19.901 INFO:teuthology.orchestra.run.smithi027.stdout:NAME="CentOS Stream" 2023-12-20T08:52:19.902 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION="8" 2023-12-20T08:52:19.902 INFO:teuthology.orchestra.run.smithi027.stdout:ID="centos" 2023-12-20T08:52:19.902 INFO:teuthology.orchestra.run.smithi027.stdout:ID_LIKE="rhel fedora" 2023-12-20T08:52:19.902 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION_ID="8" 2023-12-20T08:52:19.902 INFO:teuthology.orchestra.run.smithi027.stdout:PLATFORM_ID="platform:el8" 2023-12-20T08:52:19.902 INFO:teuthology.orchestra.run.smithi027.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-20T08:52:19.902 INFO:teuthology.orchestra.run.smithi027.stdout:ANSI_COLOR="0;31" 2023-12-20T08:52:19.902 INFO:teuthology.orchestra.run.smithi027.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-20T08:52:19.902 INFO:teuthology.orchestra.run.smithi027.stdout:HOME_URL="https://centos.org/" 2023-12-20T08:52:19.902 INFO:teuthology.orchestra.run.smithi027.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-20T08:52:19.902 INFO:teuthology.orchestra.run.smithi027.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-20T08:52:19.902 INFO:teuthology.orchestra.run.smithi027.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-20T08:52:19.903 INFO:teuthology.lock.ops:Updating smithi027.front.sepia.ceph.com on lock server 2023-12-20T08:52:19.926 DEBUG:teuthology.orchestra.run.smithi063:> uname -m 2023-12-20T08:52:19.949 INFO:teuthology.orchestra.run.smithi063.stdout:x86_64 2023-12-20T08:52:19.949 DEBUG:teuthology.orchestra.run.smithi063:> cat /etc/os-release 2023-12-20T08:52:20.014 INFO:teuthology.orchestra.run.smithi063.stdout:NAME="CentOS Stream" 2023-12-20T08:52:20.014 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION="8" 2023-12-20T08:52:20.014 INFO:teuthology.orchestra.run.smithi063.stdout:ID="centos" 2023-12-20T08:52:20.014 INFO:teuthology.orchestra.run.smithi063.stdout:ID_LIKE="rhel fedora" 2023-12-20T08:52:20.014 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_ID="8" 2023-12-20T08:52:20.015 INFO:teuthology.orchestra.run.smithi063.stdout:PLATFORM_ID="platform:el8" 2023-12-20T08:52:20.015 INFO:teuthology.orchestra.run.smithi063.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-20T08:52:20.015 INFO:teuthology.orchestra.run.smithi063.stdout:ANSI_COLOR="0;31" 2023-12-20T08:52:20.015 INFO:teuthology.orchestra.run.smithi063.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-20T08:52:20.015 INFO:teuthology.orchestra.run.smithi063.stdout:HOME_URL="https://centos.org/" 2023-12-20T08:52:20.015 INFO:teuthology.orchestra.run.smithi063.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-20T08:52:20.015 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-20T08:52:20.015 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-20T08:52:20.015 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2023-12-20T08:52:20.034 DEBUG:teuthology.orchestra.run.smithi111:> uname -m 2023-12-20T08:52:20.057 INFO:teuthology.orchestra.run.smithi111.stdout:x86_64 2023-12-20T08:52:20.057 DEBUG:teuthology.orchestra.run.smithi111:> cat /etc/os-release 2023-12-20T08:52:20.118 INFO:teuthology.orchestra.run.smithi111.stdout:NAME="CentOS Stream" 2023-12-20T08:52:20.118 INFO:teuthology.orchestra.run.smithi111.stdout:VERSION="8" 2023-12-20T08:52:20.118 INFO:teuthology.orchestra.run.smithi111.stdout:ID="centos" 2023-12-20T08:52:20.118 INFO:teuthology.orchestra.run.smithi111.stdout:ID_LIKE="rhel fedora" 2023-12-20T08:52:20.118 INFO:teuthology.orchestra.run.smithi111.stdout:VERSION_ID="8" 2023-12-20T08:52:20.118 INFO:teuthology.orchestra.run.smithi111.stdout:PLATFORM_ID="platform:el8" 2023-12-20T08:52:20.118 INFO:teuthology.orchestra.run.smithi111.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-20T08:52:20.118 INFO:teuthology.orchestra.run.smithi111.stdout:ANSI_COLOR="0;31" 2023-12-20T08:52:20.118 INFO:teuthology.orchestra.run.smithi111.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-20T08:52:20.118 INFO:teuthology.orchestra.run.smithi111.stdout:HOME_URL="https://centos.org/" 2023-12-20T08:52:20.118 INFO:teuthology.orchestra.run.smithi111.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-20T08:52:20.119 INFO:teuthology.orchestra.run.smithi111.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-20T08:52:20.119 INFO:teuthology.orchestra.run.smithi111.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-20T08:52:20.119 INFO:teuthology.lock.ops:Updating smithi111.front.sepia.ceph.com on lock server 2023-12-20T08:52:20.143 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-20T08:52:20.152 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-20T08:52:20.156 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-20T08:52:20.156 DEBUG:teuthology.orchestra.run.smithi027:> test '!' -e /home/ubuntu/cephtest 2023-12-20T08:52:20.159 DEBUG:teuthology.orchestra.run.smithi063:> test '!' -e /home/ubuntu/cephtest 2023-12-20T08:52:20.161 DEBUG:teuthology.orchestra.run.smithi111:> test '!' -e /home/ubuntu/cephtest 2023-12-20T08:52:20.181 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-20T08:52:20.187 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-20T08:52:20.187 DEBUG:teuthology.orchestra.run.smithi027:> test -z $(ls -A /var/lib/ceph) 2023-12-20T08:52:20.221 DEBUG:teuthology.orchestra.run.smithi063:> test -z $(ls -A /var/lib/ceph) 2023-12-20T08:52:20.223 DEBUG:teuthology.orchestra.run.smithi111:> test -z $(ls -A /var/lib/ceph) 2023-12-20T08:52:20.259 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-20T08:52:20.340 INFO:teuthology.run_tasks:Running task kernel... 2023-12-20T08:52:20.357 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-20T08:52:20.357 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-12-20T08:52:20.358 DEBUG:teuthology.orchestra.run.smithi027:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-20T08:52:20.358 DEBUG:teuthology.orchestra.run.smithi063:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-20T08:52:20.359 DEBUG:teuthology.orchestra.run.smithi111:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-20T08:52:20.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T08:52:20.379 DEBUG:teuthology.orchestra.run.smithi111:> uname -r 2023-12-20T08:52:20.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T08:52:20.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T08:52:20.381 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2023-12-20T08:52:20.381 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2023-12-20T08:52:20.440 INFO:teuthology.orchestra.run.smithi111.stdout:4.18.0-489.el8.x86_64 2023-12-20T08:52:20.440 INFO:teuthology.task.kernel:Running kernel on smithi111: 4.18.0-489.el8.x86_64 2023-12-20T08:52:20.440 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum install -y kernel 2023-12-20T08:52:20.443 INFO:teuthology.orchestra.run.smithi027.stdout:4.18.0-489.el8.x86_64 2023-12-20T08:52:20.443 INFO:teuthology.task.kernel:Running kernel on smithi027: 4.18.0-489.el8.x86_64 2023-12-20T08:52:20.443 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum install -y kernel 2023-12-20T08:52:20.444 INFO:teuthology.orchestra.run.smithi063.stdout:4.18.0-489.el8.x86_64 2023-12-20T08:52:20.445 INFO:teuthology.task.kernel:Running kernel on smithi063: 4.18.0-489.el8.x86_64 2023-12-20T08:52:20.445 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum install -y kernel 2023-12-20T08:52:25.212 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - AppStream 16 MB/s | 35 MB 00:02 2023-12-20T08:52:25.264 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 8 - AppStream 15 MB/s | 35 MB 00:02 2023-12-20T08:52:25.322 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 8 - AppStream 16 MB/s | 35 MB 00:02 2023-12-20T08:52:33.022 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 8 - BaseOS 48 MB/s | 57 MB 00:01 2023-12-20T08:52:33.254 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - BaseOS 44 MB/s | 57 MB 00:01 2023-12-20T08:52:33.421 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 8 - BaseOS 44 MB/s | 57 MB 00:01 2023-12-20T08:52:41.763 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 8 - Extras 48 kB/s | 18 kB 00:00 2023-12-20T08:52:42.156 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 8 - Extras common packages 33 kB/s | 6.9 kB 00:00 2023-12-20T08:52:42.221 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 8 - Extras 90 kB/s | 18 kB 00:00 2023-12-20T08:52:42.253 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - Extras 75 kB/s | 18 kB 00:00 2023-12-20T08:52:42.482 INFO:teuthology.orchestra.run.smithi111.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-12-20T08:52:42.622 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 8 - Extras common packages 33 kB/s | 6.9 kB 00:00 2023-12-20T08:52:42.821 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-12-20T08:52:42.965 INFO:teuthology.orchestra.run.smithi063.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-20T08:52:43.189 INFO:teuthology.orchestra.run.smithi027.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2023-12-20T08:52:43.293 INFO:teuthology.orchestra.run.smithi111.stdout:Extra Packages for Enterprise Linux 24 MB/s | 16 MB 00:00 2023-12-20T08:52:44.199 INFO:teuthology.orchestra.run.smithi063.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-12-20T08:52:45.232 INFO:teuthology.orchestra.run.smithi027.stdout:Extra Packages for Enterprise Linux 8.5 MB/s | 16 MB 00:01 2023-12-20T08:52:47.233 INFO:teuthology.orchestra.run.smithi111.stdout:lab-extras 539 kB/s | 24 kB 00:00 2023-12-20T08:52:48.307 INFO:teuthology.orchestra.run.smithi063.stdout:lab-extras 417 kB/s | 24 kB 00:00 2023-12-20T08:52:49.365 INFO:teuthology.orchestra.run.smithi027.stdout:lab-extras 207 kB/s | 24 kB 00:00 2023-12-20T08:52:50.899 INFO:teuthology.orchestra.run.smithi111.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-20T08:52:50.900 INFO:teuthology.orchestra.run.smithi111.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-20T08:52:51.178 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T08:52:51.179 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T08:52:51.179 INFO:teuthology.orchestra.run.smithi111.stdout: Package Architecture Version Repository Size 2023-12-20T08:52:51.179 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T08:52:51.179 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2023-12-20T08:52:51.180 INFO:teuthology.orchestra.run.smithi111.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-20T08:52:51.180 INFO:teuthology.orchestra.run.smithi111.stdout:Installing dependencies: 2023-12-20T08:52:51.180 INFO:teuthology.orchestra.run.smithi111.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-20T08:52:51.180 INFO:teuthology.orchestra.run.smithi111.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-20T08:52:51.180 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T08:52:51.180 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2023-12-20T08:52:51.180 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T08:52:51.180 INFO:teuthology.orchestra.run.smithi111.stdout:Install 3 Packages 2023-12-20T08:52:51.180 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T08:52:51.180 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 89 M 2023-12-20T08:52:51.180 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 96 M 2023-12-20T08:52:51.180 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2023-12-20T08:52:51.626 INFO:teuthology.orchestra.run.smithi111.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 25 MB/s | 10 MB 00:00 2023-12-20T08:52:52.168 INFO:teuthology.orchestra.run.smithi111.stdout:(2/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 38 MB/s | 36 MB 00:00 2023-12-20T08:52:52.174 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-20T08:52:52.174 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-20T08:52:52.487 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T08:52:52.488 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T08:52:52.488 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2023-12-20T08:52:52.488 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T08:52:52.488 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-20T08:52:52.488 INFO:teuthology.orchestra.run.smithi063.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-20T08:52:52.488 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2023-12-20T08:52:52.488 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-20T08:52:52.488 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-20T08:52:52.488 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T08:52:52.488 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-20T08:52:52.488 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T08:52:52.488 INFO:teuthology.orchestra.run.smithi063.stdout:Install 3 Packages 2023-12-20T08:52:52.489 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T08:52:52.489 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 89 M 2023-12-20T08:52:52.489 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 96 M 2023-12-20T08:52:52.489 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-20T08:52:52.626 INFO:teuthology.orchestra.run.smithi111.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 31 MB/s | 43 MB 00:01 2023-12-20T08:52:52.627 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2023-12-20T08:52:52.627 INFO:teuthology.orchestra.run.smithi111.stdout:Total 62 MB/s | 89 MB 00:01 2023-12-20T08:52:52.950 INFO:teuthology.orchestra.run.smithi063.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 24 MB/s | 10 MB 00:00 2023-12-20T08:52:53.265 INFO:teuthology.orchestra.run.smithi027.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-20T08:52:53.265 INFO:teuthology.orchestra.run.smithi027.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-20T08:52:53.307 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2023-12-20T08:52:53.458 INFO:teuthology.orchestra.run.smithi063.stdout:(2/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 39 MB/s | 36 MB 00:00 2023-12-20T08:52:53.571 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T08:52:53.572 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T08:52:53.572 INFO:teuthology.orchestra.run.smithi027.stdout: Package Architecture Version Repository Size 2023-12-20T08:52:53.572 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T08:52:53.572 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-12-20T08:52:53.572 INFO:teuthology.orchestra.run.smithi027.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-20T08:52:53.572 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-12-20T08:52:53.572 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-20T08:52:53.572 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-20T08:52:53.572 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T08:52:53.572 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-20T08:52:53.572 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T08:52:53.572 INFO:teuthology.orchestra.run.smithi027.stdout:Install 3 Packages 2023-12-20T08:52:53.572 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T08:52:53.573 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 89 M 2023-12-20T08:52:53.573 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 96 M 2023-12-20T08:52:53.573 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-20T08:52:53.752 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2023-12-20T08:52:53.752 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2023-12-20T08:52:53.909 INFO:teuthology.orchestra.run.smithi063.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 31 MB/s | 43 MB 00:01 2023-12-20T08:52:53.909 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-20T08:52:53.909 INFO:teuthology.orchestra.run.smithi063.stdout:Total 63 MB/s | 89 MB 00:01 2023-12-20T08:52:54.183 INFO:teuthology.orchestra.run.smithi027.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 24 MB/s | 10 MB 00:00 2023-12-20T08:52:54.623 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-20T08:52:54.700 INFO:teuthology.orchestra.run.smithi027.stdout:(2/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 38 MB/s | 36 MB 00:00 2023-12-20T08:52:55.002 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2023-12-20T08:52:55.031 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2023-12-20T08:52:55.102 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-20T08:52:55.102 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-20T08:52:55.159 INFO:teuthology.orchestra.run.smithi027.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 31 MB/s | 43 MB 00:01 2023-12-20T08:52:55.159 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-20T08:52:55.160 INFO:teuthology.orchestra.run.smithi027.stdout:Total 56 MB/s | 89 MB 00:01 2023-12-20T08:52:55.863 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-20T08:52:56.294 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-20T08:52:56.294 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-20T08:52:56.419 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-20T08:52:56.456 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-20T08:52:57.588 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-20T08:52:57.612 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-20T08:52:57.893 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2023-12-20T08:52:58.415 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-20T08:52:59.376 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-20T08:52:59.913 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-20T08:53:00.565 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-20T08:53:01.208 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-20T08:53:02.053 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-20T08:53:02.448 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-20T08:53:03.662 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-20T08:53:04.013 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-20T08:53:04.960 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-20T08:53:05.449 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-20T08:53:05.887 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-20T08:53:06.178 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-20T08:53:07.684 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-20T08:53:07.939 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-20T08:53:09.124 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-20T08:53:09.425 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-20T08:53:28.163 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-20T08:53:28.188 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-20T08:53:28.535 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-20T08:53:28.535 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-20T08:53:28.535 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-20T08:53:29.349 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-20T08:53:29.350 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T08:53:29.350 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2023-12-20T08:53:29.350 INFO:teuthology.orchestra.run.smithi111.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-20T08:53:29.350 INFO:teuthology.orchestra.run.smithi111.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-20T08:53:29.350 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T08:53:29.350 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T08:53:29.488 DEBUG:teuthology.orchestra.run.smithi111:> rpm -q kernel | sort -rV | head -n 1 2023-12-20T08:53:29.705 INFO:teuthology.orchestra.run.smithi111.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-20T08:53:29.706 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-20T08:53:29.706 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-20T08:53:29.706 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-20T08:53:29.706 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-20T08:53:29.706 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2023-12-20T08:53:29.706 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi111.front.sepia.ceph.com, path=None, version=distro) 2023-12-20T08:53:29.706 DEBUG:teuthology.orchestra.run.smithi111:> rpm -q kernel | sort -rV | head -n 1 2023-12-20T08:53:29.916 INFO:teuthology.orchestra.run.smithi111.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-20T08:53:29.916 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-20T08:53:29.916 DEBUG:teuthology.orchestra.run.smithi111:> sudo rpm -qi grub2-tools 2023-12-20T08:53:29.949 INFO:teuthology.orchestra.run.smithi111.stdout:Name : grub2-tools 2023-12-20T08:53:29.949 INFO:teuthology.orchestra.run.smithi111.stdout:Epoch : 1 2023-12-20T08:53:29.949 INFO:teuthology.orchestra.run.smithi111.stdout:Version : 2.02 2023-12-20T08:53:29.949 INFO:teuthology.orchestra.run.smithi111.stdout:Release : 129.el8 2023-12-20T08:53:29.949 INFO:teuthology.orchestra.run.smithi111.stdout:Architecture: x86_64 2023-12-20T08:53:29.950 INFO:teuthology.orchestra.run.smithi111.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-20T08:53:29.950 INFO:teuthology.orchestra.run.smithi111.stdout:Group : System Environment/Base 2023-12-20T08:53:29.950 INFO:teuthology.orchestra.run.smithi111.stdout:Size : 9265586 2023-12-20T08:53:29.950 INFO:teuthology.orchestra.run.smithi111.stdout:License : GPLv3+ 2023-12-20T08:53:29.950 INFO:teuthology.orchestra.run.smithi111.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-20T08:53:29.950 INFO:teuthology.orchestra.run.smithi111.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-20T08:53:29.950 INFO:teuthology.orchestra.run.smithi111.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-20T08:53:29.950 INFO:teuthology.orchestra.run.smithi111.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-20T08:53:29.950 INFO:teuthology.orchestra.run.smithi111.stdout:Relocations : (not relocatable) 2023-12-20T08:53:29.950 INFO:teuthology.orchestra.run.smithi111.stdout:Packager : CentOS BuildSystem 2023-12-20T08:53:29.950 INFO:teuthology.orchestra.run.smithi111.stdout:Vendor : CentOS 2023-12-20T08:53:29.950 INFO:teuthology.orchestra.run.smithi111.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-20T08:53:29.950 INFO:teuthology.orchestra.run.smithi111.stdout:Summary : Support tools for GRUB. 2023-12-20T08:53:29.950 INFO:teuthology.orchestra.run.smithi111.stdout:Description : 2023-12-20T08:53:29.951 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T08:53:29.951 INFO:teuthology.orchestra.run.smithi111.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-20T08:53:29.951 INFO:teuthology.orchestra.run.smithi111.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-20T08:53:29.951 INFO:teuthology.orchestra.run.smithi111.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-20T08:53:29.951 INFO:teuthology.orchestra.run.smithi111.stdout:hardware devices. 2023-12-20T08:53:29.951 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T08:53:29.951 INFO:teuthology.orchestra.run.smithi111.stdout:This subpackage provides tools for support of all platforms. 2023-12-20T08:53:29.952 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-20T08:53:29.952 INFO:teuthology.task.kernel:Updating grub on smithi111 to boot 4.18.0-529.el8.x86_64 2023-12-20T08:53:29.952 DEBUG:teuthology.orchestra.run.smithi111:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-20T08:53:31.242 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-20T08:53:31.266 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-20T08:53:31.741 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-20T08:53:31.741 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-20T08:53:31.741 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-20T08:53:31.877 INFO:teuthology.orchestra.run.smithi111.stderr:Generating grub configuration file ... 2023-12-20T08:53:32.840 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-20T08:53:32.840 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T08:53:32.840 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-20T08:53:32.840 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-20T08:53:32.840 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-20T08:53:32.840 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T08:53:32.840 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T08:53:32.869 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-20T08:53:32.894 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-20T08:53:32.997 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2023-12-20T08:53:33.225 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-20T08:53:33.225 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-20T08:53:33.225 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-20T08:53:33.226 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-20T08:53:33.226 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-20T08:53:33.226 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-20T08:53:33.226 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi063.front.sepia.ceph.com, path=None, version=distro) 2023-12-20T08:53:33.226 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2023-12-20T08:53:33.245 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-20T08:53:33.246 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-20T08:53:33.246 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-20T08:53:33.445 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-20T08:53:33.445 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-20T08:53:33.445 DEBUG:teuthology.orchestra.run.smithi063:> sudo rpm -qi grub2-tools 2023-12-20T08:53:33.480 INFO:teuthology.orchestra.run.smithi063.stdout:Name : grub2-tools 2023-12-20T08:53:33.480 INFO:teuthology.orchestra.run.smithi063.stdout:Epoch : 1 2023-12-20T08:53:33.480 INFO:teuthology.orchestra.run.smithi063.stdout:Version : 2.02 2023-12-20T08:53:33.480 INFO:teuthology.orchestra.run.smithi063.stdout:Release : 129.el8 2023-12-20T08:53:33.480 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: x86_64 2023-12-20T08:53:33.480 INFO:teuthology.orchestra.run.smithi063.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-20T08:53:33.481 INFO:teuthology.orchestra.run.smithi063.stdout:Group : System Environment/Base 2023-12-20T08:53:33.481 INFO:teuthology.orchestra.run.smithi063.stdout:Size : 9265586 2023-12-20T08:53:33.481 INFO:teuthology.orchestra.run.smithi063.stdout:License : GPLv3+ 2023-12-20T08:53:33.481 INFO:teuthology.orchestra.run.smithi063.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-20T08:53:33.481 INFO:teuthology.orchestra.run.smithi063.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-20T08:53:33.481 INFO:teuthology.orchestra.run.smithi063.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-20T08:53:33.481 INFO:teuthology.orchestra.run.smithi063.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-20T08:53:33.481 INFO:teuthology.orchestra.run.smithi063.stdout:Relocations : (not relocatable) 2023-12-20T08:53:33.481 INFO:teuthology.orchestra.run.smithi063.stdout:Packager : CentOS BuildSystem 2023-12-20T08:53:33.481 INFO:teuthology.orchestra.run.smithi063.stdout:Vendor : CentOS 2023-12-20T08:53:33.481 INFO:teuthology.orchestra.run.smithi063.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-20T08:53:33.482 INFO:teuthology.orchestra.run.smithi063.stdout:Summary : Support tools for GRUB. 2023-12-20T08:53:33.482 INFO:teuthology.orchestra.run.smithi063.stdout:Description : 2023-12-20T08:53:33.482 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T08:53:33.482 INFO:teuthology.orchestra.run.smithi063.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-20T08:53:33.482 INFO:teuthology.orchestra.run.smithi063.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-20T08:53:33.482 INFO:teuthology.orchestra.run.smithi063.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-20T08:53:33.482 INFO:teuthology.orchestra.run.smithi063.stdout:hardware devices. 2023-12-20T08:53:33.482 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T08:53:33.482 INFO:teuthology.orchestra.run.smithi063.stdout:This subpackage provides tools for support of all platforms. 2023-12-20T08:53:33.483 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-20T08:53:33.483 INFO:teuthology.task.kernel:Updating grub on smithi063 to boot 4.18.0-529.el8.x86_64 2023-12-20T08:53:33.483 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-20T08:53:33.923 INFO:teuthology.orchestra.run.smithi111.stderr:done 2023-12-20T08:53:33.924 DEBUG:teuthology.orchestra.run.smithi111:> mktemp 2023-12-20T08:53:33.948 INFO:teuthology.orchestra.run.smithi111.stdout:/tmp/tmp.F29Dsaf2Vn 2023-12-20T08:53:33.948 DEBUG:teuthology.orchestra.run.smithi111:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.F29Dsaf2Vn 2023-12-20T08:53:34.013 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-20T08:53:34.013 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T08:53:34.013 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-20T08:53:34.014 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-20T08:53:34.014 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-20T08:53:34.014 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T08:53:34.014 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T08:53:34.023 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod 0666 /tmp/tmp.F29Dsaf2Vn 2023-12-20T08:53:34.162 DEBUG:teuthology.orchestra.remote:smithi111:/tmp/tmp.F29Dsaf2Vn is 6KB 2023-12-20T08:53:34.181 DEBUG:teuthology.orchestra.run.smithi027:> rpm -q kernel | sort -rV | head -n 1 2023-12-20T08:53:34.211 DEBUG:teuthology.orchestra.run.smithi111:> rm -fr /tmp/tmp.F29Dsaf2Vn 2023-12-20T08:53:34.238 DEBUG:teuthology.orchestra.run.smithi111:> sudo /bin/ls /boot/loader/entries || true 2023-12-20T08:53:34.294 INFO:teuthology.orchestra.run.smithi111.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-20T08:53:34.294 INFO:teuthology.orchestra.run.smithi111.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-20T08:53:34.294 INFO:teuthology.orchestra.run.smithi111.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-20T08:53:34.294 INFO:teuthology.orchestra.run.smithi111.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-20T08:53:34.295 DEBUG:teuthology.orchestra.run.smithi111:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-20T08:53:34.408 INFO:teuthology.orchestra.run.smithi027.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-20T08:53:34.409 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-20T08:53:34.409 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-20T08:53:34.409 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-20T08:53:34.409 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-20T08:53:34.409 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-20T08:53:34.409 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi027.front.sepia.ceph.com, path=None, version=distro) 2023-12-20T08:53:34.409 DEBUG:teuthology.orchestra.run.smithi027:> rpm -q kernel | sort -rV | head -n 1 2023-12-20T08:53:34.439 DEBUG:teuthology.orchestra.run.smithi111:> sudo shutdown -r now 2023-12-20T08:53:34.629 INFO:teuthology.orchestra.run.smithi027.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-20T08:53:34.629 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-20T08:53:34.629 DEBUG:teuthology.orchestra.run.smithi027:> sudo rpm -qi grub2-tools 2023-12-20T08:53:34.665 INFO:teuthology.orchestra.run.smithi027.stdout:Name : grub2-tools 2023-12-20T08:53:34.666 INFO:teuthology.orchestra.run.smithi027.stdout:Epoch : 1 2023-12-20T08:53:34.666 INFO:teuthology.orchestra.run.smithi027.stdout:Version : 2.02 2023-12-20T08:53:34.666 INFO:teuthology.orchestra.run.smithi027.stdout:Release : 129.el8 2023-12-20T08:53:34.666 INFO:teuthology.orchestra.run.smithi027.stdout:Architecture: x86_64 2023-12-20T08:53:34.666 INFO:teuthology.orchestra.run.smithi027.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-20T08:53:34.666 INFO:teuthology.orchestra.run.smithi027.stdout:Group : System Environment/Base 2023-12-20T08:53:34.666 INFO:teuthology.orchestra.run.smithi027.stdout:Size : 9265586 2023-12-20T08:53:34.666 INFO:teuthology.orchestra.run.smithi027.stdout:License : GPLv3+ 2023-12-20T08:53:34.667 INFO:teuthology.orchestra.run.smithi027.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-20T08:53:34.667 INFO:teuthology.orchestra.run.smithi027.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-20T08:53:34.667 INFO:teuthology.orchestra.run.smithi027.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-20T08:53:34.667 INFO:teuthology.orchestra.run.smithi027.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-20T08:53:34.667 INFO:teuthology.orchestra.run.smithi027.stdout:Relocations : (not relocatable) 2023-12-20T08:53:34.667 INFO:teuthology.orchestra.run.smithi027.stdout:Packager : CentOS BuildSystem 2023-12-20T08:53:34.667 INFO:teuthology.orchestra.run.smithi027.stdout:Vendor : CentOS 2023-12-20T08:53:34.667 INFO:teuthology.orchestra.run.smithi027.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-20T08:53:34.667 INFO:teuthology.orchestra.run.smithi027.stdout:Summary : Support tools for GRUB. 2023-12-20T08:53:34.667 INFO:teuthology.orchestra.run.smithi027.stdout:Description : 2023-12-20T08:53:34.667 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T08:53:34.667 INFO:teuthology.orchestra.run.smithi027.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-20T08:53:34.667 INFO:teuthology.orchestra.run.smithi027.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-20T08:53:34.668 INFO:teuthology.orchestra.run.smithi027.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-20T08:53:34.668 INFO:teuthology.orchestra.run.smithi027.stdout:hardware devices. 2023-12-20T08:53:34.668 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T08:53:34.668 INFO:teuthology.orchestra.run.smithi027.stdout:This subpackage provides tools for support of all platforms. 2023-12-20T08:53:34.669 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-20T08:53:34.669 INFO:teuthology.task.kernel:Updating grub on smithi027 to boot 4.18.0-529.el8.x86_64 2023-12-20T08:53:34.669 DEBUG:teuthology.orchestra.run.smithi027:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-20T08:53:34.729 INFO:teuthology.orchestra.run.smithi063.stderr:Generating grub configuration file ... 2023-12-20T08:53:36.128 INFO:teuthology.orchestra.run.smithi027.stderr:Generating grub configuration file ... 2023-12-20T08:53:36.771 INFO:teuthology.orchestra.run.smithi063.stderr:done 2023-12-20T08:53:36.773 DEBUG:teuthology.orchestra.run.smithi063:> mktemp 2023-12-20T08:53:36.794 INFO:teuthology.orchestra.run.smithi063.stdout:/tmp/tmp.eWC1ZBmzUI 2023-12-20T08:53:36.795 DEBUG:teuthology.orchestra.run.smithi063:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.eWC1ZBmzUI 2023-12-20T08:53:36.869 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0666 /tmp/tmp.eWC1ZBmzUI 2023-12-20T08:53:37.031 DEBUG:teuthology.orchestra.remote:smithi063:/tmp/tmp.eWC1ZBmzUI is 6KB 2023-12-20T08:53:37.080 DEBUG:teuthology.orchestra.run.smithi063:> rm -fr /tmp/tmp.eWC1ZBmzUI 2023-12-20T08:53:37.097 DEBUG:teuthology.orchestra.run.smithi063:> sudo /bin/ls /boot/loader/entries || true 2023-12-20T08:53:37.170 INFO:teuthology.orchestra.run.smithi063.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-20T08:53:37.170 INFO:teuthology.orchestra.run.smithi063.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-20T08:53:37.170 INFO:teuthology.orchestra.run.smithi063.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-20T08:53:37.170 INFO:teuthology.orchestra.run.smithi063.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-20T08:53:37.171 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-20T08:53:37.325 DEBUG:teuthology.orchestra.run.smithi063:> sudo shutdown -r now 2023-12-20T08:53:38.364 INFO:teuthology.orchestra.run.smithi027.stderr:done 2023-12-20T08:53:38.366 DEBUG:teuthology.orchestra.run.smithi027:> mktemp 2023-12-20T08:53:38.409 INFO:teuthology.orchestra.run.smithi027.stdout:/tmp/tmp.waIvkArVvi 2023-12-20T08:53:38.409 DEBUG:teuthology.orchestra.run.smithi027:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.waIvkArVvi 2023-12-20T08:53:38.482 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 0666 /tmp/tmp.waIvkArVvi 2023-12-20T08:53:38.626 DEBUG:teuthology.orchestra.remote:smithi027:/tmp/tmp.waIvkArVvi is 6KB 2023-12-20T08:53:38.675 DEBUG:teuthology.orchestra.run.smithi027:> rm -fr /tmp/tmp.waIvkArVvi 2023-12-20T08:53:38.693 DEBUG:teuthology.orchestra.run.smithi027:> sudo /bin/ls /boot/loader/entries || true 2023-12-20T08:53:38.768 INFO:teuthology.orchestra.run.smithi027.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-20T08:53:38.768 INFO:teuthology.orchestra.run.smithi027.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-20T08:53:38.768 INFO:teuthology.orchestra.run.smithi027.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-20T08:53:38.768 INFO:teuthology.orchestra.run.smithi027.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-20T08:53:38.769 DEBUG:teuthology.orchestra.run.smithi027:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-20T08:53:38.906 DEBUG:teuthology.orchestra.run.smithi027:> sudo shutdown -r now 2023-12-20T08:54:04.472 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2023-12-20T08:54:04.473 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2023-12-20T08:54:04.474 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T08:54:07.329 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-20T08:54:07.330 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-12-20T08:54:07.330 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T08:54:08.910 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-20T08:54:08.910 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-20T08:54:08.910 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T08:54:22.994 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.111 2023-12-20T08:54:25.809 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2023-12-20T08:54:27.345 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-20T08:54:31.997 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2023-12-20T08:54:31.998 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T08:54:34.813 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-12-20T08:54:34.813 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T08:54:35.057 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.111 2023-12-20T08:54:36.347 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-20T08:54:36.347 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T08:54:37.877 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2023-12-20T08:54:39.413 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-20T08:54:47.066 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2023-12-20T08:54:47.067 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T08:54:49.881 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-12-20T08:54:49.882 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T08:54:50.133 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.111 2023-12-20T08:54:51.416 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-20T08:54:51.417 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T08:54:54.482 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-20T08:55:05.141 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2023-12-20T08:55:05.142 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T08:55:08.310 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2023-12-20T08:55:09.484 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-20T08:55:09.485 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T08:55:12.561 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-20T08:55:23.321 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-12-20T08:55:23.322 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T08:55:23.665 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.111 2023-12-20T08:55:23.730 DEBUG:teuthology.orchestra.run.smithi063:> true 2023-12-20T08:55:23.975 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-12-20T08:55:23.976 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-529.el8.x86_64"... 2023-12-20T08:55:23.976 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2023-12-20T08:55:23.994 INFO:teuthology.orchestra.run.smithi063.stdout:4.18.0-529.el8.x86_64 2023-12-20T08:55:23.994 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-20T08:55:23.994 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-20T08:55:23.995 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-20T08:55:24.995 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-20T08:55:24.995 DEBUG:teuthology.orchestra.run.smithi063:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-20T08:55:25.098 INFO:teuthology.orchestra.run.smithi063.stdout:ttyS1 2023-12-20T08:55:25.122 DEBUG:teuthology.parallel:result is None 2023-12-20T08:55:30.562 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-20T08:55:30.563 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T08:55:41.667 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2023-12-20T08:55:41.668 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T08:55:42.062 DEBUG:teuthology.orchestra.run.smithi111:> true 2023-12-20T08:55:42.332 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi111.front.sepia.ceph.com' 2023-12-20T08:55:42.333 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "4.18.0-529.el8.x86_64"... 2023-12-20T08:55:42.333 DEBUG:teuthology.orchestra.run.smithi111:> uname -r 2023-12-20T08:55:42.392 INFO:teuthology.orchestra.run.smithi111.stdout:4.18.0-529.el8.x86_64 2023-12-20T08:55:42.392 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-20T08:55:42.392 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-20T08:55:42.392 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-20T08:55:43.394 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-20T08:55:43.394 DEBUG:teuthology.orchestra.run.smithi111:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-20T08:55:43.469 INFO:teuthology.orchestra.run.smithi111.stdout:ttyS1 2023-12-20T08:55:43.482 DEBUG:teuthology.parallel:result is None 2023-12-20T08:56:30.565 DEBUG:teuthology.orchestra.remote:timed out 2023-12-20T08:56:51.566 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-20T08:56:51.567 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T08:56:51.944 DEBUG:teuthology.orchestra.run.smithi027:> true 2023-12-20T08:56:52.237 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-20T08:56:52.237 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-529.el8.x86_64"... 2023-12-20T08:56:52.238 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2023-12-20T08:56:52.258 INFO:teuthology.orchestra.run.smithi027.stdout:4.18.0-529.el8.x86_64 2023-12-20T08:56:52.258 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-20T08:56:52.258 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-20T08:56:52.259 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-20T08:56:53.259 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-20T08:56:53.260 DEBUG:teuthology.orchestra.run.smithi027:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-20T08:56:53.335 INFO:teuthology.orchestra.run.smithi027.stdout:ttyS1 2023-12-20T08:56:53.350 DEBUG:teuthology.parallel:result is None 2023-12-20T08:56:53.350 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-20T08:56:53.358 INFO:teuthology.task.internal:Creating test directory... 2023-12-20T08:56:53.358 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-20T08:56:53.361 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-20T08:56:53.371 DEBUG:teuthology.orchestra.run.smithi111:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-20T08:56:53.398 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-20T08:56:53.406 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-20T08:56:53.422 INFO:teuthology.task.internal:Creating archive directory... 2023-12-20T08:56:53.423 DEBUG:teuthology.orchestra.run.smithi027:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-20T08:56:53.431 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-20T08:56:53.437 DEBUG:teuthology.orchestra.run.smithi111:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-20T08:56:53.482 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-20T08:56:53.495 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-20T08:56:53.496 DEBUG:teuthology.orchestra.run.smithi027:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-20T08:56:53.509 DEBUG:teuthology.orchestra.run.smithi063:> 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-12-20T08:56:53.528 DEBUG:teuthology.orchestra.run.smithi111:> 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-12-20T08:56:53.544 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-20T08:56:53.556 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-20T08:56:53.559 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-20T08:56:53.569 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-20T08:56:53.571 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-20T08:56:53.579 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-20T08:56:53.581 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-20T08:56:53.589 INFO:teuthology.task.internal:Configuring sudo... 2023-12-20T08:56:53.590 DEBUG:teuthology.orchestra.run.smithi027:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-20T08:56:53.603 DEBUG:teuthology.orchestra.run.smithi063:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-20T08:56:53.619 DEBUG:teuthology.orchestra.run.smithi111:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-20T08:56:53.651 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-20T08:56:53.666 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-20T08:56:53.668 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-20T08:56:53.681 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-20T08:56:53.692 DEBUG:teuthology.orchestra.run.smithi111:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-20T08:56:53.720 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-20T08:56:53.803 DEBUG:teuthology.orchestra.run.smithi027:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-20T08:56:53.844 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-20T08:56:53.933 DEBUG:teuthology.orchestra.run.smithi027:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-20T08:56:53.974 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-20T08:56:53.974 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-20T08:56:54.044 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-20T08:56:54.102 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-20T08:56:54.152 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-20T08:56:54.242 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-20T08:56:54.289 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-12-20T08:56:54.289 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-20T08:56:54.361 DEBUG:teuthology.orchestra.run.smithi111:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-20T08:56:54.416 DEBUG:teuthology.orchestra.run.smithi111:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-20T08:56:54.466 DEBUG:teuthology.orchestra.run.smithi111:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-20T08:56:54.563 DEBUG:teuthology.orchestra.run.smithi111:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-20T08:56:54.600 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-12-20T08:56:54.601 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-20T08:56:54.670 DEBUG:teuthology.orchestra.run.smithi027:> sudo service rsyslog restart 2023-12-20T08:56:54.672 DEBUG:teuthology.orchestra.run.smithi063:> sudo service rsyslog restart 2023-12-20T08:56:54.675 DEBUG:teuthology.orchestra.run.smithi111:> sudo service rsyslog restart 2023-12-20T08:56:54.732 INFO:teuthology.orchestra.run.smithi027.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-20T08:56:54.745 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-20T08:56:54.788 INFO:teuthology.orchestra.run.smithi111.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-20T08:56:55.241 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-20T08:56:55.261 INFO:teuthology.task.internal:Starting timer... 2023-12-20T08:56:55.261 INFO:teuthology.run_tasks:Running task pcp... 2023-12-20T08:56:55.288 INFO:teuthology.run_tasks:Running task selinux... 2023-12-20T08:56:55.304 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-20T08:56:55.305 DEBUG:teuthology.orchestra.run.smithi027:> sudo service auditd rotate 2023-12-20T08:56:55.377 INFO:teuthology.orchestra.run.smithi027.stdout:Rotating logs: 2023-12-20T08:56:55.387 DEBUG:teuthology.orchestra.run.smithi063:> sudo service auditd rotate 2023-12-20T08:56:55.462 INFO:teuthology.orchestra.run.smithi063.stdout:Rotating logs: 2023-12-20T08:56:55.463 DEBUG:teuthology.orchestra.run.smithi111:> sudo service auditd rotate 2023-12-20T08:56:55.541 INFO:teuthology.orchestra.run.smithi111.stdout:Rotating logs: 2023-12-20T08:56:55.543 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-20T08:56:55.543 DEBUG:teuthology.orchestra.run.smithi027:> /usr/sbin/getenforce 2023-12-20T08:56:55.598 INFO:teuthology.orchestra.run.smithi027.stdout:Permissive 2023-12-20T08:56:55.598 DEBUG:teuthology.orchestra.run.smithi063:> /usr/sbin/getenforce 2023-12-20T08:56:55.649 INFO:teuthology.orchestra.run.smithi063.stdout:Permissive 2023-12-20T08:56:55.649 DEBUG:teuthology.orchestra.run.smithi111:> /usr/sbin/getenforce 2023-12-20T08:56:55.697 INFO:teuthology.orchestra.run.smithi111.stdout:Permissive 2023-12-20T08:56:55.697 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi027.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi063.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi111.front.sepia.ceph.com': 'permissive'} 2023-12-20T08:56:55.697 DEBUG:teuthology.orchestra.run.smithi027:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-20T08:56:55.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T08:56:55.728 DEBUG:teuthology.orchestra.run.smithi063:> 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-12-20T08:56:55.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T08:56:55.758 DEBUG:teuthology.orchestra.run.smithi111:> 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-12-20T08:56:55.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T08:56:55.787 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-20T08:56:55.787 DEBUG:teuthology.orchestra.run.smithi027:> sudo /usr/sbin/setenforce permissive 2023-12-20T08:56:55.815 DEBUG:teuthology.orchestra.run.smithi063:> sudo /usr/sbin/setenforce permissive 2023-12-20T08:56:55.858 DEBUG:teuthology.orchestra.run.smithi111:> sudo /usr/sbin/setenforce permissive 2023-12-20T08:56:55.888 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-20T08:56:55.898 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-12-20T08:56:55.898 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-20T08:56:55.943 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-12-20T08:56:55.944 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi027.front.sepia.ceph.com,smithi063.front.sepia.ceph.com,smithi111.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-20T09:37:28.676 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi027.front.sepia.ceph.com'), Remote(name='ubuntu@smithi063.front.sepia.ceph.com'), Remote(name='ubuntu@smithi111.front.sepia.ceph.com')] 2023-12-20T09:37:28.770 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-20T09:37:28.771 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T09:37:28.840 DEBUG:teuthology.orchestra.run.smithi027:> true 2023-12-20T09:37:28.908 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-20T09:37:28.909 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-12-20T09:37:28.909 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T09:37:28.978 DEBUG:teuthology.orchestra.run.smithi063:> true 2023-12-20T09:37:29.053 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-12-20T09:37:29.054 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2023-12-20T09:37:29.054 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T09:37:29.123 DEBUG:teuthology.orchestra.run.smithi111:> true 2023-12-20T09:37:29.193 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi111.front.sepia.ceph.com' 2023-12-20T09:37:29.193 INFO:teuthology.run_tasks:Running task clock... 2023-12-20T09:37:29.204 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-20T09:37:29.204 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-20T09:37:29.204 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-20T09:37:29.207 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-20T09:37:29.207 DEBUG:teuthology.orchestra.run.smithi063:> 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-12-20T09:37:29.209 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-20T09:37:29.209 DEBUG:teuthology.orchestra.run.smithi111:> 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-12-20T09:37:29.239 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-20T09:37:29.241 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-20T09:37:29.254 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-20T09:37:29.256 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-20T09:37:29.267 INFO:teuthology.orchestra.run.smithi111.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-20T09:37:29.281 INFO:teuthology.orchestra.run.smithi111.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-20T09:37:29.313 INFO:teuthology.orchestra.run.smithi027.stderr:sudo: ntpd: command not found 2023-12-20T09:37:29.324 INFO:teuthology.orchestra.run.smithi063.stderr:sudo: ntpd: command not found 2023-12-20T09:37:29.325 INFO:teuthology.orchestra.run.smithi027.stdout:506 Cannot talk to daemon 2023-12-20T09:37:29.337 INFO:teuthology.orchestra.run.smithi063.stdout:506 Cannot talk to daemon 2023-12-20T09:37:29.338 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-20T09:37:29.343 INFO:teuthology.orchestra.run.smithi111.stderr:sudo: ntpd: command not found 2023-12-20T09:37:29.351 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-20T09:37:29.352 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-20T09:37:29.355 INFO:teuthology.orchestra.run.smithi111.stdout:506 Cannot talk to daemon 2023-12-20T09:37:29.366 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-20T09:37:29.369 INFO:teuthology.orchestra.run.smithi111.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-20T09:37:29.382 INFO:teuthology.orchestra.run.smithi111.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-20T09:37:29.418 INFO:teuthology.orchestra.run.smithi027.stderr:bash: ntpq: command not found 2023-12-20T09:37:29.422 INFO:teuthology.orchestra.run.smithi027.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-20T09:37:29.422 INFO:teuthology.orchestra.run.smithi027.stdout:=============================================================================== 2023-12-20T09:37:29.422 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:37:29.422 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:37:29.422 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:37:29.422 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:37:29.437 INFO:teuthology.orchestra.run.smithi063.stderr:bash: ntpq: command not found 2023-12-20T09:37:29.437 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-20T09:37:29.438 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2023-12-20T09:37:29.438 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:37:29.438 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:37:29.438 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:37:29.438 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:37:29.448 INFO:teuthology.orchestra.run.smithi111.stderr:bash: ntpq: command not found 2023-12-20T09:37:29.453 INFO:teuthology.orchestra.run.smithi111.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-20T09:37:29.453 INFO:teuthology.orchestra.run.smithi111.stdout:=============================================================================== 2023-12-20T09:37:29.453 INFO:teuthology.orchestra.run.smithi111.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:37:29.453 INFO:teuthology.orchestra.run.smithi111.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:37:29.453 INFO:teuthology.orchestra.run.smithi111.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:37:29.453 INFO:teuthology.orchestra.run.smithi111.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:37:29.454 INFO:teuthology.run_tasks:Running task pexec... 2023-12-20T09:37:29.463 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-20T09:37:29.463 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi027.front.sepia.ceph.com 2023-12-20T09:37:29.464 DEBUG:teuthology.orchestra.run.smithi027:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-20T09:37:29.464 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi063.front.sepia.ceph.com 2023-12-20T09:37:29.464 DEBUG:teuthology.orchestra.run.smithi063:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-20T09:37:29.464 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi111.front.sepia.ceph.com 2023-12-20T09:37:29.464 DEBUG:teuthology.orchestra.run.smithi111:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-20T09:37:30.358 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:27:03 ago on Wed 20 Dec 2023 09:10:27 AM UTC. 2023-12-20T09:37:30.374 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:26:59 ago on Wed 20 Dec 2023 09:10:31 AM UTC. 2023-12-20T09:37:30.387 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:26:59 ago on Wed 20 Dec 2023 09:10:31 AM UTC. 2023-12-20T09:37:32.540 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T09:37:32.541 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T09:37:32.541 INFO:teuthology.orchestra.run.smithi111.stdout: Package Architecture Version Repository Size 2023-12-20T09:37:32.541 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T09:37:32.541 INFO:teuthology.orchestra.run.smithi111.stdout:Resetting modules: 2023-12-20T09:37:32.541 INFO:teuthology.orchestra.run.smithi111.stdout: container-tools 2023-12-20T09:37:32.542 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T09:37:32.542 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2023-12-20T09:37:32.542 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T09:37:32.542 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T09:37:32.694 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T09:37:32.695 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T09:37:32.695 INFO:teuthology.orchestra.run.smithi027.stdout: Package Architecture Version Repository Size 2023-12-20T09:37:32.695 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T09:37:32.695 INFO:teuthology.orchestra.run.smithi027.stdout:Resetting modules: 2023-12-20T09:37:32.695 INFO:teuthology.orchestra.run.smithi027.stdout: container-tools 2023-12-20T09:37:32.695 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T09:37:32.695 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-20T09:37:32.695 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T09:37:32.695 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T09:37:32.696 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T09:37:32.697 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T09:37:32.697 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2023-12-20T09:37:32.697 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T09:37:32.697 INFO:teuthology.orchestra.run.smithi063.stdout:Resetting modules: 2023-12-20T09:37:32.697 INFO:teuthology.orchestra.run.smithi063.stdout: container-tools 2023-12-20T09:37:32.698 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T09:37:32.698 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-20T09:37:32.698 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T09:37:32.698 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T09:37:32.792 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T09:37:32.947 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T09:37:32.965 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T09:37:33.734 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:27:06 ago on Wed 20 Dec 2023 09:10:27 AM UTC. 2023-12-20T09:37:33.914 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:27:02 ago on Wed 20 Dec 2023 09:10:31 AM UTC. 2023-12-20T09:37:33.955 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:27:02 ago on Wed 20 Dec 2023 09:10:31 AM UTC. 2023-12-20T09:37:35.852 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T09:37:36.039 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T09:37:36.039 INFO:teuthology.orchestra.run.smithi111.stdout: Package Arch Version Repository Size 2023-12-20T09:37:36.039 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T09:37:36.039 INFO:teuthology.orchestra.run.smithi111.stdout:Installing group/module packages: 2023-12-20T09:37:36.039 INFO:teuthology.orchestra.run.smithi111.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-20T09:37:36.039 INFO:teuthology.orchestra.run.smithi111.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-20T09:37:36.039 INFO:teuthology.orchestra.run.smithi111.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-20T09:37:36.039 INFO:teuthology.orchestra.run.smithi111.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-20T09:37:36.039 INFO:teuthology.orchestra.run.smithi111.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-20T09:37:36.039 INFO:teuthology.orchestra.run.smithi111.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-20T09:37:36.039 INFO:teuthology.orchestra.run.smithi111.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-20T09:37:36.040 INFO:teuthology.orchestra.run.smithi111.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-20T09:37:36.040 INFO:teuthology.orchestra.run.smithi111.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-20T09:37:36.040 INFO:teuthology.orchestra.run.smithi111.stdout:Installing dependencies: 2023-12-20T09:37:36.040 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-20T09:37:36.040 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-20T09:37:36.040 INFO:teuthology.orchestra.run.smithi111.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-20T09:37:36.040 INFO:teuthology.orchestra.run.smithi111.stdout:Installing weak dependencies: 2023-12-20T09:37:36.040 INFO:teuthology.orchestra.run.smithi111.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-20T09:37:36.040 INFO:teuthology.orchestra.run.smithi111.stdout:Installing module profiles: 2023-12-20T09:37:36.040 INFO:teuthology.orchestra.run.smithi111.stdout: container-tools/common 2023-12-20T09:37:36.040 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T09:37:36.040 INFO:teuthology.orchestra.run.smithi111.stdout:Enabling module streams: 2023-12-20T09:37:36.040 INFO:teuthology.orchestra.run.smithi111.stdout: container-tools rhel8 2023-12-20T09:37:36.040 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T09:37:36.040 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2023-12-20T09:37:36.040 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T09:37:36.041 INFO:teuthology.orchestra.run.smithi111.stdout:Install 13 Packages 2023-12-20T09:37:36.041 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T09:37:36.041 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 27 M 2023-12-20T09:37:36.041 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 89 M 2023-12-20T09:37:36.041 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2023-12-20T09:37:36.182 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T09:37:36.227 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T09:37:36.382 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T09:37:36.382 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-12-20T09:37:36.382 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T09:37:36.382 INFO:teuthology.orchestra.run.smithi027.stdout:Installing group/module packages: 2023-12-20T09:37:36.382 INFO:teuthology.orchestra.run.smithi027.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-20T09:37:36.382 INFO:teuthology.orchestra.run.smithi027.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-20T09:37:36.382 INFO:teuthology.orchestra.run.smithi027.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-20T09:37:36.382 INFO:teuthology.orchestra.run.smithi027.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-20T09:37:36.382 INFO:teuthology.orchestra.run.smithi027.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-20T09:37:36.382 INFO:teuthology.orchestra.run.smithi027.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-20T09:37:36.382 INFO:teuthology.orchestra.run.smithi027.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-20T09:37:36.383 INFO:teuthology.orchestra.run.smithi027.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-20T09:37:36.383 INFO:teuthology.orchestra.run.smithi027.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-20T09:37:36.383 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-12-20T09:37:36.383 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-20T09:37:36.383 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-20T09:37:36.383 INFO:teuthology.orchestra.run.smithi027.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-20T09:37:36.383 INFO:teuthology.orchestra.run.smithi027.stdout:Installing weak dependencies: 2023-12-20T09:37:36.383 INFO:teuthology.orchestra.run.smithi027.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-20T09:37:36.383 INFO:teuthology.orchestra.run.smithi027.stdout:Installing module profiles: 2023-12-20T09:37:36.383 INFO:teuthology.orchestra.run.smithi027.stdout: container-tools/common 2023-12-20T09:37:36.383 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T09:37:36.383 INFO:teuthology.orchestra.run.smithi027.stdout:Enabling module streams: 2023-12-20T09:37:36.383 INFO:teuthology.orchestra.run.smithi027.stdout: container-tools rhel8 2023-12-20T09:37:36.383 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T09:37:36.383 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-20T09:37:36.384 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T09:37:36.384 INFO:teuthology.orchestra.run.smithi027.stdout:Install 13 Packages 2023-12-20T09:37:36.384 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T09:37:36.384 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 27 M 2023-12-20T09:37:36.384 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 89 M 2023-12-20T09:37:36.385 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-20T09:37:36.427 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T09:37:36.427 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2023-12-20T09:37:36.427 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T09:37:36.427 INFO:teuthology.orchestra.run.smithi063.stdout:Installing group/module packages: 2023-12-20T09:37:36.427 INFO:teuthology.orchestra.run.smithi063.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-20T09:37:36.428 INFO:teuthology.orchestra.run.smithi063.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-20T09:37:36.428 INFO:teuthology.orchestra.run.smithi063.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-20T09:37:36.428 INFO:teuthology.orchestra.run.smithi063.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-20T09:37:36.428 INFO:teuthology.orchestra.run.smithi063.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-20T09:37:36.428 INFO:teuthology.orchestra.run.smithi063.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-20T09:37:36.428 INFO:teuthology.orchestra.run.smithi063.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-20T09:37:36.428 INFO:teuthology.orchestra.run.smithi063.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-20T09:37:36.428 INFO:teuthology.orchestra.run.smithi063.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-20T09:37:36.428 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2023-12-20T09:37:36.428 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-20T09:37:36.428 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-20T09:37:36.428 INFO:teuthology.orchestra.run.smithi063.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-20T09:37:36.428 INFO:teuthology.orchestra.run.smithi063.stdout:Installing weak dependencies: 2023-12-20T09:37:36.428 INFO:teuthology.orchestra.run.smithi063.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-20T09:37:36.428 INFO:teuthology.orchestra.run.smithi063.stdout:Installing module profiles: 2023-12-20T09:37:36.429 INFO:teuthology.orchestra.run.smithi063.stdout: container-tools/common 2023-12-20T09:37:36.429 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T09:37:36.429 INFO:teuthology.orchestra.run.smithi063.stdout:Enabling module streams: 2023-12-20T09:37:36.429 INFO:teuthology.orchestra.run.smithi063.stdout: container-tools rhel8 2023-12-20T09:37:36.429 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T09:37:36.429 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-20T09:37:36.429 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T09:37:36.429 INFO:teuthology.orchestra.run.smithi063.stdout:Install 13 Packages 2023-12-20T09:37:36.429 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T09:37:36.430 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 27 M 2023-12-20T09:37:36.430 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 89 M 2023-12-20T09:37:36.430 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-20T09:38:37.732 INFO:teuthology.orchestra.run.smithi111.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 17 kB/s | 1.0 MB 01:01 2023-12-20T09:38:38.458 INFO:teuthology.orchestra.run.smithi027.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 12 kB/s | 750 kB 01:01 2023-12-20T09:38:41.700 INFO:teuthology.orchestra.run.smithi027.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 16 kB/s | 1.0 MB 01:05 2023-12-20T09:38:43.699 INFO:teuthology.orchestra.run.smithi027.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 7.2 kB/s | 38 kB 00:05 2023-12-20T09:38:44.588 INFO:teuthology.orchestra.run.smithi111.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 5.5 kB/s | 38 kB 00:06 2023-12-20T09:38:47.041 INFO:teuthology.orchestra.run.smithi063.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 11 kB/s | 750 kB 01:10 2023-12-20T09:38:47.146 INFO:teuthology.orchestra.run.smithi111.stdout:(3/13): cockpit-podman-78-1.module_el8+712+4cd1 11 kB/s | 750 kB 01:10 2023-12-20T09:38:49.499 INFO:teuthology.orchestra.run.smithi063.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 15 kB/s | 38 kB 00:02 2023-12-20T09:38:53.016 INFO:teuthology.orchestra.run.smithi063.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 13 kB/s | 1.0 MB 01:16 2023-12-20T09:38:56.940 INFO:teuthology.orchestra.run.smithi027.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 16 kB/s | 241 kB 00:15 2023-12-20T09:39:08.436 INFO:teuthology.orchestra.run.smithi027.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 15 kB/s | 178 kB 00:11 2023-12-20T09:39:08.906 INFO:teuthology.orchestra.run.smithi063.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 12 kB/s | 241 kB 00:19 2023-12-20T09:39:09.052 INFO:teuthology.orchestra.run.smithi111.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 9.8 kB/s | 241 kB 00:24 2023-12-20T09:39:09.873 INFO:teuthology.orchestra.run.smithi027.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 17 kB/s | 25 kB 00:01 2023-12-20T09:39:15.739 INFO:teuthology.orchestra.run.smithi027.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 16 kB/s | 94 kB 00:05 2023-12-20T09:39:17.296 INFO:teuthology.orchestra.run.smithi111.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 22 kB/s | 178 kB 00:08 2023-12-20T09:39:21.735 INFO:teuthology.orchestra.run.smithi111.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 5.6 kB/s | 25 kB 00:04 2023-12-20T09:39:26.588 INFO:teuthology.orchestra.run.smithi063.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 10 kB/s | 178 kB 00:17 2023-12-20T09:39:26.843 INFO:teuthology.orchestra.run.smithi111.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 18 kB/s | 94 kB 00:05 2023-12-20T09:39:27.471 INFO:teuthology.orchestra.run.smithi063.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 28 kB/s | 25 kB 00:00 2023-12-20T09:39:33.138 INFO:teuthology.orchestra.run.smithi063.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 17 kB/s | 94 kB 00:05 2023-12-20T09:41:28.197 INFO:teuthology.orchestra.run.smithi111.stdout:[MIRROR] skopeo-1.13.3-1.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (18): Transferred a partial file for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/skopeo-1.13.3-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm [transfer closed with 7938004 bytes remaining to read] 2023-12-20T09:41:28.868 INFO:teuthology.orchestra.run.smithi111.stdout:(8/13): skopeo-1.13.3-1.module_el8+712+4cd1bd69 68 kB/s | 8.1 MB 02:02 2023-12-20T09:41:28.977 INFO:teuthology.orchestra.run.smithi111.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 23 MB/s | 2.5 MB 00:00 2023-12-20T09:41:29.085 INFO:teuthology.orchestra.run.smithi111.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 486 kB/s | 53 kB 00:00 2023-12-20T09:41:29.161 INFO:teuthology.orchestra.run.smithi111.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 546 kB/s | 41 kB 00:00 2023-12-20T09:41:50.531 INFO:teuthology.orchestra.run.smithi027.stdout:[MIRROR] skopeo-1.13.3-1.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (18): Transferred a partial file for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/skopeo-1.13.3-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm [transfer closed with 7464696 bytes remaining to read] 2023-12-20T09:41:51.216 INFO:teuthology.orchestra.run.smithi027.stdout:(8/13): skopeo-1.13.3-1.module_el8+712+4cd1bd69 54 kB/s | 8.1 MB 02:35 2023-12-20T09:41:51.324 INFO:teuthology.orchestra.run.smithi027.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 23 MB/s | 2.5 MB 00:00 2023-12-20T09:41:51.399 INFO:teuthology.orchestra.run.smithi027.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 702 kB/s | 53 kB 00:00 2023-12-20T09:41:51.475 INFO:teuthology.orchestra.run.smithi027.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 547 kB/s | 41 kB 00:00 2023-12-20T09:42:38.853 INFO:teuthology.orchestra.run.smithi063.stdout:[MIRROR] buildah-1.32.0-1.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (18): Transferred a partial file for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/buildah-1.32.0-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm [transfer closed with 7466361 bytes remaining to read] 2023-12-20T09:42:39.560 INFO:teuthology.orchestra.run.smithi063.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 32 kB/s | 9.6 MB 05:03 2023-12-20T09:42:39.669 INFO:teuthology.orchestra.run.smithi063.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 23 MB/s | 2.5 MB 00:00 2023-12-20T09:42:39.744 INFO:teuthology.orchestra.run.smithi063.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 701 kB/s | 53 kB 00:00 2023-12-20T09:42:39.819 INFO:teuthology.orchestra.run.smithi063.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 547 kB/s | 41 kB 00:00 2023-12-20T09:44:20.443 INFO:teuthology.orchestra.run.smithi063.stdout:(12/13): netavark-1.8.0-2.module_el8+712+4cd1bd 12 kB/s | 3.9 MB 05:27 2023-12-20T09:44:22.710 INFO:teuthology.orchestra.run.smithi027.stdout:(12/13): netavark-1.8.0-2.module_el8+712+4cd1bd 12 kB/s | 3.9 MB 05:39 2023-12-20T09:45:13.191 INFO:teuthology.orchestra.run.smithi111.stdout:[MIRROR] netavark-1.8.0-2.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/netavark-1.8.0-2.module_el8%2b712%2b4cd1bd69.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-12-20T09:45:13.805 INFO:teuthology.orchestra.run.smithi111.stdout:(12/13): netavark-1.8.0-2.module_el8+712+4cd1bd 10 kB/s | 3.9 MB 06:26 2023-12-20T09:50:13.362 INFO:teuthology.orchestra.run.smithi027.stdout:[MIRROR] buildah-1.32.0-1.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (18): Transferred a partial file for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/buildah-1.32.0-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm [transfer closed with 487497 bytes remaining to read] 2023-12-20T09:50:14.096 INFO:teuthology.orchestra.run.smithi027.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 13 kB/s | 9.6 MB 12:37 2023-12-20T09:50:14.097 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:50:14.097 INFO:teuthology.orchestra.run.smithi027.stdout:Total 36 kB/s | 27 MB 12:37 2023-12-20T09:50:14.365 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-20T09:50:14.388 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-20T09:50:14.389 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-20T09:50:14.660 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-20T09:50:14.664 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-20T09:50:15.347 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-20T09:50:15.574 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-20T09:50:15.727 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-20T09:50:15.960 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-20T09:50:16.175 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-20T09:50:16.722 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-20T09:50:17.747 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-20T09:50:17.997 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-20T09:50:18.200 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-20T09:50:18.431 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-20T09:50:18.892 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-20T09:50:19.822 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-20T09:50:20.033 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-20T09:50:20.251 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-20T09:50:20.688 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-20T09:50:20.688 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-20T09:50:20.688 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-20T09:50:20.688 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-20T09:50:20.688 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-20T09:50:20.689 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-20T09:50:20.689 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-20T09:50:20.689 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-20T09:50:20.689 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-20T09:50:20.689 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-20T09:50:20.689 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-20T09:50:20.690 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-20T09:50:20.690 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-20T09:50:21.535 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-20T09:50:21.535 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T09:50:21.535 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-20T09:50:21.535 INFO:teuthology.orchestra.run.smithi027.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-20T09:50:21.535 INFO:teuthology.orchestra.run.smithi027.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-20T09:50:21.535 INFO:teuthology.orchestra.run.smithi027.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-20T09:50:21.535 INFO:teuthology.orchestra.run.smithi027.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-20T09:50:21.535 INFO:teuthology.orchestra.run.smithi027.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-20T09:50:21.535 INFO:teuthology.orchestra.run.smithi027.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-20T09:50:21.536 INFO:teuthology.orchestra.run.smithi027.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-20T09:50:21.536 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-20T09:50:21.536 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-20T09:50:21.536 INFO:teuthology.orchestra.run.smithi027.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-20T09:50:21.536 INFO:teuthology.orchestra.run.smithi027.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-20T09:50:21.536 INFO:teuthology.orchestra.run.smithi027.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-20T09:50:21.536 INFO:teuthology.orchestra.run.smithi027.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-20T09:50:21.536 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T09:50:21.536 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T09:50:21.793 DEBUG:teuthology.parallel:result is None 2023-12-20T09:51:15.756 INFO:teuthology.orchestra.run.smithi063.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 12 kB/s | 8.1 MB 11:42 2023-12-20T09:51:15.756 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:51:15.757 INFO:teuthology.orchestra.run.smithi063.stdout:Total 33 kB/s | 27 MB 13:39 2023-12-20T09:51:16.022 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-20T09:51:16.045 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-20T09:51:16.045 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-20T09:51:16.324 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-20T09:51:16.327 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-20T09:51:17.051 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-20T09:51:17.247 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-20T09:51:17.409 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-20T09:51:17.648 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-20T09:51:17.974 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-20T09:51:18.600 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-20T09:51:19.629 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-20T09:51:19.864 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-20T09:51:20.065 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-20T09:51:20.338 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-20T09:51:20.739 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-20T09:51:21.656 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-20T09:51:21.890 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-20T09:51:22.057 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-20T09:51:22.496 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-20T09:51:22.496 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-20T09:51:22.496 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-20T09:51:22.496 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-20T09:51:22.496 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-20T09:51:22.497 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-20T09:51:22.497 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-20T09:51:22.497 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-20T09:51:22.497 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-20T09:51:22.497 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-20T09:51:22.497 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-20T09:51:22.497 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-20T09:51:22.497 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-20T09:51:23.420 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-20T09:51:23.420 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T09:51:23.420 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-20T09:51:23.420 INFO:teuthology.orchestra.run.smithi063.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-20T09:51:23.420 INFO:teuthology.orchestra.run.smithi063.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-20T09:51:23.420 INFO:teuthology.orchestra.run.smithi063.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-20T09:51:23.420 INFO:teuthology.orchestra.run.smithi063.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-20T09:51:23.420 INFO:teuthology.orchestra.run.smithi063.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-20T09:51:23.420 INFO:teuthology.orchestra.run.smithi063.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-20T09:51:23.421 INFO:teuthology.orchestra.run.smithi063.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-20T09:51:23.421 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-20T09:51:23.421 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-20T09:51:23.421 INFO:teuthology.orchestra.run.smithi063.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-20T09:51:23.421 INFO:teuthology.orchestra.run.smithi063.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-20T09:51:23.421 INFO:teuthology.orchestra.run.smithi063.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-20T09:51:23.421 INFO:teuthology.orchestra.run.smithi063.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-20T09:51:23.421 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T09:51:23.421 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T09:51:23.657 DEBUG:teuthology.parallel:result is None 2023-12-20T09:55:00.746 INFO:teuthology.orchestra.run.smithi111.stdout:[MIRROR] buildah-1.32.0-1.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (18): Transferred a partial file for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/buildah-1.32.0-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm [transfer closed with 680429 bytes remaining to read] 2023-12-20T09:55:01.499 INFO:teuthology.orchestra.run.smithi111.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 9.4 kB/s | 9.6 MB 17:25 2023-12-20T09:55:01.499 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:55:01.499 INFO:teuthology.orchestra.run.smithi111.stdout:Total 26 kB/s | 27 MB 17:25 2023-12-20T09:55:01.758 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2023-12-20T09:55:01.779 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2023-12-20T09:55:01.779 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2023-12-20T09:55:02.044 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2023-12-20T09:55:02.047 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2023-12-20T09:55:02.708 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2023-12-20T09:55:02.917 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-20T09:55:03.088 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-20T09:55:03.321 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-20T09:55:03.556 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-20T09:55:04.121 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-20T09:55:05.112 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-20T09:55:05.396 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-20T09:55:05.610 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-20T09:55:05.891 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-20T09:55:06.285 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-20T09:55:07.203 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-20T09:55:07.417 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-20T09:55:07.595 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-20T09:55:08.008 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-20T09:55:08.008 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-20T09:55:08.008 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-20T09:55:08.008 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-20T09:55:08.008 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-20T09:55:08.008 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-20T09:55:08.008 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-20T09:55:08.009 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-20T09:55:08.009 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-20T09:55:08.009 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-20T09:55:08.009 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-20T09:55:08.009 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-20T09:55:08.009 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-20T09:55:08.812 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-20T09:55:08.812 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T09:55:08.813 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2023-12-20T09:55:08.813 INFO:teuthology.orchestra.run.smithi111.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-20T09:55:08.813 INFO:teuthology.orchestra.run.smithi111.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-20T09:55:08.813 INFO:teuthology.orchestra.run.smithi111.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-20T09:55:08.813 INFO:teuthology.orchestra.run.smithi111.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-20T09:55:08.813 INFO:teuthology.orchestra.run.smithi111.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-20T09:55:08.813 INFO:teuthology.orchestra.run.smithi111.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-20T09:55:08.813 INFO:teuthology.orchestra.run.smithi111.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-20T09:55:08.813 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-20T09:55:08.813 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-20T09:55:08.813 INFO:teuthology.orchestra.run.smithi111.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-20T09:55:08.813 INFO:teuthology.orchestra.run.smithi111.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-20T09:55:08.813 INFO:teuthology.orchestra.run.smithi111.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-20T09:55:08.814 INFO:teuthology.orchestra.run.smithi111.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-20T09:55:08.814 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T09:55:08.814 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T09:55:09.072 DEBUG:teuthology.parallel:result is None 2023-12-20T09:55:09.072 INFO:teuthology.run_tasks:Running task install... 2023-12-20T09:55:09.082 DEBUG:teuthology.task.install:project ceph 2023-12-20T09:55:09.083 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '86cc4aec42581926507b9749381d531f24687367'}} 2023-12-20T09:55:09.083 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '86cc4aec42581926507b9749381d531f24687367'} 2023-12-20T09:55:09.083 INFO:teuthology.task.install:Using flavor: default 2023-12-20T09:55:09.089 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-12-20T09:55:09.090 INFO:teuthology.task.install:extra packages: [] 2023-12-20T09:55:09.090 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': '86cc4aec42581926507b9749381d531f24687367', 'tag': None, 'wait_for_package': False} 2023-12-20T09:55:09.091 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=86cc4aec42581926507b9749381d531f24687367 2023-12-20T09:55:09.094 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': '86cc4aec42581926507b9749381d531f24687367', 'tag': None, 'wait_for_package': False} 2023-12-20T09:55:09.094 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=86cc4aec42581926507b9749381d531f24687367 2023-12-20T09:55:09.095 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': '86cc4aec42581926507b9749381d531f24687367', 'tag': None, 'wait_for_package': False} 2023-12-20T09:55:09.095 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=86cc4aec42581926507b9749381d531f24687367 2023-12-20T09:55:09.247 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/ 2023-12-20T09:55:09.247 INFO:teuthology.task.install.rpm:Package version is 19.0.0-36.g86cc4aec 2023-12-20T09:55:09.316 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/ 2023-12-20T09:55:09.316 INFO:teuthology.task.install.rpm:Package version is 19.0.0-36.g86cc4aec 2023-12-20T09:55:09.323 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/ 2023-12-20T09:55:09.323 INFO:teuthology.task.install.rpm:Package version is 19.0.0-36.g86cc4aec 2023-12-20T09:55:09.356 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-20T09:55:09.356 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-12-20T09:55:09.356 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-20T09:55:09.391 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-12-20T09:55:09.391 DEBUG:teuthology.orchestra.run.smithi111:> 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/86cc4aec42581926507b9749381d531f24687367/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-20T09:55:09.429 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-20T09:55:09.430 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-12-20T09:55:09.430 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-20T09:55:09.459 DEBUG:teuthology.orchestra.run.smithi111:> 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-12-20T09:55:09.468 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-12-20T09:55:09.469 DEBUG:teuthology.orchestra.run.smithi063:> 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/86cc4aec42581926507b9749381d531f24687367/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-20T09:55:09.485 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-20T09:55:09.485 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-20T09:55:09.485 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-20T09:55:09.524 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-12-20T09:55:09.524 DEBUG:teuthology.orchestra.run.smithi027:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/86cc4aec42581926507b9749381d531f24687367/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-20T09:55:09.535 DEBUG:teuthology.orchestra.run.smithi111:> 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-12-20T09:55:09.541 DEBUG:teuthology.orchestra.run.smithi063:> 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-12-20T09:55:09.598 DEBUG:teuthology.orchestra.run.smithi027:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-20T09:55:09.601 INFO:teuthology.orchestra.run.smithi111.stdout:check_obsoletes = 1 2023-12-20T09:55:09.602 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum clean all 2023-12-20T09:55:09.623 DEBUG:teuthology.orchestra.run.smithi063:> 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-12-20T09:55:09.681 DEBUG:teuthology.orchestra.run.smithi027:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-20T09:55:09.691 INFO:teuthology.orchestra.run.smithi063.stdout:check_obsoletes = 1 2023-12-20T09:55:09.693 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum clean all 2023-12-20T09:55:09.751 INFO:teuthology.orchestra.run.smithi027.stdout:check_obsoletes = 1 2023-12-20T09:55:09.752 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum clean all 2023-12-20T09:55:09.881 INFO:teuthology.orchestra.run.smithi111.stdout:76 files removed 2023-12-20T09:55:09.911 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install ceph-radosgw 2023-12-20T09:55:09.978 INFO:teuthology.orchestra.run.smithi063.stdout:76 files removed 2023-12-20T09:55:10.006 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-radosgw 2023-12-20T09:55:10.029 INFO:teuthology.orchestra.run.smithi027.stdout:76 files removed 2023-12-20T09:55:10.058 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-radosgw 2023-12-20T09:55:10.657 INFO:teuthology.orchestra.run.smithi111.stdout:ceph packages for x86_64 239 kB/s | 81 kB 00:00 2023-12-20T09:55:10.806 INFO:teuthology.orchestra.run.smithi027.stdout:ceph packages for x86_64 253 kB/s | 81 kB 00:00 2023-12-20T09:55:10.879 INFO:teuthology.orchestra.run.smithi063.stdout:ceph packages for x86_64 184 kB/s | 81 kB 00:00 2023-12-20T09:55:10.991 INFO:teuthology.orchestra.run.smithi111.stdout:ceph noarch packages 32 kB/s | 9.5 kB 00:00 2023-12-20T09:55:11.132 INFO:teuthology.orchestra.run.smithi027.stdout:ceph noarch packages 33 kB/s | 9.5 kB 00:00 2023-12-20T09:55:11.221 INFO:teuthology.orchestra.run.smithi063.stdout:ceph noarch packages 32 kB/s | 9.5 kB 00:00 2023-12-20T09:55:11.241 INFO:teuthology.orchestra.run.smithi111.stdout:ceph source packages 6.7 kB/s | 1.5 kB 00:00 2023-12-20T09:55:11.508 INFO:teuthology.orchestra.run.smithi027.stdout:ceph source packages 4.3 kB/s | 1.5 kB 00:00 2023-12-20T09:55:11.588 INFO:teuthology.orchestra.run.smithi063.stdout:ceph source packages 4.4 kB/s | 1.5 kB 00:00 2023-12-20T10:02:08.170 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 8 - AppStream 85 kB/s | 35 MB 06:56 2023-12-20T10:02:10.355 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - AppStream 85 kB/s | 35 MB 06:58 2023-12-20T10:02:18.502 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 8 - AppStream 83 kB/s | 35 MB 07:06 2023-12-20T10:02:20.777 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 8 - BaseOS 9.0 MB/s | 57 MB 00:06 2023-12-20T10:02:23.979 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - BaseOS 8.3 MB/s | 57 MB 00:06 2023-12-20T10:02:28.519 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 8 - BaseOS 17 MB/s | 57 MB 00:03 2023-12-20T10:02:29.335 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 8 - Extras 37 kB/s | 18 kB 00:00 2023-12-20T10:02:29.718 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 8 - Extras common packages 35 kB/s | 6.9 kB 00:00 2023-12-20T10:02:31.478 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 8 - PowerTools 4.1 MB/s | 6.6 MB 00:01 2023-12-20T10:02:32.954 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - Extras 49 kB/s | 18 kB 00:00 2023-12-20T10:02:32.954 INFO:teuthology.orchestra.run.smithi111.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-20T10:02:33.514 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2023-12-20T10:02:34.283 INFO:teuthology.orchestra.run.smithi111.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-20T10:02:34.972 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - PowerTools 5.1 MB/s | 6.6 MB 00:01 2023-12-20T10:02:36.557 INFO:teuthology.orchestra.run.smithi027.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-12-20T10:02:37.626 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 8 - Extras 35 kB/s | 18 kB 00:00 2023-12-20T10:02:37.936 INFO:teuthology.orchestra.run.smithi027.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-12-20T10:02:38.147 INFO:teuthology.orchestra.run.smithi111.stdout:lab-extras 361 kB/s | 24 kB 00:00 2023-12-20T10:02:38.161 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2023-12-20T10:02:39.478 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 8 - PowerTools 5.8 MB/s | 6.6 MB 00:01 2023-12-20T10:02:41.013 INFO:teuthology.orchestra.run.smithi063.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-20T10:02:42.108 INFO:teuthology.orchestra.run.smithi027.stdout:lab-extras 386 kB/s | 24 kB 00:00 2023-12-20T10:02:42.848 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:02:42.851 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:02:42.851 INFO:teuthology.orchestra.run.smithi111.stdout: Package Arch Version Repository Size 2023-12-20T10:02:42.851 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:02:42.851 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2023-12-20T10:02:42.851 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-radosgw x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 14 M 2023-12-20T10:02:42.851 INFO:teuthology.orchestra.run.smithi111.stdout:Upgrading: 2023-12-20T10:02:42.851 INFO:teuthology.orchestra.run.smithi111.stdout: librados2 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 3.8 M 2023-12-20T10:02:42.851 INFO:teuthology.orchestra.run.smithi111.stdout: librbd1 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 3.7 M 2023-12-20T10:02:42.852 INFO:teuthology.orchestra.run.smithi111.stdout:Installing dependencies: 2023-12-20T10:02:42.852 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-base x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 5.4 M 2023-12-20T10:02:42.852 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-common x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 23 M 2023-12-20T10:02:42.852 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-selinux x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 24 k 2023-12-20T10:02:42.852 INFO:teuthology.orchestra.run.smithi111.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-20T10:02:42.852 INFO:teuthology.orchestra.run.smithi111.stdout: libcephfs2 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 839 k 2023-12-20T10:02:42.852 INFO:teuthology.orchestra.run.smithi111.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-20T10:02:42.852 INFO:teuthology.orchestra.run.smithi111.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-12-20T10:02:42.852 INFO:teuthology.orchestra.run.smithi111.stdout: libradosstriper1 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 517 k 2023-12-20T10:02:42.852 INFO:teuthology.orchestra.run.smithi111.stdout: librdkafka x86_64 1.6.1-1.el8 appstream 677 k 2023-12-20T10:02:42.852 INFO:teuthology.orchestra.run.smithi111.stdout: librgw2 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 6.9 M 2023-12-20T10:02:42.852 INFO:teuthology.orchestra.run.smithi111.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-20T10:02:42.852 INFO:teuthology.orchestra.run.smithi111.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-12-20T10:02:42.852 INFO:teuthology.orchestra.run.smithi111.stdout: python3-ceph-argparse x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 45 k 2023-12-20T10:02:42.853 INFO:teuthology.orchestra.run.smithi111.stdout: python3-ceph-common x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 128 k 2023-12-20T10:02:42.853 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cephfs x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 197 k 2023-12-20T10:02:42.853 INFO:teuthology.orchestra.run.smithi111.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-12-20T10:02:42.853 INFO:teuthology.orchestra.run.smithi111.stdout: python3-rados x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 372 k 2023-12-20T10:02:42.853 INFO:teuthology.orchestra.run.smithi111.stdout: python3-rbd x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 365 k 2023-12-20T10:02:42.853 INFO:teuthology.orchestra.run.smithi111.stdout: python3-rgw x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 107 k 2023-12-20T10:02:42.853 INFO:teuthology.orchestra.run.smithi111.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-20T10:02:42.853 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:02:42.853 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2023-12-20T10:02:42.853 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:02:42.853 INFO:teuthology.orchestra.run.smithi111.stdout:Install 21 Packages 2023-12-20T10:02:42.853 INFO:teuthology.orchestra.run.smithi111.stdout:Upgrade 2 Packages 2023-12-20T10:02:42.853 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:02:42.854 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 62 M 2023-12-20T10:02:42.854 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2023-12-20T10:02:44.456 INFO:teuthology.orchestra.run.smithi111.stdout:(1/23): ceph-common-19.0.0-36.g86cc4aec.el8.x86 17 MB/s | 23 MB 00:01 2023-12-20T10:02:44.514 INFO:teuthology.orchestra.run.smithi111.stdout:(2/23): ceph-selinux-19.0.0-36.g86cc4aec.el8.x8 419 kB/s | 24 kB 00:00 2023-12-20T10:02:44.607 INFO:teuthology.orchestra.run.smithi111.stdout:(3/23): libcephfs2-19.0.0-36.g86cc4aec.el8.x86_ 8.9 MB/s | 839 kB 00:00 2023-12-20T10:02:44.698 INFO:teuthology.orchestra.run.smithi111.stdout:(4/23): libradosstriper1-19.0.0-36.g86cc4aec.el 5.5 MB/s | 517 kB 00:00 2023-12-20T10:02:45.207 INFO:teuthology.orchestra.run.smithi111.stdout:(5/23): librgw2-19.0.0-36.g86cc4aec.el8.x86_64. 14 MB/s | 6.9 MB 00:00 2023-12-20T10:02:45.274 INFO:teuthology.orchestra.run.smithi111.stdout:(6/23): ceph-base-19.0.0-36.g86cc4aec.el8.x86_6 2.5 MB/s | 5.4 MB 00:02 2023-12-20T10:02:45.291 INFO:teuthology.orchestra.run.smithi111.stdout:(7/23): python3-ceph-argparse-19.0.0-36.g86cc4a 536 kB/s | 45 kB 00:00 2023-12-20T10:02:45.341 INFO:teuthology.orchestra.run.smithi111.stdout:(8/23): python3-cephfs-19.0.0-36.g86cc4aec.el8. 3.8 MB/s | 197 kB 00:00 2023-12-20T10:02:45.367 INFO:teuthology.orchestra.run.smithi111.stdout:(9/23): python3-ceph-common-19.0.0-36.g86cc4aec 1.4 MB/s | 128 kB 00:00 2023-12-20T10:02:45.442 INFO:teuthology.orchestra.run.smithi111.stdout:(10/23): python3-rados-19.0.0-36.g86cc4aec.el8. 3.6 MB/s | 372 kB 00:00 2023-12-20T10:02:45.493 INFO:teuthology.orchestra.run.smithi111.stdout:(11/23): python3-rgw-19.0.0-36.g86cc4aec.el8.x8 2.1 MB/s | 107 kB 00:00 2023-12-20T10:02:45.516 INFO:teuthology.orchestra.run.smithi063.stdout:Extra Packages for Enterprise Linux 3.7 MB/s | 16 MB 00:04 2023-12-20T10:02:45.517 INFO:teuthology.orchestra.run.smithi111.stdout:(12/23): python3-rbd-19.0.0-36.g86cc4aec.el8.x8 2.4 MB/s | 365 kB 00:00 2023-12-20T10:02:46.801 INFO:teuthology.orchestra.run.smithi111.stdout:(13/23): ceph-radosgw-19.0.0-36.g86cc4aec.el8.x 3.8 MB/s | 14 MB 00:03 2023-12-20T10:02:47.082 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:02:47.085 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:02:47.085 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-12-20T10:02:47.085 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:02:47.085 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-12-20T10:02:47.085 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-radosgw x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 14 M 2023-12-20T10:02:47.085 INFO:teuthology.orchestra.run.smithi027.stdout:Upgrading: 2023-12-20T10:02:47.085 INFO:teuthology.orchestra.run.smithi027.stdout: librados2 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 3.8 M 2023-12-20T10:02:47.085 INFO:teuthology.orchestra.run.smithi027.stdout: librbd1 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 3.7 M 2023-12-20T10:02:47.085 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-12-20T10:02:47.085 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-base x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 5.4 M 2023-12-20T10:02:47.085 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-common x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 23 M 2023-12-20T10:02:47.085 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-selinux x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 24 k 2023-12-20T10:02:47.086 INFO:teuthology.orchestra.run.smithi027.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-20T10:02:47.086 INFO:teuthology.orchestra.run.smithi027.stdout: libcephfs2 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 839 k 2023-12-20T10:02:47.086 INFO:teuthology.orchestra.run.smithi027.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-20T10:02:47.086 INFO:teuthology.orchestra.run.smithi027.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-12-20T10:02:47.086 INFO:teuthology.orchestra.run.smithi027.stdout: libradosstriper1 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 517 k 2023-12-20T10:02:47.086 INFO:teuthology.orchestra.run.smithi027.stdout: librdkafka x86_64 1.6.1-1.el8 appstream 677 k 2023-12-20T10:02:47.086 INFO:teuthology.orchestra.run.smithi027.stdout: librgw2 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 6.9 M 2023-12-20T10:02:47.086 INFO:teuthology.orchestra.run.smithi027.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-20T10:02:47.086 INFO:teuthology.orchestra.run.smithi027.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-12-20T10:02:47.086 INFO:teuthology.orchestra.run.smithi027.stdout: python3-ceph-argparse x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 45 k 2023-12-20T10:02:47.086 INFO:teuthology.orchestra.run.smithi027.stdout: python3-ceph-common x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 128 k 2023-12-20T10:02:47.086 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cephfs x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 197 k 2023-12-20T10:02:47.086 INFO:teuthology.orchestra.run.smithi027.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-12-20T10:02:47.086 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rados x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 372 k 2023-12-20T10:02:47.087 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rbd x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 365 k 2023-12-20T10:02:47.087 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rgw x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 107 k 2023-12-20T10:02:47.087 INFO:teuthology.orchestra.run.smithi027.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-20T10:02:47.087 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:02:47.087 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-20T10:02:47.087 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:02:47.087 INFO:teuthology.orchestra.run.smithi027.stdout:Install 21 Packages 2023-12-20T10:02:47.087 INFO:teuthology.orchestra.run.smithi027.stdout:Upgrade 2 Packages 2023-12-20T10:02:47.087 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:02:47.088 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 62 M 2023-12-20T10:02:47.088 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-20T10:02:48.351 INFO:teuthology.orchestra.run.smithi027.stdout:(1/23): ceph-base-19.0.0-36.g86cc4aec.el8.x86_6 8.2 MB/s | 5.4 MB 00:00 2023-12-20T10:02:48.410 INFO:teuthology.orchestra.run.smithi027.stdout:(2/23): ceph-selinux-19.0.0-36.g86cc4aec.el8.x8 417 kB/s | 24 kB 00:00 2023-12-20T10:02:48.560 INFO:teuthology.orchestra.run.smithi027.stdout:(3/23): libcephfs2-19.0.0-36.g86cc4aec.el8.x86_ 5.5 MB/s | 839 kB 00:00 2023-12-20T10:02:48.668 INFO:teuthology.orchestra.run.smithi027.stdout:(4/23): libradosstriper1-19.0.0-36.g86cc4aec.el 4.7 MB/s | 517 kB 00:00 2023-12-20T10:02:49.126 INFO:teuthology.orchestra.run.smithi111.stdout:(14/23): python3-prettytable-0.7.2-14.el8.noarc 19 kB/s | 44 kB 00:02 2023-12-20T10:02:49.377 INFO:teuthology.orchestra.run.smithi027.stdout:(5/23): ceph-radosgw-19.0.0-36.g86cc4aec.el8.x8 8.3 MB/s | 14 MB 00:01 2023-12-20T10:02:49.469 INFO:teuthology.orchestra.run.smithi027.stdout:(6/23): librgw2-19.0.0-36.g86cc4aec.el8.x86_64. 8.6 MB/s | 6.9 MB 00:00 2023-12-20T10:02:49.495 INFO:teuthology.orchestra.run.smithi027.stdout:(7/23): python3-ceph-argparse-19.0.0-36.g86cc4a 382 kB/s | 45 kB 00:00 2023-12-20T10:02:49.528 INFO:teuthology.orchestra.run.smithi027.stdout:(8/23): python3-ceph-common-19.0.0-36.g86cc4aec 2.2 MB/s | 128 kB 00:00 2023-12-20T10:02:49.553 INFO:teuthology.orchestra.run.smithi027.stdout:(9/23): python3-cephfs-19.0.0-36.g86cc4aec.el8. 3.3 MB/s | 197 kB 00:00 2023-12-20T10:02:49.595 INFO:teuthology.orchestra.run.smithi027.stdout:(10/23): python3-rados-19.0.0-36.g86cc4aec.el8. 5.4 MB/s | 372 kB 00:00 2023-12-20T10:02:49.629 INFO:teuthology.orchestra.run.smithi027.stdout:(11/23): python3-rbd-19.0.0-36.g86cc4aec.el8.x8 4.7 MB/s | 365 kB 00:00 2023-12-20T10:02:49.655 INFO:teuthology.orchestra.run.smithi027.stdout:(12/23): python3-rgw-19.0.0-36.g86cc4aec.el8.x8 1.8 MB/s | 107 kB 00:00 2023-12-20T10:02:49.688 INFO:teuthology.orchestra.run.smithi063.stdout:lab-extras 245 kB/s | 24 kB 00:00 2023-12-20T10:02:49.963 INFO:teuthology.orchestra.run.smithi027.stdout:(13/23): ceph-common-19.0.0-36.g86cc4aec.el8.x8 10 MB/s | 23 MB 00:02 2023-12-20T10:02:50.077 INFO:teuthology.orchestra.run.smithi111.stdout:(15/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 49 kB/s | 47 kB 00:00 2023-12-20T10:02:50.268 INFO:teuthology.orchestra.run.smithi111.stdout:(16/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.6 MB/s | 306 kB 00:00 2023-12-20T10:02:50.319 INFO:teuthology.orchestra.run.smithi111.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 1.1 MB/s | 59 kB 00:00 2023-12-20T10:02:50.369 INFO:teuthology.orchestra.run.smithi111.stdout:(18/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.5 MB/s | 75 kB 00:00 2023-12-20T10:02:50.786 INFO:teuthology.orchestra.run.smithi111.stdout:(19/23): thrift-0.13.0-2.el8.x86_64.rpm 4.2 MB/s | 1.7 MB 00:00 2023-12-20T10:02:51.386 INFO:teuthology.orchestra.run.smithi111.stdout:(20/23): librados2-19.0.0-36.g86cc4aec.el8.x86_ 6.3 MB/s | 3.8 MB 00:00 2023-12-20T10:02:51.703 INFO:teuthology.orchestra.run.smithi111.stdout:(21/23): librbd1-19.0.0-36.g86cc4aec.el8.x86_64 12 MB/s | 3.7 MB 00:00 2023-12-20T10:02:54.635 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:02:54.637 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:02:54.638 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2023-12-20T10:02:54.638 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:02:54.638 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-20T10:02:54.638 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-radosgw x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 14 M 2023-12-20T10:02:54.638 INFO:teuthology.orchestra.run.smithi063.stdout:Upgrading: 2023-12-20T10:02:54.638 INFO:teuthology.orchestra.run.smithi063.stdout: librados2 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 3.8 M 2023-12-20T10:02:54.638 INFO:teuthology.orchestra.run.smithi063.stdout: librbd1 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 3.7 M 2023-12-20T10:02:54.638 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2023-12-20T10:02:54.638 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-base x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 5.4 M 2023-12-20T10:02:54.638 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-common x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 23 M 2023-12-20T10:02:54.638 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-selinux x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 24 k 2023-12-20T10:02:54.638 INFO:teuthology.orchestra.run.smithi063.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-20T10:02:54.638 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs2 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 839 k 2023-12-20T10:02:54.638 INFO:teuthology.orchestra.run.smithi063.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-20T10:02:54.639 INFO:teuthology.orchestra.run.smithi063.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-12-20T10:02:54.639 INFO:teuthology.orchestra.run.smithi063.stdout: libradosstriper1 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 517 k 2023-12-20T10:02:54.639 INFO:teuthology.orchestra.run.smithi063.stdout: librdkafka x86_64 1.6.1-1.el8 appstream 677 k 2023-12-20T10:02:54.639 INFO:teuthology.orchestra.run.smithi063.stdout: librgw2 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 6.9 M 2023-12-20T10:02:54.639 INFO:teuthology.orchestra.run.smithi063.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-20T10:02:54.639 INFO:teuthology.orchestra.run.smithi063.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-12-20T10:02:54.639 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-argparse x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 45 k 2023-12-20T10:02:54.639 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-common x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 128 k 2023-12-20T10:02:54.639 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cephfs x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 197 k 2023-12-20T10:02:54.639 INFO:teuthology.orchestra.run.smithi063.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-12-20T10:02:54.639 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rados x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 372 k 2023-12-20T10:02:54.639 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rbd x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 365 k 2023-12-20T10:02:54.639 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rgw x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 107 k 2023-12-20T10:02:54.640 INFO:teuthology.orchestra.run.smithi063.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-20T10:02:54.640 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:02:54.640 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-20T10:02:54.640 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:02:54.640 INFO:teuthology.orchestra.run.smithi063.stdout:Install 21 Packages 2023-12-20T10:02:54.640 INFO:teuthology.orchestra.run.smithi063.stdout:Upgrade 2 Packages 2023-12-20T10:02:54.640 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:02:54.640 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 62 M 2023-12-20T10:02:54.641 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-20T10:02:55.898 INFO:teuthology.orchestra.run.smithi063.stdout:(1/23): ceph-base-19.0.0-36.g86cc4aec.el8.x86_6 5.5 MB/s | 5.4 MB 00:00 2023-12-20T10:02:56.006 INFO:teuthology.orchestra.run.smithi063.stdout:(2/23): ceph-selinux-19.0.0-36.g86cc4aec.el8.x8 224 kB/s | 24 kB 00:00 2023-12-20T10:02:56.174 INFO:teuthology.orchestra.run.smithi063.stdout:(3/23): libcephfs2-19.0.0-36.g86cc4aec.el8.x86_ 4.9 MB/s | 839 kB 00:00 2023-12-20T10:02:56.332 INFO:teuthology.orchestra.run.smithi063.stdout:(4/23): ceph-radosgw-19.0.0-36.g86cc4aec.el8.x8 9.8 MB/s | 14 MB 00:01 2023-12-20T10:02:56.366 INFO:teuthology.orchestra.run.smithi063.stdout:(5/23): libradosstriper1-19.0.0-36.g86cc4aec.el 2.6 MB/s | 517 kB 00:00 2023-12-20T10:02:56.433 INFO:teuthology.orchestra.run.smithi063.stdout:(6/23): python3-ceph-argparse-19.0.0-36.g86cc4a 672 kB/s | 45 kB 00:00 2023-12-20T10:02:56.516 INFO:teuthology.orchestra.run.smithi063.stdout:(7/23): python3-ceph-common-19.0.0-36.g86cc4aec 1.5 MB/s | 128 kB 00:00 2023-12-20T10:02:56.608 INFO:teuthology.orchestra.run.smithi063.stdout:(8/23): python3-cephfs-19.0.0-36.g86cc4aec.el8. 2.1 MB/s | 197 kB 00:00 2023-12-20T10:02:56.709 INFO:teuthology.orchestra.run.smithi063.stdout:(9/23): python3-rados-19.0.0-36.g86cc4aec.el8.x 3.6 MB/s | 372 kB 00:00 2023-12-20T10:02:56.850 INFO:teuthology.orchestra.run.smithi063.stdout:(10/23): librgw2-19.0.0-36.g86cc4aec.el8.x86_64 13 MB/s | 6.9 MB 00:00 2023-12-20T10:02:56.876 INFO:teuthology.orchestra.run.smithi063.stdout:(11/23): python3-rbd-19.0.0-36.g86cc4aec.el8.x8 2.1 MB/s | 365 kB 00:00 2023-12-20T10:02:56.926 INFO:teuthology.orchestra.run.smithi063.stdout:(12/23): python3-rgw-19.0.0-36.g86cc4aec.el8.x8 1.4 MB/s | 107 kB 00:00 2023-12-20T10:02:57.651 INFO:teuthology.orchestra.run.smithi063.stdout:(13/23): ceph-common-19.0.0-36.g86cc4aec.el8.x8 8.2 MB/s | 23 MB 00:02 2023-12-20T10:02:59.196 INFO:teuthology.orchestra.run.smithi027.stdout:(14/23): python3-prettytable-0.7.2-14.el8.noarc 4.8 kB/s | 44 kB 00:09 2023-12-20T10:02:59.777 INFO:teuthology.orchestra.run.smithi063.stdout:(14/23): python3-prettytable-0.7.2-14.el8.noarc 21 kB/s | 44 kB 00:02 2023-12-20T10:03:00.121 INFO:teuthology.orchestra.run.smithi027.stdout:(15/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 51 kB/s | 47 kB 00:00 2023-12-20T10:03:00.596 INFO:teuthology.orchestra.run.smithi027.stdout:(16/23): gperftools-libs-2.7-9.el8.x86_64.rpm 645 kB/s | 306 kB 00:00 2023-12-20T10:03:00.697 INFO:teuthology.orchestra.run.smithi027.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 587 kB/s | 59 kB 00:00 2023-12-20T10:03:00.752 INFO:teuthology.orchestra.run.smithi063.stdout:(15/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 48 kB/s | 47 kB 00:00 2023-12-20T10:03:00.805 INFO:teuthology.orchestra.run.smithi027.stdout:(18/23): libunwind-1.3.1-3.el8.x86_64.rpm 693 kB/s | 75 kB 00:00 2023-12-20T10:03:01.089 INFO:teuthology.orchestra.run.smithi027.stdout:(19/23): thrift-0.13.0-2.el8.x86_64.rpm 6.1 MB/s | 1.7 MB 00:00 2023-12-20T10:03:01.389 INFO:teuthology.orchestra.run.smithi027.stdout:(20/23): librados2-19.0.0-36.g86cc4aec.el8.x86_ 13 MB/s | 3.8 MB 00:00 2023-12-20T10:03:01.427 INFO:teuthology.orchestra.run.smithi063.stdout:(16/23): gperftools-libs-2.7-9.el8.x86_64.rpm 454 kB/s | 306 kB 00:00 2023-12-20T10:03:01.552 INFO:teuthology.orchestra.run.smithi063.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 470 kB/s | 59 kB 00:00 2023-12-20T10:03:01.598 INFO:teuthology.orchestra.run.smithi027.stdout:(21/23): librbd1-19.0.0-36.g86cc4aec.el8.x86_64 18 MB/s | 3.7 MB 00:00 2023-12-20T10:03:01.678 INFO:teuthology.orchestra.run.smithi063.stdout:(18/23): libunwind-1.3.1-3.el8.x86_64.rpm 601 kB/s | 75 kB 00:00 2023-12-20T10:03:02.161 INFO:teuthology.orchestra.run.smithi063.stdout:(19/23): thrift-0.13.0-2.el8.x86_64.rpm 3.6 MB/s | 1.7 MB 00:00 2023-12-20T10:03:02.628 INFO:teuthology.orchestra.run.smithi063.stdout:(20/23): librados2-19.0.0-36.g86cc4aec.el8.x86_ 8.1 MB/s | 3.8 MB 00:00 2023-12-20T10:03:02.905 INFO:teuthology.orchestra.run.smithi063.stdout:(21/23): librbd1-19.0.0-36.g86cc4aec.el8.x86_64 13 MB/s | 3.7 MB 00:00 2023-12-20T10:03:07.881 INFO:teuthology.orchestra.run.smithi027.stdout:(22/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 14 kB/s | 259 kB 00:18 2023-12-20T10:03:09.534 INFO:teuthology.orchestra.run.smithi111.stdout:(22/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 11 kB/s | 259 kB 00:24 2023-12-20T10:03:15.095 INFO:teuthology.orchestra.run.smithi063.stdout:(22/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 14 kB/s | 259 kB 00:18 2023-12-20T10:03:50.666 INFO:teuthology.orchestra.run.smithi111.stdout:(23/23): librdkafka-1.6.1-1.el8.x86_64.rpm 10 kB/s | 677 kB 01:05 2023-12-20T10:03:50.666 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:03:50.666 INFO:teuthology.orchestra.run.smithi111.stdout:Total 934 kB/s | 62 MB 01:07 2023-12-20T10:03:50.708 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2023-12-20T10:03:50.754 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2023-12-20T10:03:50.754 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2023-12-20T10:03:51.123 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2023-12-20T10:03:51.126 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2023-12-20T10:03:52.333 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2023-12-20T10:03:52.521 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-20T10:03:52.792 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-12-20T10:03:52.964 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-20T10:03:53.373 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-20T10:03:53.555 INFO:teuthology.orchestra.run.smithi111.stdout: Upgrading : librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 4/25 2023-12-20T10:03:53.655 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 4/25 2023-12-20T10:03:53.882 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 5/25 2023-12-20T10:03:54.113 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 6/25 2023-12-20T10:03:54.518 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 6/25 2023-12-20T10:03:54.763 INFO:teuthology.orchestra.run.smithi111.stdout: Upgrading : librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 7/25 2023-12-20T10:03:54.826 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 7/25 2023-12-20T10:03:55.054 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-12-20T10:03:55.824 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : librdkafka-1.6.1-1.el8.x86_64 9/25 2023-12-20T10:03:56.030 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 10/25 2023-12-20T10:03:56.097 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 10/25 2023-12-20T10:03:56.258 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-ceph-argparse-2:19.0.0-36.g86cc4aec.el8.x8 11/25 2023-12-20T10:03:56.433 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 12/25 2023-12-20T10:03:56.681 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 13/25 2023-12-20T10:03:56.892 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 14/25 2023-12-20T10:03:57.038 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 15/25 2023-12-20T10:03:57.103 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 15/25 2023-12-20T10:03:57.359 INFO:teuthology.orchestra.run.smithi027.stdout:(23/23): librdkafka-1.6.1-1.el8.x86_64.rpm 10 kB/s | 677 kB 01:07 2023-12-20T10:03:57.361 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:03:57.361 INFO:teuthology.orchestra.run.smithi027.stdout:Total 901 kB/s | 62 MB 01:10 2023-12-20T10:03:57.363 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-20T10:03:57.406 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-20T10:03:57.457 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-20T10:03:57.457 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-20T10:03:57.529 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2023-12-20T10:03:57.730 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-12-20T10:03:57.852 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-20T10:03:57.856 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-20T10:03:57.963 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_ 19/25 2023-12-20T10:03:58.623 INFO:teuthology.orchestra.run.smithi063.stdout:(23/23): librdkafka-1.6.1-1.el8.x86_64.rpm 11 kB/s | 677 kB 01:01 2023-12-20T10:03:58.626 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:03:58.626 INFO:teuthology.orchestra.run.smithi063.stdout:Total 990 kB/s | 62 MB 01:03 2023-12-20T10:03:58.669 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-20T10:03:58.720 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-20T10:03:58.720 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-20T10:03:59.092 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-20T10:03:59.114 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-20T10:03:59.117 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-20T10:03:59.272 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-20T10:03:59.463 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-12-20T10:03:59.646 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-20T10:04:00.127 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-20T10:04:00.288 INFO:teuthology.orchestra.run.smithi027.stdout: Upgrading : librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 4/25 2023-12-20T10:04:00.356 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-20T10:04:00.387 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 4/25 2023-12-20T10:04:00.526 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-20T10:04:00.602 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 20/25 2023-12-20T10:04:00.644 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 5/25 2023-12-20T10:04:00.733 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-12-20T10:04:00.829 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 6/25 2023-12-20T10:04:00.830 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 20/25 2023-12-20T10:04:00.970 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-20T10:04:01.262 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 6/25 2023-12-20T10:04:01.408 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-20T10:04:01.436 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 20/25 2023-12-20T10:04:01.437 INFO:teuthology.orchestra.run.smithi027.stdout: Upgrading : librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 7/25 2023-12-20T10:04:01.499 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 7/25 2023-12-20T10:04:01.620 INFO:teuthology.orchestra.run.smithi063.stdout: Upgrading : librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 4/25 2023-12-20T10:04:01.701 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 4/25 2023-12-20T10:04:01.708 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-12-20T10:04:01.761 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 21/25 2023-12-20T10:04:01.866 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 21/25 2023-12-20T10:04:01.910 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 5/25 2023-12-20T10:04:02.062 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 6/25 2023-12-20T10:04:02.070 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 22/25 2023-12-20T10:04:02.493 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 6/25 2023-12-20T10:04:02.585 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : librdkafka-1.6.1-1.el8.x86_64 9/25 2023-12-20T10:04:02.653 INFO:teuthology.orchestra.run.smithi063.stdout: Upgrading : librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 7/25 2023-12-20T10:04:02.721 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 7/25 2023-12-20T10:04:02.746 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 10/25 2023-12-20T10:04:02.803 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 10/25 2023-12-20T10:04:02.987 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-ceph-argparse-2:19.0.0-36.g86cc4aec.el8.x8 11/25 2023-12-20T10:04:03.066 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-12-20T10:04:03.158 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 12/25 2023-12-20T10:04:03.400 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 13/25 2023-12-20T10:04:03.596 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 14/25 2023-12-20T10:04:03.720 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 15/25 2023-12-20T10:04:03.792 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 15/25 2023-12-20T10:04:03.878 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librdkafka-1.6.1-1.el8.x86_64 9/25 2023-12-20T10:04:04.011 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 10/25 2023-12-20T10:04:04.050 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-20T10:04:04.066 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 10/25 2023-12-20T10:04:04.224 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-ceph-argparse-2:19.0.0-36.g86cc4aec.el8.x8 11/25 2023-12-20T10:04:04.255 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2023-12-20T10:04:04.423 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 12/25 2023-12-20T10:04:04.439 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-12-20T10:04:04.607 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 13/25 2023-12-20T10:04:04.688 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_ 19/25 2023-12-20T10:04:04.801 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 14/25 2023-12-20T10:04:04.928 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 15/25 2023-12-20T10:04:05.100 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 15/25 2023-12-20T10:04:05.315 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-20T10:04:05.462 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2023-12-20T10:04:05.643 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-12-20T10:04:05.878 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_ 19/25 2023-12-20T10:04:07.433 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 20/25 2023-12-20T10:04:07.663 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 20/25 2023-12-20T10:04:08.298 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 20/25 2023-12-20T10:04:08.566 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 20/25 2023-12-20T10:04:08.575 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 21/25 2023-12-20T10:04:08.681 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 21/25 2023-12-20T10:04:08.803 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 20/25 2023-12-20T10:04:08.905 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 22/25 2023-12-20T10:04:09.433 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 20/25 2023-12-20T10:04:09.682 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 21/25 2023-12-20T10:04:09.786 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 21/25 2023-12-20T10:04:10.135 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 22/25 2023-12-20T10:04:20.550 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 22/25 2023-12-20T10:04:20.550 INFO:teuthology.orchestra.run.smithi111.stdout:skipping the directory /sys 2023-12-20T10:04:20.550 INFO:teuthology.orchestra.run.smithi111.stdout:skipping the directory /proc 2023-12-20T10:04:20.550 INFO:teuthology.orchestra.run.smithi111.stdout:skipping the directory /dev 2023-12-20T10:04:20.550 INFO:teuthology.orchestra.run.smithi111.stdout:skipping the directory /run 2023-12-20T10:04:20.550 INFO:teuthology.orchestra.run.smithi111.stdout:skipping the directory /mnt 2023-12-20T10:04:20.550 INFO:teuthology.orchestra.run.smithi111.stdout:skipping the directory /var/tmp 2023-12-20T10:04:20.550 INFO:teuthology.orchestra.run.smithi111.stdout:skipping the directory /home 2023-12-20T10:04:20.551 INFO:teuthology.orchestra.run.smithi111.stdout:skipping the directory /tmp 2023-12-20T10:04:20.551 INFO:teuthology.orchestra.run.smithi111.stdout:skipping the directory /dev 2023-12-20T10:04:20.551 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:04:21.993 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 23/25 2023-12-20T10:04:22.012 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 23/25 2023-12-20T10:04:22.012 INFO:teuthology.orchestra.run.smithi111.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-20T10:04:22.228 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-20T10:04:22.228 INFO:teuthology.orchestra.run.smithi111.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-20T10:04:22.946 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-20T10:04:22.946 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 1/25 2023-12-20T10:04:22.946 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 2/25 2023-12-20T10:04:22.946 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 3/25 2023-12-20T10:04:22.946 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 4/25 2023-12-20T10:04:22.946 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 5/25 2023-12-20T10:04:22.946 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 6/25 2023-12-20T10:04:22.946 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 7/25 2023-12-20T10:04:22.946 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-ceph-argparse-2:19.0.0-36.g86cc4aec.el8.x8 8/25 2023-12-20T10:04:22.946 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_ 9/25 2023-12-20T10:04:22.947 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 10/25 2023-12-20T10:04:22.947 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 11/25 2023-12-20T10:04:22.947 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 12/25 2023-12-20T10:04:22.947 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 13/25 2023-12-20T10:04:22.947 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : librdkafka-1.6.1-1.el8.x86_64 14/25 2023-12-20T10:04:22.947 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-12-20T10:04:22.947 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-20T10:04:22.947 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-12-20T10:04:22.947 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-20T10:04:22.947 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-12-20T10:04:22.947 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-12-20T10:04:22.947 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-12-20T10:04:22.947 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 22/25 2023-12-20T10:04:22.947 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-20T10:04:22.948 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 24/25 2023-12-20T10:04:24.024 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-20T10:04:24.024 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:04:24.024 INFO:teuthology.orchestra.run.smithi111.stdout:Upgraded: 2023-12-20T10:04:24.024 INFO:teuthology.orchestra.run.smithi111.stdout: librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:24.024 INFO:teuthology.orchestra.run.smithi111.stdout: librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:24.024 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2023-12-20T10:04:24.024 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:24.024 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:24.024 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:24.025 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:24.025 INFO:teuthology.orchestra.run.smithi111.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-20T10:04:24.025 INFO:teuthology.orchestra.run.smithi111.stdout: libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:24.025 INFO:teuthology.orchestra.run.smithi111.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-20T10:04:24.025 INFO:teuthology.orchestra.run.smithi111.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-12-20T10:04:24.025 INFO:teuthology.orchestra.run.smithi111.stdout: libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:24.025 INFO:teuthology.orchestra.run.smithi111.stdout: librdkafka-1.6.1-1.el8.x86_64 2023-12-20T10:04:24.025 INFO:teuthology.orchestra.run.smithi111.stdout: librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:24.025 INFO:teuthology.orchestra.run.smithi111.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-20T10:04:24.025 INFO:teuthology.orchestra.run.smithi111.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-20T10:04:24.025 INFO:teuthology.orchestra.run.smithi111.stdout: python3-ceph-argparse-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:24.025 INFO:teuthology.orchestra.run.smithi111.stdout: python3-ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:24.025 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:24.025 INFO:teuthology.orchestra.run.smithi111.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-20T10:04:24.026 INFO:teuthology.orchestra.run.smithi111.stdout: python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:24.026 INFO:teuthology.orchestra.run.smithi111.stdout: python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:24.026 INFO:teuthology.orchestra.run.smithi111.stdout: python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:24.026 INFO:teuthology.orchestra.run.smithi111.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-20T10:04:24.026 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:04:24.026 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:04:24.198 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install ceph-test 2023-12-20T10:04:25.046 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:01:47 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:04:26.732 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:04:26.733 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:04:26.733 INFO:teuthology.orchestra.run.smithi111.stdout: Package Arch Version Repository Size 2023-12-20T10:04:26.733 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:04:26.734 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2023-12-20T10:04:26.734 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-test x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 49 M 2023-12-20T10:04:26.734 INFO:teuthology.orchestra.run.smithi111.stdout:Installing dependencies: 2023-12-20T10:04:26.734 INFO:teuthology.orchestra.run.smithi111.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-12-20T10:04:26.734 INFO:teuthology.orchestra.run.smithi111.stdout: libcephsqlite x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 183 k 2023-12-20T10:04:26.734 INFO:teuthology.orchestra.run.smithi111.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-12-20T10:04:26.734 INFO:teuthology.orchestra.run.smithi111.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-12-20T10:04:26.734 INFO:teuthology.orchestra.run.smithi111.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-12-20T10:04:26.734 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:04:26.734 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2023-12-20T10:04:26.734 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:04:26.734 INFO:teuthology.orchestra.run.smithi111.stdout:Install 6 Packages 2023-12-20T10:04:26.734 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:04:26.735 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 50 M 2023-12-20T10:04:26.735 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 223 M 2023-12-20T10:04:26.735 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2023-12-20T10:04:26.981 INFO:teuthology.orchestra.run.smithi111.stdout:(1/6): libcephsqlite-19.0.0-36.g86cc4aec.el8.x8 907 kB/s | 183 kB 00:00 2023-12-20T10:04:28.351 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 22/25 2023-12-20T10:04:28.351 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /sys 2023-12-20T10:04:28.351 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /proc 2023-12-20T10:04:28.351 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /dev 2023-12-20T10:04:28.351 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /run 2023-12-20T10:04:28.351 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /mnt 2023-12-20T10:04:28.351 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /var/tmp 2023-12-20T10:04:28.352 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /home 2023-12-20T10:04:28.352 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /tmp 2023-12-20T10:04:28.352 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /dev 2023-12-20T10:04:28.352 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:04:29.741 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 22/25 2023-12-20T10:04:29.742 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /sys 2023-12-20T10:04:29.742 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /proc 2023-12-20T10:04:29.742 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /dev 2023-12-20T10:04:29.742 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /run 2023-12-20T10:04:29.742 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /mnt 2023-12-20T10:04:29.742 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /var/tmp 2023-12-20T10:04:29.742 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /home 2023-12-20T10:04:29.742 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /tmp 2023-12-20T10:04:29.742 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /dev 2023-12-20T10:04:29.742 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:04:29.855 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 23/25 2023-12-20T10:04:29.876 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 23/25 2023-12-20T10:04:29.877 INFO:teuthology.orchestra.run.smithi027.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-20T10:04:30.108 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-20T10:04:30.108 INFO:teuthology.orchestra.run.smithi027.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-20T10:04:30.797 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-20T10:04:30.797 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 1/25 2023-12-20T10:04:30.797 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 2/25 2023-12-20T10:04:30.797 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 3/25 2023-12-20T10:04:30.798 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 4/25 2023-12-20T10:04:30.798 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 5/25 2023-12-20T10:04:30.798 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 6/25 2023-12-20T10:04:30.798 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 7/25 2023-12-20T10:04:30.798 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-ceph-argparse-2:19.0.0-36.g86cc4aec.el8.x8 8/25 2023-12-20T10:04:30.798 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_ 9/25 2023-12-20T10:04:30.798 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 10/25 2023-12-20T10:04:30.798 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 11/25 2023-12-20T10:04:30.798 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 12/25 2023-12-20T10:04:30.798 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 13/25 2023-12-20T10:04:30.798 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librdkafka-1.6.1-1.el8.x86_64 14/25 2023-12-20T10:04:30.798 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-12-20T10:04:30.798 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-20T10:04:30.798 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-12-20T10:04:30.799 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-20T10:04:30.799 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-12-20T10:04:30.799 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-12-20T10:04:30.799 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-12-20T10:04:30.799 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 22/25 2023-12-20T10:04:30.799 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-20T10:04:30.799 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 24/25 2023-12-20T10:04:31.263 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 23/25 2023-12-20T10:04:31.284 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 23/25 2023-12-20T10:04:31.284 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-20T10:04:31.519 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-20T10:04:31.519 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-20T10:04:32.071 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-20T10:04:32.071 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:04:32.071 INFO:teuthology.orchestra.run.smithi027.stdout:Upgraded: 2023-12-20T10:04:32.071 INFO:teuthology.orchestra.run.smithi027.stdout: librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:32.071 INFO:teuthology.orchestra.run.smithi027.stdout: librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:32.071 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-20T10:04:32.072 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:32.072 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:32.072 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:32.072 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:32.072 INFO:teuthology.orchestra.run.smithi027.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-20T10:04:32.072 INFO:teuthology.orchestra.run.smithi027.stdout: libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:32.072 INFO:teuthology.orchestra.run.smithi027.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-20T10:04:32.072 INFO:teuthology.orchestra.run.smithi027.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-12-20T10:04:32.072 INFO:teuthology.orchestra.run.smithi027.stdout: libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:32.072 INFO:teuthology.orchestra.run.smithi027.stdout: librdkafka-1.6.1-1.el8.x86_64 2023-12-20T10:04:32.072 INFO:teuthology.orchestra.run.smithi027.stdout: librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:32.073 INFO:teuthology.orchestra.run.smithi027.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-20T10:04:32.073 INFO:teuthology.orchestra.run.smithi027.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-20T10:04:32.073 INFO:teuthology.orchestra.run.smithi027.stdout: python3-ceph-argparse-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:32.073 INFO:teuthology.orchestra.run.smithi027.stdout: python3-ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:32.073 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:32.073 INFO:teuthology.orchestra.run.smithi027.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-20T10:04:32.073 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:32.073 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:32.073 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:32.073 INFO:teuthology.orchestra.run.smithi027.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-20T10:04:32.073 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:04:32.073 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:04:32.212 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-20T10:04:32.212 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 1/25 2023-12-20T10:04:32.212 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 2/25 2023-12-20T10:04:32.212 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 3/25 2023-12-20T10:04:32.212 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 4/25 2023-12-20T10:04:32.212 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 5/25 2023-12-20T10:04:32.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 6/25 2023-12-20T10:04:32.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 7/25 2023-12-20T10:04:32.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-ceph-argparse-2:19.0.0-36.g86cc4aec.el8.x8 8/25 2023-12-20T10:04:32.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_ 9/25 2023-12-20T10:04:32.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 10/25 2023-12-20T10:04:32.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 11/25 2023-12-20T10:04:32.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 12/25 2023-12-20T10:04:32.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 13/25 2023-12-20T10:04:32.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librdkafka-1.6.1-1.el8.x86_64 14/25 2023-12-20T10:04:32.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-12-20T10:04:32.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-20T10:04:32.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-12-20T10:04:32.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-20T10:04:32.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-12-20T10:04:32.214 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-12-20T10:04:32.214 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-12-20T10:04:32.214 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 22/25 2023-12-20T10:04:32.214 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-20T10:04:32.214 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 24/25 2023-12-20T10:04:32.408 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-test 2023-12-20T10:04:33.299 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:51 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:04:33.404 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-20T10:04:33.404 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:04:33.404 INFO:teuthology.orchestra.run.smithi063.stdout:Upgraded: 2023-12-20T10:04:33.404 INFO:teuthology.orchestra.run.smithi063.stdout: librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:33.404 INFO:teuthology.orchestra.run.smithi063.stdout: librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:33.404 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-20T10:04:33.404 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:33.404 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:33.405 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:33.405 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:33.405 INFO:teuthology.orchestra.run.smithi063.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-20T10:04:33.405 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:33.405 INFO:teuthology.orchestra.run.smithi063.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-20T10:04:33.405 INFO:teuthology.orchestra.run.smithi063.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-12-20T10:04:33.405 INFO:teuthology.orchestra.run.smithi063.stdout: libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:33.405 INFO:teuthology.orchestra.run.smithi063.stdout: librdkafka-1.6.1-1.el8.x86_64 2023-12-20T10:04:33.405 INFO:teuthology.orchestra.run.smithi063.stdout: librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:33.405 INFO:teuthology.orchestra.run.smithi063.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-20T10:04:33.405 INFO:teuthology.orchestra.run.smithi063.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-20T10:04:33.405 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-argparse-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:33.405 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:33.406 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:33.406 INFO:teuthology.orchestra.run.smithi063.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-20T10:04:33.406 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:33.406 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:33.406 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:04:33.406 INFO:teuthology.orchestra.run.smithi063.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-20T10:04:33.406 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:04:33.406 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:04:33.721 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-test 2023-12-20T10:04:34.607 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:45 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:04:35.099 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:04:35.100 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:04:35.100 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-12-20T10:04:35.100 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:04:35.100 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-12-20T10:04:35.100 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-test x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 49 M 2023-12-20T10:04:35.100 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-12-20T10:04:35.101 INFO:teuthology.orchestra.run.smithi027.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-12-20T10:04:35.101 INFO:teuthology.orchestra.run.smithi027.stdout: libcephsqlite x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 183 k 2023-12-20T10:04:35.101 INFO:teuthology.orchestra.run.smithi027.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-12-20T10:04:35.101 INFO:teuthology.orchestra.run.smithi027.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-12-20T10:04:35.101 INFO:teuthology.orchestra.run.smithi027.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-12-20T10:04:35.101 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:04:35.101 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-20T10:04:35.101 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:04:35.101 INFO:teuthology.orchestra.run.smithi027.stdout:Install 6 Packages 2023-12-20T10:04:35.101 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:04:35.102 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 50 M 2023-12-20T10:04:35.102 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 223 M 2023-12-20T10:04:35.102 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-20T10:04:35.330 INFO:teuthology.orchestra.run.smithi027.stdout:(1/6): libcephsqlite-19.0.0-36.g86cc4aec.el8.x8 980 kB/s | 183 kB 00:00 2023-12-20T10:04:36.402 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:04:36.403 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:04:36.403 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2023-12-20T10:04:36.403 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:04:36.403 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-20T10:04:36.403 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-test x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 49 M 2023-12-20T10:04:36.403 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2023-12-20T10:04:36.403 INFO:teuthology.orchestra.run.smithi063.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-12-20T10:04:36.403 INFO:teuthology.orchestra.run.smithi063.stdout: libcephsqlite x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 183 k 2023-12-20T10:04:36.403 INFO:teuthology.orchestra.run.smithi063.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-12-20T10:04:36.404 INFO:teuthology.orchestra.run.smithi063.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-12-20T10:04:36.404 INFO:teuthology.orchestra.run.smithi063.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-12-20T10:04:36.404 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:04:36.404 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-20T10:04:36.404 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:04:36.404 INFO:teuthology.orchestra.run.smithi063.stdout:Install 6 Packages 2023-12-20T10:04:36.404 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:04:36.404 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 50 M 2023-12-20T10:04:36.405 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 223 M 2023-12-20T10:04:36.405 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-20T10:04:36.940 INFO:teuthology.orchestra.run.smithi063.stdout:(1/6): libcephsqlite-19.0.0-36.g86cc4aec.el8.x8 451 kB/s | 183 kB 00:00 2023-12-20T10:04:38.039 INFO:teuthology.orchestra.run.smithi027.stdout:(2/6): ceph-test-19.0.0-36.g86cc4aec.el8.x86_64 17 MB/s | 49 MB 00:02 2023-12-20T10:04:40.829 INFO:teuthology.orchestra.run.smithi111.stdout:(2/6): ceph-test-19.0.0-36.g86cc4aec.el8.x86_64 3.5 MB/s | 49 MB 00:14 2023-12-20T10:04:41.021 INFO:teuthology.orchestra.run.smithi111.stdout:(3/6): jq-1.6-8.el8.x86_64.rpm 14 kB/s | 203 kB 00:14 2023-12-20T10:04:47.654 INFO:teuthology.orchestra.run.smithi111.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 9.1 kB/s | 187 kB 00:20 2023-12-20T10:04:48.039 INFO:teuthology.orchestra.run.smithi063.stdout:(2/6): ceph-test-19.0.0-36.g86cc4aec.el8.x86_64 4.3 MB/s | 49 MB 00:11 2023-12-20T10:04:48.263 INFO:teuthology.orchestra.run.smithi027.stdout:(3/6): jq-1.6-8.el8.x86_64.rpm 15 kB/s | 203 kB 00:13 2023-12-20T10:04:48.637 INFO:teuthology.orchestra.run.smithi111.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 9.3 kB/s | 71 kB 00:07 2023-12-20T10:04:50.480 INFO:teuthology.orchestra.run.smithi027.stdout:(4/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 32 kB/s | 71 kB 00:02 2023-12-20T10:04:53.380 INFO:teuthology.orchestra.run.smithi063.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 11 kB/s | 187 kB 00:16 2023-12-20T10:04:58.812 INFO:teuthology.orchestra.run.smithi027.stdout:(5/6): oniguruma-6.8.2-2.el8.x86_64.rpm 8.0 kB/s | 187 kB 00:23 2023-12-20T10:05:00.504 INFO:teuthology.orchestra.run.smithi027.stdout:(6/6): socat-1.7.4.1-1.el8.x86_64.rpm 14 kB/s | 323 kB 00:22 2023-12-20T10:05:00.505 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:05:00.505 INFO:teuthology.orchestra.run.smithi027.stdout:Total 2.0 MB/s | 50 MB 00:25 2023-12-20T10:05:00.548 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-20T10:05:00.571 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-20T10:05:00.571 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-20T10:05:00.864 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-20T10:05:00.867 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-20T10:05:01.344 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-20T10:05:01.541 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-12-20T10:05:01.725 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-12-20T10:05:01.880 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-20T10:05:01.960 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-20T10:05:02.138 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-12-20T10:05:02.296 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 5/6 2023-12-20T10:05:05.980 INFO:teuthology.orchestra.run.smithi063.stdout:(4/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 5.6 kB/s | 71 kB 00:12 2023-12-20T10:05:07.352 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 5/6 2023-12-20T10:05:07.405 INFO:teuthology.orchestra.run.smithi063.stdout:(5/6): jq-1.6-8.el8.x86_64.rpm 6.6 kB/s | 203 kB 00:30 2023-12-20T10:05:07.645 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 6/6 2023-12-20T10:05:07.934 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 6/6 2023-12-20T10:05:07.934 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 1/6 2023-12-20T10:05:07.934 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 2/6 2023-12-20T10:05:07.934 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-12-20T10:05:07.934 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-12-20T10:05:07.934 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-12-20T10:05:08.730 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-12-20T10:05:08.730 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:05:08.730 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-20T10:05:08.730 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 jq-1.6-8.el8.x86_64 2023-12-20T10:05:08.730 INFO:teuthology.orchestra.run.smithi027.stdout: libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-20T10:05:08.730 INFO:teuthology.orchestra.run.smithi027.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-20T10:05:08.730 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:05:08.731 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:05:09.022 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph 2023-12-20T10:05:09.906 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:02:27 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:05:11.711 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:05:11.715 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:05:11.715 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-12-20T10:05:11.715 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:05:11.715 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-12-20T10:05:11.715 INFO:teuthology.orchestra.run.smithi027.stdout: ceph x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 6.4 k 2023-12-20T10:05:11.715 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-12-20T10:05:11.716 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mds x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 2.3 M 2023-12-20T10:05:11.716 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 1.6 M 2023-12-20T10:05:11.716 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-modules-core noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 243 k 2023-12-20T10:05:11.716 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mon x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 4.6 M 2023-12-20T10:05:11.716 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-osd x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 18 M 2023-12-20T10:05:11.716 INFO:teuthology.orchestra.run.smithi027.stdout: lua-devel x86_64 5.3.4-12.el8 powertools 30 k 2023-12-20T10:05:11.716 INFO:teuthology.orchestra.run.smithi027.stdout: luarocks noarch 3.5.0-1.el8 epel 167 k 2023-12-20T10:05:11.716 INFO:teuthology.orchestra.run.smithi027.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-20T10:05:11.716 INFO:teuthology.orchestra.run.smithi027.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-20T10:05:11.716 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-12-20T10:05:11.716 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-20T10:05:11.716 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-20T10:05:11.717 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-12-20T10:05:11.717 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-20T10:05:11.717 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-20T10:05:11.717 INFO:teuthology.orchestra.run.smithi027.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-20T10:05:11.717 INFO:teuthology.orchestra.run.smithi027.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-12-20T10:05:11.717 INFO:teuthology.orchestra.run.smithi027.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-12-20T10:05:11.717 INFO:teuthology.orchestra.run.smithi027.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-20T10:05:11.717 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-20T10:05:11.717 INFO:teuthology.orchestra.run.smithi027.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-20T10:05:11.717 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-12-20T10:05:11.717 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-12-20T10:05:11.717 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-12-20T10:05:11.717 INFO:teuthology.orchestra.run.smithi027.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-20T10:05:11.718 INFO:teuthology.orchestra.run.smithi027.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-20T10:05:11.718 INFO:teuthology.orchestra.run.smithi027.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-20T10:05:11.718 INFO:teuthology.orchestra.run.smithi027.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-20T10:05:11.718 INFO:teuthology.orchestra.run.smithi027.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-20T10:05:11.718 INFO:teuthology.orchestra.run.smithi027.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-20T10:05:11.718 INFO:teuthology.orchestra.run.smithi027.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-20T10:05:11.718 INFO:teuthology.orchestra.run.smithi027.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-12-20T10:05:11.718 INFO:teuthology.orchestra.run.smithi027.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-20T10:05:11.718 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:05:11.718 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-20T10:05:11.718 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:05:11.718 INFO:teuthology.orchestra.run.smithi027.stdout:Install 34 Packages 2023-12-20T10:05:11.718 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:05:11.719 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 31 M 2023-12-20T10:05:11.719 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 122 M 2023-12-20T10:05:11.719 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-20T10:05:12.441 INFO:teuthology.orchestra.run.smithi027.stdout:(1/34): ceph-19.0.0-36.g86cc4aec.el8.x86_64.rpm 48 kB/s | 6.4 kB 00:00 2023-12-20T10:05:12.866 INFO:teuthology.orchestra.run.smithi027.stdout:(2/34): ceph-mon-19.0.0-36.g86cc4aec.el8.x86_64 11 MB/s | 4.6 MB 00:00 2023-12-20T10:05:12.925 INFO:teuthology.orchestra.run.smithi027.stdout:(3/34): ceph-mds-19.0.0-36.g86cc4aec.el8.x86_64 3.7 MB/s | 2.3 MB 00:00 2023-12-20T10:05:13.008 INFO:teuthology.orchestra.run.smithi027.stdout:(4/34): ceph-mgr-modules-core-19.0.0-36.g86cc4a 2.9 MB/s | 243 kB 00:00 2023-12-20T10:05:13.050 INFO:teuthology.orchestra.run.smithi027.stdout:(5/34): ceph-mgr-19.0.0-36.g86cc4aec.el8.x86_64 2.2 MB/s | 1.6 MB 00:00 2023-12-20T10:05:13.742 INFO:teuthology.orchestra.run.smithi027.stdout:(6/34): ceph-osd-19.0.0-36.g86cc4aec.el8.x86_64 21 MB/s | 18 MB 00:00 2023-12-20T10:05:14.743 INFO:teuthology.orchestra.run.smithi111.stdout:(6/6): socat-1.7.4.1-1.el8.x86_64.rpm 9.5 kB/s | 323 kB 00:33 2023-12-20T10:05:14.744 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:05:14.744 INFO:teuthology.orchestra.run.smithi111.stdout:Total 1.0 MB/s | 50 MB 00:48 2023-12-20T10:05:14.785 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2023-12-20T10:05:14.806 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2023-12-20T10:05:14.807 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2023-12-20T10:05:15.082 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2023-12-20T10:05:15.085 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2023-12-20T10:05:15.534 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2023-12-20T10:05:15.769 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-12-20T10:05:15.961 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-12-20T10:05:16.026 INFO:teuthology.orchestra.run.smithi027.stdout:(7/34): python3-markupsafe-0.23-19.el8.x86_64.r 13 kB/s | 39 kB 00:02 2023-12-20T10:05:16.117 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-20T10:05:16.197 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-20T10:05:16.399 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-12-20T10:05:16.567 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 5/6 2023-12-20T10:05:19.701 INFO:teuthology.orchestra.run.smithi027.stdout:(8/34): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 17 kB/s | 103 kB 00:05 2023-12-20T10:05:20.251 INFO:teuthology.orchestra.run.smithi027.stdout:(9/34): python3-pytz-2017.2-11.el8.noarch.rpm 13 kB/s | 57 kB 00:04 2023-12-20T10:05:21.310 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 5/6 2023-12-20T10:05:21.565 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 6/6 2023-12-20T10:05:21.693 INFO:teuthology.orchestra.run.smithi027.stdout:(10/34): python3-cffi-1.11.5-6.el8.x86_64.rpm 172 kB/s | 249 kB 00:01 2023-12-20T10:05:21.854 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 6/6 2023-12-20T10:05:21.854 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 1/6 2023-12-20T10:05:21.854 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 2/6 2023-12-20T10:05:21.854 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-12-20T10:05:21.854 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-12-20T10:05:21.854 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-12-20T10:05:22.659 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-12-20T10:05:22.659 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:05:22.659 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2023-12-20T10:05:22.659 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 jq-1.6-8.el8.x86_64 2023-12-20T10:05:22.659 INFO:teuthology.orchestra.run.smithi111.stdout: libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-20T10:05:22.659 INFO:teuthology.orchestra.run.smithi111.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-20T10:05:22.659 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:05:22.659 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:05:22.858 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install ceph 2023-12-20T10:05:23.701 INFO:teuthology.orchestra.run.smithi027.stdout:(11/34): python3-mako-1.0.6-14.el8.noarch.rpm 15 kB/s | 157 kB 00:10 2023-12-20T10:05:23.710 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:02:45 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:05:23.793 INFO:teuthology.orchestra.run.smithi027.stdout:(12/34): python3-cryptography-3.2.1-6.el8.x86_6 305 kB/s | 641 kB 00:02 2023-12-20T10:05:24.068 INFO:teuthology.orchestra.run.smithi027.stdout:(13/34): lua-devel-5.3.4-12.el8.x86_64.rpm 109 kB/s | 30 kB 00:00 2023-12-20T10:05:24.512 INFO:teuthology.orchestra.run.smithi063.stdout:(6/6): socat-1.7.4.1-1.el8.x86_64.rpm 8.9 kB/s | 323 kB 00:36 2023-12-20T10:05:24.513 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:05:24.514 INFO:teuthology.orchestra.run.smithi063.stdout:Total 1.0 MB/s | 50 MB 00:48 2023-12-20T10:05:24.556 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-20T10:05:24.579 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-20T10:05:24.579 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-20T10:05:24.593 INFO:teuthology.orchestra.run.smithi027.stdout:(14/34): luarocks-3.5.0-1.el8.noarch.rpm 318 kB/s | 167 kB 00:00 2023-12-20T10:05:24.702 INFO:teuthology.orchestra.run.smithi027.stdout:(15/34): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 403 kB/s | 44 kB 00:00 2023-12-20T10:05:24.861 INFO:teuthology.orchestra.run.smithi027.stdout:(16/34): python3-beautifulsoup4-4.6.3-2.el8.1.n 1.1 MB/s | 185 kB 00:00 2023-12-20T10:05:24.871 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-20T10:05:24.874 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-20T10:05:24.903 INFO:teuthology.orchestra.run.smithi027.stdout:(17/34): python3-pycparser-2.14-14.el8.noarch.r 91 kB/s | 109 kB 00:01 2023-12-20T10:05:25.036 INFO:teuthology.orchestra.run.smithi027.stdout:(18/34): python3-cheroot-8.5.2-1.el8.noarch.rpm 986 kB/s | 173 kB 00:00 2023-12-20T10:05:25.153 INFO:teuthology.orchestra.run.smithi027.stdout:(19/34): python3-jaraco-6.2-6.el8.noarch.rpm 95 kB/s | 11 kB 00:00 2023-12-20T10:05:25.262 INFO:teuthology.orchestra.run.smithi027.stdout:(20/34): python3-jaraco-functools-2.0-4.el8.noa 162 kB/s | 18 kB 00:00 2023-12-20T10:05:25.378 INFO:teuthology.orchestra.run.smithi027.stdout:(21/34): python3-logutils-0.3.5-11.el8.noarch.r 417 kB/s | 49 kB 00:00 2023-12-20T10:05:25.381 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-20T10:05:25.397 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:05:25.400 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:05:25.400 INFO:teuthology.orchestra.run.smithi111.stdout: Package Arch Version Repository Size 2023-12-20T10:05:25.400 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:05:25.400 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2023-12-20T10:05:25.401 INFO:teuthology.orchestra.run.smithi111.stdout: ceph x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 6.4 k 2023-12-20T10:05:25.401 INFO:teuthology.orchestra.run.smithi111.stdout:Installing dependencies: 2023-12-20T10:05:25.401 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mds x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 2.3 M 2023-12-20T10:05:25.401 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mgr x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 1.6 M 2023-12-20T10:05:25.401 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mgr-modules-core noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 243 k 2023-12-20T10:05:25.401 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mon x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 4.6 M 2023-12-20T10:05:25.401 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-osd x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 18 M 2023-12-20T10:05:25.401 INFO:teuthology.orchestra.run.smithi111.stdout: lua-devel x86_64 5.3.4-12.el8 powertools 30 k 2023-12-20T10:05:25.401 INFO:teuthology.orchestra.run.smithi111.stdout: luarocks noarch 3.5.0-1.el8 epel 167 k 2023-12-20T10:05:25.401 INFO:teuthology.orchestra.run.smithi111.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-20T10:05:25.401 INFO:teuthology.orchestra.run.smithi111.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-20T10:05:25.401 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-12-20T10:05:25.402 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-20T10:05:25.402 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-20T10:05:25.402 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-12-20T10:05:25.402 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-20T10:05:25.402 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-20T10:05:25.402 INFO:teuthology.orchestra.run.smithi111.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-20T10:05:25.402 INFO:teuthology.orchestra.run.smithi111.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-12-20T10:05:25.402 INFO:teuthology.orchestra.run.smithi111.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-12-20T10:05:25.402 INFO:teuthology.orchestra.run.smithi111.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-20T10:05:25.402 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-20T10:05:25.402 INFO:teuthology.orchestra.run.smithi111.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-20T10:05:25.402 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-12-20T10:05:25.402 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-12-20T10:05:25.402 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-12-20T10:05:25.403 INFO:teuthology.orchestra.run.smithi111.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-20T10:05:25.403 INFO:teuthology.orchestra.run.smithi111.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-20T10:05:25.403 INFO:teuthology.orchestra.run.smithi111.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-20T10:05:25.403 INFO:teuthology.orchestra.run.smithi111.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-20T10:05:25.403 INFO:teuthology.orchestra.run.smithi111.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-20T10:05:25.403 INFO:teuthology.orchestra.run.smithi111.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-20T10:05:25.403 INFO:teuthology.orchestra.run.smithi111.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-20T10:05:25.403 INFO:teuthology.orchestra.run.smithi111.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-12-20T10:05:25.403 INFO:teuthology.orchestra.run.smithi111.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-20T10:05:25.404 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:05:25.404 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2023-12-20T10:05:25.404 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:05:25.404 INFO:teuthology.orchestra.run.smithi111.stdout:Install 34 Packages 2023-12-20T10:05:25.404 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:05:25.404 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 31 M 2023-12-20T10:05:25.404 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 122 M 2023-12-20T10:05:25.405 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2023-12-20T10:05:25.498 INFO:teuthology.orchestra.run.smithi027.stdout:(22/34): python3-more-itertools-7.2.0-3.el8.noa 494 kB/s | 59 kB 00:00 2023-12-20T10:05:25.539 INFO:teuthology.orchestra.run.smithi027.stdout:(23/34): python3-cherrypy-18.4.0-1.el8.noarch.r 604 kB/s | 384 kB 00:00 2023-12-20T10:05:25.640 INFO:teuthology.orchestra.run.smithi027.stdout:(24/34): python3-portend-2.6-1.el8.noarch.rpm 156 kB/s | 16 kB 00:00 2023-12-20T10:05:25.653 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-12-20T10:05:25.673 INFO:teuthology.orchestra.run.smithi027.stdout:(25/34): python3-pecan-1.3.2-9.el8.noarch.rpm 1.6 MB/s | 283 kB 00:00 2023-12-20T10:05:25.794 INFO:teuthology.orchestra.run.smithi027.stdout:(26/34): python3-simplegeneric-0.8.1-17.el8.noa 122 kB/s | 19 kB 00:00 2023-12-20T10:05:25.824 INFO:teuthology.orchestra.run.smithi027.stdout:(27/34): python3-singledispatch-3.4.0.3-18.el8. 159 kB/s | 24 kB 00:00 2023-12-20T10:05:25.829 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-12-20T10:05:25.900 INFO:teuthology.orchestra.run.smithi027.stdout:(28/34): python3-tempora-1.14.1-5.el8.noarch.rp 278 kB/s | 29 kB 00:00 2023-12-20T10:05:25.933 INFO:teuthology.orchestra.run.smithi027.stdout:(29/34): python3-trustme-0.6.0-4.el8.noarch.rpm 253 kB/s | 27 kB 00:00 2023-12-20T10:05:25.976 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-20T10:05:26.042 INFO:teuthology.orchestra.run.smithi027.stdout:(30/34): python3-waitress-1.4.3-1.el8.noarch.rp 1.8 MB/s | 255 kB 00:00 2023-12-20T10:05:26.059 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-20T10:05:26.084 INFO:teuthology.orchestra.run.smithi027.stdout:(31/34): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.6 MB/s | 251 kB 00:00 2023-12-20T10:05:26.150 INFO:teuthology.orchestra.run.smithi027.stdout:(32/34): python3-webtest-2.0.33-1.el8.noarch.rp 787 kB/s | 85 kB 00:00 2023-12-20T10:05:26.161 INFO:teuthology.orchestra.run.smithi111.stdout:(1/34): ceph-19.0.0-36.g86cc4aec.el8.x86_64.rpm 36 kB/s | 6.4 kB 00:00 2023-12-20T10:05:26.209 INFO:teuthology.orchestra.run.smithi027.stdout:(33/34): python3-zc-lockfile-2.0-2.el8.noarch.r 183 kB/s | 23 kB 00:00 2023-12-20T10:05:26.234 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-12-20T10:05:26.417 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 5/6 2023-12-20T10:05:26.487 INFO:teuthology.orchestra.run.smithi111.stdout:(2/34): ceph-mds-19.0.0-36.g86cc4aec.el8.x86_64 4.6 MB/s | 2.3 MB 00:00 2023-12-20T10:05:26.529 INFO:teuthology.orchestra.run.smithi111.stdout:(3/34): ceph-mgr-19.0.0-36.g86cc4aec.el8.x86_64 3.0 MB/s | 1.6 MB 00:00 2023-12-20T10:05:26.620 INFO:teuthology.orchestra.run.smithi111.stdout:(4/34): ceph-mgr-modules-core-19.0.0-36.g86cc4a 2.6 MB/s | 243 kB 00:00 2023-12-20T10:05:26.837 INFO:teuthology.orchestra.run.smithi111.stdout:(5/34): ceph-mon-19.0.0-36.g86cc4aec.el8.x86_64 6.9 MB/s | 4.6 MB 00:00 2023-12-20T10:05:27.438 INFO:teuthology.orchestra.run.smithi111.stdout:(6/34): ceph-osd-19.0.0-36.g86cc4aec.el8.x86_64 19 MB/s | 18 MB 00:00 2023-12-20T10:05:29.396 INFO:teuthology.orchestra.run.smithi111.stdout:(7/34): python3-markupsafe-0.23-19.el8.x86_64.r 15 kB/s | 39 kB 00:02 2023-12-20T10:05:31.517 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 5/6 2023-12-20T10:05:31.757 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 6/6 2023-12-20T10:05:32.054 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 6/6 2023-12-20T10:05:32.054 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 1/6 2023-12-20T10:05:32.054 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 2/6 2023-12-20T10:05:32.054 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-12-20T10:05:32.055 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-12-20T10:05:32.055 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-12-20T10:05:32.271 INFO:teuthology.orchestra.run.smithi111.stdout:(8/34): python3-mako-1.0.6-14.el8.noarch.rpm 28 kB/s | 157 kB 00:05 2023-12-20T10:05:32.876 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-12-20T10:05:32.877 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:05:32.877 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-20T10:05:32.877 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 jq-1.6-8.el8.x86_64 2023-12-20T10:05:32.877 INFO:teuthology.orchestra.run.smithi063.stdout: libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-20T10:05:32.877 INFO:teuthology.orchestra.run.smithi063.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-20T10:05:32.877 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:05:32.877 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:05:33.021 INFO:teuthology.orchestra.run.smithi111.stdout:(9/34): python3-pytz-2017.2-11.el8.noarch.rpm 16 kB/s | 57 kB 00:03 2023-12-20T10:05:33.143 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph 2023-12-20T10:05:34.035 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:02:45 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:05:34.421 INFO:teuthology.orchestra.run.smithi111.stdout:(10/34): python3-cffi-1.11.5-6.el8.x86_64.rpm 178 kB/s | 249 kB 00:01 2023-12-20T10:05:35.833 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:05:35.837 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:05:35.837 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2023-12-20T10:05:35.838 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:05:35.838 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-20T10:05:35.838 INFO:teuthology.orchestra.run.smithi063.stdout: ceph x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 6.4 k 2023-12-20T10:05:35.838 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2023-12-20T10:05:35.838 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mds x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 2.3 M 2023-12-20T10:05:35.838 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 1.6 M 2023-12-20T10:05:35.838 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-modules-core noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 243 k 2023-12-20T10:05:35.838 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mon x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 4.6 M 2023-12-20T10:05:35.838 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-osd x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 18 M 2023-12-20T10:05:35.838 INFO:teuthology.orchestra.run.smithi063.stdout: lua-devel x86_64 5.3.4-12.el8 powertools 30 k 2023-12-20T10:05:35.838 INFO:teuthology.orchestra.run.smithi063.stdout: luarocks noarch 3.5.0-1.el8 epel 167 k 2023-12-20T10:05:35.838 INFO:teuthology.orchestra.run.smithi063.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-20T10:05:35.838 INFO:teuthology.orchestra.run.smithi063.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-20T10:05:35.839 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-12-20T10:05:35.839 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-20T10:05:35.839 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-20T10:05:35.839 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-12-20T10:05:35.839 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-20T10:05:35.839 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-20T10:05:35.839 INFO:teuthology.orchestra.run.smithi063.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-20T10:05:35.839 INFO:teuthology.orchestra.run.smithi063.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-12-20T10:05:35.839 INFO:teuthology.orchestra.run.smithi063.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-12-20T10:05:35.839 INFO:teuthology.orchestra.run.smithi063.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-20T10:05:35.839 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-20T10:05:35.839 INFO:teuthology.orchestra.run.smithi063.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-20T10:05:35.839 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-12-20T10:05:35.839 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-12-20T10:05:35.840 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-12-20T10:05:35.840 INFO:teuthology.orchestra.run.smithi063.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-20T10:05:35.840 INFO:teuthology.orchestra.run.smithi063.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-20T10:05:35.840 INFO:teuthology.orchestra.run.smithi063.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-20T10:05:35.840 INFO:teuthology.orchestra.run.smithi063.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-20T10:05:35.840 INFO:teuthology.orchestra.run.smithi063.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-20T10:05:35.840 INFO:teuthology.orchestra.run.smithi063.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-20T10:05:35.840 INFO:teuthology.orchestra.run.smithi063.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-20T10:05:35.840 INFO:teuthology.orchestra.run.smithi063.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-12-20T10:05:35.840 INFO:teuthology.orchestra.run.smithi063.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-20T10:05:35.840 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:05:35.840 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-20T10:05:35.840 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:05:35.841 INFO:teuthology.orchestra.run.smithi063.stdout:Install 34 Packages 2023-12-20T10:05:35.841 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:05:35.841 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 31 M 2023-12-20T10:05:35.841 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 122 M 2023-12-20T10:05:35.841 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-20T10:05:36.229 INFO:teuthology.orchestra.run.smithi111.stdout:(11/34): python3-pyOpenSSL-19.0.0-1.el8.noarch. 12 kB/s | 103 kB 00:08 2023-12-20T10:05:36.779 INFO:teuthology.orchestra.run.smithi063.stdout:(1/34): ceph-19.0.0-36.g86cc4aec.el8.x86_64.rpm 34 kB/s | 6.4 kB 00:00 2023-12-20T10:05:36.896 INFO:teuthology.orchestra.run.smithi111.stdout:(12/34): python3-cryptography-3.2.1-6.el8.x86_6 259 kB/s | 641 kB 00:02 2023-12-20T10:05:36.963 INFO:teuthology.orchestra.run.smithi063.stdout:(2/34): ceph-mgr-19.0.0-36.g86cc4aec.el8.x86_64 4.4 MB/s | 1.6 MB 00:00 2023-12-20T10:05:37.005 INFO:teuthology.orchestra.run.smithi063.stdout:(3/34): ceph-mds-19.0.0-36.g86cc4aec.el8.x86_64 5.6 MB/s | 2.3 MB 00:00 2023-12-20T10:05:37.088 INFO:teuthology.orchestra.run.smithi063.stdout:(4/34): ceph-mgr-modules-core-19.0.0-36.g86cc4a 2.9 MB/s | 243 kB 00:00 2023-12-20T10:05:37.180 INFO:teuthology.orchestra.run.smithi111.stdout:(13/34): lua-devel-5.3.4-12.el8.x86_64.rpm 106 kB/s | 30 kB 00:00 2023-12-20T10:05:37.380 INFO:teuthology.orchestra.run.smithi111.stdout:(14/34): python3-pycparser-2.14-14.el8.noarch.r 95 kB/s | 109 kB 00:01 2023-12-20T10:05:37.672 INFO:teuthology.orchestra.run.smithi111.stdout:(15/34): luarocks-3.5.0-1.el8.noarch.rpm 339 kB/s | 167 kB 00:00 2023-12-20T10:05:37.672 INFO:teuthology.orchestra.run.smithi063.stdout:(5/34): ceph-mon-19.0.0-36.g86cc4aec.el8.x86_64 5.2 MB/s | 4.6 MB 00:00 2023-12-20T10:05:37.689 INFO:teuthology.orchestra.run.smithi111.stdout:(16/34): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 141 kB/s | 44 kB 00:00 2023-12-20T10:05:37.839 INFO:teuthology.orchestra.run.smithi111.stdout:(17/34): python3-beautifulsoup4-4.6.3-2.el8.1.n 1.1 MB/s | 185 kB 00:00 2023-12-20T10:05:37.939 INFO:teuthology.orchestra.run.smithi063.stdout:(6/34): ceph-osd-19.0.0-36.g86cc4aec.el8.x86_64 18 MB/s | 18 MB 00:00 2023-12-20T10:05:37.948 INFO:teuthology.orchestra.run.smithi111.stdout:(18/34): python3-cheroot-8.5.2-1.el8.noarch.rpm 668 kB/s | 173 kB 00:00 2023-12-20T10:05:38.023 INFO:teuthology.orchestra.run.smithi111.stdout:(19/34): python3-cherrypy-18.4.0-1.el8.noarch.r 2.0 MB/s | 384 kB 00:00 2023-12-20T10:05:38.048 INFO:teuthology.orchestra.run.smithi111.stdout:(20/34): python3-jaraco-6.2-6.el8.noarch.rpm 111 kB/s | 11 kB 00:00 2023-12-20T10:05:38.123 INFO:teuthology.orchestra.run.smithi111.stdout:(21/34): python3-jaraco-functools-2.0-4.el8.noa 175 kB/s | 18 kB 00:00 2023-12-20T10:05:38.157 INFO:teuthology.orchestra.run.smithi111.stdout:(22/34): python3-logutils-0.3.5-11.el8.noarch.r 449 kB/s | 49 kB 00:00 2023-12-20T10:05:38.224 INFO:teuthology.orchestra.run.smithi111.stdout:(23/34): python3-more-itertools-7.2.0-3.el8.noa 586 kB/s | 59 kB 00:00 2023-12-20T10:05:38.324 INFO:teuthology.orchestra.run.smithi111.stdout:(24/34): python3-portend-2.6-1.el8.noarch.rpm 156 kB/s | 16 kB 00:00 2023-12-20T10:05:38.349 INFO:teuthology.orchestra.run.smithi111.stdout:(25/34): python3-pecan-1.3.2-9.el8.noarch.rpm 1.4 MB/s | 283 kB 00:00 2023-12-20T10:05:38.425 INFO:teuthology.orchestra.run.smithi111.stdout:(26/34): python3-simplegeneric-0.8.1-17.el8.noa 187 kB/s | 19 kB 00:00 2023-12-20T10:05:38.450 INFO:teuthology.orchestra.run.smithi111.stdout:(27/34): python3-singledispatch-3.4.0.3-18.el8. 238 kB/s | 24 kB 00:00 2023-12-20T10:05:38.525 INFO:teuthology.orchestra.run.smithi111.stdout:(28/34): python3-tempora-1.14.1-5.el8.noarch.rp 292 kB/s | 29 kB 00:00 2023-12-20T10:05:38.551 INFO:teuthology.orchestra.run.smithi111.stdout:(29/34): python3-trustme-0.6.0-4.el8.noarch.rpm 275 kB/s | 27 kB 00:00 2023-12-20T10:05:38.651 INFO:teuthology.orchestra.run.smithi111.stdout:(30/34): python3-waitress-1.4.3-1.el8.noarch.rp 2.0 MB/s | 255 kB 00:00 2023-12-20T10:05:38.693 INFO:teuthology.orchestra.run.smithi111.stdout:(31/34): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.7 MB/s | 251 kB 00:00 2023-12-20T10:05:38.752 INFO:teuthology.orchestra.run.smithi111.stdout:(32/34): python3-webtest-2.0.33-1.el8.noarch.rp 850 kB/s | 85 kB 00:00 2023-12-20T10:05:38.796 INFO:teuthology.orchestra.run.smithi111.stdout:(33/34): python3-zc-lockfile-2.0-2.el8.noarch.r 229 kB/s | 23 kB 00:00 2023-12-20T10:05:43.722 INFO:teuthology.orchestra.run.smithi063.stdout:(7/34): python3-markupsafe-0.23-19.el8.x86_64.r 6.4 kB/s | 39 kB 00:06 2023-12-20T10:05:46.740 INFO:teuthology.orchestra.run.smithi063.stdout:(8/34): python3-mako-1.0.6-14.el8.noarch.rpm 16 kB/s | 157 kB 00:09 2023-12-20T10:05:47.805 INFO:teuthology.orchestra.run.smithi063.stdout:(9/34): python3-pytz-2017.2-11.el8.noarch.rpm 14 kB/s | 57 kB 00:04 2023-12-20T10:05:48.481 INFO:teuthology.orchestra.run.smithi063.stdout:(10/34): python3-cffi-1.11.5-6.el8.x86_64.rpm 368 kB/s | 249 kB 00:00 2023-12-20T10:05:49.089 INFO:teuthology.orchestra.run.smithi063.stdout:(11/34): python3-cryptography-3.2.1-6.el8.x86_6 1.0 MB/s | 641 kB 00:00 2023-12-20T10:05:49.573 INFO:teuthology.orchestra.run.smithi063.stdout:(12/34): python3-pycparser-2.14-14.el8.noarch.r 226 kB/s | 109 kB 00:00 2023-12-20T10:05:49.856 INFO:teuthology.orchestra.run.smithi063.stdout:(13/34): lua-devel-5.3.4-12.el8.x86_64.rpm 106 kB/s | 30 kB 00:00 2023-12-20T10:05:49.981 INFO:teuthology.orchestra.run.smithi063.stdout:(14/34): luarocks-3.5.0-1.el8.noarch.rpm 1.3 MB/s | 167 kB 00:00 2023-12-20T10:05:50.024 INFO:teuthology.orchestra.run.smithi063.stdout:(15/34): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 1.0 MB/s | 44 kB 00:00 2023-12-20T10:05:50.090 INFO:teuthology.orchestra.run.smithi063.stdout:(16/34): python3-beautifulsoup4-4.6.3-2.el8.1.n 2.7 MB/s | 185 kB 00:00 2023-12-20T10:05:50.341 INFO:teuthology.orchestra.run.smithi063.stdout:(17/34): python3-cheroot-8.5.2-1.el8.noarch.rpm 690 kB/s | 173 kB 00:00 2023-12-20T10:05:50.441 INFO:teuthology.orchestra.run.smithi063.stdout:(18/34): python3-cherrypy-18.4.0-1.el8.noarch.r 3.8 MB/s | 384 kB 00:00 2023-12-20T10:05:50.501 INFO:teuthology.orchestra.run.smithi063.stdout:(19/34): python3-jaraco-6.2-6.el8.noarch.rpm 184 kB/s | 11 kB 00:00 2023-12-20T10:05:50.544 INFO:teuthology.orchestra.run.smithi063.stdout:(20/34): python3-jaraco-functools-2.0-4.el8.noa 422 kB/s | 18 kB 00:00 2023-12-20T10:05:50.685 INFO:teuthology.orchestra.run.smithi063.stdout:(21/34): python3-logutils-0.3.5-11.el8.noarch.r 344 kB/s | 49 kB 00:00 2023-12-20T10:05:50.727 INFO:teuthology.orchestra.run.smithi063.stdout:(22/34): python3-more-itertools-7.2.0-3.el8.noa 1.4 MB/s | 59 kB 00:00 2023-12-20T10:05:50.903 INFO:teuthology.orchestra.run.smithi063.stdout:(23/34): python3-pecan-1.3.2-9.el8.noarch.rpm 1.6 MB/s | 283 kB 00:00 2023-12-20T10:05:50.978 INFO:teuthology.orchestra.run.smithi063.stdout:(24/34): python3-portend-2.6-1.el8.noarch.rpm 208 kB/s | 16 kB 00:00 2023-12-20T10:05:51.045 INFO:teuthology.orchestra.run.smithi063.stdout:(25/34): python3-simplegeneric-0.8.1-17.el8.noa 280 kB/s | 19 kB 00:00 2023-12-20T10:05:51.111 INFO:teuthology.orchestra.run.smithi063.stdout:(26/34): python3-singledispatch-3.4.0.3-18.el8. 359 kB/s | 24 kB 00:00 2023-12-20T10:05:51.187 INFO:teuthology.orchestra.run.smithi063.stdout:(27/34): python3-tempora-1.14.1-5.el8.noarch.rp 389 kB/s | 29 kB 00:00 2023-12-20T10:05:51.312 INFO:teuthology.orchestra.run.smithi063.stdout:(28/34): python3-trustme-0.6.0-4.el8.noarch.rpm 220 kB/s | 27 kB 00:00 2023-12-20T10:05:51.621 INFO:teuthology.orchestra.run.smithi063.stdout:(29/34): python3-pyOpenSSL-19.0.0-1.el8.noarch. 7.6 kB/s | 103 kB 00:13 2023-12-20T10:05:51.689 INFO:teuthology.orchestra.run.smithi063.stdout:(30/34): python3-waitress-1.4.3-1.el8.noarch.rp 681 kB/s | 255 kB 00:00 2023-12-20T10:05:51.721 INFO:teuthology.orchestra.run.smithi063.stdout:(31/34): python3-webtest-2.0.33-1.el8.noarch.rp 2.5 MB/s | 85 kB 00:00 2023-12-20T10:05:51.805 INFO:teuthology.orchestra.run.smithi063.stdout:(32/34): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.3 MB/s | 251 kB 00:00 2023-12-20T10:05:51.838 INFO:teuthology.orchestra.run.smithi063.stdout:(33/34): python3-zc-lockfile-2.0-2.el8.noarch.r 196 kB/s | 23 kB 00:00 2023-12-20T10:06:03.058 INFO:teuthology.orchestra.run.smithi111.stdout:(34/34): python3-werkzeug-0.12.2-4.el8.noarch.r 15 kB/s | 457 kB 00:30 2023-12-20T10:06:03.060 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:06:03.060 INFO:teuthology.orchestra.run.smithi111.stdout:Total 835 kB/s | 31 MB 00:37 2023-12-20T10:06:03.146 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2023-12-20T10:06:03.187 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2023-12-20T10:06:03.187 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2023-12-20T10:06:03.561 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2023-12-20T10:06:03.564 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2023-12-20T10:06:04.700 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2023-12-20T10:06:04.932 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/34 2023-12-20T10:06:05.185 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/34 2023-12-20T10:06:05.450 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/34 2023-12-20T10:06:05.658 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/34 2023-12-20T10:06:05.847 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/34 2023-12-20T10:06:06.010 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/34 2023-12-20T10:06:06.187 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/34 2023-12-20T10:06:06.374 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/34 2023-12-20T10:06:06.591 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/34 2023-12-20T10:06:06.837 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/34 2023-12-20T10:06:07.127 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/34 2023-12-20T10:06:07.356 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : luarocks-3.5.0-1.el8.noarch 12/34 2023-12-20T10:06:07.515 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : lua-devel-5.3.4-12.el8.x86_64 13/34 2023-12-20T10:06:07.715 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-20T10:06:08.076 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 15/34 2023-12-20T10:06:08.337 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 16/34 2023-12-20T10:06:08.517 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 17/34 2023-12-20T10:06:08.766 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 18/34 2023-12-20T10:06:08.968 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-20T10:06:09.276 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 20/34 2023-12-20T10:06:09.498 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 21/34 2023-12-20T10:06:09.678 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 22/34 2023-12-20T10:06:09.907 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 23/34 2023-12-20T10:06:10.184 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-portend-2.6-1.el8.noarch 24/34 2023-12-20T10:06:10.401 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 25/34 2023-12-20T10:06:10.619 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 26/34 2023-12-20T10:06:10.939 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 27/34 2023-12-20T10:06:11.263 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 28/34 2023-12-20T10:06:11.658 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-36.g86cc4aec.el8.no 29/34 2023-12-20T10:06:11.865 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 30/34 2023-12-20T10:06:13.459 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 30/34 2023-12-20T10:06:13.657 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 31/34 2023-12-20T10:06:14.116 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 31/34 2023-12-20T10:06:14.308 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 32/34 2023-12-20T10:06:14.522 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 32/34 2023-12-20T10:06:14.700 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 33/34 2023-12-20T10:06:14.717 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 33/34 2023-12-20T10:06:14.857 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 34/34 2023-12-20T10:06:15.263 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 34/34 2023-12-20T10:06:15.263 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 1/34 2023-12-20T10:06:15.263 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 2/34 2023-12-20T10:06:15.263 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 3/34 2023-12-20T10:06:15.263 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 4/34 2023-12-20T10:06:15.263 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 5/34 2023-12-20T10:06:15.263 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-36.g86cc4aec.el8.no 6/34 2023-12-20T10:06:15.263 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/34 2023-12-20T10:06:15.263 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/34 2023-12-20T10:06:15.263 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/34 2023-12-20T10:06:15.264 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/34 2023-12-20T10:06:15.264 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/34 2023-12-20T10:06:15.264 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/34 2023-12-20T10:06:15.264 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/34 2023-12-20T10:06:15.264 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-20T10:06:15.264 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : lua-devel-5.3.4-12.el8.x86_64 15/34 2023-12-20T10:06:15.264 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : luarocks-3.5.0-1.el8.noarch 16/34 2023-12-20T10:06:15.264 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 17/34 2023-12-20T10:06:15.264 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 18/34 2023-12-20T10:06:15.264 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-20T10:06:15.264 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 20/34 2023-12-20T10:06:15.264 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 21/34 2023-12-20T10:06:15.264 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 22/34 2023-12-20T10:06:15.265 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 23/34 2023-12-20T10:06:15.265 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 24/34 2023-12-20T10:06:15.265 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 25/34 2023-12-20T10:06:15.266 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-portend-2.6-1.el8.noarch 26/34 2023-12-20T10:06:15.266 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 27/34 2023-12-20T10:06:15.266 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 28/34 2023-12-20T10:06:15.266 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 29/34 2023-12-20T10:06:15.266 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 30/34 2023-12-20T10:06:15.266 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 31/34 2023-12-20T10:06:15.266 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 32/34 2023-12-20T10:06:15.266 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 33/34 2023-12-20T10:06:16.504 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 34/34 2023-12-20T10:06:16.505 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:06:16.505 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2023-12-20T10:06:16.505 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:06:16.505 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:06:16.505 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:06:16.505 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mgr-modules-core-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:06:16.505 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:06:16.505 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:06:16.505 INFO:teuthology.orchestra.run.smithi111.stdout: lua-devel-5.3.4-12.el8.x86_64 2023-12-20T10:06:16.505 INFO:teuthology.orchestra.run.smithi111.stdout: luarocks-3.5.0-1.el8.noarch 2023-12-20T10:06:16.505 INFO:teuthology.orchestra.run.smithi111.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-20T10:06:16.505 INFO:teuthology.orchestra.run.smithi111.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-20T10:06:16.506 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-12-20T10:06:16.506 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-20T10:06:16.506 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-20T10:06:16.506 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-12-20T10:06:16.506 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-20T10:06:16.506 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-20T10:06:16.506 INFO:teuthology.orchestra.run.smithi111.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-20T10:06:16.506 INFO:teuthology.orchestra.run.smithi111.stdout: python3-mako-1.0.6-14.el8.noarch 2023-12-20T10:06:16.506 INFO:teuthology.orchestra.run.smithi111.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-20T10:06:16.506 INFO:teuthology.orchestra.run.smithi111.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-20T10:06:16.506 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-20T10:06:16.506 INFO:teuthology.orchestra.run.smithi111.stdout: python3-portend-2.6-1.el8.noarch 2023-12-20T10:06:16.506 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-20T10:06:16.507 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-20T10:06:16.507 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pytz-2017.2-11.el8.noarch 2023-12-20T10:06:16.507 INFO:teuthology.orchestra.run.smithi111.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-20T10:06:16.507 INFO:teuthology.orchestra.run.smithi111.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-20T10:06:16.507 INFO:teuthology.orchestra.run.smithi111.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-20T10:06:16.507 INFO:teuthology.orchestra.run.smithi111.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-20T10:06:16.507 INFO:teuthology.orchestra.run.smithi111.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-20T10:06:16.507 INFO:teuthology.orchestra.run.smithi111.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-20T10:06:16.507 INFO:teuthology.orchestra.run.smithi111.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-20T10:06:16.507 INFO:teuthology.orchestra.run.smithi111.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-20T10:06:16.507 INFO:teuthology.orchestra.run.smithi111.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-20T10:06:16.507 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:06:16.507 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:06:16.640 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install ceph-base 2023-12-20T10:06:17.495 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:03:39 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:06:18.954 INFO:teuthology.orchestra.run.smithi111.stdout:Package ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:06:19.184 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:06:19.185 INFO:teuthology.orchestra.run.smithi111.stdout:Nothing to do. 2023-12-20T10:06:19.186 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:06:19.283 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install cephadm 2023-12-20T10:06:20.142 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:03:42 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:06:21.860 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:06:21.861 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:06:21.861 INFO:teuthology.orchestra.run.smithi111.stdout: Package Arch Version Repository Size 2023-12-20T10:06:21.861 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:06:21.862 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2023-12-20T10:06:21.862 INFO:teuthology.orchestra.run.smithi111.stdout: cephadm noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 416 k 2023-12-20T10:06:21.862 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:06:21.862 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2023-12-20T10:06:21.862 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:06:21.862 INFO:teuthology.orchestra.run.smithi111.stdout:Install 1 Package 2023-12-20T10:06:21.862 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:06:21.862 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 416 k 2023-12-20T10:06:21.862 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 2.2 M 2023-12-20T10:06:21.862 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2023-12-20T10:06:22.226 INFO:teuthology.orchestra.run.smithi111.stdout:cephadm-19.0.0-36.g86cc4aec.el8.noarch.rpm 1.1 MB/s | 416 kB 00:00 2023-12-20T10:06:22.226 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:06:22.226 INFO:teuthology.orchestra.run.smithi111.stdout:Total 1.1 MB/s | 416 kB 00:00 2023-12-20T10:06:22.226 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2023-12-20T10:06:22.234 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2023-12-20T10:06:22.234 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2023-12-20T10:06:22.237 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2023-12-20T10:06:22.240 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2023-12-20T10:06:22.283 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2023-12-20T10:06:22.785 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:06:22.976 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:06:23.200 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:06:23.874 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:06:23.874 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:06:23.874 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2023-12-20T10:06:23.874 INFO:teuthology.orchestra.run.smithi111.stdout: cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:06:23.874 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:06:23.874 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:06:24.082 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install ceph-immutable-object-cache 2023-12-20T10:06:24.943 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:03:46 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:06:26.642 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:06:26.642 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:06:26.642 INFO:teuthology.orchestra.run.smithi111.stdout: Package Arch Version Repo Size 2023-12-20T10:06:26.642 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:06:26.643 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2023-12-20T10:06:26.643 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 171 k 2023-12-20T10:06:26.643 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:06:26.643 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2023-12-20T10:06:26.643 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:06:26.643 INFO:teuthology.orchestra.run.smithi111.stdout:Install 1 Package 2023-12-20T10:06:26.643 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:06:26.644 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 171 k 2023-12-20T10:06:26.644 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 524 k 2023-12-20T10:06:26.644 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2023-12-20T10:06:27.237 INFO:teuthology.orchestra.run.smithi111.stdout:ceph-immutable-object-cache-19.0.0-36.g86cc4aec 288 kB/s | 171 kB 00:00 2023-12-20T10:06:27.238 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:06:27.238 INFO:teuthology.orchestra.run.smithi111.stdout:Total 287 kB/s | 171 kB 00:00 2023-12-20T10:06:27.239 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2023-12-20T10:06:27.250 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2023-12-20T10:06:27.250 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2023-12-20T10:06:27.297 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2023-12-20T10:06:27.300 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2023-12-20T10:06:27.412 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2023-12-20T10:06:27.615 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el 1/1 2023-12-20T10:06:28.034 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el 1/1 2023-12-20T10:06:28.749 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el 1/1 2023-12-20T10:06:28.749 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:06:28.749 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2023-12-20T10:06:28.749 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:06:28.749 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:06:28.749 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:06:28.926 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install ceph-mgr 2023-12-20T10:06:29.778 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:03:51 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:06:31.227 INFO:teuthology.orchestra.run.smithi111.stdout:Package ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:06:31.455 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:06:31.456 INFO:teuthology.orchestra.run.smithi111.stdout:Nothing to do. 2023-12-20T10:06:31.457 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:06:31.562 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install ceph-mgr-dashboard 2023-12-20T10:06:32.185 INFO:teuthology.orchestra.run.smithi063.stdout:(34/34): python3-werkzeug-0.12.2-4.el8.noarch.r 10 kB/s | 457 kB 00:45 2023-12-20T10:06:32.188 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:06:32.188 INFO:teuthology.orchestra.run.smithi063.stdout:Total 558 kB/s | 31 MB 00:56 2023-12-20T10:06:32.277 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-20T10:06:32.322 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-20T10:06:32.322 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-20T10:06:32.414 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:03:54 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:06:32.699 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-20T10:06:32.702 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-20T10:06:34.023 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-20T10:06:34.109 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:06:34.110 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:06:34.110 INFO:teuthology.orchestra.run.smithi111.stdout: Package Arch Version Repository Size 2023-12-20T10:06:34.110 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:06:34.111 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2023-12-20T10:06:34.111 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mgr-dashboard noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 1.8 M 2023-12-20T10:06:34.111 INFO:teuthology.orchestra.run.smithi111.stdout:Installing dependencies: 2023-12-20T10:06:34.111 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-grafana-dashboards noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 28 k 2023-12-20T10:06:34.111 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-prometheus-alerts noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 15 k 2023-12-20T10:06:34.111 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-12-20T10:06:34.111 INFO:teuthology.orchestra.run.smithi111.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-20T10:06:34.111 INFO:teuthology.orchestra.run.smithi111.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-20T10:06:34.112 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:06:34.112 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2023-12-20T10:06:34.112 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:06:34.112 INFO:teuthology.orchestra.run.smithi111.stdout:Install 6 Packages 2023-12-20T10:06:34.112 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:06:34.113 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 2.1 M 2023-12-20T10:06:34.113 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 8.7 M 2023-12-20T10:06:34.113 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2023-12-20T10:06:34.251 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/34 2023-12-20T10:06:34.479 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/34 2023-12-20T10:06:34.481 INFO:teuthology.orchestra.run.smithi111.stdout:(1/6): ceph-grafana-dashboards-19.0.0-36.g86cc4 202 kB/s | 28 kB 00:00 2023-12-20T10:06:34.590 INFO:teuthology.orchestra.run.smithi111.stdout:(2/6): ceph-prometheus-alerts-19.0.0-36.g86cc4a 61 kB/s | 15 kB 00:00 2023-12-20T10:06:34.706 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/34 2023-12-20T10:06:34.715 INFO:teuthology.orchestra.run.smithi111.stdout:(3/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 269 kB/s | 34 kB 00:00 2023-12-20T10:06:34.808 INFO:teuthology.orchestra.run.smithi111.stdout:(4/6): ceph-mgr-dashboard-19.0.0-36.g86cc4aec.e 3.8 MB/s | 1.8 MB 00:00 2023-12-20T10:06:34.833 INFO:teuthology.orchestra.run.smithi111.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 1.6 MB/s | 196 kB 00:00 2023-12-20T10:06:34.858 INFO:teuthology.orchestra.run.smithi111.stdout:(6/6): python3-jwt-1.6.1-2.el8.noarch.rpm 113 kB/s | 43 kB 00:00 2023-12-20T10:06:34.861 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:06:34.861 INFO:teuthology.orchestra.run.smithi111.stdout:Total 2.8 MB/s | 2.1 MB 00:00 2023-12-20T10:06:34.872 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2023-12-20T10:06:34.882 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2023-12-20T10:06:34.882 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2023-12-20T10:06:34.964 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2023-12-20T10:06:34.967 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2023-12-20T10:06:35.066 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/34 2023-12-20T10:06:35.239 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/34 2023-12-20T10:06:35.269 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2023-12-20T10:06:35.462 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/34 2023-12-20T10:06:35.503 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-12-20T10:06:35.654 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/34 2023-12-20T10:06:35.739 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-12-20T10:06:35.815 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/34 2023-12-20T10:06:35.941 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-12-20T10:06:36.027 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/34 2023-12-20T10:06:36.062 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-36.g86cc4aec.el8.noa 4/6 2023-12-20T10:06:36.297 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/34 2023-12-20T10:06:36.418 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-36.g86cc4aec.el8.no 5/6 2023-12-20T10:06:36.573 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/34 2023-12-20T10:06:36.628 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 6/6 2023-12-20T10:06:36.780 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : luarocks-3.5.0-1.el8.noarch 12/34 2023-12-20T10:06:36.891 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 6/6 2023-12-20T10:06:36.891 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-36.g86cc4aec.el8.no 1/6 2023-12-20T10:06:36.891 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 2/6 2023-12-20T10:06:36.892 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-36.g86cc4aec.el8.noa 3/6 2023-12-20T10:06:36.892 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-12-20T10:06:36.892 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-12-20T10:06:36.968 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : lua-devel-5.3.4-12.el8.x86_64 13/34 2023-12-20T10:06:37.226 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-20T10:06:37.575 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-12-20T10:06:37.576 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:06:37.576 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2023-12-20T10:06:37.576 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-grafana-dashboards-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:06:37.576 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:06:37.576 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-prometheus-alerts-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:06:37.576 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-20T10:06:37.576 INFO:teuthology.orchestra.run.smithi111.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-20T10:06:37.576 INFO:teuthology.orchestra.run.smithi111.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-20T10:06:37.576 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:06:37.576 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:06:37.614 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 15/34 2023-12-20T10:06:37.699 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-20T10:06:37.879 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 16/34 2023-12-20T10:06:38.050 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 17/34 2023-12-20T10:06:38.330 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 18/34 2023-12-20T10:06:38.535 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-20T10:06:38.539 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:04:00 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:06:38.836 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 20/34 2023-12-20T10:06:39.165 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 21/34 2023-12-20T10:06:39.329 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 22/34 2023-12-20T10:06:39.543 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 23/34 2023-12-20T10:06:39.849 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-portend-2.6-1.el8.noarch 24/34 2023-12-20T10:06:40.067 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 25/34 2023-12-20T10:06:40.219 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:06:40.220 INFO:teuthology.orchestra.run.smithi111.stdout:============================================================================================ 2023-12-20T10:06:40.220 INFO:teuthology.orchestra.run.smithi111.stdout: Package Arch Version Repository Size 2023-12-20T10:06:40.220 INFO:teuthology.orchestra.run.smithi111.stdout:============================================================================================ 2023-12-20T10:06:40.220 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2023-12-20T10:06:40.220 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 7.4 M 2023-12-20T10:06:40.220 INFO:teuthology.orchestra.run.smithi111.stdout:Installing dependencies: 2023-12-20T10:06:40.220 INFO:teuthology.orchestra.run.smithi111.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-12-20T10:06:40.220 INFO:teuthology.orchestra.run.smithi111.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-12-20T10:06:40.220 INFO:teuthology.orchestra.run.smithi111.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-12-20T10:06:40.221 INFO:teuthology.orchestra.run.smithi111.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-12-20T10:06:40.221 INFO:teuthology.orchestra.run.smithi111.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-12-20T10:06:40.221 INFO:teuthology.orchestra.run.smithi111.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-12-20T10:06:40.221 INFO:teuthology.orchestra.run.smithi111.stdout: python3-scipy x86_64 1.0.0-21.module_el8+762+77bd8591 appstream 14 M 2023-12-20T10:06:40.221 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:06:40.221 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2023-12-20T10:06:40.221 INFO:teuthology.orchestra.run.smithi111.stdout:============================================================================================ 2023-12-20T10:06:40.221 INFO:teuthology.orchestra.run.smithi111.stdout:Install 8 Packages 2023-12-20T10:06:40.221 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:06:40.222 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 36 M 2023-12-20T10:06:40.222 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 210 M 2023-12-20T10:06:40.222 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2023-12-20T10:06:40.285 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 26/34 2023-12-20T10:06:40.661 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 27/34 2023-12-20T10:06:40.976 INFO:teuthology.orchestra.run.smithi111.stdout:(1/8): ceph-mgr-diskprediction-local-19.0.0-36. 11 MB/s | 7.4 MB 00:00 2023-12-20T10:06:40.986 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 28/34 2023-12-20T10:06:41.398 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-36.g86cc4aec.el8.no 29/34 2023-12-20T10:06:41.596 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 30/34 2023-12-20T10:06:43.298 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 30/34 2023-12-20T10:06:43.512 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 31/34 2023-12-20T10:06:44.001 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 31/34 2023-12-20T10:06:44.375 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 32/34 2023-12-20T10:06:44.603 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 32/34 2023-12-20T10:06:44.710 INFO:teuthology.orchestra.run.smithi027.stdout:(34/34): python3-werkzeug-0.12.2-4.el8.noarch.r 5.4 kB/s | 457 kB 01:25 2023-12-20T10:06:44.714 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:06:44.715 INFO:teuthology.orchestra.run.smithi027.stdout:Total 338 kB/s | 31 MB 01:32 2023-12-20T10:06:44.766 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 33/34 2023-12-20T10:06:44.784 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 33/34 2023-12-20T10:06:44.802 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-20T10:06:44.847 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-20T10:06:44.847 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-20T10:06:44.900 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 34/34 2023-12-20T10:06:45.224 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-20T10:06:45.228 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-20T10:06:45.314 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 34/34 2023-12-20T10:06:45.315 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 1/34 2023-12-20T10:06:45.315 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 2/34 2023-12-20T10:06:45.315 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 3/34 2023-12-20T10:06:45.315 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 4/34 2023-12-20T10:06:45.315 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 5/34 2023-12-20T10:06:45.315 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-36.g86cc4aec.el8.no 6/34 2023-12-20T10:06:45.315 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/34 2023-12-20T10:06:45.315 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/34 2023-12-20T10:06:45.315 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/34 2023-12-20T10:06:45.315 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/34 2023-12-20T10:06:45.315 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/34 2023-12-20T10:06:45.315 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/34 2023-12-20T10:06:45.315 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/34 2023-12-20T10:06:45.315 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-20T10:06:45.316 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : lua-devel-5.3.4-12.el8.x86_64 15/34 2023-12-20T10:06:45.316 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : luarocks-3.5.0-1.el8.noarch 16/34 2023-12-20T10:06:45.316 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 17/34 2023-12-20T10:06:45.316 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 18/34 2023-12-20T10:06:45.316 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-20T10:06:45.316 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 20/34 2023-12-20T10:06:45.316 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 21/34 2023-12-20T10:06:45.316 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 22/34 2023-12-20T10:06:45.316 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 23/34 2023-12-20T10:06:45.316 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 24/34 2023-12-20T10:06:45.316 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 25/34 2023-12-20T10:06:45.316 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-portend-2.6-1.el8.noarch 26/34 2023-12-20T10:06:45.316 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 27/34 2023-12-20T10:06:45.317 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 28/34 2023-12-20T10:06:45.317 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 29/34 2023-12-20T10:06:45.317 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 30/34 2023-12-20T10:06:45.317 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 31/34 2023-12-20T10:06:45.317 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 32/34 2023-12-20T10:06:45.318 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 33/34 2023-12-20T10:06:46.469 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-20T10:06:46.587 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 34/34 2023-12-20T10:06:46.587 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:06:46.587 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-20T10:06:46.587 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:06:46.588 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:06:46.588 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:06:46.588 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-modules-core-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:06:46.588 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:06:46.588 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:06:46.588 INFO:teuthology.orchestra.run.smithi063.stdout: lua-devel-5.3.4-12.el8.x86_64 2023-12-20T10:06:46.588 INFO:teuthology.orchestra.run.smithi063.stdout: luarocks-3.5.0-1.el8.noarch 2023-12-20T10:06:46.588 INFO:teuthology.orchestra.run.smithi063.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-20T10:06:46.588 INFO:teuthology.orchestra.run.smithi063.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-20T10:06:46.588 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-12-20T10:06:46.588 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-20T10:06:46.588 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-20T10:06:46.588 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-12-20T10:06:46.589 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-20T10:06:46.589 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-20T10:06:46.589 INFO:teuthology.orchestra.run.smithi063.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-20T10:06:46.589 INFO:teuthology.orchestra.run.smithi063.stdout: python3-mako-1.0.6-14.el8.noarch 2023-12-20T10:06:46.589 INFO:teuthology.orchestra.run.smithi063.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-20T10:06:46.589 INFO:teuthology.orchestra.run.smithi063.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-20T10:06:46.589 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-20T10:06:46.589 INFO:teuthology.orchestra.run.smithi063.stdout: python3-portend-2.6-1.el8.noarch 2023-12-20T10:06:46.589 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-20T10:06:46.589 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-20T10:06:46.589 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pytz-2017.2-11.el8.noarch 2023-12-20T10:06:46.589 INFO:teuthology.orchestra.run.smithi063.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-20T10:06:46.589 INFO:teuthology.orchestra.run.smithi063.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-20T10:06:46.590 INFO:teuthology.orchestra.run.smithi063.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-20T10:06:46.590 INFO:teuthology.orchestra.run.smithi063.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-20T10:06:46.590 INFO:teuthology.orchestra.run.smithi063.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-20T10:06:46.590 INFO:teuthology.orchestra.run.smithi063.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-20T10:06:46.590 INFO:teuthology.orchestra.run.smithi063.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-20T10:06:46.590 INFO:teuthology.orchestra.run.smithi063.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-20T10:06:46.590 INFO:teuthology.orchestra.run.smithi063.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-20T10:06:46.590 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:06:46.590 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:06:46.684 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/34 2023-12-20T10:06:46.779 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-base 2023-12-20T10:06:46.970 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/34 2023-12-20T10:06:47.214 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/34 2023-12-20T10:06:47.515 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/34 2023-12-20T10:06:47.673 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:03:58 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:06:47.713 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/34 2023-12-20T10:06:47.912 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/34 2023-12-20T10:06:48.070 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/34 2023-12-20T10:06:48.273 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/34 2023-12-20T10:06:48.468 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/34 2023-12-20T10:06:48.670 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/34 2023-12-20T10:06:48.980 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/34 2023-12-20T10:06:49.172 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : luarocks-3.5.0-1.el8.noarch 12/34 2023-12-20T10:06:49.226 INFO:teuthology.orchestra.run.smithi063.stdout:Package ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:06:49.318 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : lua-devel-5.3.4-12.el8.x86_64 13/34 2023-12-20T10:06:49.476 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:06:49.477 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2023-12-20T10:06:49.477 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:06:49.550 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-20T10:06:49.631 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install cephadm 2023-12-20T10:06:49.968 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 15/34 2023-12-20T10:06:50.237 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 16/34 2023-12-20T10:06:50.416 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 17/34 2023-12-20T10:06:50.521 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:04:01 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:06:50.669 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 18/34 2023-12-20T10:06:50.859 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-20T10:06:51.206 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 20/34 2023-12-20T10:06:51.389 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 21/34 2023-12-20T10:06:51.544 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 22/34 2023-12-20T10:06:51.811 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 23/34 2023-12-20T10:06:52.089 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-portend-2.6-1.el8.noarch 24/34 2023-12-20T10:06:52.310 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 25/34 2023-12-20T10:06:52.328 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:06:52.329 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:06:52.329 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2023-12-20T10:06:52.329 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:06:52.329 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-20T10:06:52.329 INFO:teuthology.orchestra.run.smithi063.stdout: cephadm noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 416 k 2023-12-20T10:06:52.329 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:06:52.329 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-20T10:06:52.329 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:06:52.329 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2023-12-20T10:06:52.330 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:06:52.330 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 416 k 2023-12-20T10:06:52.330 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 2.2 M 2023-12-20T10:06:52.330 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-20T10:06:52.586 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 26/34 2023-12-20T10:06:52.894 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 27/34 2023-12-20T10:06:52.918 INFO:teuthology.orchestra.run.smithi063.stdout:cephadm-19.0.0-36.g86cc4aec.el8.noarch.rpm 709 kB/s | 416 kB 00:00 2023-12-20T10:06:52.918 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:06:52.918 INFO:teuthology.orchestra.run.smithi063.stdout:Total 707 kB/s | 416 kB 00:00 2023-12-20T10:06:52.919 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-20T10:06:52.927 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-20T10:06:52.928 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-20T10:06:52.931 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-20T10:06:52.934 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-20T10:06:52.979 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-20T10:06:53.239 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 28/34 2023-12-20T10:06:53.606 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-36.g86cc4aec.el8.no 29/34 2023-12-20T10:06:53.617 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:06:53.816 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:06:53.853 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 30/34 2023-12-20T10:06:54.049 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:06:54.753 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:06:54.754 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:06:54.754 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-20T10:06:54.754 INFO:teuthology.orchestra.run.smithi063.stdout: cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:06:54.754 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:06:54.754 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:06:54.969 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-immutable-object-cache 2023-12-20T10:06:55.574 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 30/34 2023-12-20T10:06:55.859 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:04:06 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:06:55.936 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 31/34 2023-12-20T10:06:56.428 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 31/34 2023-12-20T10:06:56.657 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 32/34 2023-12-20T10:06:56.886 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 32/34 2023-12-20T10:06:57.057 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 33/34 2023-12-20T10:06:57.075 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 33/34 2023-12-20T10:06:57.216 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 34/34 2023-12-20T10:06:57.649 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:06:57.650 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:06:57.650 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repo Size 2023-12-20T10:06:57.650 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:06:57.650 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-20T10:06:57.650 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 171 k 2023-12-20T10:06:57.650 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:06:57.650 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-20T10:06:57.651 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:06:57.651 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2023-12-20T10:06:57.651 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:06:57.651 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 171 k 2023-12-20T10:06:57.651 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 524 k 2023-12-20T10:06:57.652 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-20T10:06:57.671 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 34/34 2023-12-20T10:06:57.671 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 1/34 2023-12-20T10:06:57.671 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 2/34 2023-12-20T10:06:57.671 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 3/34 2023-12-20T10:06:57.672 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 4/34 2023-12-20T10:06:57.672 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 5/34 2023-12-20T10:06:57.672 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-36.g86cc4aec.el8.no 6/34 2023-12-20T10:06:57.672 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/34 2023-12-20T10:06:57.672 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/34 2023-12-20T10:06:57.672 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/34 2023-12-20T10:06:57.672 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/34 2023-12-20T10:06:57.672 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/34 2023-12-20T10:06:57.672 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/34 2023-12-20T10:06:57.672 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/34 2023-12-20T10:06:57.672 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-20T10:06:57.672 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : lua-devel-5.3.4-12.el8.x86_64 15/34 2023-12-20T10:06:57.672 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : luarocks-3.5.0-1.el8.noarch 16/34 2023-12-20T10:06:57.673 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 17/34 2023-12-20T10:06:57.673 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 18/34 2023-12-20T10:06:57.673 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-20T10:06:57.673 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 20/34 2023-12-20T10:06:57.673 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 21/34 2023-12-20T10:06:57.673 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 22/34 2023-12-20T10:06:57.673 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 23/34 2023-12-20T10:06:57.673 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 24/34 2023-12-20T10:06:57.673 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 25/34 2023-12-20T10:06:57.674 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-portend-2.6-1.el8.noarch 26/34 2023-12-20T10:06:57.674 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 27/34 2023-12-20T10:06:57.674 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 28/34 2023-12-20T10:06:57.674 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 29/34 2023-12-20T10:06:57.674 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 30/34 2023-12-20T10:06:57.675 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 31/34 2023-12-20T10:06:57.675 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 32/34 2023-12-20T10:06:57.675 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 33/34 2023-12-20T10:06:57.846 INFO:teuthology.orchestra.run.smithi063.stdout:ceph-immutable-object-cache-19.0.0-36.g86cc4aec 876 kB/s | 171 kB 00:00 2023-12-20T10:06:57.847 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:06:57.847 INFO:teuthology.orchestra.run.smithi063.stdout:Total 870 kB/s | 171 kB 00:00 2023-12-20T10:06:57.848 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-20T10:06:57.860 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-20T10:06:57.860 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-20T10:06:57.910 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-20T10:06:57.913 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-20T10:06:58.073 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-20T10:06:58.281 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el 1/1 2023-12-20T10:06:58.707 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el 1/1 2023-12-20T10:06:58.914 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 34/34 2023-12-20T10:06:58.914 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:06:58.914 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-20T10:06:58.914 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:06:58.914 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:06:58.914 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:06:58.914 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-modules-core-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:06:58.914 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:06:58.914 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:06:58.914 INFO:teuthology.orchestra.run.smithi027.stdout: lua-devel-5.3.4-12.el8.x86_64 2023-12-20T10:06:58.914 INFO:teuthology.orchestra.run.smithi027.stdout: luarocks-3.5.0-1.el8.noarch 2023-12-20T10:06:58.914 INFO:teuthology.orchestra.run.smithi027.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-20T10:06:58.915 INFO:teuthology.orchestra.run.smithi027.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-20T10:06:58.915 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-12-20T10:06:58.915 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-20T10:06:58.915 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-20T10:06:58.915 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-12-20T10:06:58.915 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-20T10:06:58.915 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-20T10:06:58.915 INFO:teuthology.orchestra.run.smithi027.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-20T10:06:58.915 INFO:teuthology.orchestra.run.smithi027.stdout: python3-mako-1.0.6-14.el8.noarch 2023-12-20T10:06:58.915 INFO:teuthology.orchestra.run.smithi027.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-20T10:06:58.915 INFO:teuthology.orchestra.run.smithi027.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-20T10:06:58.915 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-20T10:06:58.915 INFO:teuthology.orchestra.run.smithi027.stdout: python3-portend-2.6-1.el8.noarch 2023-12-20T10:06:58.915 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-20T10:06:58.916 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-20T10:06:58.916 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pytz-2017.2-11.el8.noarch 2023-12-20T10:06:58.916 INFO:teuthology.orchestra.run.smithi027.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-20T10:06:58.916 INFO:teuthology.orchestra.run.smithi027.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-20T10:06:58.916 INFO:teuthology.orchestra.run.smithi027.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-20T10:06:58.916 INFO:teuthology.orchestra.run.smithi027.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-20T10:06:58.916 INFO:teuthology.orchestra.run.smithi027.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-20T10:06:58.916 INFO:teuthology.orchestra.run.smithi027.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-20T10:06:58.916 INFO:teuthology.orchestra.run.smithi027.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-20T10:06:58.916 INFO:teuthology.orchestra.run.smithi027.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-20T10:06:58.916 INFO:teuthology.orchestra.run.smithi027.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-20T10:06:58.916 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:06:58.916 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:06:59.077 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-base 2023-12-20T10:06:59.435 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el 1/1 2023-12-20T10:06:59.435 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:06:59.435 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-20T10:06:59.435 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:06:59.436 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:06:59.436 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:06:59.654 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr 2023-12-20T10:06:59.973 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:04:17 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:07:00.545 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:04:11 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:07:01.508 INFO:teuthology.orchestra.run.smithi027.stdout:Package ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:07:01.753 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:07:01.753 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2023-12-20T10:07:01.753 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:07:01.853 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install cephadm 2023-12-20T10:07:02.108 INFO:teuthology.orchestra.run.smithi063.stdout:Package ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:07:02.351 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:07:02.352 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2023-12-20T10:07:02.352 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:07:02.465 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-dashboard 2023-12-20T10:07:02.744 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:04:20 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:07:03.355 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:04:14 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:07:04.545 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:07:04.545 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:07:04.545 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-12-20T10:07:04.545 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:07:04.545 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-12-20T10:07:04.545 INFO:teuthology.orchestra.run.smithi027.stdout: cephadm noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 416 k 2023-12-20T10:07:04.545 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:07:04.545 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-20T10:07:04.546 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:07:04.546 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2023-12-20T10:07:04.546 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:07:04.546 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 416 k 2023-12-20T10:07:04.546 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 2.2 M 2023-12-20T10:07:04.546 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-20T10:07:04.827 INFO:teuthology.orchestra.run.smithi027.stdout:cephadm-19.0.0-36.g86cc4aec.el8.noarch.rpm 1.4 MB/s | 416 kB 00:00 2023-12-20T10:07:04.828 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:07:04.828 INFO:teuthology.orchestra.run.smithi027.stdout:Total 1.4 MB/s | 416 kB 00:00 2023-12-20T10:07:04.828 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-20T10:07:04.838 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-20T10:07:04.838 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-20T10:07:04.840 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-20T10:07:04.844 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-20T10:07:04.893 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-20T10:07:05.147 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:07:05.149 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:07:05.149 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2023-12-20T10:07:05.149 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:07:05.149 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-20T10:07:05.149 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-dashboard noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 1.8 M 2023-12-20T10:07:05.149 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2023-12-20T10:07:05.149 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-grafana-dashboards noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 28 k 2023-12-20T10:07:05.149 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-prometheus-alerts noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 15 k 2023-12-20T10:07:05.149 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-12-20T10:07:05.149 INFO:teuthology.orchestra.run.smithi063.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-20T10:07:05.149 INFO:teuthology.orchestra.run.smithi063.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-20T10:07:05.150 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:07:05.150 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-20T10:07:05.150 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:07:05.150 INFO:teuthology.orchestra.run.smithi063.stdout:Install 6 Packages 2023-12-20T10:07:05.150 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:07:05.150 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 2.1 M 2023-12-20T10:07:05.151 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 8.7 M 2023-12-20T10:07:05.151 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-20T10:07:05.431 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:07:05.507 INFO:teuthology.orchestra.run.smithi063.stdout:(1/6): ceph-grafana-dashboards-19.0.0-36.g86cc4 204 kB/s | 28 kB 00:00 2023-12-20T10:07:05.574 INFO:teuthology.orchestra.run.smithi063.stdout:(2/6): ceph-prometheus-alerts-19.0.0-36.g86cc4a 73 kB/s | 15 kB 00:00 2023-12-20T10:07:05.590 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:07:05.733 INFO:teuthology.orchestra.run.smithi063.stdout:(3/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 212 kB/s | 34 kB 00:00 2023-12-20T10:07:05.825 INFO:teuthology.orchestra.run.smithi063.stdout:(4/6): python3-routes-2.4.1-12.el8.noarch.rpm 2.1 MB/s | 196 kB 00:00 2023-12-20T10:07:05.825 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:07:06.008 INFO:teuthology.orchestra.run.smithi063.stdout:(5/6): ceph-mgr-dashboard-19.0.0-36.g86cc4aec.e 2.8 MB/s | 1.8 MB 00:00 2023-12-20T10:07:06.442 INFO:teuthology.orchestra.run.smithi063.stdout:(6/6): python3-jwt-1.6.1-2.el8.noarch.rpm 46 kB/s | 43 kB 00:00 2023-12-20T10:07:06.445 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:07:06.446 INFO:teuthology.orchestra.run.smithi063.stdout:Total 1.6 MB/s | 2.1 MB 00:01 2023-12-20T10:07:06.458 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-20T10:07:06.469 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-20T10:07:06.469 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-20T10:07:06.543 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:07:06.543 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:07:06.543 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-20T10:07:06.543 INFO:teuthology.orchestra.run.smithi027.stdout: cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:07:06.543 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:07:06.543 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:07:06.558 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-20T10:07:06.561 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-20T10:07:06.765 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-immutable-object-cache 2023-12-20T10:07:06.824 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-20T10:07:07.029 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-12-20T10:07:07.307 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-12-20T10:07:07.499 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-12-20T10:07:07.613 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-36.g86cc4aec.el8.noa 4/6 2023-12-20T10:07:07.649 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:04:25 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:07:07.984 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-36.g86cc4aec.el8.no 5/6 2023-12-20T10:07:08.184 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 6/6 2023-12-20T10:07:08.477 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 6/6 2023-12-20T10:07:08.477 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-36.g86cc4aec.el8.no 1/6 2023-12-20T10:07:08.477 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 2/6 2023-12-20T10:07:08.477 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-36.g86cc4aec.el8.noa 3/6 2023-12-20T10:07:08.477 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-12-20T10:07:08.478 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-12-20T10:07:09.270 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-12-20T10:07:09.270 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:07:09.270 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-20T10:07:09.270 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-grafana-dashboards-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:07:09.270 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:07:09.270 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-prometheus-alerts-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:07:09.270 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-20T10:07:09.270 INFO:teuthology.orchestra.run.smithi063.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-20T10:07:09.270 INFO:teuthology.orchestra.run.smithi063.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-20T10:07:09.270 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:07:09.270 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:07:09.413 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-20T10:07:09.452 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:07:09.453 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:07:09.453 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repo Size 2023-12-20T10:07:09.453 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:07:09.453 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-12-20T10:07:09.453 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 171 k 2023-12-20T10:07:09.453 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:07:09.453 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-20T10:07:09.453 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:07:09.453 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2023-12-20T10:07:09.453 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:07:09.454 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 171 k 2023-12-20T10:07:09.454 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 524 k 2023-12-20T10:07:09.454 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-20T10:07:09.649 INFO:teuthology.orchestra.run.smithi027.stdout:ceph-immutable-object-cache-19.0.0-36.g86cc4aec 877 kB/s | 171 kB 00:00 2023-12-20T10:07:09.650 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:07:09.650 INFO:teuthology.orchestra.run.smithi027.stdout:Total 871 kB/s | 171 kB 00:00 2023-12-20T10:07:09.650 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-20T10:07:09.663 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-20T10:07:09.663 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-20T10:07:09.712 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-20T10:07:09.717 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-20T10:07:09.852 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-20T10:07:10.080 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el 1/1 2023-12-20T10:07:10.298 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:04:21 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:07:10.519 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el 1/1 2023-12-20T10:07:11.234 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el 1/1 2023-12-20T10:07:11.234 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:07:11.234 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-20T10:07:11.234 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:07:11.234 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:07:11.235 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:07:11.493 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-mgr 2023-12-20T10:07:12.116 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:07:12.117 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================================ 2023-12-20T10:07:12.117 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2023-12-20T10:07:12.118 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================================ 2023-12-20T10:07:12.118 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-20T10:07:12.118 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 7.4 M 2023-12-20T10:07:12.118 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2023-12-20T10:07:12.118 INFO:teuthology.orchestra.run.smithi063.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-12-20T10:07:12.118 INFO:teuthology.orchestra.run.smithi063.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-12-20T10:07:12.118 INFO:teuthology.orchestra.run.smithi063.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-12-20T10:07:12.118 INFO:teuthology.orchestra.run.smithi063.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-12-20T10:07:12.118 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-12-20T10:07:12.118 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-12-20T10:07:12.118 INFO:teuthology.orchestra.run.smithi063.stdout: python3-scipy x86_64 1.0.0-21.module_el8+762+77bd8591 appstream 14 M 2023-12-20T10:07:12.118 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:07:12.118 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-20T10:07:12.118 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================================ 2023-12-20T10:07:12.119 INFO:teuthology.orchestra.run.smithi063.stdout:Install 8 Packages 2023-12-20T10:07:12.119 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:07:12.119 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 36 M 2023-12-20T10:07:12.119 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 210 M 2023-12-20T10:07:12.119 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-20T10:07:12.389 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:04:30 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:07:13.964 INFO:teuthology.orchestra.run.smithi027.stdout:Package ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:07:14.075 INFO:teuthology.orchestra.run.smithi063.stdout:(1/8): ceph-mgr-diskprediction-local-19.0.0-36. 4.7 MB/s | 7.4 MB 00:01 2023-12-20T10:07:14.209 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:07:14.210 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2023-12-20T10:07:14.210 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:07:14.323 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-mgr-dashboard 2023-12-20T10:07:15.215 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:04:33 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:07:17.031 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:07:17.032 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:07:17.032 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-12-20T10:07:17.032 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:07:17.033 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-12-20T10:07:17.033 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-dashboard noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 1.8 M 2023-12-20T10:07:17.033 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-12-20T10:07:17.033 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-grafana-dashboards noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 28 k 2023-12-20T10:07:17.033 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-prometheus-alerts noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 15 k 2023-12-20T10:07:17.033 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-12-20T10:07:17.033 INFO:teuthology.orchestra.run.smithi027.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-20T10:07:17.033 INFO:teuthology.orchestra.run.smithi027.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-20T10:07:17.033 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:07:17.033 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-20T10:07:17.033 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:07:17.033 INFO:teuthology.orchestra.run.smithi027.stdout:Install 6 Packages 2023-12-20T10:07:17.033 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:07:17.034 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 2.1 M 2023-12-20T10:07:17.034 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 8.7 M 2023-12-20T10:07:17.034 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-20T10:07:17.503 INFO:teuthology.orchestra.run.smithi027.stdout:(1/6): ceph-grafana-dashboards-19.0.0-36.g86cc4 76 kB/s | 28 kB 00:00 2023-12-20T10:07:17.529 INFO:teuthology.orchestra.run.smithi027.stdout:(2/6): ceph-prometheus-alerts-19.0.0-36.g86cc4a 38 kB/s | 15 kB 00:00 2023-12-20T10:07:17.587 INFO:teuthology.orchestra.run.smithi027.stdout:(3/6): ceph-mgr-dashboard-19.0.0-36.g86cc4aec.e 3.9 MB/s | 1.8 MB 00:00 2023-12-20T10:07:17.779 INFO:teuthology.orchestra.run.smithi027.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 134 kB/s | 34 kB 00:00 2023-12-20T10:07:17.921 INFO:teuthology.orchestra.run.smithi027.stdout:(5/6): python3-jwt-1.6.1-2.el8.noarch.rpm 102 kB/s | 43 kB 00:00 2023-12-20T10:07:17.980 INFO:teuthology.orchestra.run.smithi027.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 501 kB/s | 196 kB 00:00 2023-12-20T10:07:17.982 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:07:17.982 INFO:teuthology.orchestra.run.smithi027.stdout:Total 2.2 MB/s | 2.1 MB 00:00 2023-12-20T10:07:17.994 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-20T10:07:18.004 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-20T10:07:18.005 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-20T10:07:18.096 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-20T10:07:18.099 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-20T10:07:18.365 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-20T10:07:18.612 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-12-20T10:07:18.823 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-12-20T10:07:19.032 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-12-20T10:07:19.221 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-36.g86cc4aec.el8.noa 4/6 2023-12-20T10:07:19.586 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-36.g86cc4aec.el8.no 5/6 2023-12-20T10:07:19.849 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 6/6 2023-12-20T10:07:20.141 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 6/6 2023-12-20T10:07:20.142 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-36.g86cc4aec.el8.no 1/6 2023-12-20T10:07:20.142 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 2/6 2023-12-20T10:07:20.142 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-36.g86cc4aec.el8.noa 3/6 2023-12-20T10:07:20.142 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-12-20T10:07:20.142 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-12-20T10:07:20.865 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-12-20T10:07:20.865 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:07:20.865 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-20T10:07:20.865 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-grafana-dashboards-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:07:20.865 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:07:20.865 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-prometheus-alerts-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:07:20.865 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-20T10:07:20.865 INFO:teuthology.orchestra.run.smithi027.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-20T10:07:20.865 INFO:teuthology.orchestra.run.smithi027.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-20T10:07:20.865 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:07:20.866 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:07:20.996 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-20T10:07:21.882 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:04:39 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:07:23.682 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:07:23.684 INFO:teuthology.orchestra.run.smithi027.stdout:============================================================================================ 2023-12-20T10:07:23.684 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-12-20T10:07:23.684 INFO:teuthology.orchestra.run.smithi027.stdout:============================================================================================ 2023-12-20T10:07:23.684 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-12-20T10:07:23.684 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 7.4 M 2023-12-20T10:07:23.684 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-12-20T10:07:23.684 INFO:teuthology.orchestra.run.smithi027.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-12-20T10:07:23.684 INFO:teuthology.orchestra.run.smithi027.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-12-20T10:07:23.684 INFO:teuthology.orchestra.run.smithi027.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-12-20T10:07:23.684 INFO:teuthology.orchestra.run.smithi027.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-12-20T10:07:23.684 INFO:teuthology.orchestra.run.smithi027.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-12-20T10:07:23.684 INFO:teuthology.orchestra.run.smithi027.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-12-20T10:07:23.685 INFO:teuthology.orchestra.run.smithi027.stdout: python3-scipy x86_64 1.0.0-21.module_el8+762+77bd8591 appstream 14 M 2023-12-20T10:07:23.685 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:07:23.685 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-20T10:07:23.685 INFO:teuthology.orchestra.run.smithi027.stdout:============================================================================================ 2023-12-20T10:07:23.685 INFO:teuthology.orchestra.run.smithi027.stdout:Install 8 Packages 2023-12-20T10:07:23.685 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:07:23.685 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 36 M 2023-12-20T10:07:23.686 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 210 M 2023-12-20T10:07:23.686 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-20T10:07:24.346 INFO:teuthology.orchestra.run.smithi027.stdout:(1/8): ceph-mgr-diskprediction-local-19.0.0-36. 13 MB/s | 7.4 MB 00:00 2023-12-20T10:08:58.499 INFO:teuthology.orchestra.run.smithi111.stdout:[MIRROR] openblas-0.3.15-4.el8.x86_64.rpm: Curl error (18): Transferred a partial file for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/openblas-0.3.15-4.el8.x86_64.rpm [transfer closed with 4017817 bytes remaining to read] 2023-12-20T10:08:59.101 INFO:teuthology.orchestra.run.smithi111.stdout:(2/8): openblas-0.3.15-4.el8.x86_64.rpm 35 kB/s | 4.7 MB 02:18 2023-12-20T10:09:03.409 INFO:teuthology.orchestra.run.smithi063.stdout:[MIRROR] python3-numpy-1.14.3-10.el8.x86_64.rpm: Curl error (18): Transferred a partial file for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/python3-numpy-1.14.3-10.el8.x86_64.rpm [transfer closed with 3545397 bytes remaining to read] 2023-12-20T10:09:04.033 INFO:teuthology.orchestra.run.smithi063.stdout:(2/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 35 kB/s | 3.7 MB 01:49 2023-12-20T10:09:19.507 INFO:teuthology.orchestra.run.smithi063.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 15 kB/s | 225 kB 00:15 2023-12-20T10:10:04.264 INFO:teuthology.orchestra.run.smithi111.stdout:[MIRROR] python3-numpy-f2py-1.14.3-10.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/python3-numpy-f2py-1.14.3-10.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-12-20T10:10:04.600 INFO:teuthology.orchestra.run.smithi111.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 3.4 kB/s | 225 kB 01:05 2023-12-20T10:11:30.949 INFO:teuthology.orchestra.run.smithi027.stdout:[MIRROR] python3-numpy-1.14.3-10.el8.x86_64.rpm: Curl error (18): Transferred a partial file for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/python3-numpy-1.14.3-10.el8.x86_64.rpm [transfer closed with 2089385 bytes remaining to read] 2023-12-20T10:11:31.698 INFO:teuthology.orchestra.run.smithi027.stdout:(2/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 15 kB/s | 3.7 MB 04:07 2023-12-20T10:11:41.530 INFO:teuthology.orchestra.run.smithi027.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 23 kB/s | 225 kB 00:09 2023-12-20T10:12:54.969 INFO:teuthology.orchestra.run.smithi111.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 10 kB/s | 3.7 MB 06:13 2023-12-20T10:12:57.377 INFO:teuthology.orchestra.run.smithi111.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 268 kB/s | 645 kB 00:02 2023-12-20T10:12:58.568 INFO:teuthology.orchestra.run.smithi111.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 145 kB/s | 172 kB 00:01 2023-12-20T10:13:41.833 INFO:teuthology.orchestra.run.smithi027.stdout:[MIRROR] openblas-0.3.15-4.el8.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/openblas-0.3.15-4.el8.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-12-20T10:13:42.434 INFO:teuthology.orchestra.run.smithi027.stdout:(4/8): openblas-0.3.15-4.el8.x86_64.rpm 13 kB/s | 4.7 MB 06:18 2023-12-20T10:13:44.359 INFO:teuthology.orchestra.run.smithi027.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 335 kB/s | 645 kB 00:01 2023-12-20T10:13:45.575 INFO:teuthology.orchestra.run.smithi027.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 142 kB/s | 172 kB 00:01 2023-12-20T10:14:45.513 INFO:teuthology.orchestra.run.smithi063.stdout:[MIRROR] openblas-threads-0.3.15-4.el8.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/openblas-threads-0.3.15-4.el8.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-12-20T10:14:46.171 INFO:teuthology.orchestra.run.smithi063.stdout:(4/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 11 kB/s | 4.9 MB 07:33 2023-12-20T10:14:48.470 INFO:teuthology.orchestra.run.smithi063.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 281 kB/s | 645 kB 00:02 2023-12-20T10:14:49.679 INFO:teuthology.orchestra.run.smithi063.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 143 kB/s | 172 kB 00:01 2023-12-20T10:14:53.638 INFO:teuthology.orchestra.run.smithi027.stdout:[MIRROR] openblas-threads-0.3.15-4.el8.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/openblas-threads-0.3.15-4.el8.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-12-20T10:14:54.243 INFO:teuthology.orchestra.run.smithi027.stdout:(7/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 11 kB/s | 4.9 MB 07:30 2023-12-20T10:15:09.297 INFO:teuthology.orchestra.run.smithi063.stdout:[MIRROR] python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_64.rpm: Curl error (18): Transferred a partial file for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/python3-scipy-1.0.0-21.module_el8%2b762%2b77bd8591.x86_64.rpm [transfer closed with 12560448 bytes remaining to read] 2023-12-20T10:15:10.169 INFO:teuthology.orchestra.run.smithi063.stdout:(7/8): python3-scipy-1.0.0-21.module_el8+762+77 41 kB/s | 14 MB 05:50 2023-12-20T10:15:11.622 INFO:teuthology.orchestra.run.smithi063.stdout:[MIRROR] openblas-0.3.15-4.el8.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/openblas-0.3.15-4.el8.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-12-20T10:15:11.819 INFO:teuthology.orchestra.run.smithi063.stdout:(8/8): openblas-0.3.15-4.el8.x86_64.rpm 10 kB/s | 4.7 MB 07:59 2023-12-20T10:15:11.820 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:15:11.820 INFO:teuthology.orchestra.run.smithi063.stdout:Total 77 kB/s | 36 MB 07:59 2023-12-20T10:15:12.055 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-20T10:15:12.075 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-20T10:15:12.075 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-20T10:15:12.438 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-20T10:15:12.441 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-20T10:15:13.011 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-20T10:15:13.160 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-20T10:15:13.306 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-20T10:15:13.434 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-20T10:15:14.058 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-20T10:15:14.368 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-12-20T10:15:15.004 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-12-20T10:15:15.214 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-20T10:15:15.939 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-20T10:15:16.249 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-20T10:15:16.526 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-20T10:15:18.391 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-20T10:15:19.811 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 7/8 2023-12-20T10:15:20.159 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec. 8/8 2023-12-20T10:15:20.490 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec. 8/8 2023-12-20T10:15:20.490 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec. 1/8 2023-12-20T10:15:20.490 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-12-20T10:15:20.490 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-12-20T10:15:20.490 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-12-20T10:15:20.490 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-12-20T10:15:20.490 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 6/8 2023-12-20T10:15:20.490 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-12-20T10:15:21.334 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-12-20T10:15:21.335 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:15:21.335 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-20T10:15:21.335 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:15:21.335 INFO:teuthology.orchestra.run.smithi063.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-12-20T10:15:21.335 INFO:teuthology.orchestra.run.smithi063.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-12-20T10:15:21.335 INFO:teuthology.orchestra.run.smithi063.stdout: openblas-0.3.15-4.el8.x86_64 2023-12-20T10:15:21.335 INFO:teuthology.orchestra.run.smithi063.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-12-20T10:15:21.335 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-20T10:15:21.335 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-20T10:15:21.335 INFO:teuthology.orchestra.run.smithi063.stdout: python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_64 2023-12-20T10:15:21.335 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:15:21.336 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:15:21.527 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-rook 2023-12-20T10:15:22.429 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:12:33 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:15:24.232 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:15:24.233 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:15:24.234 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2023-12-20T10:15:24.234 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:15:24.234 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-20T10:15:24.234 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-rook noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 50 k 2023-12-20T10:15:24.234 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2023-12-20T10:15:24.234 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-20T10:15:24.234 INFO:teuthology.orchestra.run.smithi063.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-20T10:15:24.234 INFO:teuthology.orchestra.run.smithi063.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-20T10:15:24.234 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-12-20T10:15:24.234 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-12-20T10:15:24.234 INFO:teuthology.orchestra.run.smithi063.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-20T10:15:24.234 INFO:teuthology.orchestra.run.smithi063.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-12-20T10:15:24.234 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-12-20T10:15:24.235 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-12-20T10:15:24.235 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-12-20T10:15:24.235 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-20T10:15:24.235 INFO:teuthology.orchestra.run.smithi063.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-20T10:15:24.235 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:15:24.235 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-20T10:15:24.235 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:15:24.235 INFO:teuthology.orchestra.run.smithi063.stdout:Install 13 Packages 2023-12-20T10:15:24.235 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:15:24.236 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 1.9 M 2023-12-20T10:15:24.236 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 25 M 2023-12-20T10:15:24.236 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-20T10:15:24.782 INFO:teuthology.orchestra.run.smithi063.stdout:(1/13): ceph-mgr-rook-19.0.0-36.g86cc4aec.el8.n 295 kB/s | 50 kB 00:00 2023-12-20T10:15:25.640 INFO:teuthology.orchestra.run.smithi063.stdout:(2/13): python3-jsonpointer-1.10-11.el8.noarch. 19 kB/s | 20 kB 00:01 2023-12-20T10:15:27.399 INFO:teuthology.orchestra.run.smithi063.stdout:(3/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 9.5 kB/s | 27 kB 00:02 2023-12-20T10:15:28.574 INFO:teuthology.orchestra.run.smithi063.stdout:(4/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 132 kB/s | 155 kB 00:01 2023-12-20T10:15:29.449 INFO:teuthology.orchestra.run.smithi063.stdout:(5/13): python3-pyasn1-modules-0.3.7-6.el8.noar 29 kB/s | 110 kB 00:03 2023-12-20T10:15:29.500 INFO:teuthology.orchestra.run.smithi063.stdout:(6/13): python3-requests-oauthlib-1.0.0-1.el8.n 46 kB/s | 43 kB 00:00 2023-12-20T10:15:29.583 INFO:teuthology.orchestra.run.smithi063.stdout:(7/13): python3-cachetools-3.1.1-4.el8.noarch.r 247 kB/s | 33 kB 00:00 2023-12-20T10:15:29.642 INFO:teuthology.orchestra.run.smithi063.stdout:(8/13): python3-certifi-2018.10.15-7.el8.noarch 116 kB/s | 16 kB 00:00 2023-12-20T10:15:29.667 INFO:teuthology.orchestra.run.smithi063.stdout:(9/13): python3-google-auth-1.1.1-10.el8.noarch 975 kB/s | 81 kB 00:00 2023-12-20T10:15:29.717 INFO:teuthology.orchestra.run.smithi063.stdout:(10/13): python3-rsa-4.9-2.el8.noarch.rpm 1.3 MB/s | 64 kB 00:00 2023-12-20T10:15:29.759 INFO:teuthology.orchestra.run.smithi063.stdout:(11/13): python3-websocket-client-0.56.0-5.el8. 1.4 MB/s | 61 kB 00:00 2023-12-20T10:15:29.968 INFO:teuthology.orchestra.run.smithi063.stdout:(12/13): python3-kubernetes-11.0.0-6.el8.noarch 3.6 MB/s | 1.2 MB 00:00 2023-12-20T10:15:33.109 INFO:teuthology.orchestra.run.smithi063.stdout:(13/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 15 kB/s | 126 kB 00:08 2023-12-20T10:15:33.112 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:15:33.112 INFO:teuthology.orchestra.run.smithi063.stdout:Total 223 kB/s | 1.9 MB 00:08 2023-12-20T10:15:33.172 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-20T10:15:33.189 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-20T10:15:33.189 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-20T10:15:33.283 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-20T10:15:33.286 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-20T10:15:33.889 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-20T10:15:34.171 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-20T10:15:34.359 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-12-20T10:15:34.460 INFO:teuthology.orchestra.run.smithi111.stdout:[MIRROR] openblas-threads-0.3.15-4.el8.x86_64.rpm: Curl error (28): Timeout was reached for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/openblas-threads-0.3.15-4.el8.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-12-20T10:15:34.578 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-12-20T10:15:34.857 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-12-20T10:15:35.054 INFO:teuthology.orchestra.run.smithi111.stdout:(7/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 9.3 kB/s | 4.9 MB 08:54 2023-12-20T10:15:35.065 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-12-20T10:15:35.300 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-12-20T10:15:35.628 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-12-20T10:15:35.847 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-12-20T10:15:36.934 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-12-20T10:15:37.197 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-12-20T10:15:37.390 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-12-20T10:15:37.755 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-12-20T10:15:37.932 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 13/13 2023-12-20T10:15:38.259 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 13/13 2023-12-20T10:15:38.259 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 1/13 2023-12-20T10:15:38.259 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-12-20T10:15:38.259 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-12-20T10:15:38.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-12-20T10:15:38.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-12-20T10:15:38.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-20T10:15:38.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-20T10:15:38.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-12-20T10:15:38.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-20T10:15:38.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-12-20T10:15:38.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-12-20T10:15:38.260 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-12-20T10:15:39.096 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-12-20T10:15:39.097 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:15:39.097 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-20T10:15:39.097 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:15:39.097 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-20T10:15:39.097 INFO:teuthology.orchestra.run.smithi063.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-20T10:15:39.097 INFO:teuthology.orchestra.run.smithi063.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-20T10:15:39.097 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-20T10:15:39.097 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-20T10:15:39.097 INFO:teuthology.orchestra.run.smithi063.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-20T10:15:39.097 INFO:teuthology.orchestra.run.smithi063.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-20T10:15:39.097 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-20T10:15:39.097 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-20T10:15:39.098 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-20T10:15:39.098 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-20T10:15:39.098 INFO:teuthology.orchestra.run.smithi063.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-20T10:15:39.098 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:15:39.098 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:15:39.232 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-cephadm 2023-12-20T10:15:40.134 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:12:51 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:15:41.938 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:15:41.939 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:15:41.939 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2023-12-20T10:15:41.939 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:15:41.939 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-20T10:15:41.939 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-cephadm noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 133 k 2023-12-20T10:15:41.939 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2023-12-20T10:15:41.940 INFO:teuthology.orchestra.run.smithi063.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-20T10:15:41.940 INFO:teuthology.orchestra.run.smithi063.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-12-20T10:15:41.940 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-12-20T10:15:41.940 INFO:teuthology.orchestra.run.smithi063.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-20T10:15:41.940 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:15:41.940 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-20T10:15:41.940 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:15:41.940 INFO:teuthology.orchestra.run.smithi063.stdout:Install 5 Packages 2023-12-20T10:15:41.940 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:15:41.941 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 6.0 M 2023-12-20T10:15:41.941 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 26 M 2023-12-20T10:15:41.941 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-20T10:15:42.575 INFO:teuthology.orchestra.run.smithi063.stdout:(1/5): ceph-mgr-cephadm-19.0.0-36.g86cc4aec.el8 236 kB/s | 133 kB 00:00 2023-12-20T10:15:42.742 INFO:teuthology.orchestra.run.smithi063.stdout:(2/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 2.8 MB/s | 476 kB 00:00 2023-12-20T10:15:42.775 INFO:teuthology.orchestra.run.smithi063.stdout:(3/5): python3-natsort-7.1.1-2.el8.noarch.rpm 1.8 MB/s | 60 kB 00:00 2023-12-20T10:16:14.196 INFO:teuthology.orchestra.run.smithi111.stdout:[MIRROR] python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_64.rpm: Curl error (18): Transferred a partial file for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/python3-scipy-1.0.0-21.module_el8%2b762%2b77bd8591.x86_64.rpm [transfer closed with 11931684 bytes remaining to read] 2023-12-20T10:16:15.057 INFO:teuthology.orchestra.run.smithi111.stdout:(8/8): python3-scipy-1.0.0-21.module_el8+762+77 39 kB/s | 14 MB 06:10 2023-12-20T10:16:15.057 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:16:15.057 INFO:teuthology.orchestra.run.smithi111.stdout:Total 64 kB/s | 36 MB 09:34 2023-12-20T10:16:15.285 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2023-12-20T10:16:15.303 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2023-12-20T10:16:15.303 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2023-12-20T10:16:15.624 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2023-12-20T10:16:15.627 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2023-12-20T10:16:16.180 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2023-12-20T10:16:16.305 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-20T10:16:16.442 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-20T10:16:16.572 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-20T10:16:17.169 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-20T10:16:17.330 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-12-20T10:16:17.947 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-12-20T10:16:18.127 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-20T10:16:18.809 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-20T10:16:19.124 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-20T10:16:19.338 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-20T10:16:21.094 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-20T10:16:22.289 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 7/8 2023-12-20T10:16:22.521 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec. 8/8 2023-12-20T10:16:22.840 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec. 8/8 2023-12-20T10:16:22.840 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec. 1/8 2023-12-20T10:16:22.840 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-12-20T10:16:22.840 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-12-20T10:16:22.840 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-12-20T10:16:22.840 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-12-20T10:16:22.840 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 6/8 2023-12-20T10:16:22.840 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-12-20T10:16:23.555 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-12-20T10:16:23.555 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:16:23.555 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2023-12-20T10:16:23.555 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:16:23.555 INFO:teuthology.orchestra.run.smithi111.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-12-20T10:16:23.555 INFO:teuthology.orchestra.run.smithi111.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-12-20T10:16:23.555 INFO:teuthology.orchestra.run.smithi111.stdout: openblas-0.3.15-4.el8.x86_64 2023-12-20T10:16:23.556 INFO:teuthology.orchestra.run.smithi111.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-12-20T10:16:23.556 INFO:teuthology.orchestra.run.smithi111.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-20T10:16:23.556 INFO:teuthology.orchestra.run.smithi111.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-20T10:16:23.556 INFO:teuthology.orchestra.run.smithi111.stdout: python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_64 2023-12-20T10:16:23.556 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:16:23.556 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:16:23.675 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install ceph-mgr-rook 2023-12-20T10:16:24.527 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:13:46 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:16:26.200 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:16:26.201 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:16:26.201 INFO:teuthology.orchestra.run.smithi111.stdout: Package Arch Version Repository Size 2023-12-20T10:16:26.201 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:16:26.201 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2023-12-20T10:16:26.202 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mgr-rook noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 50 k 2023-12-20T10:16:26.202 INFO:teuthology.orchestra.run.smithi111.stdout:Installing dependencies: 2023-12-20T10:16:26.202 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-20T10:16:26.202 INFO:teuthology.orchestra.run.smithi111.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-20T10:16:26.202 INFO:teuthology.orchestra.run.smithi111.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-20T10:16:26.202 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-12-20T10:16:26.202 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-12-20T10:16:26.202 INFO:teuthology.orchestra.run.smithi111.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-20T10:16:26.202 INFO:teuthology.orchestra.run.smithi111.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-12-20T10:16:26.202 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-12-20T10:16:26.203 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-12-20T10:16:26.203 INFO:teuthology.orchestra.run.smithi111.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-12-20T10:16:26.203 INFO:teuthology.orchestra.run.smithi111.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-20T10:16:26.203 INFO:teuthology.orchestra.run.smithi111.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-20T10:16:26.203 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:16:26.203 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2023-12-20T10:16:26.203 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:16:26.203 INFO:teuthology.orchestra.run.smithi111.stdout:Install 13 Packages 2023-12-20T10:16:26.204 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:16:26.204 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 1.9 M 2023-12-20T10:16:26.204 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 25 M 2023-12-20T10:16:26.204 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2023-12-20T10:16:27.245 INFO:teuthology.orchestra.run.smithi111.stdout:(1/13): ceph-mgr-rook-19.0.0-36.g86cc4aec.el8.n 130 kB/s | 50 kB 00:00 2023-12-20T10:16:28.220 INFO:teuthology.orchestra.run.smithi111.stdout:(2/13): python3-jsonpointer-1.10-11.el8.noarch. 15 kB/s | 20 kB 00:01 2023-12-20T10:16:29.178 INFO:teuthology.orchestra.run.smithi111.stdout:(3/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 11 kB/s | 27 kB 00:02 2023-12-20T10:16:30.353 INFO:teuthology.orchestra.run.smithi111.stdout:(4/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 132 kB/s | 155 kB 00:01 2023-12-20T10:16:31.245 INFO:teuthology.orchestra.run.smithi111.stdout:(5/13): python3-requests-oauthlib-1.0.0-1.el8.n 48 kB/s | 43 kB 00:00 2023-12-20T10:16:31.420 INFO:teuthology.orchestra.run.smithi111.stdout:(6/13): python3-cachetools-3.1.1-4.el8.noarch.r 189 kB/s | 33 kB 00:00 2023-12-20T10:16:31.604 INFO:teuthology.orchestra.run.smithi111.stdout:(7/13): python3-certifi-2018.10.15-7.el8.noarch 89 kB/s | 16 kB 00:00 2023-12-20T10:16:31.796 INFO:teuthology.orchestra.run.smithi111.stdout:(8/13): python3-google-auth-1.1.1-10.el8.noarch 424 kB/s | 81 kB 00:00 2023-12-20T10:16:32.222 INFO:teuthology.orchestra.run.smithi111.stdout:(9/13): python3-kubernetes-11.0.0-6.el8.noarch. 2.7 MB/s | 1.2 MB 00:00 2023-12-20T10:16:32.314 INFO:teuthology.orchestra.run.smithi111.stdout:(10/13): python3-rsa-4.9-2.el8.noarch.rpm 701 kB/s | 64 kB 00:00 2023-12-20T10:16:32.405 INFO:teuthology.orchestra.run.smithi111.stdout:(11/13): python3-websocket-client-0.56.0-5.el8. 667 kB/s | 61 kB 00:00 2023-12-20T10:16:32.939 INFO:teuthology.orchestra.run.smithi111.stdout:(12/13): python3-pyasn1-modules-0.3.7-6.el8.noa 23 kB/s | 110 kB 00:04 2023-12-20T10:16:33.077 INFO:teuthology.orchestra.run.smithi063.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 11 kB/s | 538 kB 00:51 2023-12-20T10:16:38.289 INFO:teuthology.orchestra.run.smithi111.stdout:(13/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 11 kB/s | 126 kB 00:11 2023-12-20T10:16:38.290 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:16:38.290 INFO:teuthology.orchestra.run.smithi111.stdout:Total 164 kB/s | 1.9 MB 00:12 2023-12-20T10:16:38.347 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2023-12-20T10:16:38.362 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2023-12-20T10:16:38.362 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2023-12-20T10:16:38.449 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2023-12-20T10:16:38.452 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2023-12-20T10:16:38.971 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2023-12-20T10:16:39.187 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-20T10:16:39.385 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-12-20T10:16:39.637 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-12-20T10:16:39.875 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-12-20T10:16:40.082 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-12-20T10:16:40.329 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-12-20T10:16:40.595 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-12-20T10:16:40.822 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-12-20T10:16:41.856 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-12-20T10:16:42.141 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-12-20T10:16:42.641 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-12-20T10:16:42.828 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-12-20T10:16:42.993 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 13/13 2023-12-20T10:16:43.269 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 13/13 2023-12-20T10:16:43.269 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 1/13 2023-12-20T10:16:43.269 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-12-20T10:16:43.269 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-12-20T10:16:43.270 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-12-20T10:16:43.270 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-12-20T10:16:43.270 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-20T10:16:43.270 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-20T10:16:43.270 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-12-20T10:16:43.270 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-20T10:16:43.270 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-12-20T10:16:43.270 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-12-20T10:16:43.270 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-12-20T10:16:44.023 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-12-20T10:16:44.024 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:16:44.024 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2023-12-20T10:16:44.024 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:16:44.024 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-20T10:16:44.024 INFO:teuthology.orchestra.run.smithi111.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-20T10:16:44.024 INFO:teuthology.orchestra.run.smithi111.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-20T10:16:44.024 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-20T10:16:44.024 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-20T10:16:44.024 INFO:teuthology.orchestra.run.smithi111.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-20T10:16:44.024 INFO:teuthology.orchestra.run.smithi111.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-20T10:16:44.025 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-20T10:16:44.025 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-20T10:16:44.025 INFO:teuthology.orchestra.run.smithi111.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-20T10:16:44.025 INFO:teuthology.orchestra.run.smithi111.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-20T10:16:44.025 INFO:teuthology.orchestra.run.smithi111.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-20T10:16:44.025 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:16:44.025 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:16:44.132 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install ceph-mgr-cephadm 2023-12-20T10:16:44.979 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:14:06 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:16:46.671 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:16:46.672 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:16:46.672 INFO:teuthology.orchestra.run.smithi111.stdout: Package Arch Version Repository Size 2023-12-20T10:16:46.672 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:16:46.672 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2023-12-20T10:16:46.672 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mgr-cephadm noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 133 k 2023-12-20T10:16:46.672 INFO:teuthology.orchestra.run.smithi111.stdout:Installing dependencies: 2023-12-20T10:16:46.672 INFO:teuthology.orchestra.run.smithi111.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-20T10:16:46.672 INFO:teuthology.orchestra.run.smithi111.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-12-20T10:16:46.672 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-12-20T10:16:46.672 INFO:teuthology.orchestra.run.smithi111.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-20T10:16:46.672 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:16:46.672 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2023-12-20T10:16:46.673 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:16:46.673 INFO:teuthology.orchestra.run.smithi111.stdout:Install 5 Packages 2023-12-20T10:16:46.673 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:16:46.673 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 6.0 M 2023-12-20T10:16:46.673 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 26 M 2023-12-20T10:16:46.673 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2023-12-20T10:16:47.229 INFO:teuthology.orchestra.run.smithi111.stdout:(1/5): ceph-mgr-cephadm-19.0.0-36.g86cc4aec.el8 435 kB/s | 133 kB 00:00 2023-12-20T10:16:47.437 INFO:teuthology.orchestra.run.smithi111.stdout:(2/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 2.2 MB/s | 476 kB 00:00 2023-12-20T10:16:47.487 INFO:teuthology.orchestra.run.smithi111.stdout:(3/5): python3-natsort-7.1.1-2.el8.noarch.rpm 1.2 MB/s | 60 kB 00:00 2023-12-20T10:17:21.533 INFO:teuthology.orchestra.run.smithi111.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 16 kB/s | 538 kB 00:34 2023-12-20T10:22:24.880 INFO:teuthology.orchestra.run.smithi027.stdout:[MIRROR] python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_64.rpm: Curl error (18): Transferred a partial file for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/python3-scipy-1.0.0-21.module_el8%2b762%2b77bd8591.x86_64.rpm [transfer closed with 8256260 bytes remaining to read] 2023-12-20T10:22:25.700 INFO:teuthology.orchestra.run.smithi027.stdout:(8/8): python3-scipy-1.0.0-21.module_el8+762+77 23 kB/s | 14 MB 10:44 2023-12-20T10:22:25.700 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:22:25.700 INFO:teuthology.orchestra.run.smithi027.stdout:Total 41 kB/s | 36 MB 15:02 2023-12-20T10:22:25.937 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-20T10:22:25.956 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-20T10:22:25.956 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-20T10:22:26.293 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-20T10:22:26.296 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-20T10:22:26.865 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-20T10:22:27.004 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-20T10:22:27.144 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-20T10:22:27.296 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-20T10:22:27.926 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-20T10:22:28.070 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-12-20T10:22:28.720 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-12-20T10:22:28.862 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-20T10:22:29.593 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-20T10:22:29.919 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-20T10:22:30.145 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-20T10:22:32.027 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-20T10:22:33.282 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 7/8 2023-12-20T10:22:33.512 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec. 8/8 2023-12-20T10:22:33.853 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec. 8/8 2023-12-20T10:22:33.853 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec. 1/8 2023-12-20T10:22:33.853 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-12-20T10:22:33.853 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-12-20T10:22:33.854 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-12-20T10:22:33.854 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-12-20T10:22:33.854 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 6/8 2023-12-20T10:22:33.854 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-12-20T10:22:34.595 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-12-20T10:22:34.596 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:22:34.596 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-20T10:22:34.596 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:22:34.596 INFO:teuthology.orchestra.run.smithi027.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-12-20T10:22:34.596 INFO:teuthology.orchestra.run.smithi027.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-12-20T10:22:34.596 INFO:teuthology.orchestra.run.smithi027.stdout: openblas-0.3.15-4.el8.x86_64 2023-12-20T10:22:34.596 INFO:teuthology.orchestra.run.smithi027.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-12-20T10:22:34.596 INFO:teuthology.orchestra.run.smithi027.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-20T10:22:34.596 INFO:teuthology.orchestra.run.smithi027.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-20T10:22:34.596 INFO:teuthology.orchestra.run.smithi027.stdout: python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_64 2023-12-20T10:22:34.597 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:22:34.597 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:22:34.734 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-mgr-rook 2023-12-20T10:22:35.625 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:19:53 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:22:37.428 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:22:37.430 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:22:37.430 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-12-20T10:22:37.430 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:22:37.430 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-12-20T10:22:37.430 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-rook noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 50 k 2023-12-20T10:22:37.430 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-12-20T10:22:37.431 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-20T10:22:37.431 INFO:teuthology.orchestra.run.smithi027.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-20T10:22:37.431 INFO:teuthology.orchestra.run.smithi027.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-20T10:22:37.431 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-12-20T10:22:37.431 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-12-20T10:22:37.431 INFO:teuthology.orchestra.run.smithi027.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-20T10:22:37.431 INFO:teuthology.orchestra.run.smithi027.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-12-20T10:22:37.431 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-12-20T10:22:37.432 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-12-20T10:22:37.432 INFO:teuthology.orchestra.run.smithi027.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-12-20T10:22:37.432 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-20T10:22:37.432 INFO:teuthology.orchestra.run.smithi027.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-20T10:22:37.432 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:22:37.432 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-20T10:22:37.432 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:22:37.432 INFO:teuthology.orchestra.run.smithi027.stdout:Install 13 Packages 2023-12-20T10:22:37.432 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:22:37.434 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 1.9 M 2023-12-20T10:22:37.434 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 25 M 2023-12-20T10:22:37.434 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-20T10:22:37.897 INFO:teuthology.orchestra.run.smithi027.stdout:(1/13): ceph-mgr-rook-19.0.0-36.g86cc4aec.el8.n 292 kB/s | 50 kB 00:00 2023-12-20T10:22:38.189 INFO:teuthology.orchestra.run.smithi027.stdout:(2/13): python3-jsonpointer-1.10-11.el8.noarch. 43 kB/s | 20 kB 00:00 2023-12-20T10:22:40.981 INFO:teuthology.orchestra.run.smithi027.stdout:(3/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 8.1 kB/s | 27 kB 00:03 2023-12-20T10:22:41.414 INFO:teuthology.orchestra.run.smithi027.stdout:(4/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 358 kB/s | 155 kB 00:00 2023-12-20T10:22:41.764 INFO:teuthology.orchestra.run.smithi027.stdout:(5/13): python3-requests-oauthlib-1.0.0-1.el8.n 122 kB/s | 43 kB 00:00 2023-12-20T10:22:42.131 INFO:teuthology.orchestra.run.smithi027.stdout:(6/13): python3-cachetools-3.1.1-4.el8.noarch.r 90 kB/s | 33 kB 00:00 2023-12-20T10:22:42.257 INFO:teuthology.orchestra.run.smithi027.stdout:(7/13): python3-certifi-2018.10.15-7.el8.noarch 130 kB/s | 16 kB 00:00 2023-12-20T10:22:42.457 INFO:teuthology.orchestra.run.smithi027.stdout:(8/13): python3-google-auth-1.1.1-10.el8.noarch 406 kB/s | 81 kB 00:00 2023-12-20T10:22:42.841 INFO:teuthology.orchestra.run.smithi027.stdout:(9/13): python3-kubernetes-11.0.0-6.el8.noarch. 3.0 MB/s | 1.2 MB 00:00 2023-12-20T10:22:42.916 INFO:teuthology.orchestra.run.smithi027.stdout:(10/13): python3-pyasn1-modules-0.3.7-6.el8.noa 23 kB/s | 110 kB 00:04 2023-12-20T10:22:42.941 INFO:teuthology.orchestra.run.smithi027.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 640 kB/s | 64 kB 00:00 2023-12-20T10:22:43.316 INFO:teuthology.orchestra.run.smithi027.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 153 kB/s | 61 kB 00:00 2023-12-20T10:22:45.500 INFO:teuthology.orchestra.run.smithi027.stdout:(13/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 17 kB/s | 126 kB 00:07 2023-12-20T10:22:45.503 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:22:45.503 INFO:teuthology.orchestra.run.smithi027.stdout:Total 245 kB/s | 1.9 MB 00:08 2023-12-20T10:22:45.563 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-20T10:22:45.580 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-20T10:22:45.580 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-20T10:22:45.675 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-20T10:22:45.678 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-20T10:22:46.227 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-20T10:22:46.465 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-20T10:22:46.645 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-12-20T10:22:46.871 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-12-20T10:22:47.100 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-12-20T10:22:47.274 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-12-20T10:22:47.500 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-12-20T10:22:47.786 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-12-20T10:22:48.017 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-12-20T10:22:49.108 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-12-20T10:22:49.358 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-12-20T10:22:49.551 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-12-20T10:22:49.764 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-12-20T10:22:49.935 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 13/13 2023-12-20T10:22:50.251 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 13/13 2023-12-20T10:22:50.251 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 1/13 2023-12-20T10:22:50.251 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-12-20T10:22:50.251 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-12-20T10:22:50.251 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-12-20T10:22:50.251 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-12-20T10:22:50.252 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-20T10:22:50.252 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-20T10:22:50.252 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-12-20T10:22:50.252 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-20T10:22:50.252 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-12-20T10:22:50.252 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-12-20T10:22:50.252 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-12-20T10:22:51.057 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-12-20T10:22:51.058 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:22:51.058 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-20T10:22:51.058 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:22:51.058 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-20T10:22:51.058 INFO:teuthology.orchestra.run.smithi027.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-20T10:22:51.058 INFO:teuthology.orchestra.run.smithi027.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-20T10:22:51.058 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-20T10:22:51.058 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-20T10:22:51.058 INFO:teuthology.orchestra.run.smithi027.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-20T10:22:51.058 INFO:teuthology.orchestra.run.smithi027.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-20T10:22:51.058 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-20T10:22:51.058 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-20T10:22:51.059 INFO:teuthology.orchestra.run.smithi027.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-20T10:22:51.059 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-20T10:22:51.059 INFO:teuthology.orchestra.run.smithi027.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-20T10:22:51.059 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:22:51.059 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:22:51.176 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-mgr-cephadm 2023-12-20T10:22:52.067 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:20:10 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:22:53.877 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:22:53.878 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:22:53.878 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-12-20T10:22:53.878 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:22:53.878 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-12-20T10:22:53.879 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-cephadm noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 133 k 2023-12-20T10:22:53.879 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-12-20T10:22:53.879 INFO:teuthology.orchestra.run.smithi027.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-20T10:22:53.879 INFO:teuthology.orchestra.run.smithi027.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-12-20T10:22:53.879 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-12-20T10:22:53.879 INFO:teuthology.orchestra.run.smithi027.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-20T10:22:53.879 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:22:53.879 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-20T10:22:53.879 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:22:53.879 INFO:teuthology.orchestra.run.smithi027.stdout:Install 5 Packages 2023-12-20T10:22:53.879 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:22:53.880 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 6.0 M 2023-12-20T10:22:53.880 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 26 M 2023-12-20T10:22:53.880 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-20T10:22:54.424 INFO:teuthology.orchestra.run.smithi027.stdout:(1/5): ceph-mgr-cephadm-19.0.0-36.g86cc4aec.el8 444 kB/s | 133 kB 00:00 2023-12-20T10:22:54.683 INFO:teuthology.orchestra.run.smithi027.stdout:(2/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.8 MB/s | 476 kB 00:00 2023-12-20T10:22:54.734 INFO:teuthology.orchestra.run.smithi027.stdout:(3/5): python3-natsort-7.1.1-2.el8.noarch.rpm 1.2 MB/s | 60 kB 00:00 2023-12-20T10:23:12.073 INFO:teuthology.orchestra.run.smithi111.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 13 kB/s | 4.8 MB 06:25 2023-12-20T10:23:12.075 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:23:12.075 INFO:teuthology.orchestra.run.smithi111.stdout:Total 16 kB/s | 6.0 MB 06:25 2023-12-20T10:23:12.127 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2023-12-20T10:23:12.140 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2023-12-20T10:23:12.140 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2023-12-20T10:23:12.246 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2023-12-20T10:23:12.249 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2023-12-20T10:23:12.505 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2023-12-20T10:23:12.831 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-12-20T10:23:13.767 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-20T10:23:14.101 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-12-20T10:23:14.346 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-12-20T10:23:14.556 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 5/5 2023-12-20T10:23:14.842 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 5/5 2023-12-20T10:23:14.842 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/5 2023-12-20T10:23:14.842 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-12-20T10:23:14.842 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-12-20T10:23:14.843 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-20T10:23:15.520 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-12-20T10:23:15.520 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:15.521 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2023-12-20T10:23:15.521 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:23:15.521 INFO:teuthology.orchestra.run.smithi111.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-20T10:23:15.521 INFO:teuthology.orchestra.run.smithi111.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-20T10:23:15.521 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-20T10:23:15.521 INFO:teuthology.orchestra.run.smithi111.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-20T10:23:15.521 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:15.521 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:23:15.642 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install ceph-fuse 2023-12-20T10:23:16.488 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:20:38 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:23:18.173 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:23:18.174 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:23:18.174 INFO:teuthology.orchestra.run.smithi111.stdout: Package Arch Version Repository Size 2023-12-20T10:23:18.174 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:23:18.174 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2023-12-20T10:23:18.174 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-fuse x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 920 k 2023-12-20T10:23:18.174 INFO:teuthology.orchestra.run.smithi111.stdout:Installing dependencies: 2023-12-20T10:23:18.174 INFO:teuthology.orchestra.run.smithi111.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-12-20T10:23:18.174 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:18.174 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2023-12-20T10:23:18.174 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:23:18.174 INFO:teuthology.orchestra.run.smithi111.stdout:Install 2 Packages 2023-12-20T10:23:18.175 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:18.175 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 1.0 M 2023-12-20T10:23:18.175 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 3.1 M 2023-12-20T10:23:18.175 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2023-12-20T10:23:18.472 INFO:teuthology.orchestra.run.smithi111.stdout:(1/2): ceph-fuse-19.0.0-36.g86cc4aec.el8.x86_64 3.5 MB/s | 920 kB 00:00 2023-12-20T10:23:19.839 INFO:teuthology.orchestra.run.smithi111.stdout:(2/2): fuse-2.9.7-17.el8.x86_64.rpm 51 kB/s | 83 kB 00:01 2023-12-20T10:23:19.840 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:23:19.840 INFO:teuthology.orchestra.run.smithi111.stdout:Total 602 kB/s | 1.0 MB 00:01 2023-12-20T10:23:19.852 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2023-12-20T10:23:19.875 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2023-12-20T10:23:19.875 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2023-12-20T10:23:19.967 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2023-12-20T10:23:19.970 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2023-12-20T10:23:20.139 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2023-12-20T10:23:20.393 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-12-20T10:23:20.597 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 2/2 2023-12-20T10:23:20.985 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 2/2 2023-12-20T10:23:20.985 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/2 2023-12-20T10:23:21.696 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-12-20T10:23:21.696 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:21.696 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2023-12-20T10:23:21.696 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-12-20T10:23:21.696 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:21.696 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:23:21.918 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install ceph-volume 2023-12-20T10:23:22.772 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:20:44 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:23:24.462 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:23:24.463 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:23:24.463 INFO:teuthology.orchestra.run.smithi111.stdout: Package Arch Version Repository Size 2023-12-20T10:23:24.463 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:23:24.463 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2023-12-20T10:23:24.463 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-volume noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 262 k 2023-12-20T10:23:24.463 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:24.463 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2023-12-20T10:23:24.463 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:23:24.463 INFO:teuthology.orchestra.run.smithi111.stdout:Install 1 Package 2023-12-20T10:23:24.463 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:24.464 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 262 k 2023-12-20T10:23:24.464 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 1.3 M 2023-12-20T10:23:24.464 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2023-12-20T10:23:24.677 INFO:teuthology.orchestra.run.smithi111.stdout:ceph-volume-19.0.0-36.g86cc4aec.el8.noarch.rpm 1.2 MB/s | 262 kB 00:00 2023-12-20T10:23:24.677 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:23:24.677 INFO:teuthology.orchestra.run.smithi111.stdout:Total 1.2 MB/s | 262 kB 00:00 2023-12-20T10:23:24.678 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2023-12-20T10:23:24.688 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2023-12-20T10:23:24.688 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2023-12-20T10:23:24.718 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2023-12-20T10:23:24.721 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2023-12-20T10:23:24.900 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2023-12-20T10:23:25.172 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:23:25.590 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:23:26.276 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:23:26.277 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:26.277 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2023-12-20T10:23:26.277 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:23:26.277 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:26.277 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:23:26.469 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install librados-devel 2023-12-20T10:23:27.328 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:20:49 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:23:29.017 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:23:29.017 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:23:29.017 INFO:teuthology.orchestra.run.smithi111.stdout: Package Arch Version Repo Size 2023-12-20T10:23:29.017 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:23:29.017 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2023-12-20T10:23:29.017 INFO:teuthology.orchestra.run.smithi111.stdout: librados-devel x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 139 k 2023-12-20T10:23:29.017 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:29.017 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2023-12-20T10:23:29.017 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:23:29.018 INFO:teuthology.orchestra.run.smithi111.stdout:Install 1 Package 2023-12-20T10:23:29.018 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:29.018 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 139 k 2023-12-20T10:23:29.018 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 513 k 2023-12-20T10:23:29.018 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2023-12-20T10:23:29.313 INFO:teuthology.orchestra.run.smithi111.stdout:librados-devel-19.0.0-36.g86cc4aec.el8.x86_64.r 471 kB/s | 139 kB 00:00 2023-12-20T10:23:29.314 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:23:29.314 INFO:teuthology.orchestra.run.smithi111.stdout:Total 469 kB/s | 139 kB 00:00 2023-12-20T10:23:29.314 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2023-12-20T10:23:29.319 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2023-12-20T10:23:29.319 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2023-12-20T10:23:29.370 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2023-12-20T10:23:29.373 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2023-12-20T10:23:29.484 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2023-12-20T10:23:29.728 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:23:30.018 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:23:30.737 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:23:30.737 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:30.737 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2023-12-20T10:23:30.738 INFO:teuthology.orchestra.run.smithi111.stdout: librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:23:30.738 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:30.738 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:23:30.969 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install libcephfs2 2023-12-20T10:23:31.823 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:20:53 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:23:33.264 INFO:teuthology.orchestra.run.smithi111.stdout:Package libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:23:33.492 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:23:33.493 INFO:teuthology.orchestra.run.smithi111.stdout:Nothing to do. 2023-12-20T10:23:33.493 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:23:33.585 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install libcephfs-devel 2023-12-20T10:23:34.449 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:20:56 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:23:36.131 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:23:36.131 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:23:36.131 INFO:teuthology.orchestra.run.smithi111.stdout: Package Arch Version Repo Size 2023-12-20T10:23:36.131 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:23:36.131 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2023-12-20T10:23:36.132 INFO:teuthology.orchestra.run.smithi111.stdout: libcephfs-devel x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 31 k 2023-12-20T10:23:36.132 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:36.132 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2023-12-20T10:23:36.132 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:23:36.132 INFO:teuthology.orchestra.run.smithi111.stdout:Install 1 Package 2023-12-20T10:23:36.132 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:36.132 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 31 k 2023-12-20T10:23:36.133 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 139 k 2023-12-20T10:23:36.133 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2023-12-20T10:23:36.375 INFO:teuthology.orchestra.run.smithi111.stdout:libcephfs-devel-19.0.0-36.g86cc4aec.el8.x86_64. 128 kB/s | 31 kB 00:00 2023-12-20T10:23:36.375 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:23:36.375 INFO:teuthology.orchestra.run.smithi111.stdout:Total 127 kB/s | 31 kB 00:00 2023-12-20T10:23:36.376 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2023-12-20T10:23:36.379 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2023-12-20T10:23:36.379 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2023-12-20T10:23:36.410 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2023-12-20T10:23:36.413 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2023-12-20T10:23:36.473 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2023-12-20T10:23:36.686 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:23:36.955 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:23:37.597 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:23:37.598 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:37.598 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2023-12-20T10:23:37.598 INFO:teuthology.orchestra.run.smithi111.stdout: libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:23:37.598 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:37.598 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:23:37.707 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install librados2 2023-12-20T10:23:38.576 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:21:00 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:23:40.027 INFO:teuthology.orchestra.run.smithi111.stdout:Package librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:23:40.260 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:23:40.261 INFO:teuthology.orchestra.run.smithi111.stdout:Nothing to do. 2023-12-20T10:23:40.261 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:23:40.353 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install librbd1 2023-12-20T10:23:41.211 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:21:03 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:23:42.683 INFO:teuthology.orchestra.run.smithi111.stdout:Package librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:23:42.914 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:23:42.915 INFO:teuthology.orchestra.run.smithi111.stdout:Nothing to do. 2023-12-20T10:23:42.916 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:23:43.028 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install python3-rados 2023-12-20T10:23:43.875 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:21:05 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:23:45.319 INFO:teuthology.orchestra.run.smithi111.stdout:Package python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:23:45.546 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:23:45.547 INFO:teuthology.orchestra.run.smithi111.stdout:Nothing to do. 2023-12-20T10:23:45.547 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:23:45.638 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install python3-rgw 2023-12-20T10:23:46.497 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:21:08 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:23:47.952 INFO:teuthology.orchestra.run.smithi111.stdout:Package python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:23:48.184 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:23:48.185 INFO:teuthology.orchestra.run.smithi111.stdout:Nothing to do. 2023-12-20T10:23:48.185 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:23:48.283 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install python3-cephfs 2023-12-20T10:23:49.136 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:21:11 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:23:50.583 INFO:teuthology.orchestra.run.smithi111.stdout:Package python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:23:50.811 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:23:50.812 INFO:teuthology.orchestra.run.smithi111.stdout:Nothing to do. 2023-12-20T10:23:50.812 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:23:50.914 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install python3-rbd 2023-12-20T10:23:51.763 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:21:13 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:23:53.227 INFO:teuthology.orchestra.run.smithi111.stdout:Package python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:23:53.454 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:23:53.455 INFO:teuthology.orchestra.run.smithi111.stdout:Nothing to do. 2023-12-20T10:23:53.456 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:23:53.548 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install rbd-fuse 2023-12-20T10:23:54.401 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:21:16 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:23:56.088 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:23:56.089 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:23:56.089 INFO:teuthology.orchestra.run.smithi111.stdout: Package Architecture Version Repository Size 2023-12-20T10:23:56.089 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:23:56.089 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2023-12-20T10:23:56.089 INFO:teuthology.orchestra.run.smithi111.stdout: rbd-fuse x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 94 k 2023-12-20T10:23:56.089 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:56.089 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2023-12-20T10:23:56.089 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:23:56.089 INFO:teuthology.orchestra.run.smithi111.stdout:Install 1 Package 2023-12-20T10:23:56.089 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:56.089 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 94 k 2023-12-20T10:23:56.089 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 280 k 2023-12-20T10:23:56.089 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2023-12-20T10:23:56.453 INFO:teuthology.orchestra.run.smithi111.stdout:rbd-fuse-19.0.0-36.g86cc4aec.el8.x86_64.rpm 257 kB/s | 94 kB 00:00 2023-12-20T10:23:56.454 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:23:56.454 INFO:teuthology.orchestra.run.smithi111.stdout:Total 257 kB/s | 94 kB 00:00 2023-12-20T10:23:56.454 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2023-12-20T10:23:56.464 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2023-12-20T10:23:56.464 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2023-12-20T10:23:56.513 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2023-12-20T10:23:56.516 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2023-12-20T10:23:56.622 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2023-12-20T10:23:56.848 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:23:57.164 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:23:57.840 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:23:57.840 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:57.840 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2023-12-20T10:23:57.840 INFO:teuthology.orchestra.run.smithi111.stdout: rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:23:57.840 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:23:57.840 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:23:58.022 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install rbd-mirror 2023-12-20T10:23:58.872 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:21:20 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:24:00.556 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:24:00.557 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:24:00.557 INFO:teuthology.orchestra.run.smithi111.stdout: Package Architecture Version Repository Size 2023-12-20T10:24:00.557 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:24:00.557 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2023-12-20T10:24:00.557 INFO:teuthology.orchestra.run.smithi111.stdout: rbd-mirror x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 3.6 M 2023-12-20T10:24:00.558 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:24:00.558 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2023-12-20T10:24:00.558 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:24:00.558 INFO:teuthology.orchestra.run.smithi111.stdout:Install 1 Package 2023-12-20T10:24:00.558 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:24:00.558 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 3.6 M 2023-12-20T10:24:00.558 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 17 M 2023-12-20T10:24:00.558 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2023-12-20T10:24:00.923 INFO:teuthology.orchestra.run.smithi111.stdout:rbd-mirror-19.0.0-36.g86cc4aec.el8.x86_64.rpm 9.8 MB/s | 3.6 MB 00:00 2023-12-20T10:24:00.923 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:24:00.923 INFO:teuthology.orchestra.run.smithi111.stdout:Total 9.8 MB/s | 3.6 MB 00:00 2023-12-20T10:24:00.924 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2023-12-20T10:24:00.935 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2023-12-20T10:24:00.936 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2023-12-20T10:24:01.000 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2023-12-20T10:24:01.003 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2023-12-20T10:24:01.458 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2023-12-20T10:24:01.649 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:24:02.068 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:24:02.761 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:24:02.761 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:24:02.761 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2023-12-20T10:24:02.761 INFO:teuthology.orchestra.run.smithi111.stdout: rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:24:02.761 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:24:02.761 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:24:02.936 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install rbd-nbd 2023-12-20T10:24:03.799 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:21:25 ago on Wed 20 Dec 2023 10:02:38 AM UTC. 2023-12-20T10:24:05.483 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-20T10:24:05.483 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:24:05.483 INFO:teuthology.orchestra.run.smithi111.stdout: Package Architecture Version Repository Size 2023-12-20T10:24:05.483 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:24:05.484 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2023-12-20T10:24:05.484 INFO:teuthology.orchestra.run.smithi111.stdout: rbd-nbd x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 181 k 2023-12-20T10:24:05.484 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:24:05.484 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2023-12-20T10:24:05.484 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2023-12-20T10:24:05.484 INFO:teuthology.orchestra.run.smithi111.stdout:Install 1 Package 2023-12-20T10:24:05.484 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:24:05.484 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 181 k 2023-12-20T10:24:05.485 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 573 k 2023-12-20T10:24:05.485 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2023-12-20T10:24:05.675 INFO:teuthology.orchestra.run.smithi111.stdout:rbd-nbd-19.0.0-36.g86cc4aec.el8.x86_64.rpm 950 kB/s | 181 kB 00:00 2023-12-20T10:24:05.675 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:24:05.676 INFO:teuthology.orchestra.run.smithi111.stdout:Total 944 kB/s | 181 kB 00:00 2023-12-20T10:24:05.676 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2023-12-20T10:24:05.687 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2023-12-20T10:24:05.687 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2023-12-20T10:24:05.737 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2023-12-20T10:24:05.739 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2023-12-20T10:24:05.863 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2023-12-20T10:24:06.031 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:24:06.308 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:24:07.007 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:24:07.008 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:24:07.008 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2023-12-20T10:24:07.008 INFO:teuthology.orchestra.run.smithi111.stdout: rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:24:07.008 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:24:07.008 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-20T10:24:07.204 DEBUG:teuthology.parallel:result is None 2023-12-20T10:24:11.532 INFO:teuthology.orchestra.run.smithi027.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 6.9 kB/s | 538 kB 01:17 2023-12-20T10:24:27.187 INFO:teuthology.orchestra.run.smithi063.stdout:[MIRROR] python3-babel-2.5.1-7.el8.noarch.rpm: Curl error (28): Timeout was reached for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/python3-babel-2.5.1-7.el8.noarch.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-12-20T10:30:02.230 INFO:teuthology.orchestra.run.smithi027.stdout:[MIRROR] python3-babel-2.5.1-7.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/python3-babel-2.5.1-7.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-12-20T10:30:02.833 INFO:teuthology.orchestra.run.smithi027.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 11 kB/s | 4.8 MB 07:08 2023-12-20T10:30:02.834 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:30:02.834 INFO:teuthology.orchestra.run.smithi027.stdout:Total 14 kB/s | 6.0 MB 07:08 2023-12-20T10:30:02.888 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-20T10:30:02.900 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-20T10:30:02.900 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-20T10:30:03.013 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-20T10:30:03.016 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-20T10:30:03.280 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-20T10:30:03.593 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-12-20T10:30:04.700 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-20T10:30:05.057 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-12-20T10:30:05.313 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-12-20T10:30:05.513 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 5/5 2023-12-20T10:30:05.809 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 5/5 2023-12-20T10:30:05.809 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/5 2023-12-20T10:30:05.809 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-12-20T10:30:05.809 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-12-20T10:30:05.810 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-20T10:30:06.541 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-12-20T10:30:06.541 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:06.541 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-20T10:30:06.546 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:30:06.546 INFO:teuthology.orchestra.run.smithi027.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-20T10:30:06.546 INFO:teuthology.orchestra.run.smithi027.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-20T10:30:06.546 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-20T10:30:06.546 INFO:teuthology.orchestra.run.smithi027.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-20T10:30:06.546 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:06.546 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:30:06.684 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-fuse 2023-12-20T10:30:07.580 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:27:25 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:30:09.375 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:30:09.375 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:30:09.375 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-12-20T10:30:09.375 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:30:09.376 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-12-20T10:30:09.376 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-fuse x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 920 k 2023-12-20T10:30:09.376 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-12-20T10:30:09.376 INFO:teuthology.orchestra.run.smithi027.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-12-20T10:30:09.376 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:09.376 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-20T10:30:09.376 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:30:09.376 INFO:teuthology.orchestra.run.smithi027.stdout:Install 2 Packages 2023-12-20T10:30:09.376 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:09.377 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 1.0 M 2023-12-20T10:30:09.378 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 3.1 M 2023-12-20T10:30:09.378 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-20T10:30:11.183 INFO:teuthology.orchestra.run.smithi027.stdout:(1/2): ceph-fuse-19.0.0-36.g86cc4aec.el8.x86_64 1.5 MB/s | 920 kB 00:00 2023-12-20T10:30:12.125 INFO:teuthology.orchestra.run.smithi027.stdout:(2/2): fuse-2.9.7-17.el8.x86_64.rpm 54 kB/s | 83 kB 00:01 2023-12-20T10:30:12.125 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:30:12.126 INFO:teuthology.orchestra.run.smithi027.stdout:Total 365 kB/s | 1.0 MB 00:02 2023-12-20T10:30:12.138 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-20T10:30:12.162 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-20T10:30:12.162 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-20T10:30:12.261 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-20T10:30:12.264 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-20T10:30:12.437 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-20T10:30:12.703 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-12-20T10:30:12.895 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 2/2 2023-12-20T10:30:13.309 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 2/2 2023-12-20T10:30:13.309 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/2 2023-12-20T10:30:14.030 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-12-20T10:30:14.031 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:14.031 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-20T10:30:14.031 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-12-20T10:30:14.031 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:14.031 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:30:14.262 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-volume 2023-12-20T10:30:15.153 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:27:33 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:30:16.951 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:30:16.952 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:30:16.952 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-12-20T10:30:16.952 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:30:16.952 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-12-20T10:30:16.952 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-volume noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 262 k 2023-12-20T10:30:16.952 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:16.952 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-20T10:30:16.952 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:30:16.952 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2023-12-20T10:30:16.952 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:16.952 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 262 k 2023-12-20T10:30:16.952 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 1.3 M 2023-12-20T10:30:16.953 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-20T10:30:17.279 INFO:teuthology.orchestra.run.smithi027.stdout:ceph-volume-19.0.0-36.g86cc4aec.el8.noarch.rpm 802 kB/s | 262 kB 00:00 2023-12-20T10:30:17.280 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:30:17.280 INFO:teuthology.orchestra.run.smithi027.stdout:Total 799 kB/s | 262 kB 00:00 2023-12-20T10:30:17.280 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-20T10:30:17.291 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-20T10:30:17.292 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-20T10:30:17.330 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-20T10:30:17.333 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-20T10:30:17.519 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-20T10:30:17.811 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:30:18.235 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:30:18.950 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:30:18.951 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:18.951 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-20T10:30:18.951 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:30:18.951 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:18.951 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:30:19.191 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install librados-devel 2023-12-20T10:30:20.095 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:27:38 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:30:21.913 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:30:21.913 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:30:21.914 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repo Size 2023-12-20T10:30:21.914 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:30:21.914 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-12-20T10:30:21.914 INFO:teuthology.orchestra.run.smithi027.stdout: librados-devel x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 139 k 2023-12-20T10:30:21.914 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:21.914 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-20T10:30:21.914 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:30:21.914 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2023-12-20T10:30:21.914 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:21.915 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 139 k 2023-12-20T10:30:21.915 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 513 k 2023-12-20T10:30:21.915 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-20T10:30:22.209 INFO:teuthology.orchestra.run.smithi027.stdout:librados-devel-19.0.0-36.g86cc4aec.el8.x86_64.r 473 kB/s | 139 kB 00:00 2023-12-20T10:30:22.209 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:30:22.210 INFO:teuthology.orchestra.run.smithi027.stdout:Total 471 kB/s | 139 kB 00:00 2023-12-20T10:30:22.210 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-20T10:30:22.215 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-20T10:30:22.216 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-20T10:30:22.269 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-20T10:30:22.272 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-20T10:30:22.386 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-20T10:30:22.610 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:30:22.897 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:30:23.623 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:30:23.624 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:23.624 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-20T10:30:23.624 INFO:teuthology.orchestra.run.smithi027.stdout: librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:30:23.624 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:23.624 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:30:23.813 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install libcephfs2 2023-12-20T10:30:24.712 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:27:42 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:30:26.279 INFO:teuthology.orchestra.run.smithi027.stdout:Package libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:30:26.524 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:30:26.525 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2023-12-20T10:30:26.525 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:30:26.645 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install libcephfs-devel 2023-12-20T10:30:27.533 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:27:45 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:30:29.351 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:30:29.352 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:30:29.352 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repo Size 2023-12-20T10:30:29.352 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:30:29.352 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-12-20T10:30:29.352 INFO:teuthology.orchestra.run.smithi027.stdout: libcephfs-devel x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 31 k 2023-12-20T10:30:29.352 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:29.352 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-20T10:30:29.352 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:30:29.352 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2023-12-20T10:30:29.353 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:29.353 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 31 k 2023-12-20T10:30:29.353 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 139 k 2023-12-20T10:30:29.353 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-20T10:30:29.579 INFO:teuthology.orchestra.run.smithi027.stdout:libcephfs-devel-19.0.0-36.g86cc4aec.el8.x86_64. 137 kB/s | 31 kB 00:00 2023-12-20T10:30:29.580 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:30:29.580 INFO:teuthology.orchestra.run.smithi027.stdout:Total 137 kB/s | 31 kB 00:00 2023-12-20T10:30:29.580 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-20T10:30:29.584 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-20T10:30:29.584 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-20T10:30:29.612 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-20T10:30:29.616 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-20T10:30:29.674 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-20T10:30:30.000 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:30:30.286 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:30:30.985 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:30:30.985 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:30.985 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-20T10:30:30.986 INFO:teuthology.orchestra.run.smithi027.stdout: libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:30:30.986 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:30.986 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:30:31.113 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install librados2 2023-12-20T10:30:32.011 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:27:50 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:30:33.575 INFO:teuthology.orchestra.run.smithi027.stdout:Package librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:30:33.817 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:30:33.819 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2023-12-20T10:30:33.819 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:30:33.928 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install librbd1 2023-12-20T10:30:34.829 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:27:52 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:30:36.405 INFO:teuthology.orchestra.run.smithi027.stdout:Package librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:30:36.655 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:30:36.656 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2023-12-20T10:30:36.656 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:30:36.760 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install python3-rados 2023-12-20T10:30:37.656 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:27:55 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:30:39.211 INFO:teuthology.orchestra.run.smithi027.stdout:Package python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:30:39.455 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:30:39.457 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2023-12-20T10:30:39.457 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:30:39.577 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install python3-rgw 2023-12-20T10:30:40.458 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:27:58 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:30:42.028 INFO:teuthology.orchestra.run.smithi027.stdout:Package python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:30:42.279 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:30:42.280 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2023-12-20T10:30:42.280 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:30:42.379 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install python3-cephfs 2023-12-20T10:30:43.268 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:28:01 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:30:44.830 INFO:teuthology.orchestra.run.smithi027.stdout:Package python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:30:45.074 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:30:45.075 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2023-12-20T10:30:45.075 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:30:45.187 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install python3-rbd 2023-12-20T10:30:46.078 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:28:04 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:30:47.643 INFO:teuthology.orchestra.run.smithi027.stdout:Package python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:30:47.887 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:30:47.888 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2023-12-20T10:30:47.888 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:30:47.987 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install rbd-fuse 2023-12-20T10:30:48.888 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:28:06 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:30:50.697 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:30:50.698 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:30:50.698 INFO:teuthology.orchestra.run.smithi027.stdout: Package Architecture Version Repository Size 2023-12-20T10:30:50.698 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:30:50.699 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-12-20T10:30:50.699 INFO:teuthology.orchestra.run.smithi027.stdout: rbd-fuse x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 94 k 2023-12-20T10:30:50.699 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:50.699 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-20T10:30:50.699 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:30:50.700 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2023-12-20T10:30:50.700 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:50.700 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 94 k 2023-12-20T10:30:50.700 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 280 k 2023-12-20T10:30:50.700 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-20T10:30:50.875 INFO:teuthology.orchestra.run.smithi027.stdout:rbd-fuse-19.0.0-36.g86cc4aec.el8.x86_64.rpm 531 kB/s | 94 kB 00:00 2023-12-20T10:30:50.875 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:30:50.875 INFO:teuthology.orchestra.run.smithi027.stdout:Total 527 kB/s | 94 kB 00:00 2023-12-20T10:30:50.876 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-20T10:30:50.887 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-20T10:30:50.887 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-20T10:30:50.941 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-20T10:30:50.944 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-20T10:30:51.053 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-20T10:30:51.264 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:30:51.568 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:30:52.302 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:30:52.302 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:52.302 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-20T10:30:52.302 INFO:teuthology.orchestra.run.smithi027.stdout: rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:30:52.302 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:52.302 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:30:52.524 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install rbd-mirror 2023-12-20T10:30:53.414 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:28:11 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:30:55.224 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:30:55.224 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:30:55.224 INFO:teuthology.orchestra.run.smithi027.stdout: Package Architecture Version Repository Size 2023-12-20T10:30:55.224 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:30:55.224 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-12-20T10:30:55.224 INFO:teuthology.orchestra.run.smithi027.stdout: rbd-mirror x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 3.6 M 2023-12-20T10:30:55.224 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:55.224 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-20T10:30:55.224 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:30:55.225 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2023-12-20T10:30:55.225 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:55.225 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 3.6 M 2023-12-20T10:30:55.225 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 17 M 2023-12-20T10:30:55.225 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-20T10:30:56.038 INFO:teuthology.orchestra.run.smithi027.stdout:rbd-mirror-19.0.0-36.g86cc4aec.el8.x86_64.rpm 4.4 MB/s | 3.6 MB 00:00 2023-12-20T10:30:56.038 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:30:56.040 INFO:teuthology.orchestra.run.smithi027.stdout:Total 4.4 MB/s | 3.6 MB 00:00 2023-12-20T10:30:56.040 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-20T10:30:56.053 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-20T10:30:56.053 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-20T10:30:56.121 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-20T10:30:56.124 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-20T10:30:56.623 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-20T10:30:56.831 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:30:57.269 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:30:57.996 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:30:57.996 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:57.996 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-20T10:30:57.996 INFO:teuthology.orchestra.run.smithi027.stdout: rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:30:57.996 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:30:57.996 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:30:58.175 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install rbd-nbd 2023-12-20T10:30:59.072 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:28:17 ago on Wed 20 Dec 2023 10:02:42 AM UTC. 2023-12-20T10:31:00.902 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-20T10:31:00.903 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:31:00.903 INFO:teuthology.orchestra.run.smithi027.stdout: Package Architecture Version Repository Size 2023-12-20T10:31:00.903 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:31:00.903 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-12-20T10:31:00.903 INFO:teuthology.orchestra.run.smithi027.stdout: rbd-nbd x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 181 k 2023-12-20T10:31:00.903 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:31:00.903 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-20T10:31:00.903 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-20T10:31:00.903 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2023-12-20T10:31:00.904 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:31:00.904 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 181 k 2023-12-20T10:31:00.904 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 573 k 2023-12-20T10:31:00.904 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-20T10:31:01.256 INFO:teuthology.orchestra.run.smithi027.stdout:rbd-nbd-19.0.0-36.g86cc4aec.el8.x86_64.rpm 514 kB/s | 181 kB 00:00 2023-12-20T10:31:01.256 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:31:01.257 INFO:teuthology.orchestra.run.smithi027.stdout:Total 512 kB/s | 181 kB 00:00 2023-12-20T10:31:01.257 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-20T10:31:01.269 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-20T10:31:01.270 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-20T10:31:01.324 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-20T10:31:01.327 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-20T10:31:01.452 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-20T10:31:01.646 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:31:01.948 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:31:02.651 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:31:02.651 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:31:02.651 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-20T10:31:02.652 INFO:teuthology.orchestra.run.smithi027.stdout: rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:31:02.652 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:31:02.652 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-20T10:31:02.844 DEBUG:teuthology.parallel:result is None 2023-12-20T10:31:49.637 INFO:teuthology.orchestra.run.smithi063.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 5.1 kB/s | 4.8 MB 16:07 2023-12-20T10:31:49.638 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:31:49.638 INFO:teuthology.orchestra.run.smithi063.stdout:Total 6.3 kB/s | 6.0 MB 16:07 2023-12-20T10:31:49.690 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-20T10:31:49.702 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-20T10:31:49.702 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-20T10:31:49.817 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-20T10:31:49.820 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-20T10:31:50.200 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-20T10:31:50.523 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-12-20T10:31:51.601 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-20T10:31:51.962 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-12-20T10:31:52.218 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-12-20T10:31:52.384 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 5/5 2023-12-20T10:31:52.685 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 5/5 2023-12-20T10:31:52.685 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/5 2023-12-20T10:31:52.685 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-12-20T10:31:52.685 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-12-20T10:31:52.685 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-20T10:31:53.412 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-12-20T10:31:53.412 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:31:53.412 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-20T10:31:53.412 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:31:53.412 INFO:teuthology.orchestra.run.smithi063.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-20T10:31:53.412 INFO:teuthology.orchestra.run.smithi063.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-20T10:31:53.412 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-20T10:31:53.413 INFO:teuthology.orchestra.run.smithi063.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-20T10:31:53.413 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:31:53.413 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:31:53.556 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-fuse 2023-12-20T10:31:54.446 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:29:05 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:31:56.245 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:31:56.246 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:31:56.246 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2023-12-20T10:31:56.246 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:31:56.246 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-20T10:31:56.246 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-fuse x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 920 k 2023-12-20T10:31:56.246 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2023-12-20T10:31:56.246 INFO:teuthology.orchestra.run.smithi063.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-12-20T10:31:56.246 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:31:56.246 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-20T10:31:56.246 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:31:56.247 INFO:teuthology.orchestra.run.smithi063.stdout:Install 2 Packages 2023-12-20T10:31:56.247 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:31:56.247 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 1.0 M 2023-12-20T10:31:56.247 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 3.1 M 2023-12-20T10:31:56.247 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-20T10:31:56.844 INFO:teuthology.orchestra.run.smithi063.stdout:(1/2): ceph-fuse-19.0.0-36.g86cc4aec.el8.x86_64 2.2 MB/s | 920 kB 00:00 2023-12-20T10:31:57.577 INFO:teuthology.orchestra.run.smithi063.stdout:(2/2): fuse-2.9.7-17.el8.x86_64.rpm 72 kB/s | 83 kB 00:01 2023-12-20T10:31:57.578 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:31:57.578 INFO:teuthology.orchestra.run.smithi063.stdout:Total 753 kB/s | 1.0 MB 00:01 2023-12-20T10:31:57.590 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-20T10:31:57.615 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-20T10:31:57.615 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-20T10:31:57.713 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-20T10:31:57.716 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-20T10:31:57.893 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-20T10:31:58.167 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-12-20T10:31:58.350 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 2/2 2023-12-20T10:31:58.743 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 2/2 2023-12-20T10:31:58.743 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/2 2023-12-20T10:31:59.480 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-12-20T10:31:59.481 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:31:59.481 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-20T10:31:59.481 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-12-20T10:31:59.481 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:31:59.481 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:31:59.693 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-volume 2023-12-20T10:32:00.591 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:29:11 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:32:02.414 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:32:02.416 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:32:02.416 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2023-12-20T10:32:02.416 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:32:02.416 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-20T10:32:02.416 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-volume noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 262 k 2023-12-20T10:32:02.416 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:02.416 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-20T10:32:02.416 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:32:02.416 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2023-12-20T10:32:02.416 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:02.416 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 262 k 2023-12-20T10:32:02.416 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 1.3 M 2023-12-20T10:32:02.416 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-20T10:32:02.847 INFO:teuthology.orchestra.run.smithi063.stdout:ceph-volume-19.0.0-36.g86cc4aec.el8.noarch.rpm 608 kB/s | 262 kB 00:00 2023-12-20T10:32:02.847 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:32:02.848 INFO:teuthology.orchestra.run.smithi063.stdout:Total 606 kB/s | 262 kB 00:00 2023-12-20T10:32:02.848 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-20T10:32:02.859 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-20T10:32:02.860 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-20T10:32:02.896 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-20T10:32:02.899 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-20T10:32:03.084 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-20T10:32:03.316 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:32:03.746 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:32:04.456 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T10:32:04.456 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:04.456 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-20T10:32:04.456 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T10:32:04.456 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:04.456 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:32:04.670 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install librados-devel 2023-12-20T10:32:05.567 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:29:16 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:32:07.378 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:32:07.379 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:32:07.379 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repo Size 2023-12-20T10:32:07.379 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:32:07.379 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-20T10:32:07.379 INFO:teuthology.orchestra.run.smithi063.stdout: librados-devel x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 139 k 2023-12-20T10:32:07.379 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:07.379 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-20T10:32:07.380 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:32:07.380 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2023-12-20T10:32:07.380 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:07.380 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 139 k 2023-12-20T10:32:07.380 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 513 k 2023-12-20T10:32:07.380 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-20T10:32:07.575 INFO:teuthology.orchestra.run.smithi063.stdout:librados-devel-19.0.0-36.g86cc4aec.el8.x86_64.r 716 kB/s | 139 kB 00:00 2023-12-20T10:32:07.575 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:32:07.575 INFO:teuthology.orchestra.run.smithi063.stdout:Total 711 kB/s | 139 kB 00:00 2023-12-20T10:32:07.576 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-20T10:32:07.581 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-20T10:32:07.582 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-20T10:32:07.636 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-20T10:32:07.639 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-20T10:32:07.751 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-20T10:32:07.973 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:32:08.262 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:32:08.988 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:32:08.988 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:08.988 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-20T10:32:08.988 INFO:teuthology.orchestra.run.smithi063.stdout: librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:32:08.988 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:08.988 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:32:09.207 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install libcephfs2 2023-12-20T10:32:10.104 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:29:21 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:32:11.672 INFO:teuthology.orchestra.run.smithi063.stdout:Package libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:32:11.914 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:32:11.915 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2023-12-20T10:32:11.915 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:32:12.027 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install libcephfs-devel 2023-12-20T10:32:12.914 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:29:23 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:32:14.726 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:32:14.726 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:32:14.727 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repo Size 2023-12-20T10:32:14.727 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:32:14.727 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-20T10:32:14.727 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs-devel x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 31 k 2023-12-20T10:32:14.727 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:14.727 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-20T10:32:14.727 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:32:14.727 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2023-12-20T10:32:14.727 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:14.728 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 31 k 2023-12-20T10:32:14.728 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 139 k 2023-12-20T10:32:14.728 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-20T10:32:15.093 INFO:teuthology.orchestra.run.smithi063.stdout:libcephfs-devel-19.0.0-36.g86cc4aec.el8.x86_64. 85 kB/s | 31 kB 00:00 2023-12-20T10:32:15.094 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:32:15.094 INFO:teuthology.orchestra.run.smithi063.stdout:Total 84 kB/s | 31 kB 00:00 2023-12-20T10:32:15.094 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-20T10:32:15.098 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-20T10:32:15.098 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-20T10:32:15.123 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-20T10:32:15.126 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-20T10:32:15.188 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-20T10:32:15.364 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:32:15.645 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:32:16.345 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:32:16.345 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:16.345 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-20T10:32:16.345 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:32:16.345 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:16.345 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:32:16.476 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install librados2 2023-12-20T10:32:17.373 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:29:28 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:32:18.947 INFO:teuthology.orchestra.run.smithi063.stdout:Package librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:32:19.191 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:32:19.192 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2023-12-20T10:32:19.192 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:32:19.311 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install librbd1 2023-12-20T10:32:20.205 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:29:31 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:32:21.772 INFO:teuthology.orchestra.run.smithi063.stdout:Package librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:32:22.017 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:32:22.018 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2023-12-20T10:32:22.019 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:32:22.126 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-rados 2023-12-20T10:32:23.011 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:29:34 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:32:24.586 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:32:24.835 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:32:24.836 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2023-12-20T10:32:24.836 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:32:24.945 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-rgw 2023-12-20T10:32:25.830 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:29:36 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:32:27.394 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:32:27.645 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:32:27.646 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2023-12-20T10:32:27.646 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:32:27.750 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-cephfs 2023-12-20T10:32:28.638 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:29:39 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:32:30.199 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:32:30.445 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:32:30.447 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2023-12-20T10:32:30.447 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:32:30.570 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-rbd 2023-12-20T10:32:31.456 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:29:42 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:32:33.012 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T10:32:33.257 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:32:33.258 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2023-12-20T10:32:33.258 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:32:33.360 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install rbd-fuse 2023-12-20T10:32:34.258 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:29:45 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:32:36.073 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:32:36.073 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:32:36.073 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2023-12-20T10:32:36.073 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:32:36.074 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-20T10:32:36.074 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-fuse x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 94 k 2023-12-20T10:32:36.074 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:36.074 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-20T10:32:36.074 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:32:36.074 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2023-12-20T10:32:36.074 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:36.075 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 94 k 2023-12-20T10:32:36.075 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 280 k 2023-12-20T10:32:36.075 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-20T10:32:36.247 INFO:teuthology.orchestra.run.smithi063.stdout:rbd-fuse-19.0.0-36.g86cc4aec.el8.x86_64.rpm 543 kB/s | 94 kB 00:00 2023-12-20T10:32:36.248 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:32:36.248 INFO:teuthology.orchestra.run.smithi063.stdout:Total 539 kB/s | 94 kB 00:00 2023-12-20T10:32:36.248 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-20T10:32:36.259 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-20T10:32:36.259 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-20T10:32:36.313 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-20T10:32:36.316 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-20T10:32:36.424 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-20T10:32:36.637 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:32:36.940 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:32:37.734 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:32:37.735 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:37.735 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-20T10:32:37.735 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:32:37.735 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:37.735 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:32:37.934 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install rbd-mirror 2023-12-20T10:32:38.820 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:29:49 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:32:40.616 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:32:40.617 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:32:40.617 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2023-12-20T10:32:40.617 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:32:40.617 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-20T10:32:40.617 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-mirror x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 3.6 M 2023-12-20T10:32:40.617 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:40.617 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-20T10:32:40.617 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:32:40.618 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2023-12-20T10:32:40.618 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:40.618 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 3.6 M 2023-12-20T10:32:40.618 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 17 M 2023-12-20T10:32:40.618 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-20T10:32:40.991 INFO:teuthology.orchestra.run.smithi063.stdout:rbd-mirror-19.0.0-36.g86cc4aec.el8.x86_64.rpm 9.6 MB/s | 3.6 MB 00:00 2023-12-20T10:32:40.992 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:32:40.992 INFO:teuthology.orchestra.run.smithi063.stdout:Total 9.6 MB/s | 3.6 MB 00:00 2023-12-20T10:32:40.992 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-20T10:32:41.006 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-20T10:32:41.006 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-20T10:32:41.072 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-20T10:32:41.075 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-20T10:32:41.552 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-20T10:32:41.711 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:32:42.132 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:32:42.920 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:32:42.920 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:42.920 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-20T10:32:42.920 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:32:42.920 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:42.920 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:32:43.170 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install rbd-nbd 2023-12-20T10:32:44.064 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:29:55 ago on Wed 20 Dec 2023 10:02:49 AM UTC. 2023-12-20T10:32:45.868 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-20T10:32:45.869 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:32:45.869 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2023-12-20T10:32:45.869 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:32:45.870 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-20T10:32:45.870 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-nbd x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 181 k 2023-12-20T10:32:45.870 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:45.870 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-20T10:32:45.870 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-20T10:32:45.870 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2023-12-20T10:32:45.870 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:45.870 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 181 k 2023-12-20T10:32:45.870 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 573 k 2023-12-20T10:32:45.870 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-20T10:32:46.051 INFO:teuthology.orchestra.run.smithi063.stdout:rbd-nbd-19.0.0-36.g86cc4aec.el8.x86_64.rpm 996 kB/s | 181 kB 00:00 2023-12-20T10:32:46.052 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:32:46.052 INFO:teuthology.orchestra.run.smithi063.stdout:Total 990 kB/s | 181 kB 00:00 2023-12-20T10:32:46.052 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-20T10:32:46.066 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-20T10:32:46.066 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-20T10:32:46.120 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-20T10:32:46.123 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-20T10:32:46.248 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-20T10:32:46.410 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:32:46.712 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:32:47.450 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T10:32:47.450 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:47.450 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-20T10:32:47.451 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T10:32:47.451 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-20T10:32:47.451 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-20T10:32:47.692 DEBUG:teuthology.parallel:result is None 2023-12-20T10:32:47.693 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=86cc4aec42581926507b9749381d531f24687367 2023-12-20T10:32:47.839 DEBUG:teuthology.orchestra.run.smithi027:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-20T10:32:47.867 INFO:teuthology.orchestra.run.smithi027.stdout:19.0.0-36.g86cc4aec.el8 2023-12-20T10:32:47.867 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-36.g86cc4aec.el8 2023-12-20T10:32:47.868 INFO:teuthology.task.install:The correct ceph version 19.0.0-36.g86cc4aec is installed. 2023-12-20T10:32:47.869 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=86cc4aec42581926507b9749381d531f24687367 2023-12-20T10:32:48.009 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-20T10:32:48.034 INFO:teuthology.orchestra.run.smithi063.stdout:19.0.0-36.g86cc4aec.el8 2023-12-20T10:32:48.034 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-36.g86cc4aec.el8 2023-12-20T10:32:48.034 INFO:teuthology.task.install:The correct ceph version 19.0.0-36.g86cc4aec is installed. 2023-12-20T10:32:48.036 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=86cc4aec42581926507b9749381d531f24687367 2023-12-20T10:32:48.178 DEBUG:teuthology.orchestra.run.smithi111:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-20T10:32:48.206 INFO:teuthology.orchestra.run.smithi111.stdout:19.0.0-36.g86cc4aec.el8 2023-12-20T10:32:48.206 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-36.g86cc4aec.el8 2023-12-20T10:32:48.207 INFO:teuthology.task.install:The correct ceph version 19.0.0-36.g86cc4aec is installed. 2023-12-20T10:32:48.208 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-12-20T10:32:48.208 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-20T10:32:48.209 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-20T10:32:48.245 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-12-20T10:32:48.245 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-20T10:32:48.276 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-12-20T10:32:48.276 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-20T10:32:48.310 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-12-20T10:32:48.311 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-20T10:32:48.311 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/usr/bin/daemon-helper 2023-12-20T10:32:48.343 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-20T10:32:48.413 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-12-20T10:32:48.414 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/daemon-helper 2023-12-20T10:32:48.443 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-20T10:32:48.513 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-12-20T10:32:48.513 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/usr/bin/daemon-helper 2023-12-20T10:32:48.546 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-20T10:32:48.618 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-12-20T10:32:48.618 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-20T10:32:48.618 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-20T10:32:48.651 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-20T10:32:48.725 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-12-20T10:32:48.726 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-20T10:32:48.756 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-20T10:32:48.825 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-12-20T10:32:48.825 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-20T10:32:48.857 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-20T10:32:48.928 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-12-20T10:32:48.928 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-20T10:32:48.928 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/usr/bin/stdin-killer 2023-12-20T10:32:48.962 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-20T10:32:49.034 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-12-20T10:32:49.034 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/stdin-killer 2023-12-20T10:32:49.064 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-20T10:32:49.135 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-12-20T10:32:49.135 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/usr/bin/stdin-killer 2023-12-20T10:32:49.167 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-20T10:32:49.237 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-20T10:32:49.340 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, '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': '86cc4aec42581926507b9749381d531f24687367'} 2023-12-20T10:32:49.341 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 2023-12-20T10:32:49.341 INFO:tasks.cephadm:Cluster fsid is 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:32:49.341 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-20T10:32:49.342 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.27', 'mon.b': '172.21.15.63', 'mon.c': '172.21.15.111'} 2023-12-20T10:32:49.342 INFO:tasks.cephadm:First mon is mon.a on smithi027 2023-12-20T10:32:49.342 INFO:tasks.cephadm:First mgr is a 2023-12-20T10:32:49.342 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-20T10:32:49.342 DEBUG:teuthology.orchestra.run.smithi027:> sudo hostname $(hostname -s) 2023-12-20T10:32:49.378 DEBUG:teuthology.orchestra.run.smithi063:> sudo hostname $(hostname -s) 2023-12-20T10:32:49.408 DEBUG:teuthology.orchestra.run.smithi111:> sudo hostname $(hostname -s) 2023-12-20T10:32:49.439 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-20T10:32:49.440 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=86cc4aec42581926507b9749381d531f24687367 2023-12-20T10:32:49.587 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '86cc4aec42581926507b9749381d531f24687367', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/75102/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-36-g86cc4aec', 'node_name': '172.21.2.7+braggi07', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-36.g86cc4aec'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-12-18 21:41:43.162188', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-rf-pcnt3', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2023-12-20T10:32:49.731 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-rf-pcnt3, sha1 86cc4aec42581926507b9749381d531f24687367 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=86cc4aec42581926507b9749381d531f24687367 2023-12-20T10:32:49.732 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/x86_64/flavors/default/cephadm 2023-12-20T10:32:49.732 DEBUG:teuthology.orchestra.run.smithi027:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-20T10:32:50.189 INFO:teuthology.orchestra.run.smithi027.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2270970 Dec 20 10:32 /home/ubuntu/cephtest/cephadm 2023-12-20T10:32:50.190 DEBUG:teuthology.orchestra.run.smithi063:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-20T10:32:50.628 INFO:teuthology.orchestra.run.smithi063.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2270970 Dec 20 10:32 /home/ubuntu/cephtest/cephadm 2023-12-20T10:32:50.628 DEBUG:teuthology.orchestra.run.smithi111:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-20T10:32:51.233 INFO:teuthology.orchestra.run.smithi111.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2270970 Dec 20 10:32 /home/ubuntu/cephtest/cephadm 2023-12-20T10:32:51.233 DEBUG:teuthology.orchestra.run.smithi027:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-20T10:32:51.257 DEBUG:teuthology.orchestra.run.smithi063:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-20T10:32:51.281 DEBUG:teuthology.orchestra.run.smithi111:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-20T10:32:51.335 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 on all hosts... 2023-12-20T10:32:51.335 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 pull 2023-12-20T10:32:51.340 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 pull 2023-12-20T10:32:51.343 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 pull 2023-12-20T10:32:52.111 INFO:teuthology.orchestra.run.smithi027.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367... 2023-12-20T10:32:52.127 INFO:teuthology.orchestra.run.smithi111.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367... 2023-12-20T10:32:52.472 INFO:teuthology.orchestra.run.smithi063.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367... 2023-12-20T10:33:25.238 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-20T10:33:25.238 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph_version": "ceph version 19.0.0-36-g86cc4aec (86cc4aec42581926507b9749381d531f24687367) reef (dev)", 2023-12-20T10:33:25.238 INFO:teuthology.orchestra.run.smithi027.stdout: "image_id": "cffca723d6613c61b412969acbac16636d9ef921696764130c35d78c36b3eafb", 2023-12-20T10:33:25.238 INFO:teuthology.orchestra.run.smithi027.stdout: "repo_digests": [ 2023-12-20T10:33:25.239 INFO:teuthology.orchestra.run.smithi027.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4a4a0c925c32ea7cbd1218cd2d9d76858317e10d03e862cd19747a12410512b2" 2023-12-20T10:33:25.239 INFO:teuthology.orchestra.run.smithi027.stdout: ] 2023-12-20T10:33:25.239 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-20T10:33:30.615 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2023-12-20T10:33:30.616 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph_version": "ceph version 19.0.0-36-g86cc4aec (86cc4aec42581926507b9749381d531f24687367) reef (dev)", 2023-12-20T10:33:30.616 INFO:teuthology.orchestra.run.smithi111.stdout: "image_id": "cffca723d6613c61b412969acbac16636d9ef921696764130c35d78c36b3eafb", 2023-12-20T10:33:30.616 INFO:teuthology.orchestra.run.smithi111.stdout: "repo_digests": [ 2023-12-20T10:33:30.616 INFO:teuthology.orchestra.run.smithi111.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4a4a0c925c32ea7cbd1218cd2d9d76858317e10d03e862cd19747a12410512b2" 2023-12-20T10:33:30.616 INFO:teuthology.orchestra.run.smithi111.stdout: ] 2023-12-20T10:33:30.616 INFO:teuthology.orchestra.run.smithi111.stdout:} 2023-12-20T10:33:34.856 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2023-12-20T10:33:34.856 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph_version": "ceph version 19.0.0-36-g86cc4aec (86cc4aec42581926507b9749381d531f24687367) reef (dev)", 2023-12-20T10:33:34.856 INFO:teuthology.orchestra.run.smithi063.stdout: "image_id": "cffca723d6613c61b412969acbac16636d9ef921696764130c35d78c36b3eafb", 2023-12-20T10:33:34.856 INFO:teuthology.orchestra.run.smithi063.stdout: "repo_digests": [ 2023-12-20T10:33:34.856 INFO:teuthology.orchestra.run.smithi063.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4a4a0c925c32ea7cbd1218cd2d9d76858317e10d03e862cd19747a12410512b2" 2023-12-20T10:33:34.856 INFO:teuthology.orchestra.run.smithi063.stdout: ] 2023-12-20T10:33:34.856 INFO:teuthology.orchestra.run.smithi063.stdout:} 2023-12-20T10:33:34.882 DEBUG:teuthology.orchestra.run.smithi027:> sudo mkdir -p /etc/ceph 2023-12-20T10:33:34.919 DEBUG:teuthology.orchestra.run.smithi063:> sudo mkdir -p /etc/ceph 2023-12-20T10:33:34.950 DEBUG:teuthology.orchestra.run.smithi111:> sudo mkdir -p /etc/ceph 2023-12-20T10:33:34.987 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 777 /etc/ceph 2023-12-20T10:33:35.020 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 777 /etc/ceph 2023-12-20T10:33:35.048 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod 777 /etc/ceph 2023-12-20T10:33:35.079 INFO:tasks.cephadm:Writing seed config... 2023-12-20T10:33:35.080 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-12-20T10:33:35.080 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-20T10:33:35.080 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-20T10:33:35.080 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-12-20T10:33:35.080 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-20T10:33:35.081 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-20T10:33:35.081 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-20T10:33:35.081 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-20T10:33:35.081 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-20T10:33:35.086 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-20T10:33:35.086 DEBUG:teuthology.orchestra.run.smithi027:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-20T10:33:35.106 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 = 1f553904-9f23-11ee-95a5-87774f69a715 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = 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-12-20T10:33:35.107 DEBUG:teuthology.orchestra.run.smithi027:mon.a> sudo journalctl -f -n 0 -u ceph-1f553904-9f23-11ee-95a5-87774f69a715@mon.a.service 2023-12-20T10:33:35.150 DEBUG:teuthology.orchestra.run.smithi027:mgr.a> sudo journalctl -f -n 0 -u ceph-1f553904-9f23-11ee-95a5-87774f69a715@mgr.a.service 2023-12-20T10:33:35.181 INFO:journalctl@ceph.mon.a.smithi027.stdout:-- Logs begin at Wed 2023-12-20 08:55:52 UTC. -- 2023-12-20T10:33:35.182 INFO:tasks.cephadm:Bootstrapping... 2023-12-20T10:33:35.182 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 -v bootstrap --fsid 1f553904-9f23-11ee-95a5-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.27 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-20T10:33:35.212 INFO:journalctl@ceph.mgr.a.smithi027.stdout:-- Logs begin at Wed 2023-12-20 08:55:52 UTC. -- 2023-12-20T10:33:35.398 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:33:35.398 INFO:teuthology.orchestra.run.smithi027.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367', '-v', 'bootstrap', '--fsid', '1f553904-9f23-11ee-95a5-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.27', '--skip-admin-label'] 2023-12-20T10:33:35.434 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stdout 4.6.1 2023-12-20T10:33:35.435 INFO:teuthology.orchestra.run.smithi027.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-12-20T10:33:35.435 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying podman|docker is present... 2023-12-20T10:33:35.466 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stdout 4.6.1 2023-12-20T10:33:35.467 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying lvm2 is present... 2023-12-20T10:33:35.467 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying time synchronization is in place... 2023-12-20T10:33:35.474 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-12-20T10:33:35.474 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-20T10:33:35.480 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-12-20T10:33:35.480 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2023-12-20T10:33:35.486 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout enabled 2023-12-20T10:33:35.492 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout active 2023-12-20T10:33:35.492 INFO:teuthology.orchestra.run.smithi027.stdout:Unit chronyd.service is enabled and running 2023-12-20T10:33:35.492 INFO:teuthology.orchestra.run.smithi027.stdout:Repeating the final host check... 2023-12-20T10:33:35.522 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stdout 4.6.1 2023-12-20T10:33:35.523 INFO:teuthology.orchestra.run.smithi027.stdout:podman (/bin/podman) version 4.6.1 is present 2023-12-20T10:33:35.523 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl is present 2023-12-20T10:33:35.523 INFO:teuthology.orchestra.run.smithi027.stdout:lvcreate is present 2023-12-20T10:33:35.529 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-12-20T10:33:35.529 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-20T10:33:35.534 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-12-20T10:33:35.534 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2023-12-20T10:33:35.540 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout enabled 2023-12-20T10:33:35.546 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout active 2023-12-20T10:33:35.546 INFO:teuthology.orchestra.run.smithi027.stdout:Unit chronyd.service is enabled and running 2023-12-20T10:33:35.547 INFO:teuthology.orchestra.run.smithi027.stdout:Host looks OK 2023-12-20T10:33:35.547 INFO:teuthology.orchestra.run.smithi027.stdout:Cluster fsid: 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:33:35.547 INFO:teuthology.orchestra.run.smithi027.stdout:Acquiring lock 140308661691672 on /run/cephadm/1f553904-9f23-11ee-95a5-87774f69a715.lock 2023-12-20T10:33:35.547 INFO:teuthology.orchestra.run.smithi027.stdout:Lock 140308661691672 acquired on /run/cephadm/1f553904-9f23-11ee-95a5-87774f69a715.lock 2023-12-20T10:33:35.547 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying IP 172.21.15.27 port 3300 ... 2023-12-20T10:33:35.547 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying IP 172.21.15.27 port 6789 ... 2023-12-20T10:33:35.548 INFO:teuthology.orchestra.run.smithi027.stdout:Base mon IP(s) is [172.21.15.27:3300, 172.21.15.27:6789], mon addrv is [v2:172.21.15.27:3300,v1:172.21.15.27:6789] 2023-12-20T10:33:35.551 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.27 metric 100 2023-12-20T10:33:35.551 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.27 metric 100 2023-12-20T10:33:35.554 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-12-20T10:33:35.554 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-20T10:33:35.554 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1799sec hoplimit 64 pref medium 2023-12-20T10:33:35.557 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-20T10:33:35.557 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-12-20T10:33:35.557 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-20T10:33:35.557 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-20T10:33:35.557 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fef8:395a/64 scope link 2023-12-20T10:33:35.557 INFO:teuthology.orchestra.run.smithi027.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-20T10:33:35.558 INFO:teuthology.orchestra.run.smithi027.stdout:Mon IP `172.21.15.27` is in CIDR network `172.21.0.0/20` 2023-12-20T10:33:35.558 INFO:teuthology.orchestra.run.smithi027.stdout:Mon IP `172.21.15.27` is in CIDR network `172.21.0.0/20` 2023-12-20T10:33:35.558 INFO:teuthology.orchestra.run.smithi027.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-20T10:33:35.558 INFO:teuthology.orchestra.run.smithi027.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-20T10:33:35.559 INFO:teuthology.orchestra.run.smithi027.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367... 2023-12-20T10:33:35.898 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stdout cffca723d6613c61b412969acbac16636d9ef921696764130c35d78c36b3eafb 2023-12-20T10:33:35.898 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367... 2023-12-20T10:33:35.898 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stderr Getting image source signatures 2023-12-20T10:33:35.898 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stderr Copying blob sha256:6f07bd65233e4a78482c09e2c4bd87a66e4c2fb9f2c9a4ce03dc04a92ce2fa59 2023-12-20T10:33:35.898 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stderr Copying blob sha256:46af8f5390d4e94fc57efb422ccb97bb53dfe5b948546bfc191b46557eb2dbd9 2023-12-20T10:33:35.899 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stderr Copying config sha256:cffca723d6613c61b412969acbac16636d9ef921696764130c35d78c36b3eafb 2023-12-20T10:33:35.899 INFO:teuthology.orchestra.run.smithi027.stdout:/bin/podman: stderr Writing manifest to image destination 2023-12-20T10:33:36.606 INFO:teuthology.orchestra.run.smithi027.stdout:ceph: stdout ceph version 19.0.0-36-g86cc4aec (86cc4aec42581926507b9749381d531f24687367) reef (dev) 2023-12-20T10:33:36.607 INFO:teuthology.orchestra.run.smithi027.stdout:Ceph version: ceph version 19.0.0-36-g86cc4aec (86cc4aec42581926507b9749381d531f24687367) reef (dev) 2023-12-20T10:33:36.607 INFO:teuthology.orchestra.run.smithi027.stdout:Extracting ceph user uid/gid from container image... 2023-12-20T10:33:37.196 INFO:teuthology.orchestra.run.smithi027.stdout:stat: stdout 167 167 2023-12-20T10:33:37.196 INFO:teuthology.orchestra.run.smithi027.stdout:Creating initial keys... 2023-12-20T10:33:37.785 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-authtool: stdout AQABw4JlYa9VGhAAEbfEIJQValP/JpFaAIepmQ== 2023-12-20T10:33:38.400 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-authtool: stdout AQACw4Jltio5AxAA07rprE3WHIt570roY+2e0g== 2023-12-20T10:33:38.993 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-authtool: stdout AQACw4JlXVDsJhAApOSbmXmUkNogjHMhUP9UWg== 2023-12-20T10:33:38.993 INFO:teuthology.orchestra.run.smithi027.stdout:Creating initial monmap... 2023-12-20T10:33:39.587 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-20T10:33:39.587 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-12-20T10:33:39.587 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:33:39.587 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-20T10:33:39.587 INFO:teuthology.orchestra.run.smithi027.stdout:monmaptool for a [v2:172.21.15.27:3300,v1:172.21.15.27:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-20T10:33:39.587 INFO:teuthology.orchestra.run.smithi027.stdout:setting min_mon_release = pacific 2023-12-20T10:33:39.587 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/monmaptool: set fsid to 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:33:39.587 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-20T10:33:39.588 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:33:39.588 INFO:teuthology.orchestra.run.smithi027.stdout:Creating mon... 2023-12-20T10:33:40.180 INFO:teuthology.orchestra.run.smithi027.stdout:create mon.a on 2023-12-20T10:33:40.310 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2023-12-20T10:33:40.404 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-20T10:33:40.524 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-1f553904-9f23-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-1f553904-9f23-11ee-95a5-87774f69a715.target. 2023-12-20T10:33:40.524 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-1f553904-9f23-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-1f553904-9f23-11ee-95a5-87774f69a715.target. 2023-12-20T10:33:40.728 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1f553904-9f23-11ee-95a5-87774f69a715@mon.a 2023-12-20T10:33:40.728 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1f553904-9f23-11ee-95a5-87774f69a715@mon.a.service: Unit ceph-1f553904-9f23-11ee-95a5-87774f69a715@mon.a.service not loaded. 2023-12-20T10:33:40.822 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1f553904-9f23-11ee-95a5-87774f69a715.target.wants/ceph-1f553904-9f23-11ee-95a5-87774f69a715@mon.a.service → /etc/systemd/system/ceph-1f553904-9f23-11ee-95a5-87774f69a715@.service. 2023-12-20T10:33:41.187 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-20T10:33:41.187 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout disabled 2023-12-20T10:33:41.195 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-20T10:33:41.196 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2023-12-20T10:33:41.196 INFO:teuthology.orchestra.run.smithi027.stdout:firewalld.service is not enabled 2023-12-20T10:33:41.196 INFO:teuthology.orchestra.run.smithi027.stdout:Not possible to enable service . firewalld.service is not available 2023-12-20T10:33:41.196 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for mon to start... 2023-12-20T10:33:41.196 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for mon... 2023-12-20T10:33:41.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:41 smithi027 ceph-mon[112386]: mon.a is new leader, mons a in quorum (ranks 0) 2023-12-20T10:33:42.018 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout cluster: 2023-12-20T10:33:42.018 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout id: 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:33:42.018 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-12-20T10:33:42.018 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-12-20T10:33:42.018 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout services: 2023-12-20T10:33:42.018 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.47522s) 2023-12-20T10:33:42.018 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-12-20T10:33:42.018 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-12-20T10:33:42.018 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-12-20T10:33:42.018 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout data: 2023-12-20T10:33:42.018 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-12-20T10:33:42.018 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-12-20T10:33:42.019 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-12-20T10:33:42.019 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout pgs: 2023-12-20T10:33:42.019 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-12-20T10:33:42.019 INFO:teuthology.orchestra.run.smithi027.stdout:mon is available 2023-12-20T10:33:42.019 INFO:teuthology.orchestra.run.smithi027.stdout:Assimilating anything we can from ceph.conf... 2023-12-20T10:33:42.503 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:42 smithi027 ceph-mon[112386]: mon.a is new leader, mons a in quorum (ranks 0) 2023-12-20T10:33:42.503 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:42 smithi027 ceph-mon[112386]: monmap e1: 1 mons at {a=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-20T10:33:42.503 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:42 smithi027 ceph-mon[112386]: fsmap 2023-12-20T10:33:42.503 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:42 smithi027 ceph-mon[112386]: osdmap e1: 0 total, 0 up, 0 in 2023-12-20T10:33:42.504 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:42 smithi027 ceph-mon[112386]: mgrmap e1: no daemons active 2023-12-20T10:33:42.504 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:42 smithi027 ceph-mon[112386]: from='client.? 172.21.15.27:0/1230235241' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-20T10:33:42.809 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-12-20T10:33:42.811 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout [global] 2023-12-20T10:33:42.811 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout fsid = 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:33:42.811 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.27:3300,v1:172.21.15.27:6789] 2023-12-20T10:33:42.811 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-12-20T10:33:42.811 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-12-20T10:33:42.811 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-12-20T10:33:42.811 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-12-20T10:33:42.811 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-12-20T10:33:42.811 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout [mgr] 2023-12-20T10:33:42.811 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2023-12-20T10:33:42.811 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-12-20T10:33:42.811 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-12-20T10:33:42.811 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout [osd] 2023-12-20T10:33:42.811 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-12-20T10:33:42.812 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-12-20T10:33:42.812 INFO:teuthology.orchestra.run.smithi027.stdout:Generating new minimal ceph.conf... 2023-12-20T10:33:43.494 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:43 smithi027 ceph-mon[112386]: from='client.? 172.21.15.27:0/1029893711' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-20T10:33:43.494 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:43 smithi027 ceph-mon[112386]: from='client.? 172.21.15.27:0/1029893711' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-20T10:33:43.584 INFO:teuthology.orchestra.run.smithi027.stdout:Restarting the monitor... 2023-12-20T10:33:43.754 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:43 smithi027 systemd[1]: Stopping Ceph mon.a for 1f553904-9f23-11ee-95a5-87774f69a715... 2023-12-20T10:33:44.031 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:43 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mon-a[112363]: 2023-12-20T10:33:43.751+0000 7f1bc7f2e700 -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-12-20T10:33:44.032 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:43 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mon-a[112363]: 2023-12-20T10:33:43.751+0000 7f1bc7f2e700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-20T10:33:44.032 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:43 smithi027 bash[112709]: ceph-1f553904-9f23-11ee-95a5-87774f69a715-mon-a 2023-12-20T10:33:44.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 systemd[1]: ceph-1f553904-9f23-11ee-95a5-87774f69a715@mon.a.service: Succeeded. 2023-12-20T10:33:44.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 systemd[1]: Stopped Ceph mon.a for 1f553904-9f23-11ee-95a5-87774f69a715. 2023-12-20T10:33:44.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 systemd[1]: Starting Ceph mon.a for 1f553904-9f23-11ee-95a5-87774f69a715... 2023-12-20T10:33:44.545 INFO:teuthology.orchestra.run.smithi027.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-20T10:33:44.800 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 bash[112829]: 9ada8daa78823498325ec7ade7adfa7ae446176cfcd6e4e08f93a5c6904262f1 2023-12-20T10:33:44.800 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: set uid:gid to 167:167 (ceph:ceph) 2023-12-20T10:33:44.800 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: ceph version 19.0.0-36-g86cc4aec (86cc4aec42581926507b9749381d531f24687367) reef (dev), process ceph-mon, pid 7 2023-12-20T10:33:44.800 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: pidfile_write: ignore empty --pid-file 2023-12-20T10:33:44.800 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 systemd[1]: Started Ceph mon.a for 1f553904-9f23-11ee-95a5-87774f69a715. 2023-12-20T10:33:44.800 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: load: jerasure load: lrc 2023-12-20T10:33:44.800 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: RocksDB version: 7.9.2 2023-12-20T10:33:44.800 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Git sha 0 2023-12-20T10:33:44.800 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Compile date 2023-12-18 20:25:43 2023-12-20T10:33:44.800 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: DB SUMMARY 2023-12-20T10:33:44.801 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: DB Session ID: QJZZ847Y6EQFPXDOI55I 2023-12-20T10:33:44.801 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: CURRENT file: CURRENT 2023-12-20T10:33:44.801 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: IDENTITY file: IDENTITY 2023-12-20T10:33:44.801 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-12-20T10:33:44.801 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-12-20T10:33:44.801 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 82374 ; 2023-12-20T10:33:44.801 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.error_if_exists: 0 2023-12-20T10:33:44.801 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.create_if_missing: 0 2023-12-20T10:33:44.801 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.paranoid_checks: 1 2023-12-20T10:33:44.801 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.flush_verify_memtable_count: 1 2023-12-20T10:33:44.801 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-20T10:33:44.801 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-20T10:33:44.801 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.env: 0x5600550f6a60 2023-12-20T10:33:44.801 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.fs: PosixFileSystem 2023-12-20T10:33:44.802 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.info_log: 0x560057121740 2023-12-20T10:33:44.802 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_file_opening_threads: 16 2023-12-20T10:33:44.802 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.statistics: (nil) 2023-12-20T10:33:44.802 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.use_fsync: 0 2023-12-20T10:33:44.802 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_log_file_size: 0 2023-12-20T10:33:44.802 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-20T10:33:44.802 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-20T10:33:44.802 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.keep_log_file_num: 1000 2023-12-20T10:33:44.802 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.recycle_log_file_num: 0 2023-12-20T10:33:44.802 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.allow_fallocate: 1 2023-12-20T10:33:44.802 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.allow_mmap_reads: 0 2023-12-20T10:33:44.802 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.allow_mmap_writes: 0 2023-12-20T10:33:44.802 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.use_direct_reads: 0 2023-12-20T10:33:44.803 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-20T10:33:44.803 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.create_missing_column_families: 0 2023-12-20T10:33:44.803 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.db_log_dir: 2023-12-20T10:33:44.803 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.wal_dir: 2023-12-20T10:33:44.803 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-20T10:33:44.803 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-20T10:33:44.803 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-20T10:33:44.803 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-20T10:33:44.803 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-20T10:33:44.803 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-20T10:33:44.803 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.advise_random_on_open: 1 2023-12-20T10:33:44.803 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.db_write_buffer_size: 0 2023-12-20T10:33:44.803 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.write_buffer_manager: 0x5600570d7360 2023-12-20T10:33:44.803 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-20T10:33:44.804 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-20T10:33:44.804 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-20T10:33:44.804 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.rate_limiter: (nil) 2023-12-20T10:33:44.804 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-20T10:33:44.804 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.wal_recovery_mode: 2 2023-12-20T10:33:44.804 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.enable_thread_tracking: 0 2023-12-20T10:33:44.804 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.enable_pipelined_write: 0 2023-12-20T10:33:44.804 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.unordered_write: 0 2023-12-20T10:33:44.804 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-20T10:33:44.804 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-20T10:33:44.804 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-20T10:33:44.804 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-20T10:33:44.804 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.row_cache: None 2023-12-20T10:33:44.804 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.wal_filter: None 2023-12-20T10:33:44.805 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-20T10:33:44.805 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.allow_ingest_behind: 0 2023-12-20T10:33:44.805 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.two_write_queues: 0 2023-12-20T10:33:44.805 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.manual_wal_flush: 0 2023-12-20T10:33:44.805 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.wal_compression: 0 2023-12-20T10:33:44.805 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.atomic_flush: 0 2023-12-20T10:33:44.805 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-20T10:33:44.805 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-20T10:33:44.805 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-20T10:33:44.805 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.log_readahead_size: 0 2023-12-20T10:33:44.805 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-20T10:33:44.805 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.best_efforts_recovery: 0 2023-12-20T10:33:44.805 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-20T10:33:44.805 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-20T10:33:44.806 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.allow_data_in_errors: 0 2023-12-20T10:33:44.806 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.db_host_id: __hostname__ 2023-12-20T10:33:44.806 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.enforce_single_del_contracts: true 2023-12-20T10:33:44.806 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_background_jobs: 2 2023-12-20T10:33:44.806 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_background_compactions: -1 2023-12-20T10:33:44.806 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_subcompactions: 1 2023-12-20T10:33:44.806 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-20T10:33:44.806 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-20T10:33:44.806 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-20T10:33:44.806 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_total_wal_size: 0 2023-12-20T10:33:44.806 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-20T10:33:44.806 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-20T10:33:44.806 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-20T10:33:44.806 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-20T10:33:44.807 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_open_files: -1 2023-12-20T10:33:44.807 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.bytes_per_sync: 0 2023-12-20T10:33:44.807 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-20T10:33:44.807 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-20T10:33:44.807 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compaction_readahead_size: 0 2023-12-20T10:33:44.807 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_background_flushes: -1 2023-12-20T10:33:44.807 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Compression algorithms supported: 2023-12-20T10:33:44.807 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-20T10:33:44.807 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: kZSTD supported: 0 2023-12-20T10:33:44.807 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: kXpressCompression supported: 0 2023-12-20T10:33:44.807 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: kLZ4HCCompression supported: 1 2023-12-20T10:33:44.807 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: kZlibCompression supported: 1 2023-12-20T10:33:44.807 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: kSnappyCompression supported: 1 2023-12-20T10:33:44.807 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: kLZ4Compression supported: 1 2023-12-20T10:33:44.808 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: kBZip2Compression supported: 0 2023-12-20T10:33:44.808 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-20T10:33:44.808 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: DMutex implementation: pthread_mutex_t 2023-12-20T10:33:44.808 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2023-12-20T10:33:44.808 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-20T10:33:44.808 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-20T10:33:44.808 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.merge_operator: 2023-12-20T10:33:44.808 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compaction_filter: None 2023-12-20T10:33:44.808 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compaction_filter_factory: None 2023-12-20T10:33:44.808 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.sst_partitioner_factory: None 2023-12-20T10:33:44.808 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-20T10:33:44.808 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-20T10:33:44.808 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560057121860) 2023-12-20T10:33:44.808 INFO:journalctl@ceph.mon.a.smithi027.stdout: cache_index_and_filter_blocks: 1 2023-12-20T10:33:44.809 INFO:journalctl@ceph.mon.a.smithi027.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-20T10:33:44.809 INFO:journalctl@ceph.mon.a.smithi027.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-20T10:33:44.809 INFO:journalctl@ceph.mon.a.smithi027.stdout: pin_top_level_index_and_filter: 1 2023-12-20T10:33:44.809 INFO:journalctl@ceph.mon.a.smithi027.stdout: index_type: 0 2023-12-20T10:33:44.809 INFO:journalctl@ceph.mon.a.smithi027.stdout: data_block_index_type: 0 2023-12-20T10:33:44.809 INFO:journalctl@ceph.mon.a.smithi027.stdout: index_shortening: 1 2023-12-20T10:33:44.809 INFO:journalctl@ceph.mon.a.smithi027.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-20T10:33:44.809 INFO:journalctl@ceph.mon.a.smithi027.stdout: checksum: 4 2023-12-20T10:33:44.809 INFO:journalctl@ceph.mon.a.smithi027.stdout: no_block_cache: 0 2023-12-20T10:33:44.809 INFO:journalctl@ceph.mon.a.smithi027.stdout: block_cache: 0x560057177090 2023-12-20T10:33:44.809 INFO:journalctl@ceph.mon.a.smithi027.stdout: block_cache_name: BinnedLRUCache 2023-12-20T10:33:44.809 INFO:journalctl@ceph.mon.a.smithi027.stdout: block_cache_options: 2023-12-20T10:33:44.809 INFO:journalctl@ceph.mon.a.smithi027.stdout: capacity : 536870912 2023-12-20T10:33:44.809 INFO:journalctl@ceph.mon.a.smithi027.stdout: num_shard_bits : 4 2023-12-20T10:33:44.810 INFO:journalctl@ceph.mon.a.smithi027.stdout: strict_capacity_limit : 0 2023-12-20T10:33:44.810 INFO:journalctl@ceph.mon.a.smithi027.stdout: high_pri_pool_ratio: 0.000 2023-12-20T10:33:44.810 INFO:journalctl@ceph.mon.a.smithi027.stdout: block_cache_compressed: (nil) 2023-12-20T10:33:44.810 INFO:journalctl@ceph.mon.a.smithi027.stdout: persistent_cache: (nil) 2023-12-20T10:33:44.810 INFO:journalctl@ceph.mon.a.smithi027.stdout: block_size: 4096 2023-12-20T10:33:44.810 INFO:journalctl@ceph.mon.a.smithi027.stdout: block_size_deviation: 10 2023-12-20T10:33:44.810 INFO:journalctl@ceph.mon.a.smithi027.stdout: block_restart_interval: 16 2023-12-20T10:33:44.810 INFO:journalctl@ceph.mon.a.smithi027.stdout: index_block_restart_interval: 1 2023-12-20T10:33:44.810 INFO:journalctl@ceph.mon.a.smithi027.stdout: metadata_block_size: 4096 2023-12-20T10:33:44.810 INFO:journalctl@ceph.mon.a.smithi027.stdout: partition_filters: 0 2023-12-20T10:33:44.810 INFO:journalctl@ceph.mon.a.smithi027.stdout: use_delta_encoding: 1 2023-12-20T10:33:44.810 INFO:journalctl@ceph.mon.a.smithi027.stdout: filter_policy: bloomfilter 2023-12-20T10:33:44.810 INFO:journalctl@ceph.mon.a.smithi027.stdout: whole_key_filtering: 1 2023-12-20T10:33:44.810 INFO:journalctl@ceph.mon.a.smithi027.stdout: verify_compression: 0 2023-12-20T10:33:44.811 INFO:journalctl@ceph.mon.a.smithi027.stdout: read_amp_bytes_per_bit: 0 2023-12-20T10:33:44.811 INFO:journalctl@ceph.mon.a.smithi027.stdout: format_version: 5 2023-12-20T10:33:44.811 INFO:journalctl@ceph.mon.a.smithi027.stdout: enable_index_compression: 1 2023-12-20T10:33:44.811 INFO:journalctl@ceph.mon.a.smithi027.stdout: block_align: 0 2023-12-20T10:33:44.811 INFO:journalctl@ceph.mon.a.smithi027.stdout: max_auto_readahead_size: 262144 2023-12-20T10:33:44.811 INFO:journalctl@ceph.mon.a.smithi027.stdout: prepopulate_block_cache: 0 2023-12-20T10:33:44.811 INFO:journalctl@ceph.mon.a.smithi027.stdout: initial_auto_readahead_size: 8192 2023-12-20T10:33:44.811 INFO:journalctl@ceph.mon.a.smithi027.stdout: num_file_reads_for_auto_readahead: 2 2023-12-20T10:33:44.811 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.write_buffer_size: 33554432 2023-12-20T10:33:44.811 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_write_buffer_number: 2 2023-12-20T10:33:44.811 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compression: NoCompression 2023-12-20T10:33:44.811 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.bottommost_compression: Disabled 2023-12-20T10:33:44.811 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.prefix_extractor: nullptr 2023-12-20T10:33:44.811 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-20T10:33:44.812 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.num_levels: 7 2023-12-20T10:33:44.812 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-20T10:33:44.812 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-20T10:33:44.812 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-20T10:33:44.812 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-20T10:33:44.812 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-20T10:33:44.812 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-20T10:33:44.812 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-20T10:33:44.812 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-20T10:33:44.812 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-20T10:33:44.812 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-20T10:33:44.812 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-20T10:33:44.812 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-20T10:33:44.813 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-20T10:33:44.813 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compression_opts.level: 32767 2023-12-20T10:33:44.813 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compression_opts.strategy: 0 2023-12-20T10:33:44.813 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-20T10:33:44.813 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-20T10:33:44.813 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-20T10:33:44.813 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-20T10:33:44.813 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compression_opts.enabled: false 2023-12-20T10:33:44.813 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-20T10:33:44.813 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-20T10:33:44.813 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-20T10:33:44.813 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-20T10:33:44.813 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.target_file_size_base: 67108864 2023-12-20T10:33:44.813 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-20T10:33:44.814 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-20T10:33:44.814 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-20T10:33:44.814 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-20T10:33:44.814 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-20T10:33:44.814 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-20T10:33:44.814 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-20T10:33:44.814 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-20T10:33:44.814 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-20T10:33:44.814 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-20T10:33:44.814 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-20T10:33:44.814 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-20T10:33:44.814 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-20T10:33:44.814 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-20T10:33:44.814 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.arena_block_size: 1048576 2023-12-20T10:33:44.814 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-20T10:33:44.815 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-20T10:33:44.815 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.disable_auto_compactions: 0 2023-12-20T10:33:44.815 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-20T10:33:44.815 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-20T10:33:44.815 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-20T10:33:44.815 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-20T10:33:44.815 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-20T10:33:44.815 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-20T10:33:44.815 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-20T10:33:44.815 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-20T10:33:44.815 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-20T10:33:44.815 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-20T10:33:44.815 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.table_properties_collectors: 2023-12-20T10:33:44.815 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.inplace_update_support: 0 2023-12-20T10:33:44.815 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-20T10:33:44.815 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-20T10:33:44.816 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-20T10:33:44.816 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-20T10:33:44.816 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.bloom_locality: 0 2023-12-20T10:33:44.816 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.max_successive_merges: 0 2023-12-20T10:33:44.816 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-20T10:33:44.816 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.paranoid_file_checks: 0 2023-12-20T10:33:44.816 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.force_consistency_checks: 1 2023-12-20T10:33:44.816 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.report_bg_io_stats: 0 2023-12-20T10:33:44.816 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.ttl: 2592000 2023-12-20T10:33:44.816 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-20T10:33:44.816 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-20T10:33:44.816 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-20T10:33:44.816 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.enable_blob_files: false 2023-12-20T10:33:44.816 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.min_blob_size: 0 2023-12-20T10:33:44.817 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.blob_file_size: 268435456 2023-12-20T10:33:44.817 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-20T10:33:44.817 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-20T10:33:44.817 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-20T10:33:44.817 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-20T10:33:44.817 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-20T10:33:44.817 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.blob_file_starting_level: 0 2023-12-20T10:33:44.817 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-20T10:33:44.817 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2023-12-20T10:33:44.817 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-12-20T10:33:44.817 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: da0c44cf-5430-4841-a0dd-b306554c3706 2023-12-20T10:33:44.817 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703068424545719, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-12-20T10:33:44.817 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-12-20T10:33:44.817 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703068424546672, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 79278, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 243, "table_properties": {"data_size": 77465, "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": 71812, "raw_average_value_size": 348, "num_data_blocks": 10, "num_entries": 206, "num_filter_entries": 206, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1703068424, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "da0c44cf-5430-4841-a0dd-b306554c3706", "db_session_id": "QJZZ847Y6EQFPXDOI55I", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-12-20T10:33:44.817 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703068424546767, "job": 1, "event": "recovery_finished"} 2023-12-20T10:33:44.818 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-12-20T10:33:44.818 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-20T10:33:44.818 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x560057212000 2023-12-20T10:33:44.818 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: DB pointer 0x5600571fe000 2023-12-20T10:33:44.818 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-20T10:33:44.818 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-20T10:33:44.818 INFO:journalctl@ceph.mon.a.smithi027.stdout: ** DB Stats ** 2023-12-20T10:33:44.818 INFO:journalctl@ceph.mon.a.smithi027.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-20T10:33:44.818 INFO:journalctl@ceph.mon.a.smithi027.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-20T10:33:44.818 INFO:journalctl@ceph.mon.a.smithi027.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-20T10:33:44.818 INFO:journalctl@ceph.mon.a.smithi027.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-20T10:33:44.818 INFO:journalctl@ceph.mon.a.smithi027.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-20T10:33:44.818 INFO:journalctl@ceph.mon.a.smithi027.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-20T10:33:44.818 INFO:journalctl@ceph.mon.a.smithi027.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-20T10:33:44.819 INFO:journalctl@ceph.mon.a.smithi027.stdout: 2023-12-20T10:33:44.819 INFO:journalctl@ceph.mon.a.smithi027.stdout: ** Compaction Stats [default] ** 2023-12-20T10:33:44.819 INFO:journalctl@ceph.mon.a.smithi027.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-20T10:33:44.819 INFO:journalctl@ceph.mon.a.smithi027.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-20T10:33:44.819 INFO:journalctl@ceph.mon.a.smithi027.stdout: L0 2/0 79.25 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-20T10:33:44.819 INFO:journalctl@ceph.mon.a.smithi027.stdout: Sum 2/0 79.25 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-20T10:33:44.819 INFO:journalctl@ceph.mon.a.smithi027.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-20T10:33:44.819 INFO:journalctl@ceph.mon.a.smithi027.stdout: 2023-12-20T10:33:44.819 INFO:journalctl@ceph.mon.a.smithi027.stdout: ** Compaction Stats [default] ** 2023-12-20T10:33:44.819 INFO:journalctl@ceph.mon.a.smithi027.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-20T10:33:44.819 INFO:journalctl@ceph.mon.a.smithi027.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-20T10:33:44.819 INFO:journalctl@ceph.mon.a.smithi027.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 136.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-20T10:33:44.819 INFO:journalctl@ceph.mon.a.smithi027.stdout: 2023-12-20T10:33:44.820 INFO:journalctl@ceph.mon.a.smithi027.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-20T10:33:44.820 INFO:journalctl@ceph.mon.a.smithi027.stdout: 2023-12-20T10:33:44.820 INFO:journalctl@ceph.mon.a.smithi027.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-20T10:33:44.820 INFO:journalctl@ceph.mon.a.smithi027.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-20T10:33:44.820 INFO:journalctl@ceph.mon.a.smithi027.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-20T10:33:44.820 INFO:journalctl@ceph.mon.a.smithi027.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-20T10:33:44.820 INFO:journalctl@ceph.mon.a.smithi027.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-20T10:33:44.820 INFO:journalctl@ceph.mon.a.smithi027.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-20T10:33:44.820 INFO:journalctl@ceph.mon.a.smithi027.stdout: Cumulative compaction: 0.00 GB write, 22.95 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-20T10:33:44.820 INFO:journalctl@ceph.mon.a.smithi027.stdout: Interval compaction: 0.00 GB write, 22.95 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-20T10:33:44.820 INFO:journalctl@ceph.mon.a.smithi027.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-20T10:33:44.820 INFO:journalctl@ceph.mon.a.smithi027.stdout: Block cache BinnedLRUCache@0x560057177090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2023-12-20T10:33:44.820 INFO:journalctl@ceph.mon.a.smithi027.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2023-12-20T10:33:44.820 INFO:journalctl@ceph.mon.a.smithi027.stdout: 2023-12-20T10:33:44.821 INFO:journalctl@ceph.mon.a.smithi027.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-20T10:33:44.821 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: starting mon.a rank 0 at public addrs [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] at bind addrs [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:33:44.821 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: mon.a@-1(???) e1 preinit fsid 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:33:44.821 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: mon.a@-1(???).mds e1 new map 2023-12-20T10:33:44.821 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: mon.a@-1(???).mds e1 print_map 2023-12-20T10:33:44.821 INFO:journalctl@ceph.mon.a.smithi027.stdout: e1 2023-12-20T10:33:44.821 INFO:journalctl@ceph.mon.a.smithi027.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-20T10:33:44.821 INFO:journalctl@ceph.mon.a.smithi027.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-12-20T10:33:44.821 INFO:journalctl@ceph.mon.a.smithi027.stdout: legacy client fscid: -1 2023-12-20T10:33:44.821 INFO:journalctl@ceph.mon.a.smithi027.stdout: 2023-12-20T10:33:44.821 INFO:journalctl@ceph.mon.a.smithi027.stdout: No filesystems configured 2023-12-20T10:33:44.821 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-20T10:33:44.821 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-20T10:33:44.821 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-20T10:33:44.822 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-20T10:33:44.822 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-20T10:33:44.822 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: mon.a is new leader, mons a in quorum (ranks 0) 2023-12-20T10:33:44.822 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: monmap e1: 1 mons at {a=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-20T10:33:44.822 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: fsmap 2023-12-20T10:33:44.822 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: osdmap e1: 0 total, 0 up, 0 in 2023-12-20T10:33:44.822 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:44 smithi027 ceph-mon[112866]: mgrmap e1: no daemons active 2023-12-20T10:33:45.333 INFO:teuthology.orchestra.run.smithi027.stdout:Wrote config to /etc/ceph/ceph.conf 2023-12-20T10:33:45.356 INFO:teuthology.orchestra.run.smithi027.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-20T10:33:45.356 INFO:teuthology.orchestra.run.smithi027.stdout:Creating mgr... 2023-12-20T10:33:45.356 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying port 0.0.0.0:9283 ... 2023-12-20T10:33:45.356 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying port 0.0.0.0:8765 ... 2023-12-20T10:33:45.565 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1f553904-9f23-11ee-95a5-87774f69a715@mgr.a 2023-12-20T10:33:45.565 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1f553904-9f23-11ee-95a5-87774f69a715@mgr.a.service: Unit ceph-1f553904-9f23-11ee-95a5-87774f69a715@mgr.a.service not loaded. 2023-12-20T10:33:45.657 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1f553904-9f23-11ee-95a5-87774f69a715.target.wants/ceph-1f553904-9f23-11ee-95a5-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-1f553904-9f23-11ee-95a5-87774f69a715@.service. 2023-12-20T10:33:45.799 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:45 smithi027 systemd[1]: Starting Ceph mgr.a for 1f553904-9f23-11ee-95a5-87774f69a715... 2023-12-20T10:33:46.071 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-20T10:33:46.071 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout disabled 2023-12-20T10:33:46.079 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-20T10:33:46.079 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2023-12-20T10:33:46.079 INFO:teuthology.orchestra.run.smithi027.stdout:firewalld.service is not enabled 2023-12-20T10:33:46.079 INFO:teuthology.orchestra.run.smithi027.stdout:Not possible to enable service . firewalld.service is not available 2023-12-20T10:33:46.088 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-20T10:33:46.088 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout disabled 2023-12-20T10:33:46.096 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-20T10:33:46.096 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2023-12-20T10:33:46.096 INFO:teuthology.orchestra.run.smithi027.stdout:firewalld.service is not enabled 2023-12-20T10:33:46.096 INFO:teuthology.orchestra.run.smithi027.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2023-12-20T10:33:46.096 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for mgr to start... 2023-12-20T10:33:46.097 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for mgr... 2023-12-20T10:33:46.251 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:45 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/3791345067' entity='client.admin' 2023-12-20T10:33:46.251 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:46 smithi027 bash[113098]: 8d5e30a589b47aadb10d760377c8349f2c9389acb6c52d9f0fbc3ed8caa6c871 2023-12-20T10:33:46.251 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:46 smithi027 systemd[1]: Started Ceph mgr.a for 1f553904-9f23-11ee-95a5-87774f69a715. 2023-12-20T10:33:46.251 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:46 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:46.189+0000 7f2b77d85200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-20T10:33:46.724 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:46 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:46.379+0000 7f2b77d85200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-20T10:33:46.894 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-12-20T10:33:46.894 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2023-12-20T10:33:46.894 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsid": "1f553904-9f23-11ee-95a5-87774f69a715", 2023-12-20T10:33:46.894 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "health": { 2023-12-20T10:33:46.894 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-20T10:33:46.895 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-20T10:33:46.895 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-20T10:33:46.895 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:46.895 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-20T10:33:46.895 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-20T10:33:46.895 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 0 2023-12-20T10:33:46.895 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:33:46.895 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-20T10:33:46.895 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "a" 2023-12-20T10:33:46.895 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:33:46.895 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_age": 1, 2023-12-20T10:33:46.895 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-20T10:33:46.895 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:33:46.895 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-20T10:33:46.896 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-20T10:33:46.896 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:46.896 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-20T10:33:46.896 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:33:46.896 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-20T10:33:46.896 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-20T10:33:46.896 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-20T10:33:46.896 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-20T10:33:46.899 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-20T10:33:46.900 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-20T10:33:46.900 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:46.900 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-20T10:33:46.900 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-20T10:33:46.900 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-20T10:33:46.900 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-20T10:33:46.900 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-20T10:33:46.901 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-20T10:33:46.901 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-20T10:33:46.901 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-20T10:33:46.901 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-20T10:33:46.901 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:46.901 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-20T10:33:46.901 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:33:46.901 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-20T10:33:46.901 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-20T10:33:46.901 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:46.901 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-20T10:33:46.902 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-20T10:33:46.902 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-20T10:33:46.902 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-20T10:33:46.902 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-20T10:33:46.902 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-20T10:33:46.902 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "restful" 2023-12-20T10:33:46.902 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:33:46.902 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-20T10:33:46.902 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:46.902 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-20T10:33:46.902 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:33:46.902 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modified": "2023-12-20T10:33:41.201513+0000", 2023-12-20T10:33:46.903 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-20T10:33:46.903 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:46.903 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-20T10:33:46.903 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2023-12-20T10:33:46.903 INFO:teuthology.orchestra.run.smithi027.stdout:mgr not available, waiting (1/15)... 2023-12-20T10:33:46.993 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:46 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:46.737+0000 7f2b77d85200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-20T10:33:47.274 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:46 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/4048303474' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-20T10:33:47.548 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:47 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:47.272+0000 7f2b77d85200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-20T10:33:47.549 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:47 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:47.507+0000 7f2b77d85200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-20T10:33:48.298 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:47 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:47.945+0000 7f2b77d85200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-20T10:33:49.048 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:48 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:48.690+0000 7f2b77d85200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-20T10:33:49.048 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:48 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:48.781+0000 7f2b77d85200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-20T10:33:49.695 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:49 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:49.413+0000 7f2b77d85200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-20T10:33:49.696 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:49 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:49.503+0000 7f2b77d85200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-20T10:33:49.696 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:49 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:49.595+0000 7f2b77d85200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-20T10:33:49.981 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:49 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:49.693+0000 7f2b77d85200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-20T10:33:49.981 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:49 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:49.931+0000 7f2b77d85200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-20T10:33:50.298 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:50 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:50.030+0000 7f2b77d85200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-20T10:33:50.298 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:50 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:50.259+0000 7f2b77d85200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-20T10:33:50.655 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:50 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/2129424606' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-20T10:33:50.656 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:50 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:50.363+0000 7f2b77d85200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-20T10:33:50.656 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:50 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:50.557+0000 7f2b77d85200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-20T10:33:50.656 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:50 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:50.653+0000 7f2b77d85200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-20T10:33:51.496 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-12-20T10:33:51.496 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2023-12-20T10:33:51.497 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsid": "1f553904-9f23-11ee-95a5-87774f69a715", 2023-12-20T10:33:51.497 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "health": { 2023-12-20T10:33:51.497 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-20T10:33:51.497 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-20T10:33:51.497 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-20T10:33:51.497 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:51.497 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-20T10:33:51.497 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-20T10:33:51.497 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 0 2023-12-20T10:33:51.497 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:33:51.497 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-20T10:33:51.497 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "a" 2023-12-20T10:33:51.498 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:33:51.498 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2023-12-20T10:33:51.498 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-20T10:33:51.498 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:33:51.498 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-20T10:33:51.498 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-20T10:33:51.498 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:51.498 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-20T10:33:51.498 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:33:51.498 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-20T10:33:51.499 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-20T10:33:51.499 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-20T10:33:51.499 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-20T10:33:51.499 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-20T10:33:51.499 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-20T10:33:51.499 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:51.499 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-20T10:33:51.499 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-20T10:33:51.500 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-20T10:33:51.500 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-20T10:33:51.500 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-20T10:33:51.500 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-20T10:33:51.500 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-20T10:33:51.500 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-20T10:33:51.500 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-20T10:33:51.501 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:51.501 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-20T10:33:51.501 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:33:51.501 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-20T10:33:51.501 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-20T10:33:51.501 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:51.501 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-20T10:33:51.501 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-20T10:33:51.501 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-20T10:33:51.502 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-20T10:33:51.502 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-20T10:33:51.502 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-20T10:33:51.502 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "restful" 2023-12-20T10:33:51.502 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:33:51.502 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-20T10:33:51.502 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:51.502 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-20T10:33:51.503 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:33:51.503 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modified": "2023-12-20T10:33:41.201513+0000", 2023-12-20T10:33:51.503 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-20T10:33:51.503 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:51.503 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-20T10:33:51.503 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2023-12-20T10:33:51.504 INFO:teuthology.orchestra.run.smithi027.stdout:mgr not available, waiting (2/15)... 2023-12-20T10:33:51.798 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:51 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:51.457+0000 7f2b77d85200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-20T10:33:51.798 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:51 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:51.663+0000 7f2b77d85200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-20T10:33:52.298 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:51 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:51.851+0000 7f2b77d85200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:33:52.798 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:52 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:52.541+0000 7f2b77d85200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-20T10:33:52.798 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:52 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:52.732+0000 7f2b77d85200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:33:53.298 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:52 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:52.921+0000 7f2b77d85200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-20T10:33:53.298 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:53 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:53.043+0000 7f2b77d85200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-20T10:33:53.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:53 smithi027 ceph-mon[112866]: Activating manager daemon a 2023-12-20T10:33:53.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:53 smithi027 ceph-mon[112866]: mgrmap e2: a(active, starting, since 0.00319601s) 2023-12-20T10:33:53.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:53 smithi027 ceph-mon[112866]: from='mgr.14100 172.21.15.27:0/2884703170' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-20T10:33:53.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:53 smithi027 ceph-mon[112866]: from='mgr.14100 172.21.15.27:0/2884703170' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-20T10:33:53.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:53 smithi027 ceph-mon[112866]: from='mgr.14100 172.21.15.27:0/2884703170' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-20T10:33:53.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:53 smithi027 ceph-mon[112866]: from='mgr.14100 172.21.15.27:0/2884703170' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:33:53.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:53 smithi027 ceph-mon[112866]: from='mgr.14100 172.21.15.27:0/2884703170' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-20T10:33:53.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:53 smithi027 ceph-mon[112866]: Manager daemon a is now available 2023-12-20T10:33:53.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:53 smithi027 ceph-mon[112866]: from='mgr.14100 172.21.15.27:0/2884703170' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-20T10:33:53.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:53 smithi027 ceph-mon[112866]: from='mgr.14100 172.21.15.27:0/2884703170' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-20T10:33:53.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:53 smithi027 ceph-mon[112866]: from='mgr.14100 172.21.15.27:0/2884703170' entity='mgr.a' 2023-12-20T10:33:53.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:53 smithi027 ceph-mon[112866]: from='mgr.14100 172.21.15.27:0/2884703170' entity='mgr.a' 2023-12-20T10:33:53.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:53 smithi027 ceph-mon[112866]: from='mgr.14100 172.21.15.27:0/2884703170' entity='mgr.a' 2023-12-20T10:33:55.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:55 smithi027 ceph-mon[112866]: mgrmap e3: a(active, since 1.00709s) 2023-12-20T10:33:56.526 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:56 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/312339890' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-20T10:33:57.234 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-12-20T10:33:57.234 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2023-12-20T10:33:57.235 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsid": "1f553904-9f23-11ee-95a5-87774f69a715", 2023-12-20T10:33:57.235 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "health": { 2023-12-20T10:33:57.235 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-20T10:33:57.235 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-20T10:33:57.235 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-20T10:33:57.235 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:57.235 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-20T10:33:57.235 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-20T10:33:57.235 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 0 2023-12-20T10:33:57.235 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:33:57.236 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-20T10:33:57.236 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "a" 2023-12-20T10:33:57.236 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:33:57.236 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2023-12-20T10:33:57.236 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-20T10:33:57.236 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:33:57.236 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-20T10:33:57.236 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-20T10:33:57.236 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:57.236 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-20T10:33:57.236 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:33:57.236 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-20T10:33:57.237 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-20T10:33:57.237 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-20T10:33:57.237 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-20T10:33:57.240 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-20T10:33:57.240 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-20T10:33:57.240 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:57.240 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-20T10:33:57.240 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-20T10:33:57.240 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-20T10:33:57.241 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-20T10:33:57.241 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-20T10:33:57.241 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-20T10:33:57.241 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-20T10:33:57.241 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-20T10:33:57.241 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-20T10:33:57.241 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:57.241 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-20T10:33:57.241 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:33:57.241 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-20T10:33:57.241 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-20T10:33:57.241 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:57.241 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-20T10:33:57.241 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-20T10:33:57.242 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-20T10:33:57.242 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-20T10:33:57.242 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-20T10:33:57.242 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-20T10:33:57.242 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "restful" 2023-12-20T10:33:57.242 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:33:57.242 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-20T10:33:57.242 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:57.242 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-20T10:33:57.242 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:33:57.242 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modified": "2023-12-20T10:33:41.201513+0000", 2023-12-20T10:33:57.242 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-20T10:33:57.242 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:33:57.242 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-20T10:33:57.243 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2023-12-20T10:33:57.243 INFO:teuthology.orchestra.run.smithi027.stdout:mgr is available 2023-12-20T10:33:57.387 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:57 smithi027 ceph-mon[112866]: mgrmap e4: a(active, since 3s) 2023-12-20T10:33:58.142 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:58 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/632550077' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-20T10:33:58.142 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:58 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/632550077' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-20T10:33:58.216 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-12-20T10:33:58.217 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout [global] 2023-12-20T10:33:58.217 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout fsid = 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:33:58.217 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-12-20T10:33:58.217 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-12-20T10:33:58.217 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-12-20T10:33:58.217 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-12-20T10:33:58.217 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-12-20T10:33:58.217 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout [mgr] 2023-12-20T10:33:58.217 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-12-20T10:33:58.217 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2023-12-20T10:33:58.217 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout [osd] 2023-12-20T10:33:58.218 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-12-20T10:33:58.218 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-12-20T10:33:58.218 INFO:teuthology.orchestra.run.smithi027.stdout:Enabling cephadm module... 2023-12-20T10:33:59.388 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:33:59 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/1432405098' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-20T10:33:59.388 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: ignoring --setuser ceph since I am not root 2023-12-20T10:33:59.388 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: ignoring --setgroup ceph since I am not root 2023-12-20T10:33:59.388 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:59.247+0000 7fef993bb200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-20T10:33:59.791 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:59.435+0000 7fef993bb200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-20T10:34:00.048 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:33:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:33:59.789+0000 7fef993bb200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-20T10:34:00.367 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:00 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:00.321+0000 7fef993bb200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-20T10:34:00.367 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:00 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/1432405098' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-20T10:34:00.367 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:00 smithi027 ceph-mon[112866]: mgrmap e5: a(active, since 6s) 2023-12-20T10:34:00.367 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:00 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/113965178' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-20T10:34:00.441 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2023-12-20T10:34:00.441 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-12-20T10:34:00.441 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-20T10:34:00.441 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-12-20T10:34:00.441 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-12-20T10:34:00.441 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2023-12-20T10:34:00.441 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for the mgr to restart... 2023-12-20T10:34:00.441 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for mgr epoch 5... 2023-12-20T10:34:00.798 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:00 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:00.570+0000 7fef993bb200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-20T10:34:01.298 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:01 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:01.018+0000 7fef993bb200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-20T10:34:02.048 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:01 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:01.761+0000 7fef993bb200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-20T10:34:02.048 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:01 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:01.851+0000 7fef993bb200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-20T10:34:02.765 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:02 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:02.483+0000 7fef993bb200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-20T10:34:02.765 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:02 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:02.572+0000 7fef993bb200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-20T10:34:02.766 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:02 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:02.665+0000 7fef993bb200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-20T10:34:03.048 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:02 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:02.763+0000 7fef993bb200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-20T10:34:03.048 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:02 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:02.997+0000 7fef993bb200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-20T10:34:03.422 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:03 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:03.095+0000 7fef993bb200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-20T10:34:03.423 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:03 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:03.320+0000 7fef993bb200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-20T10:34:03.705 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:03 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:03.420+0000 7fef993bb200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-20T10:34:03.705 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:03 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:03.613+0000 7fef993bb200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-20T10:34:04.048 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:03 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:03.703+0000 7fef993bb200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-20T10:34:04.798 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:04 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:04.499+0000 7fef993bb200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-20T10:34:04.798 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:04 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:04.703+0000 7fef993bb200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-20T10:34:05.298 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:04 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:04.890+0000 7fef993bb200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:34:05.967 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:05 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:05.581+0000 7fef993bb200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-20T10:34:05.967 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:05 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:05.772+0000 7fef993bb200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:34:06.298 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:05 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:05.965+0000 7fef993bb200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-20T10:34:06.298 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:06 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:06.088+0000 7fef993bb200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-20T10:34:06.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:06 smithi027 ceph-mon[112866]: Active manager daemon a restarted 2023-12-20T10:34:06.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:06 smithi027 ceph-mon[112866]: Activating manager daemon a 2023-12-20T10:34:06.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:06 smithi027 ceph-mon[112866]: osdmap e2: 0 total, 0 up, 0 in 2023-12-20T10:34:06.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:06 smithi027 ceph-mon[112866]: mgrmap e6: a(active, starting, since 0.00388756s) 2023-12-20T10:34:06.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:06 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:34:06.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:06 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-20T10:34:06.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:06 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-20T10:34:06.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:06 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-20T10:34:06.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:06 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-20T10:34:06.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:06 smithi027 ceph-mon[112866]: Manager daemon a is now available 2023-12-20T10:34:06.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:06 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' 2023-12-20T10:34:06.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:06 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' 2023-12-20T10:34:06.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:06 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:34:06.300 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:06 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:34:07.390 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:07 smithi027 ceph-mon[112866]: Found migration_current of "None". Setting to last migration. 2023-12-20T10:34:07.391 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:07 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:34:07.391 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:07 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-20T10:34:07.391 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:07 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-20T10:34:07.391 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:07 smithi027 ceph-mon[112866]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-20T10:34:07.391 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:07 smithi027 ceph-mon[112866]: mgrmap e7: a(active, since 1.0053s) 2023-12-20T10:34:07.391 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:07 smithi027 ceph-mon[112866]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-20T10:34:07.473 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2023-12-20T10:34:07.473 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-12-20T10:34:07.473 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "initialized": true 2023-12-20T10:34:07.473 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2023-12-20T10:34:07.473 INFO:teuthology.orchestra.run.smithi027.stdout:mgr epoch 5 is available 2023-12-20T10:34:07.473 INFO:teuthology.orchestra.run.smithi027.stdout:Setting orchestrator backend to cephadm... 2023-12-20T10:34:08.502 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:08 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' 2023-12-20T10:34:08.502 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:08 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' 2023-12-20T10:34:08.502 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:08 smithi027 ceph-mon[112866]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:34:08.502 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:08 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' 2023-12-20T10:34:08.502 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:08 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:34:08.502 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:08 smithi027 ceph-mon[112866]: [20/Dec/2023:10:34:08] ENGINE Bus STARTING 2023-12-20T10:34:09.321 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout value unchanged 2023-12-20T10:34:09.321 INFO:teuthology.orchestra.run.smithi027.stdout:Generating ssh key... 2023-12-20T10:34:09.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:09 smithi027 ceph-mon[112866]: [20/Dec/2023:10:34:08] ENGINE Serving on http://172.21.15.27:8765 2023-12-20T10:34:09.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:09 smithi027 ceph-mon[112866]: [20/Dec/2023:10:34:08] ENGINE Serving on https://172.21.15.27:7150 2023-12-20T10:34:09.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:09 smithi027 ceph-mon[112866]: [20/Dec/2023:10:34:08] ENGINE Bus STARTED 2023-12-20T10:34:09.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:09 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:34:09.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:09 smithi027 ceph-mon[112866]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:34:09.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:09 smithi027 ceph-mon[112866]: mgrmap e8: a(active, since 2s) 2023-12-20T10:34:10.332 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:10 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: Generating public/private rsa key pair. 2023-12-20T10:34:10.332 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:10 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: Your identification has been saved in /tmp/tmpjajqzh7y/key. 2023-12-20T10:34:10.332 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:10 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: Your public key has been saved in /tmp/tmpjajqzh7y/key.pub. 2023-12-20T10:34:10.332 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:10 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: The key fingerprint is: 2023-12-20T10:34:10.332 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:10 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: SHA256:2hMnZNr7u6PRyGIFodQQoKkz8cwrilSKeh41ERAC/Bg ceph-1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:34:10.332 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:10 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: The key's randomart image is: 2023-12-20T10:34:10.332 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:10 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: +---[RSA 3072]----+ 2023-12-20T10:34:10.333 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:10 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: |= ++=+. | 2023-12-20T10:34:10.333 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:10 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: | E . o.. | 2023-12-20T10:34:10.333 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:10 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: |+ + o . o | 2023-12-20T10:34:10.333 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:10 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: |.* . . * | 2023-12-20T10:34:10.333 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:10 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: |+ +.o . S . | 2023-12-20T10:34:10.333 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:10 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: |.ooo . = B | 2023-12-20T10:34:10.333 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:10 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: |ooo + B . | 2023-12-20T10:34:10.333 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:10 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: |=... . . +. | 2023-12-20T10:34:10.333 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:10 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: |+o. ..++ | 2023-12-20T10:34:10.334 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:10 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: +----[SHA256]-----+ 2023-12-20T10:34:11.273 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:11 smithi027 ceph-mon[112866]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:34:11.273 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:11 smithi027 ceph-mon[112866]: Generating ssh key... 2023-12-20T10:34:11.273 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:11 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' 2023-12-20T10:34:11.274 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:11 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' 2023-12-20T10:34:11.346 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCxeLhKCZZoW0kmlQZoPjrM/KUwzyzOvhr+ViutInzMuF5vY+TR+oWDWMurQtoT/PySvI9IQQ8DRA2XAzbzn+0jNW8+2bA4NZllj8QiBfd5GRLNwi0iyFaLEYC4vkpJtkNctf/GZ/4rZ4uTd8dgeC6JHm50UtHUWuxXVnXd5/WETpt2dxiqLoJFBAgOKMKN8rV5hG298ZSp1e5uITb0WflhpjlfC+sd9GXkBa2dR//avEEhNHER08AwQQAgX3YsKUpNhvVJjTApKDEdQzrNrdHd76jBtXyS1RmR95wVgLrRyPTH6XOLKfLxBLEsTvSIDv6hBpRxEwydKrITlRKaMYX1Q49SVGQ9Z4i5Cvzmp+DzdFXfJjDQB2prihGj5FxwJPW7kVBTrIVzVJSJXNA0Msch7ibQqvfNkFwGMRus8u12/E95xJ/EblkOuT5qcYTM/kz6t3DauQ0f8o7kdh6S3X53ULVlX4J3Otfy75fIupbHVZnp1zl93HQUgH59DRaQhuU= ceph-1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:34:11.347 INFO:teuthology.orchestra.run.smithi027.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-20T10:34:11.347 INFO:teuthology.orchestra.run.smithi027.stdout:Adding key to root@localhost authorized_keys... 2023-12-20T10:34:11.347 INFO:teuthology.orchestra.run.smithi027.stdout:Adding host smithi027... 2023-12-20T10:34:12.209 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:12 smithi027 ceph-mon[112866]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:34:13.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:13 smithi027 ceph-mon[112866]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi027", "addr": "172.21.15.27", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:34:14.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:14 smithi027 ceph-mon[112866]: Deploying cephadm binary to smithi027 2023-12-20T10:34:16.108 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout Added host 'smithi027' with addr '172.21.15.27' 2023-12-20T10:34:16.109 INFO:teuthology.orchestra.run.smithi027.stdout:Deploying unmanaged mon service... 2023-12-20T10:34:16.959 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:16 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' 2023-12-20T10:34:16.959 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:16 smithi027 ceph-mon[112866]: Added host smithi027 2023-12-20T10:34:16.959 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:16 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:34:16.960 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:16 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' 2023-12-20T10:34:17.112 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-12-20T10:34:17.112 INFO:teuthology.orchestra.run.smithi027.stdout:Deploying unmanaged mgr service... 2023-12-20T10:34:18.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:17 smithi027 ceph-mon[112866]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:34:18.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:17 smithi027 ceph-mon[112866]: Saving service mon spec with placement count:5 2023-12-20T10:34:18.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:17 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' 2023-12-20T10:34:18.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:17 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' 2023-12-20T10:34:18.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:17 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' 2023-12-20T10:34:18.087 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-12-20T10:34:19.039 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:18 smithi027 ceph-mon[112866]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:34:19.039 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:18 smithi027 ceph-mon[112866]: Saving service mgr spec with placement count:2 2023-12-20T10:34:19.039 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:18 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' 2023-12-20T10:34:19.039 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:18 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/815264888' entity='client.admin' 2023-12-20T10:34:20.072 INFO:teuthology.orchestra.run.smithi027.stdout:Enabling the dashboard module... 2023-12-20T10:34:20.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:20 smithi027 ceph-mon[112866]: from='mgr.14118 172.21.15.27:0/1697173612' entity='mgr.a' 2023-12-20T10:34:20.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:20 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/2419430856' entity='client.admin' 2023-12-20T10:34:21.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:21 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/1004011147' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-20T10:34:21.798 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:21 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: ignoring --setuser ceph since I am not root 2023-12-20T10:34:21.799 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:21 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: ignoring --setgroup ceph since I am not root 2023-12-20T10:34:21.799 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:21 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:21.711+0000 7f6519b72200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-20T10:34:22.062 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:21 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:21.897+0000 7f6519b72200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-20T10:34:22.518 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:22 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:22.252+0000 7f6519b72200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-20T10:34:22.790 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:22 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/1004011147' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-20T10:34:22.791 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:22 smithi027 ceph-mon[112866]: mgrmap e9: a(active, since 15s) 2023-12-20T10:34:23.046 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2023-12-20T10:34:23.047 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-12-20T10:34:23.047 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-20T10:34:23.047 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-12-20T10:34:23.047 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-12-20T10:34:23.047 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2023-12-20T10:34:23.048 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for the mgr to restart... 2023-12-20T10:34:23.048 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for mgr epoch 9... 2023-12-20T10:34:23.048 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:22 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:22.788+0000 7f6519b72200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-20T10:34:23.048 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:23 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:23.030+0000 7f6519b72200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-20T10:34:23.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:23 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/2667163430' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-20T10:34:23.799 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:23 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:23.481+0000 7f6519b72200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-20T10:34:24.548 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:24 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:24.243+0000 7f6519b72200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-20T10:34:24.548 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:24 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:24.335+0000 7f6519b72200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-20T10:34:25.257 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:24 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:24.972+0000 7f6519b72200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-20T10:34:25.257 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:25 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:25.061+0000 7f6519b72200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-20T10:34:25.257 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:25 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:25.156+0000 7f6519b72200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-20T10:34:25.548 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:25 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:25.255+0000 7f6519b72200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-20T10:34:25.548 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:25 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:25.490+0000 7f6519b72200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-20T10:34:25.918 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:25 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:25.588+0000 7f6519b72200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-20T10:34:25.918 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:25 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:25.815+0000 7f6519b72200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-20T10:34:25.919 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:25 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:25.916+0000 7f6519b72200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-20T10:34:26.203 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:26 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:26.110+0000 7f6519b72200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-20T10:34:27.298 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:26 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:26.201+0000 7f6519b72200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-20T10:34:27.298 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:27 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:27.001+0000 7f6519b72200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-20T10:34:27.298 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:27 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:27.206+0000 7f6519b72200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-20T10:34:27.798 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:27 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:27.395+0000 7f6519b72200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:34:28.475 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:28 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:28.089+0000 7f6519b72200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-20T10:34:28.475 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:28 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:28.281+0000 7f6519b72200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:34:28.475 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:28 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:28.472+0000 7f6519b72200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-20T10:34:28.729 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:34:28 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:34:28.595+0000 7f6519b72200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-20T10:34:28.729 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:28 smithi027 ceph-mon[112866]: Active manager daemon a restarted 2023-12-20T10:34:28.730 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:28 smithi027 ceph-mon[112866]: Activating manager daemon a 2023-12-20T10:34:28.730 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:28 smithi027 ceph-mon[112866]: osdmap e3: 0 total, 0 up, 0 in 2023-12-20T10:34:28.730 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:28 smithi027 ceph-mon[112866]: mgrmap e10: a(active, starting, since 0.00316999s) 2023-12-20T10:34:28.730 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:28 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:34:28.730 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:28 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-20T10:34:28.730 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:28 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-20T10:34:28.730 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:28 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-20T10:34:28.730 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:28 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-20T10:34:28.730 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:28 smithi027 ceph-mon[112866]: Manager daemon a is now available 2023-12-20T10:34:28.730 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:28 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:34:28.730 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:28 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:34:29.785 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:29 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-20T10:34:29.785 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:29 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-20T10:34:29.785 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:29 smithi027 ceph-mon[112866]: [20/Dec/2023:10:34:29] ENGINE Bus STARTING 2023-12-20T10:34:29.785 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:29 smithi027 ceph-mon[112866]: mgrmap e11: a(active, since 1.00604s) 2023-12-20T10:34:29.785 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:29 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:29.916 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2023-12-20T10:34:29.916 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-12-20T10:34:29.917 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "initialized": true 2023-12-20T10:34:29.917 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2023-12-20T10:34:29.917 INFO:teuthology.orchestra.run.smithi027.stdout:mgr epoch 9 is available 2023-12-20T10:34:29.917 INFO:teuthology.orchestra.run.smithi027.stdout:Generating a dashboard self-signed certificate... 2023-12-20T10:34:30.978 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-12-20T10:34:30.978 INFO:teuthology.orchestra.run.smithi027.stdout:Creating initial admin user... 2023-12-20T10:34:31.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:31 smithi027 ceph-mon[112866]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-20T10:34:31.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:31 smithi027 ceph-mon[112866]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-20T10:34:31.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:31 smithi027 ceph-mon[112866]: [20/Dec/2023:10:34:29] ENGINE Serving on http://172.21.15.27:8765 2023-12-20T10:34:31.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:31 smithi027 ceph-mon[112866]: [20/Dec/2023:10:34:29] ENGINE Serving on https://172.21.15.27:7150 2023-12-20T10:34:31.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:31 smithi027 ceph-mon[112866]: [20/Dec/2023:10:34:29] ENGINE Bus STARTED 2023-12-20T10:34:31.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:31 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:31.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:31 smithi027 ceph-mon[112866]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:34:31.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:31 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:31.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:31 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:32.402 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$EdInoUL94pY5FKzf3XOGcOL0vt4xk.E5cg2p/4Ktd63vrsjuAUuZC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703068472, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-20T10:34:32.402 INFO:teuthology.orchestra.run.smithi027.stdout:Fetching dashboard port number... 2023-12-20T10:34:32.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:32 smithi027 ceph-mon[112866]: mgrmap e12: a(active, since 2s) 2023-12-20T10:34:32.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:32 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:33.311 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 8443 2023-12-20T10:34:33.321 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-20T10:34:33.321 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout disabled 2023-12-20T10:34:33.329 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-20T10:34:33.329 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2023-12-20T10:34:33.329 INFO:teuthology.orchestra.run.smithi027.stdout:firewalld.service is not enabled 2023-12-20T10:34:33.329 INFO:teuthology.orchestra.run.smithi027.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-20T10:34:33.331 INFO:teuthology.orchestra.run.smithi027.stdout:Ceph Dashboard is now available at: 2023-12-20T10:34:33.331 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:34:33.331 INFO:teuthology.orchestra.run.smithi027.stdout: URL: https://smithi027.front.sepia.ceph.com:8443/ 2023-12-20T10:34:33.331 INFO:teuthology.orchestra.run.smithi027.stdout: User: admin 2023-12-20T10:34:33.331 INFO:teuthology.orchestra.run.smithi027.stdout: Password: z160hygt80 2023-12-20T10:34:33.331 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:34:33.332 INFO:teuthology.orchestra.run.smithi027.stdout:Saving cluster configuration to /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config directory 2023-12-20T10:34:33.332 INFO:teuthology.orchestra.run.smithi027.stdout:Enabling autotune for osd_memory_target 2023-12-20T10:34:33.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:33 smithi027 ceph-mon[112866]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:34:33.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:33 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/3188580229' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-20T10:34:35.277 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-12-20T10:34:35.277 INFO:teuthology.orchestra.run.smithi027.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-20T10:34:35.277 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:34:35.277 INFO:teuthology.orchestra.run.smithi027.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-20T10:34:35.277 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:34:35.277 INFO:teuthology.orchestra.run.smithi027.stdout:Or, if you are only running a single cluster on this host: 2023-12-20T10:34:35.277 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:34:35.277 INFO:teuthology.orchestra.run.smithi027.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-20T10:34:35.277 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:34:35.278 INFO:teuthology.orchestra.run.smithi027.stdout:Please consider enabling telemetry to help improve Ceph: 2023-12-20T10:34:35.278 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:34:35.278 INFO:teuthology.orchestra.run.smithi027.stdout: ceph telemetry on 2023-12-20T10:34:35.278 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:34:35.278 INFO:teuthology.orchestra.run.smithi027.stdout:For more information see: 2023-12-20T10:34:35.278 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:34:35.278 INFO:teuthology.orchestra.run.smithi027.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-12-20T10:34:35.278 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:34:35.278 INFO:teuthology.orchestra.run.smithi027.stdout:Bootstrap complete. 2023-12-20T10:34:35.318 INFO:tasks.cephadm:Fetching config... 2023-12-20T10:34:35.318 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-20T10:34:35.318 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-20T10:34:35.336 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-20T10:34:35.336 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-20T10:34:35.336 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-20T10:34:35.398 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-20T10:34:35.399 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-20T10:34:35.399 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-20T10:34:35.470 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-20T10:34:35.470 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-20T10:34:35.471 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-20T10:34:35.530 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-20T10:34:35.531 DEBUG:teuthology.orchestra.run.smithi027:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCxeLhKCZZoW0kmlQZoPjrM/KUwzyzOvhr+ViutInzMuF5vY+TR+oWDWMurQtoT/PySvI9IQQ8DRA2XAzbzn+0jNW8+2bA4NZllj8QiBfd5GRLNwi0iyFaLEYC4vkpJtkNctf/GZ/4rZ4uTd8dgeC6JHm50UtHUWuxXVnXd5/WETpt2dxiqLoJFBAgOKMKN8rV5hG298ZSp1e5uITb0WflhpjlfC+sd9GXkBa2dR//avEEhNHER08AwQQAgX3YsKUpNhvVJjTApKDEdQzrNrdHd76jBtXyS1RmR95wVgLrRyPTH6XOLKfLxBLEsTvSIDv6hBpRxEwydKrITlRKaMYX1Q49SVGQ9Z4i5Cvzmp+DzdFXfJjDQB2prihGj5FxwJPW7kVBTrIVzVJSJXNA0Msch7ibQqvfNkFwGMRus8u12/E95xJ/EblkOuT5qcYTM/kz6t3DauQ0f8o7kdh6S3X53ULVlX4J3Otfy75fIupbHVZnp1zl93HQUgH59DRaQhuU= ceph-1f553904-9f23-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-20T10:34:35.609 INFO:teuthology.orchestra.run.smithi027.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCxeLhKCZZoW0kmlQZoPjrM/KUwzyzOvhr+ViutInzMuF5vY+TR+oWDWMurQtoT/PySvI9IQQ8DRA2XAzbzn+0jNW8+2bA4NZllj8QiBfd5GRLNwi0iyFaLEYC4vkpJtkNctf/GZ/4rZ4uTd8dgeC6JHm50UtHUWuxXVnXd5/WETpt2dxiqLoJFBAgOKMKN8rV5hG298ZSp1e5uITb0WflhpjlfC+sd9GXkBa2dR//avEEhNHER08AwQQAgX3YsKUpNhvVJjTApKDEdQzrNrdHd76jBtXyS1RmR95wVgLrRyPTH6XOLKfLxBLEsTvSIDv6hBpRxEwydKrITlRKaMYX1Q49SVGQ9Z4i5Cvzmp+DzdFXfJjDQB2prihGj5FxwJPW7kVBTrIVzVJSJXNA0Msch7ibQqvfNkFwGMRus8u12/E95xJ/EblkOuT5qcYTM/kz6t3DauQ0f8o7kdh6S3X53ULVlX4J3Otfy75fIupbHVZnp1zl93HQUgH59DRaQhuU= ceph-1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:34:35.621 DEBUG:teuthology.orchestra.run.smithi063:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCxeLhKCZZoW0kmlQZoPjrM/KUwzyzOvhr+ViutInzMuF5vY+TR+oWDWMurQtoT/PySvI9IQQ8DRA2XAzbzn+0jNW8+2bA4NZllj8QiBfd5GRLNwi0iyFaLEYC4vkpJtkNctf/GZ/4rZ4uTd8dgeC6JHm50UtHUWuxXVnXd5/WETpt2dxiqLoJFBAgOKMKN8rV5hG298ZSp1e5uITb0WflhpjlfC+sd9GXkBa2dR//avEEhNHER08AwQQAgX3YsKUpNhvVJjTApKDEdQzrNrdHd76jBtXyS1RmR95wVgLrRyPTH6XOLKfLxBLEsTvSIDv6hBpRxEwydKrITlRKaMYX1Q49SVGQ9Z4i5Cvzmp+DzdFXfJjDQB2prihGj5FxwJPW7kVBTrIVzVJSJXNA0Msch7ibQqvfNkFwGMRus8u12/E95xJ/EblkOuT5qcYTM/kz6t3DauQ0f8o7kdh6S3X53ULVlX4J3Otfy75fIupbHVZnp1zl93HQUgH59DRaQhuU= ceph-1f553904-9f23-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-20T10:34:35.667 INFO:teuthology.orchestra.run.smithi063.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCxeLhKCZZoW0kmlQZoPjrM/KUwzyzOvhr+ViutInzMuF5vY+TR+oWDWMurQtoT/PySvI9IQQ8DRA2XAzbzn+0jNW8+2bA4NZllj8QiBfd5GRLNwi0iyFaLEYC4vkpJtkNctf/GZ/4rZ4uTd8dgeC6JHm50UtHUWuxXVnXd5/WETpt2dxiqLoJFBAgOKMKN8rV5hG298ZSp1e5uITb0WflhpjlfC+sd9GXkBa2dR//avEEhNHER08AwQQAgX3YsKUpNhvVJjTApKDEdQzrNrdHd76jBtXyS1RmR95wVgLrRyPTH6XOLKfLxBLEsTvSIDv6hBpRxEwydKrITlRKaMYX1Q49SVGQ9Z4i5Cvzmp+DzdFXfJjDQB2prihGj5FxwJPW7kVBTrIVzVJSJXNA0Msch7ibQqvfNkFwGMRus8u12/E95xJ/EblkOuT5qcYTM/kz6t3DauQ0f8o7kdh6S3X53ULVlX4J3Otfy75fIupbHVZnp1zl93HQUgH59DRaQhuU= ceph-1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:34:35.680 DEBUG:teuthology.orchestra.run.smithi111:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCxeLhKCZZoW0kmlQZoPjrM/KUwzyzOvhr+ViutInzMuF5vY+TR+oWDWMurQtoT/PySvI9IQQ8DRA2XAzbzn+0jNW8+2bA4NZllj8QiBfd5GRLNwi0iyFaLEYC4vkpJtkNctf/GZ/4rZ4uTd8dgeC6JHm50UtHUWuxXVnXd5/WETpt2dxiqLoJFBAgOKMKN8rV5hG298ZSp1e5uITb0WflhpjlfC+sd9GXkBa2dR//avEEhNHER08AwQQAgX3YsKUpNhvVJjTApKDEdQzrNrdHd76jBtXyS1RmR95wVgLrRyPTH6XOLKfLxBLEsTvSIDv6hBpRxEwydKrITlRKaMYX1Q49SVGQ9Z4i5Cvzmp+DzdFXfJjDQB2prihGj5FxwJPW7kVBTrIVzVJSJXNA0Msch7ibQqvfNkFwGMRus8u12/E95xJ/EblkOuT5qcYTM/kz6t3DauQ0f8o7kdh6S3X53ULVlX4J3Otfy75fIupbHVZnp1zl93HQUgH59DRaQhuU= ceph-1f553904-9f23-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-20T10:34:35.724 INFO:teuthology.orchestra.run.smithi111.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCxeLhKCZZoW0kmlQZoPjrM/KUwzyzOvhr+ViutInzMuF5vY+TR+oWDWMurQtoT/PySvI9IQQ8DRA2XAzbzn+0jNW8+2bA4NZllj8QiBfd5GRLNwi0iyFaLEYC4vkpJtkNctf/GZ/4rZ4uTd8dgeC6JHm50UtHUWuxXVnXd5/WETpt2dxiqLoJFBAgOKMKN8rV5hG298ZSp1e5uITb0WflhpjlfC+sd9GXkBa2dR//avEEhNHER08AwQQAgX3YsKUpNhvVJjTApKDEdQzrNrdHd76jBtXyS1RmR95wVgLrRyPTH6XOLKfLxBLEsTvSIDv6hBpRxEwydKrITlRKaMYX1Q49SVGQ9Z4i5Cvzmp+DzdFXfJjDQB2prihGj5FxwJPW7kVBTrIVzVJSJXNA0Msch7ibQqvfNkFwGMRus8u12/E95xJ/EblkOuT5qcYTM/kz6t3DauQ0f8o7kdh6S3X53ULVlX4J3Otfy75fIupbHVZnp1zl93HQUgH59DRaQhuU= ceph-1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:34:35.737 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-20T10:34:36.011 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:34:36.293 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:35 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/1735727259' entity='client.admin' 2023-12-20T10:34:36.293 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:35 smithi027 ceph-mon[112866]: mgrmap e13: a(active, since 6s) 2023-12-20T10:34:37.880 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-20T10:34:37.880 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-20T10:34:38.162 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:34:38.788 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:38 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/2620485972' entity='client.admin' 2023-12-20T10:34:39.691 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi063 2023-12-20T10:34:39.692 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-12-20T10:34:39.692 DEBUG:teuthology.orchestra.run.smithi063:> dd of=/etc/ceph/ceph.conf 2023-12-20T10:34:39.715 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-12-20T10:34:39.715 DEBUG:teuthology.orchestra.run.smithi063:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:34:39.776 INFO:tasks.cephadm:Adding host smithi063 to orchestrator... 2023-12-20T10:34:39.777 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph orch host add smithi063 2023-12-20T10:34:40.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:39 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:40.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:39 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:40.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:39 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi027", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:34:40.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:39 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:40.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:39 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:34:40.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:39 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:40.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:39 smithi027 ceph-mon[112866]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:34:40.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:39 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:40.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:39 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:34:40.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:39 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:34:40.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:39 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:34:40.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:39 smithi027 ceph-mon[112866]: Updating smithi027:/etc/ceph/ceph.conf 2023-12-20T10:34:40.052 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:34:41.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:41 smithi027 ceph-mon[112866]: Updating smithi027:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:34:41.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:41 smithi027 ceph-mon[112866]: Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:34:41.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:41 smithi027 ceph-mon[112866]: Updating smithi027:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:34:41.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:41 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:41.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:41 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:41.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:41 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:42.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:42 smithi027 ceph-mon[112866]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi063", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:34:43.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:43 smithi027 ceph-mon[112866]: Deploying cephadm binary to smithi063 2023-12-20T10:34:45.062 INFO:teuthology.orchestra.run.smithi027.stdout:Added host 'smithi063' with addr '172.21.15.63' 2023-12-20T10:34:45.445 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-20T10:34:45.709 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:34:46.424 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:46 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:46.424 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:46 smithi027 ceph-mon[112866]: Added host smithi063 2023-12-20T10:34:46.424 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:46 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:34:46.425 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:46 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:46.425 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:46 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:46.821 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:34:46.821 INFO:teuthology.orchestra.run.smithi027.stdout:[{"addr": "172.21.15.27", "hostname": "smithi027", "labels": [], "status": ""}, {"addr": "172.21.15.63", "hostname": "smithi063", "labels": [], "status": ""}] 2023-12-20T10:34:47.192 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi111 2023-12-20T10:34:47.193 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-12-20T10:34:47.193 DEBUG:teuthology.orchestra.run.smithi111:> dd of=/etc/ceph/ceph.conf 2023-12-20T10:34:47.215 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-12-20T10:34:47.215 DEBUG:teuthology.orchestra.run.smithi111:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:34:47.276 INFO:tasks.cephadm:Adding host smithi111 to orchestrator... 2023-12-20T10:34:47.276 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph orch host add smithi111 2023-12-20T10:34:47.539 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:34:47.871 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:47 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:49.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:48 smithi027 ceph-mon[112866]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-20T10:34:50.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:49 smithi027 ceph-mon[112866]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:34:50.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:49 smithi027 ceph-mon[112866]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi111", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:34:50.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:49 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:50.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:49 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:50.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:49 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:50.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:49 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:50.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:49 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:34:50.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:49 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:34:50.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:49 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:34:50.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:49 smithi027 ceph-mon[112866]: Updating smithi063:/etc/ceph/ceph.conf 2023-12-20T10:34:50.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:49 smithi027 ceph-mon[112866]: Updating smithi063:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:34:50.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:49 smithi027 ceph-mon[112866]: Deploying cephadm binary to smithi111 2023-12-20T10:34:50.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:49 smithi027 ceph-mon[112866]: Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:34:51.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:50 smithi027 ceph-mon[112866]: Updating smithi063:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:34:52.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:51 smithi027 ceph-mon[112866]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:34:52.679 INFO:teuthology.orchestra.run.smithi027.stdout:Added host 'smithi111' with addr '172.21.15.111' 2023-12-20T10:34:53.007 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-20T10:34:53.284 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:34:53.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:53 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:53.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:53 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:53.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:53 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:53.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:53 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:53.549 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:53 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:34:53.549 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:53 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:54.445 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:34:54.445 INFO:teuthology.orchestra.run.smithi027.stdout:[{"addr": "172.21.15.27", "hostname": "smithi027", "labels": [], "status": ""}, {"addr": "172.21.15.63", "hostname": "smithi063", "labels": [], "status": ""}, {"addr": "172.21.15.111", "hostname": "smithi111", "labels": [], "status": ""}] 2023-12-20T10:34:54.735 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:54 smithi027 ceph-mon[112866]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:34:54.735 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:54 smithi027 ceph-mon[112866]: Added host smithi111 2023-12-20T10:34:54.735 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:54 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:54.735 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:54 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:54.835 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-20T10:34:54.835 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-20T10:34:55.099 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:34:55.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:55 smithi027 ceph-mon[112866]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-20T10:34:56.581 INFO:teuthology.orchestra.run.smithi027.stderr:adjusted tunables profile to default 2023-12-20T10:34:56.843 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:56 smithi027 ceph-mon[112866]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:34:56.843 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:56 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/2479446842' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-20T10:34:56.843 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:56 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:56.843 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:56 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:56.843 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:56 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:56.843 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:56 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:56.843 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:56 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:34:56.843 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:56 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:34:56.843 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:56 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:34:56.943 INFO:tasks.cephadm:Adding mon.a on smithi027 2023-12-20T10:34:56.943 INFO:tasks.cephadm:Adding mon.b on smithi063 2023-12-20T10:34:56.943 INFO:tasks.cephadm:Adding mon.c on smithi111 2023-12-20T10:34:56.943 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph orch apply mon '3;smithi027:172.21.15.27=a;smithi063:172.21.15.63=b;smithi111:172.21.15.111=c' 2023-12-20T10:34:57.245 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:34:58.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:57 smithi027 ceph-mon[112866]: Updating smithi111:/etc/ceph/ceph.conf 2023-12-20T10:34:58.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:57 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/2479446842' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-20T10:34:58.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:57 smithi027 ceph-mon[112866]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:34:58.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:57 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:58.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:57 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:58.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:57 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:58.418 INFO:teuthology.orchestra.run.smithi111.stdout:Scheduled mon update... 2023-12-20T10:34:58.793 DEBUG:teuthology.orchestra.run.smithi063:mon.b> sudo journalctl -f -n 0 -u ceph-1f553904-9f23-11ee-95a5-87774f69a715@mon.b.service 2023-12-20T10:34:58.795 DEBUG:teuthology.orchestra.run.smithi111:mon.c> sudo journalctl -f -n 0 -u ceph-1f553904-9f23-11ee-95a5-87774f69a715@mon.c.service 2023-12-20T10:34:58.798 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-20T10:34:58.798 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-20T10:34:58.828 INFO:journalctl@ceph.mon.c.smithi111.stdout:-- Logs begin at Wed 2023-12-20 08:55:16 UTC. -- 2023-12-20T10:34:58.833 INFO:journalctl@ceph.mon.b.smithi063.stdout:-- Logs begin at Wed 2023-12-20 08:55:04 UTC. -- 2023-12-20T10:34:59.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:58 smithi027 ceph-mon[112866]: Updating smithi111:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:34:59.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:58 smithi027 ceph-mon[112866]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:34:59.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:58 smithi027 ceph-mon[112866]: Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:34:59.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:58 smithi027 ceph-mon[112866]: Updating smithi111:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:34:59.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:58 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:59.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:58 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:34:59.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:58 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:34:59.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:58 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:34:59.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:58 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:34:59.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:58 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:34:59.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:58 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:34:59.396 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:35:00.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:59 smithi027 ceph-mon[112866]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi027:172.21.15.27=a;smithi063:172.21.15.63=b;smithi111:172.21.15.111=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:35:00.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:59 smithi027 ceph-mon[112866]: Saving service mon spec with placement smithi027:172.21.15.27=a;smithi063:172.21.15.63=b;smithi111:172.21.15.111=c;count:3 2023-12-20T10:35:00.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:34:59 smithi027 ceph-mon[112866]: Deploying daemon mon.c on smithi111 2023-12-20T10:35:01.012 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:35:01.012 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":1,"fsid":"1f553904-9f23-11ee-95a5-87774f69a715","modified":"2023-12-20T10:33:39.233746Z","created":"2023-12-20T10:33:39.233746Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-20T10:35:01.014 INFO:teuthology.orchestra.run.smithi111.stderr:dumped monmap epoch 1 2023-12-20T10:35:01.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:00 smithi027 ceph-mon[112866]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:01.980 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 systemd[1]: Started Ceph mon.c for 1f553904-9f23-11ee-95a5-87774f69a715. 2023-12-20T10:35:01.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: load: jerasure load: lrc 2023-12-20T10:35:01.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: RocksDB version: 7.9.2 2023-12-20T10:35:01.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Git sha 0 2023-12-20T10:35:01.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Compile date 2023-12-18 20:25:43 2023-12-20T10:35:01.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: DB SUMMARY 2023-12-20T10:35:01.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: DB Session ID: SK6UAJTVKY97C0TW9VLF 2023-12-20T10:35:01.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: CURRENT file: CURRENT 2023-12-20T10:35:01.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: IDENTITY file: IDENTITY 2023-12-20T10:35:01.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-12-20T10:35:01.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2023-12-20T10:35:01.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2023-12-20T10:35:01.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.error_if_exists: 0 2023-12-20T10:35:01.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.create_if_missing: 0 2023-12-20T10:35:01.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.paranoid_checks: 1 2023-12-20T10:35:01.982 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.flush_verify_memtable_count: 1 2023-12-20T10:35:01.983 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-20T10:35:01.983 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-20T10:35:01.983 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.env: 0x561e60576a60 2023-12-20T10:35:01.983 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.fs: PosixFileSystem 2023-12-20T10:35:01.983 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.info_log: 0x561e62213740 2023-12-20T10:35:01.983 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_file_opening_threads: 16 2023-12-20T10:35:01.983 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.statistics: (nil) 2023-12-20T10:35:01.984 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.use_fsync: 0 2023-12-20T10:35:01.984 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_log_file_size: 0 2023-12-20T10:35:01.984 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-20T10:35:01.984 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-20T10:35:01.984 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.keep_log_file_num: 1000 2023-12-20T10:35:01.984 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.recycle_log_file_num: 0 2023-12-20T10:35:01.984 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.allow_fallocate: 1 2023-12-20T10:35:01.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.allow_mmap_reads: 0 2023-12-20T10:35:01.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.allow_mmap_writes: 0 2023-12-20T10:35:01.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.use_direct_reads: 0 2023-12-20T10:35:01.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-20T10:35:01.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.create_missing_column_families: 0 2023-12-20T10:35:01.985 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.db_log_dir: 2023-12-20T10:35:01.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.wal_dir: 2023-12-20T10:35:01.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-20T10:35:01.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-20T10:35:01.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-20T10:35:01.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-20T10:35:01.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-20T10:35:01.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-20T10:35:01.986 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.advise_random_on_open: 1 2023-12-20T10:35:01.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.db_write_buffer_size: 0 2023-12-20T10:35:01.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.write_buffer_manager: 0x561e621c9360 2023-12-20T10:35:01.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-20T10:35:01.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-20T10:35:01.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-20T10:35:01.987 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.rate_limiter: (nil) 2023-12-20T10:35:01.988 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-20T10:35:01.988 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.wal_recovery_mode: 2 2023-12-20T10:35:01.988 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.enable_thread_tracking: 0 2023-12-20T10:35:01.988 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.enable_pipelined_write: 0 2023-12-20T10:35:01.988 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.unordered_write: 0 2023-12-20T10:35:01.988 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-20T10:35:01.988 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-20T10:35:01.988 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-20T10:35:01.988 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-20T10:35:01.988 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.row_cache: None 2023-12-20T10:35:01.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.wal_filter: None 2023-12-20T10:35:01.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-20T10:35:01.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.allow_ingest_behind: 0 2023-12-20T10:35:01.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.two_write_queues: 0 2023-12-20T10:35:01.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.manual_wal_flush: 0 2023-12-20T10:35:01.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.wal_compression: 0 2023-12-20T10:35:01.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.atomic_flush: 0 2023-12-20T10:35:01.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-20T10:35:01.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-20T10:35:01.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-20T10:35:01.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.log_readahead_size: 0 2023-12-20T10:35:01.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-20T10:35:01.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.best_efforts_recovery: 0 2023-12-20T10:35:01.989 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-20T10:35:01.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-20T10:35:01.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.allow_data_in_errors: 0 2023-12-20T10:35:01.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.db_host_id: __hostname__ 2023-12-20T10:35:01.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.enforce_single_del_contracts: true 2023-12-20T10:35:01.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_background_jobs: 2 2023-12-20T10:35:01.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_background_compactions: -1 2023-12-20T10:35:01.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_subcompactions: 1 2023-12-20T10:35:01.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-20T10:35:01.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-20T10:35:01.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-20T10:35:01.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_total_wal_size: 0 2023-12-20T10:35:01.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-20T10:35:01.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-20T10:35:01.990 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-20T10:35:01.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-20T10:35:01.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_open_files: -1 2023-12-20T10:35:01.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.bytes_per_sync: 0 2023-12-20T10:35:01.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-20T10:35:01.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-20T10:35:01.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compaction_readahead_size: 0 2023-12-20T10:35:01.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_background_flushes: -1 2023-12-20T10:35:01.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Compression algorithms supported: 2023-12-20T10:35:01.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-20T10:35:01.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: kZSTD supported: 0 2023-12-20T10:35:01.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: kXpressCompression supported: 0 2023-12-20T10:35:01.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: kLZ4HCCompression supported: 1 2023-12-20T10:35:01.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: kZlibCompression supported: 1 2023-12-20T10:35:01.991 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: kSnappyCompression supported: 1 2023-12-20T10:35:01.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: kLZ4Compression supported: 1 2023-12-20T10:35:01.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: kBZip2Compression supported: 0 2023-12-20T10:35:01.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-20T10:35:01.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: DMutex implementation: pthread_mutex_t 2023-12-20T10:35:01.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2023-12-20T10:35:01.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-20T10:35:01.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-20T10:35:01.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.merge_operator: 2023-12-20T10:35:01.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compaction_filter: None 2023-12-20T10:35:01.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compaction_filter_factory: None 2023-12-20T10:35:01.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.sst_partitioner_factory: None 2023-12-20T10:35:01.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-20T10:35:01.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-20T10:35:01.992 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561e62213860) 2023-12-20T10:35:01.993 INFO:journalctl@ceph.mon.c.smithi111.stdout: cache_index_and_filter_blocks: 1 2023-12-20T10:35:01.993 INFO:journalctl@ceph.mon.c.smithi111.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-20T10:35:01.993 INFO:journalctl@ceph.mon.c.smithi111.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-20T10:35:01.993 INFO:journalctl@ceph.mon.c.smithi111.stdout: pin_top_level_index_and_filter: 1 2023-12-20T10:35:01.993 INFO:journalctl@ceph.mon.c.smithi111.stdout: index_type: 0 2023-12-20T10:35:01.993 INFO:journalctl@ceph.mon.c.smithi111.stdout: data_block_index_type: 0 2023-12-20T10:35:01.993 INFO:journalctl@ceph.mon.c.smithi111.stdout: index_shortening: 1 2023-12-20T10:35:01.993 INFO:journalctl@ceph.mon.c.smithi111.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-20T10:35:01.993 INFO:journalctl@ceph.mon.c.smithi111.stdout: checksum: 4 2023-12-20T10:35:01.993 INFO:journalctl@ceph.mon.c.smithi111.stdout: no_block_cache: 0 2023-12-20T10:35:01.993 INFO:journalctl@ceph.mon.c.smithi111.stdout: block_cache: 0x561e62269090 2023-12-20T10:35:01.993 INFO:journalctl@ceph.mon.c.smithi111.stdout: block_cache_name: BinnedLRUCache 2023-12-20T10:35:01.993 INFO:journalctl@ceph.mon.c.smithi111.stdout: block_cache_options: 2023-12-20T10:35:01.993 INFO:journalctl@ceph.mon.c.smithi111.stdout: capacity : 536870912 2023-12-20T10:35:01.994 INFO:journalctl@ceph.mon.c.smithi111.stdout: num_shard_bits : 4 2023-12-20T10:35:01.994 INFO:journalctl@ceph.mon.c.smithi111.stdout: strict_capacity_limit : 0 2023-12-20T10:35:01.994 INFO:journalctl@ceph.mon.c.smithi111.stdout: high_pri_pool_ratio: 0.000 2023-12-20T10:35:01.994 INFO:journalctl@ceph.mon.c.smithi111.stdout: block_cache_compressed: (nil) 2023-12-20T10:35:01.994 INFO:journalctl@ceph.mon.c.smithi111.stdout: persistent_cache: (nil) 2023-12-20T10:35:01.994 INFO:journalctl@ceph.mon.c.smithi111.stdout: block_size: 4096 2023-12-20T10:35:01.994 INFO:journalctl@ceph.mon.c.smithi111.stdout: block_size_deviation: 10 2023-12-20T10:35:01.994 INFO:journalctl@ceph.mon.c.smithi111.stdout: block_restart_interval: 16 2023-12-20T10:35:01.994 INFO:journalctl@ceph.mon.c.smithi111.stdout: index_block_restart_interval: 1 2023-12-20T10:35:01.994 INFO:journalctl@ceph.mon.c.smithi111.stdout: metadata_block_size: 4096 2023-12-20T10:35:01.994 INFO:journalctl@ceph.mon.c.smithi111.stdout: partition_filters: 0 2023-12-20T10:35:01.994 INFO:journalctl@ceph.mon.c.smithi111.stdout: use_delta_encoding: 1 2023-12-20T10:35:01.994 INFO:journalctl@ceph.mon.c.smithi111.stdout: filter_policy: bloomfilter 2023-12-20T10:35:01.994 INFO:journalctl@ceph.mon.c.smithi111.stdout: whole_key_filtering: 1 2023-12-20T10:35:01.995 INFO:journalctl@ceph.mon.c.smithi111.stdout: verify_compression: 0 2023-12-20T10:35:01.995 INFO:journalctl@ceph.mon.c.smithi111.stdout: read_amp_bytes_per_bit: 0 2023-12-20T10:35:01.995 INFO:journalctl@ceph.mon.c.smithi111.stdout: format_version: 5 2023-12-20T10:35:01.995 INFO:journalctl@ceph.mon.c.smithi111.stdout: enable_index_compression: 1 2023-12-20T10:35:01.995 INFO:journalctl@ceph.mon.c.smithi111.stdout: block_align: 0 2023-12-20T10:35:01.995 INFO:journalctl@ceph.mon.c.smithi111.stdout: max_auto_readahead_size: 262144 2023-12-20T10:35:01.995 INFO:journalctl@ceph.mon.c.smithi111.stdout: prepopulate_block_cache: 0 2023-12-20T10:35:01.995 INFO:journalctl@ceph.mon.c.smithi111.stdout: initial_auto_readahead_size: 8192 2023-12-20T10:35:01.995 INFO:journalctl@ceph.mon.c.smithi111.stdout: num_file_reads_for_auto_readahead: 2 2023-12-20T10:35:01.995 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.write_buffer_size: 33554432 2023-12-20T10:35:01.995 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_write_buffer_number: 2 2023-12-20T10:35:01.995 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compression: NoCompression 2023-12-20T10:35:01.995 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.bottommost_compression: Disabled 2023-12-20T10:35:01.995 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.prefix_extractor: nullptr 2023-12-20T10:35:01.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-20T10:35:01.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.num_levels: 7 2023-12-20T10:35:01.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-20T10:35:01.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-20T10:35:01.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-20T10:35:01.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-20T10:35:01.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-20T10:35:01.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-20T10:35:01.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-20T10:35:01.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-20T10:35:01.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-20T10:35:01.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-20T10:35:01.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-20T10:35:01.996 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-20T10:35:01.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-20T10:35:01.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compression_opts.level: 32767 2023-12-20T10:35:01.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compression_opts.strategy: 0 2023-12-20T10:35:01.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-20T10:35:01.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-20T10:35:01.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-20T10:35:01.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-20T10:35:01.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compression_opts.enabled: false 2023-12-20T10:35:01.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-20T10:35:01.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-20T10:35:01.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-20T10:35:01.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-20T10:35:01.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.target_file_size_base: 67108864 2023-12-20T10:35:01.997 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-20T10:35:01.998 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-20T10:35:01.998 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-20T10:35:01.998 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-20T10:35:01.998 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-20T10:35:01.998 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-20T10:35:01.998 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-20T10:35:01.998 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-20T10:35:01.998 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-20T10:35:01.998 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-20T10:35:01.998 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-20T10:35:01.998 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-20T10:35:01.998 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-20T10:35:01.998 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-20T10:35:01.998 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.arena_block_size: 1048576 2023-12-20T10:35:01.999 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-20T10:35:01.999 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-20T10:35:01.999 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.disable_auto_compactions: 0 2023-12-20T10:35:01.999 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-20T10:35:01.999 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-20T10:35:01.999 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-20T10:35:01.999 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-20T10:35:01.999 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-20T10:35:01.999 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-20T10:35:01.999 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-20T10:35:01.999 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-20T10:35:01.999 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-20T10:35:01.999 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-20T10:35:01.999 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.table_properties_collectors: 2023-12-20T10:35:02.000 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.inplace_update_support: 0 2023-12-20T10:35:02.000 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-20T10:35:02.000 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-20T10:35:02.000 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-20T10:35:02.000 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-20T10:35:02.000 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.bloom_locality: 0 2023-12-20T10:35:02.000 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.max_successive_merges: 0 2023-12-20T10:35:02.000 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-20T10:35:02.000 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.paranoid_file_checks: 0 2023-12-20T10:35:02.000 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.force_consistency_checks: 1 2023-12-20T10:35:02.000 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.report_bg_io_stats: 0 2023-12-20T10:35:02.000 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.ttl: 2592000 2023-12-20T10:35:02.000 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-20T10:35:02.000 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-20T10:35:02.001 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-20T10:35:02.001 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.enable_blob_files: false 2023-12-20T10:35:02.001 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.min_blob_size: 0 2023-12-20T10:35:02.001 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.blob_file_size: 268435456 2023-12-20T10:35:02.001 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-20T10:35:02.001 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-20T10:35:02.001 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-20T10:35:02.001 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-20T10:35:02.001 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-20T10:35:02.001 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.blob_file_starting_level: 0 2023-12-20T10:35:02.001 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-20T10:35:02.001 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-20T10:35:02.001 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-12-20T10:35:02.001 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 41a1a904-2578-41e1-8cdb-0a8744688fcf 2023-12-20T10:35:02.002 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703068501485616, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-20T10:35:02.002 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-12-20T10:35:02.002 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703068501486202, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1703068501, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "41a1a904-2578-41e1-8cdb-0a8744688fcf", "db_session_id": "SK6UAJTVKY97C0TW9VLF", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-12-20T10:35:02.002 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703068501486303, "job": 1, "event": "recovery_finished"} 2023-12-20T10:35:02.002 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-12-20T10:35:02.002 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-20T10:35:02.002 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x561e62304000 2023-12-20T10:35:02.002 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: DB pointer 0x561e622f0000 2023-12-20T10:35:02.002 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-20T10:35:02.002 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-20T10:35:02.002 INFO:journalctl@ceph.mon.c.smithi111.stdout: ** DB Stats ** 2023-12-20T10:35:02.002 INFO:journalctl@ceph.mon.c.smithi111.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-20T10:35:02.002 INFO:journalctl@ceph.mon.c.smithi111.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-12-20T10:35:02.003 INFO:journalctl@ceph.mon.c.smithi111.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-20T10:35:02.003 INFO:journalctl@ceph.mon.c.smithi111.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-20T10:35:02.003 INFO:journalctl@ceph.mon.c.smithi111.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-12-20T10:35:02.003 INFO:journalctl@ceph.mon.c.smithi111.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-20T10:35:02.003 INFO:journalctl@ceph.mon.c.smithi111.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-20T10:35:02.003 INFO:journalctl@ceph.mon.c.smithi111.stdout: 2023-12-20T10:35:02.003 INFO:journalctl@ceph.mon.c.smithi111.stdout: ** Compaction Stats [default] ** 2023-12-20T10:35:02.003 INFO:journalctl@ceph.mon.c.smithi111.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-20T10:35:02.003 INFO:journalctl@ceph.mon.c.smithi111.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-20T10:35:02.003 INFO:journalctl@ceph.mon.c.smithi111.stdout: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-20T10:35:02.003 INFO:journalctl@ceph.mon.c.smithi111.stdout: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-20T10:35:02.003 INFO:journalctl@ceph.mon.c.smithi111.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-20T10:35:02.003 INFO:journalctl@ceph.mon.c.smithi111.stdout: 2023-12-20T10:35:02.003 INFO:journalctl@ceph.mon.c.smithi111.stdout: ** Compaction Stats [default] ** 2023-12-20T10:35:02.003 INFO:journalctl@ceph.mon.c.smithi111.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-20T10:35:02.004 INFO:journalctl@ceph.mon.c.smithi111.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-20T10:35:02.004 INFO:journalctl@ceph.mon.c.smithi111.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-20T10:35:02.004 INFO:journalctl@ceph.mon.c.smithi111.stdout: 2023-12-20T10:35:02.004 INFO:journalctl@ceph.mon.c.smithi111.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-20T10:35:02.004 INFO:journalctl@ceph.mon.c.smithi111.stdout: 2023-12-20T10:35:02.004 INFO:journalctl@ceph.mon.c.smithi111.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-20T10:35:02.004 INFO:journalctl@ceph.mon.c.smithi111.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-20T10:35:02.004 INFO:journalctl@ceph.mon.c.smithi111.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-20T10:35:02.004 INFO:journalctl@ceph.mon.c.smithi111.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-20T10:35:02.004 INFO:journalctl@ceph.mon.c.smithi111.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-20T10:35:02.004 INFO:journalctl@ceph.mon.c.smithi111.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-20T10:35:02.004 INFO:journalctl@ceph.mon.c.smithi111.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-12-20T10:35:02.004 INFO:journalctl@ceph.mon.c.smithi111.stdout: Interval compaction: 0.00 GB write, 0.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-20T10:35:02.004 INFO:journalctl@ceph.mon.c.smithi111.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-12-20T10:35:02.005 INFO:journalctl@ceph.mon.c.smithi111.stdout: Block cache BinnedLRUCache@0x561e62269090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2023-12-20T10:35:02.005 INFO:journalctl@ceph.mon.c.smithi111.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2023-12-20T10:35:02.005 INFO:journalctl@ceph.mon.c.smithi111.stdout: 2023-12-20T10:35:02.005 INFO:journalctl@ceph.mon.c.smithi111.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-20T10:35:02.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: mon.c does not exist in monmap, will attempt to join an existing cluster 2023-12-20T10:35:02.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: using public_addr v2:172.21.15.111:0/0 -> [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] 2023-12-20T10:35:02.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: starting mon.c rank -1 at public addrs [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] at bind addrs [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:35:02.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: mon.c@-1(???) e0 preinit fsid 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:35:02.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: mon.c@-1(synchronizing).mds e1 new map 2023-12-20T10:35:02.005 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: mon.c@-1(synchronizing).mds e1 print_map 2023-12-20T10:35:02.005 INFO:journalctl@ceph.mon.c.smithi111.stdout: e1 2023-12-20T10:35:02.005 INFO:journalctl@ceph.mon.c.smithi111.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-20T10:35:02.005 INFO:journalctl@ceph.mon.c.smithi111.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-12-20T10:35:02.005 INFO:journalctl@ceph.mon.c.smithi111.stdout: legacy client fscid: -1 2023-12-20T10:35:02.006 INFO:journalctl@ceph.mon.c.smithi111.stdout: 2023-12-20T10:35:02.006 INFO:journalctl@ceph.mon.c.smithi111.stdout: No filesystems configured 2023-12-20T10:35:02.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-20T10:35:02.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-20T10:35:02.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-20T10:35:02.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-20T10:35:02.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-20T10:35:02.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-20T10:35:02.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-20T10:35:02.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-20T10:35:02.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-20T10:35:02.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-20T10:35:02.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: Updating smithi111:/etc/ceph/ceph.conf 2023-12-20T10:35:02.006 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/2479446842' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-20T10:35:02.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:35:02.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:02.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:02.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:02.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: Updating smithi111:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:35:02.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:02.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:35:02.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: Updating smithi111:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:35:02.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:02.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:02.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:02.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:02.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:02.007 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:35:02.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:02.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi027:172.21.15.27=a;smithi063:172.21.15.63=b;smithi111:172.21.15.111=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:35:02.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: Saving service mon spec with placement smithi027:172.21.15.27=a;smithi063:172.21.15.63=b;smithi111:172.21.15.111=c;count:3 2023-12-20T10:35:02.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: Deploying daemon mon.c on smithi111 2023-12-20T10:35:02.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:02.008 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:01 smithi111 ceph-mon[117531]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-20T10:35:02.401 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-20T10:35:02.402 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-20T10:35:02.669 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.c/config 2023-12-20T10:35:06.919 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:35:06.919 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":2,"fsid":"1f553904-9f23-11ee-95a5-87774f69a715","modified":"2023-12-20T10:35:01.512796Z","created":"2023-12-20T10:33:39.233746Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:3300","nonce":0},{"type":"v1","addr":"172.21.15.111:6789","nonce":0}]},"addr":"172.21.15.111:6789/0","public_addr":"172.21.15.111:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-20T10:35:06.921 INFO:teuthology.orchestra.run.smithi111.stderr:dumped monmap epoch 2 2023-12-20T10:35:06.941 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:06.941 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:35:06.941 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: mon.a calling monitor election 2023-12-20T10:35:06.941 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:06.942 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:06.942 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:06.942 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:06.942 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: mon.c calling monitor election 2023-12-20T10:35:06.942 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:06.942 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:06.942 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:06.942 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:06.942 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-20T10:35:06.942 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: monmap e2: 2 mons at {a=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],c=[v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-20T10:35:06.942 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: fsmap 2023-12-20T10:35:06.942 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:35:06.942 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: mgrmap e13: a(active, since 37s) 2023-12-20T10:35:06.942 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: overall HEALTH_OK 2023-12-20T10:35:06.943 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:06.943 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:06.943 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:06.943 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:06 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:35:07.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:07.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:35:07.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: mon.a calling monitor election 2023-12-20T10:35:07.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:07.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:07.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:07.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:07.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: mon.c calling monitor election 2023-12-20T10:35:07.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:07.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:07.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:07.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:07.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-20T10:35:07.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: monmap e2: 2 mons at {a=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],c=[v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-20T10:35:07.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: fsmap 2023-12-20T10:35:07.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:35:07.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: mgrmap e13: a(active, since 37s) 2023-12-20T10:35:07.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: overall HEALTH_OK 2023-12-20T10:35:07.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:07.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:07.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:07.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:06 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:35:07.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:07 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:07.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:07 smithi111 ceph-mon[117531]: Deploying daemon mon.b on smithi063 2023-12-20T10:35:07.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:07 smithi111 ceph-mon[117531]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:07.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:07 smithi111 ceph-mon[117531]: from='client.? 172.21.15.111:0/4102217993' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-20T10:35:07.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:07 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:08.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:07 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:08.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:07 smithi027 ceph-mon[112866]: Deploying daemon mon.b on smithi063 2023-12-20T10:35:08.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:07 smithi027 ceph-mon[112866]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:08.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:07 smithi027 ceph-mon[112866]: from='client.? 172.21.15.111:0/4102217993' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-20T10:35:08.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:07 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:08.316 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-20T10:35:08.316 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-20T10:35:08.583 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.c/config 2023-12-20T10:35:09.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 systemd[1]: Started Ceph mon.b for 1f553904-9f23-11ee-95a5-87774f69a715. 2023-12-20T10:35:09.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: load: jerasure load: lrc 2023-12-20T10:35:09.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: RocksDB version: 7.9.2 2023-12-20T10:35:09.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Git sha 0 2023-12-20T10:35:09.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Compile date 2023-12-18 20:25:43 2023-12-20T10:35:09.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: DB SUMMARY 2023-12-20T10:35:09.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: DB Session ID: 0GVCKVYM7EPAK20K9FAV 2023-12-20T10:35:09.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: CURRENT file: CURRENT 2023-12-20T10:35:09.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: IDENTITY file: IDENTITY 2023-12-20T10:35:09.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-12-20T10:35:09.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2023-12-20T10:35:09.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2023-12-20T10:35:09.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.error_if_exists: 0 2023-12-20T10:35:09.640 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.create_if_missing: 0 2023-12-20T10:35:09.640 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.paranoid_checks: 1 2023-12-20T10:35:09.640 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.flush_verify_memtable_count: 1 2023-12-20T10:35:09.640 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-20T10:35:09.640 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-20T10:35:09.640 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.env: 0x55bc32219a60 2023-12-20T10:35:09.640 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.fs: PosixFileSystem 2023-12-20T10:35:09.640 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.info_log: 0x55bc34817740 2023-12-20T10:35:09.640 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_file_opening_threads: 16 2023-12-20T10:35:09.640 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.statistics: (nil) 2023-12-20T10:35:09.640 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.use_fsync: 0 2023-12-20T10:35:09.640 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_log_file_size: 0 2023-12-20T10:35:09.640 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-20T10:35:09.640 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-20T10:35:09.641 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.keep_log_file_num: 1000 2023-12-20T10:35:09.641 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.recycle_log_file_num: 0 2023-12-20T10:35:09.641 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.allow_fallocate: 1 2023-12-20T10:35:09.641 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.allow_mmap_reads: 0 2023-12-20T10:35:09.641 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.allow_mmap_writes: 0 2023-12-20T10:35:09.641 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.use_direct_reads: 0 2023-12-20T10:35:09.641 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-20T10:35:09.641 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.create_missing_column_families: 0 2023-12-20T10:35:09.641 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.db_log_dir: 2023-12-20T10:35:09.641 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.wal_dir: 2023-12-20T10:35:09.641 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-20T10:35:09.641 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-20T10:35:09.641 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-20T10:35:09.643 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-20T10:35:09.643 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-20T10:35:09.643 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-20T10:35:09.643 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.advise_random_on_open: 1 2023-12-20T10:35:09.643 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.db_write_buffer_size: 0 2023-12-20T10:35:09.643 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.write_buffer_manager: 0x55bc347cd360 2023-12-20T10:35:09.643 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-20T10:35:09.643 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-20T10:35:09.643 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-20T10:35:09.643 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.rate_limiter: (nil) 2023-12-20T10:35:09.644 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-20T10:35:09.644 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.wal_recovery_mode: 2 2023-12-20T10:35:09.644 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.enable_thread_tracking: 0 2023-12-20T10:35:09.644 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.enable_pipelined_write: 0 2023-12-20T10:35:09.644 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.unordered_write: 0 2023-12-20T10:35:09.644 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-20T10:35:09.644 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-20T10:35:09.644 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-20T10:35:09.644 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-20T10:35:09.644 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.row_cache: None 2023-12-20T10:35:09.644 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.wal_filter: None 2023-12-20T10:35:09.644 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-20T10:35:09.644 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.allow_ingest_behind: 0 2023-12-20T10:35:09.645 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.two_write_queues: 0 2023-12-20T10:35:09.645 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.manual_wal_flush: 0 2023-12-20T10:35:09.645 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.wal_compression: 0 2023-12-20T10:35:09.645 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.atomic_flush: 0 2023-12-20T10:35:09.645 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-20T10:35:09.645 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-20T10:35:09.645 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-20T10:35:09.645 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.log_readahead_size: 0 2023-12-20T10:35:09.645 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-20T10:35:09.645 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.best_efforts_recovery: 0 2023-12-20T10:35:09.645 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-20T10:35:09.645 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-20T10:35:09.645 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.allow_data_in_errors: 0 2023-12-20T10:35:09.646 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.db_host_id: __hostname__ 2023-12-20T10:35:09.646 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.enforce_single_del_contracts: true 2023-12-20T10:35:09.646 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_background_jobs: 2 2023-12-20T10:35:09.646 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_background_compactions: -1 2023-12-20T10:35:09.646 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_subcompactions: 1 2023-12-20T10:35:09.646 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-20T10:35:09.646 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-20T10:35:09.646 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-20T10:35:09.646 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_total_wal_size: 0 2023-12-20T10:35:09.646 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-20T10:35:09.646 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-20T10:35:09.646 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-20T10:35:09.646 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-20T10:35:09.646 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_open_files: -1 2023-12-20T10:35:09.647 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.bytes_per_sync: 0 2023-12-20T10:35:09.647 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-20T10:35:09.647 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-20T10:35:09.647 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compaction_readahead_size: 0 2023-12-20T10:35:09.647 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_background_flushes: -1 2023-12-20T10:35:09.647 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Compression algorithms supported: 2023-12-20T10:35:09.647 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-20T10:35:09.647 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: kZSTD supported: 0 2023-12-20T10:35:09.647 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: kXpressCompression supported: 0 2023-12-20T10:35:09.647 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: kLZ4HCCompression supported: 1 2023-12-20T10:35:09.647 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: kZlibCompression supported: 1 2023-12-20T10:35:09.647 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: kSnappyCompression supported: 1 2023-12-20T10:35:09.647 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: kLZ4Compression supported: 1 2023-12-20T10:35:09.647 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: kBZip2Compression supported: 0 2023-12-20T10:35:09.648 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-20T10:35:09.648 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: DMutex implementation: pthread_mutex_t 2023-12-20T10:35:09.648 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2023-12-20T10:35:09.648 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-20T10:35:09.648 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-20T10:35:09.648 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.merge_operator: 2023-12-20T10:35:09.648 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compaction_filter: None 2023-12-20T10:35:09.648 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compaction_filter_factory: None 2023-12-20T10:35:09.648 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.sst_partitioner_factory: None 2023-12-20T10:35:09.648 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-20T10:35:09.648 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-20T10:35:09.648 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55bc34817860) 2023-12-20T10:35:09.648 INFO:journalctl@ceph.mon.b.smithi063.stdout: cache_index_and_filter_blocks: 1 2023-12-20T10:35:09.648 INFO:journalctl@ceph.mon.b.smithi063.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-20T10:35:09.648 INFO:journalctl@ceph.mon.b.smithi063.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-20T10:35:09.649 INFO:journalctl@ceph.mon.b.smithi063.stdout: pin_top_level_index_and_filter: 1 2023-12-20T10:35:09.649 INFO:journalctl@ceph.mon.b.smithi063.stdout: index_type: 0 2023-12-20T10:35:09.649 INFO:journalctl@ceph.mon.b.smithi063.stdout: data_block_index_type: 0 2023-12-20T10:35:09.649 INFO:journalctl@ceph.mon.b.smithi063.stdout: index_shortening: 1 2023-12-20T10:35:09.649 INFO:journalctl@ceph.mon.b.smithi063.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-20T10:35:09.649 INFO:journalctl@ceph.mon.b.smithi063.stdout: checksum: 4 2023-12-20T10:35:09.649 INFO:journalctl@ceph.mon.b.smithi063.stdout: no_block_cache: 0 2023-12-20T10:35:09.649 INFO:journalctl@ceph.mon.b.smithi063.stdout: block_cache: 0x55bc3486d090 2023-12-20T10:35:09.649 INFO:journalctl@ceph.mon.b.smithi063.stdout: block_cache_name: BinnedLRUCache 2023-12-20T10:35:09.649 INFO:journalctl@ceph.mon.b.smithi063.stdout: block_cache_options: 2023-12-20T10:35:09.649 INFO:journalctl@ceph.mon.b.smithi063.stdout: capacity : 536870912 2023-12-20T10:35:09.649 INFO:journalctl@ceph.mon.b.smithi063.stdout: num_shard_bits : 4 2023-12-20T10:35:09.650 INFO:journalctl@ceph.mon.b.smithi063.stdout: strict_capacity_limit : 0 2023-12-20T10:35:09.650 INFO:journalctl@ceph.mon.b.smithi063.stdout: high_pri_pool_ratio: 0.000 2023-12-20T10:35:09.650 INFO:journalctl@ceph.mon.b.smithi063.stdout: block_cache_compressed: (nil) 2023-12-20T10:35:09.650 INFO:journalctl@ceph.mon.b.smithi063.stdout: persistent_cache: (nil) 2023-12-20T10:35:09.650 INFO:journalctl@ceph.mon.b.smithi063.stdout: block_size: 4096 2023-12-20T10:35:09.650 INFO:journalctl@ceph.mon.b.smithi063.stdout: block_size_deviation: 10 2023-12-20T10:35:09.650 INFO:journalctl@ceph.mon.b.smithi063.stdout: block_restart_interval: 16 2023-12-20T10:35:09.650 INFO:journalctl@ceph.mon.b.smithi063.stdout: index_block_restart_interval: 1 2023-12-20T10:35:09.650 INFO:journalctl@ceph.mon.b.smithi063.stdout: metadata_block_size: 4096 2023-12-20T10:35:09.650 INFO:journalctl@ceph.mon.b.smithi063.stdout: partition_filters: 0 2023-12-20T10:35:09.650 INFO:journalctl@ceph.mon.b.smithi063.stdout: use_delta_encoding: 1 2023-12-20T10:35:09.650 INFO:journalctl@ceph.mon.b.smithi063.stdout: filter_policy: bloomfilter 2023-12-20T10:35:09.650 INFO:journalctl@ceph.mon.b.smithi063.stdout: whole_key_filtering: 1 2023-12-20T10:35:09.650 INFO:journalctl@ceph.mon.b.smithi063.stdout: verify_compression: 0 2023-12-20T10:35:09.650 INFO:journalctl@ceph.mon.b.smithi063.stdout: read_amp_bytes_per_bit: 0 2023-12-20T10:35:09.651 INFO:journalctl@ceph.mon.b.smithi063.stdout: format_version: 5 2023-12-20T10:35:09.651 INFO:journalctl@ceph.mon.b.smithi063.stdout: enable_index_compression: 1 2023-12-20T10:35:09.651 INFO:journalctl@ceph.mon.b.smithi063.stdout: block_align: 0 2023-12-20T10:35:09.651 INFO:journalctl@ceph.mon.b.smithi063.stdout: max_auto_readahead_size: 262144 2023-12-20T10:35:09.651 INFO:journalctl@ceph.mon.b.smithi063.stdout: prepopulate_block_cache: 0 2023-12-20T10:35:09.651 INFO:journalctl@ceph.mon.b.smithi063.stdout: initial_auto_readahead_size: 8192 2023-12-20T10:35:09.651 INFO:journalctl@ceph.mon.b.smithi063.stdout: num_file_reads_for_auto_readahead: 2 2023-12-20T10:35:09.651 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.write_buffer_size: 33554432 2023-12-20T10:35:09.651 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_write_buffer_number: 2 2023-12-20T10:35:09.651 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compression: NoCompression 2023-12-20T10:35:09.651 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.bottommost_compression: Disabled 2023-12-20T10:35:09.651 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.prefix_extractor: nullptr 2023-12-20T10:35:09.651 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-20T10:35:09.652 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.num_levels: 7 2023-12-20T10:35:09.652 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-20T10:35:09.652 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-20T10:35:09.652 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-20T10:35:09.652 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-20T10:35:09.652 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-20T10:35:09.652 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-20T10:35:09.652 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-20T10:35:09.652 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-20T10:35:09.652 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-20T10:35:09.652 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-20T10:35:09.652 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-20T10:35:09.652 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-20T10:35:09.652 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-20T10:35:09.653 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compression_opts.level: 32767 2023-12-20T10:35:09.653 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compression_opts.strategy: 0 2023-12-20T10:35:09.653 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-20T10:35:09.653 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-20T10:35:09.653 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-20T10:35:09.653 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-20T10:35:09.653 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compression_opts.enabled: false 2023-12-20T10:35:09.653 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-20T10:35:09.653 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-20T10:35:09.653 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-20T10:35:09.653 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-20T10:35:09.653 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.target_file_size_base: 67108864 2023-12-20T10:35:09.653 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-20T10:35:09.654 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-20T10:35:09.654 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-20T10:35:09.654 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-20T10:35:09.654 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-20T10:35:09.654 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-20T10:35:09.654 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-20T10:35:09.654 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-20T10:35:09.654 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-20T10:35:09.654 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-20T10:35:09.654 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-20T10:35:09.654 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-20T10:35:09.654 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-20T10:35:09.654 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-20T10:35:09.654 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.arena_block_size: 1048576 2023-12-20T10:35:09.654 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-20T10:35:09.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-20T10:35:09.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.disable_auto_compactions: 0 2023-12-20T10:35:09.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-20T10:35:09.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-20T10:35:09.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-20T10:35:09.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-20T10:35:09.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-20T10:35:09.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-20T10:35:09.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-20T10:35:09.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-20T10:35:09.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-20T10:35:09.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-20T10:35:09.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.table_properties_collectors: 2023-12-20T10:35:09.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.inplace_update_support: 0 2023-12-20T10:35:09.655 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-20T10:35:09.656 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-20T10:35:09.656 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-20T10:35:09.656 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-20T10:35:09.656 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.bloom_locality: 0 2023-12-20T10:35:09.656 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.max_successive_merges: 0 2023-12-20T10:35:09.656 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-20T10:35:09.656 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.paranoid_file_checks: 0 2023-12-20T10:35:09.656 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.force_consistency_checks: 1 2023-12-20T10:35:09.656 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.report_bg_io_stats: 0 2023-12-20T10:35:09.656 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.ttl: 2592000 2023-12-20T10:35:09.656 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-20T10:35:09.656 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-20T10:35:09.656 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-20T10:35:09.656 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.enable_blob_files: false 2023-12-20T10:35:09.656 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.min_blob_size: 0 2023-12-20T10:35:09.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.blob_file_size: 268435456 2023-12-20T10:35:09.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-20T10:35:09.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-20T10:35:09.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-20T10:35:09.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-20T10:35:09.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-20T10:35:09.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.blob_file_starting_level: 0 2023-12-20T10:35:09.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-20T10:35:09.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-20T10:35:09.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-12-20T10:35:09.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e6a7c4f4-e2d9-413b-b19d-cbfa307c8a50 2023-12-20T10:35:09.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703068509172833, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-20T10:35:09.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-12-20T10:35:09.657 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703068509173214, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1747, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 648, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 526, "raw_average_value_size": 105, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1703068509, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e6a7c4f4-e2d9-413b-b19d-cbfa307c8a50", "db_session_id": "0GVCKVYM7EPAK20K9FAV", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-12-20T10:35:09.658 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703068509173298, "job": 1, "event": "recovery_finished"} 2023-12-20T10:35:09.658 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-12-20T10:35:09.658 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-20T10:35:09.658 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55bc34908000 2023-12-20T10:35:09.658 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: DB pointer 0x55bc348f4000 2023-12-20T10:35:09.658 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-20T10:35:09.658 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-20T10:35:09.658 INFO:journalctl@ceph.mon.b.smithi063.stdout: ** DB Stats ** 2023-12-20T10:35:09.658 INFO:journalctl@ceph.mon.b.smithi063.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-20T10:35:09.658 INFO:journalctl@ceph.mon.b.smithi063.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-12-20T10:35:09.658 INFO:journalctl@ceph.mon.b.smithi063.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-20T10:35:09.658 INFO:journalctl@ceph.mon.b.smithi063.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-20T10:35:09.658 INFO:journalctl@ceph.mon.b.smithi063.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-12-20T10:35:09.658 INFO:journalctl@ceph.mon.b.smithi063.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-20T10:35:09.658 INFO:journalctl@ceph.mon.b.smithi063.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-20T10:35:09.659 INFO:journalctl@ceph.mon.b.smithi063.stdout: 2023-12-20T10:35:09.659 INFO:journalctl@ceph.mon.b.smithi063.stdout: ** Compaction Stats [default] ** 2023-12-20T10:35:09.659 INFO:journalctl@ceph.mon.b.smithi063.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-20T10:35:09.659 INFO:journalctl@ceph.mon.b.smithi063.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-20T10:35:09.659 INFO:journalctl@ceph.mon.b.smithi063.stdout: L0 1/0 1.71 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-20T10:35:09.659 INFO:journalctl@ceph.mon.b.smithi063.stdout: Sum 1/0 1.71 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-20T10:35:09.659 INFO:journalctl@ceph.mon.b.smithi063.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 4.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-20T10:35:09.659 INFO:journalctl@ceph.mon.b.smithi063.stdout: 2023-12-20T10:35:09.659 INFO:journalctl@ceph.mon.b.smithi063.stdout: ** Compaction Stats [default] ** 2023-12-20T10:35:09.659 INFO:journalctl@ceph.mon.b.smithi063.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-20T10:35:09.659 INFO:journalctl@ceph.mon.b.smithi063.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-20T10:35:09.659 INFO:journalctl@ceph.mon.b.smithi063.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 4.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-20T10:35:09.659 INFO:journalctl@ceph.mon.b.smithi063.stdout: 2023-12-20T10:35:09.660 INFO:journalctl@ceph.mon.b.smithi063.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-20T10:35:09.660 INFO:journalctl@ceph.mon.b.smithi063.stdout: 2023-12-20T10:35:09.660 INFO:journalctl@ceph.mon.b.smithi063.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-20T10:35:09.660 INFO:journalctl@ceph.mon.b.smithi063.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-20T10:35:09.660 INFO:journalctl@ceph.mon.b.smithi063.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-20T10:35:09.660 INFO:journalctl@ceph.mon.b.smithi063.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-20T10:35:09.660 INFO:journalctl@ceph.mon.b.smithi063.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-20T10:35:09.660 INFO:journalctl@ceph.mon.b.smithi063.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-20T10:35:09.660 INFO:journalctl@ceph.mon.b.smithi063.stdout: Cumulative compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-20T10:35:09.660 INFO:journalctl@ceph.mon.b.smithi063.stdout: Interval compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-20T10:35:09.660 INFO:journalctl@ceph.mon.b.smithi063.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-12-20T10:35:09.660 INFO:journalctl@ceph.mon.b.smithi063.stdout: Block cache BinnedLRUCache@0x55bc3486d090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2023-12-20T10:35:09.660 INFO:journalctl@ceph.mon.b.smithi063.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2023-12-20T10:35:09.660 INFO:journalctl@ceph.mon.b.smithi063.stdout: 2023-12-20T10:35:09.660 INFO:journalctl@ceph.mon.b.smithi063.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-20T10:35:09.661 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: mon.b does not exist in monmap, will attempt to join an existing cluster 2023-12-20T10:35:09.661 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: using public_addr v2:172.21.15.63:0/0 -> [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] 2023-12-20T10:35:09.661 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: starting mon.b rank -1 at public addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] at bind addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:35:09.661 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: mon.b@-1(???) e0 preinit fsid 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:35:09.661 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: mon.b@-1(synchronizing).mds e1 new map 2023-12-20T10:35:09.661 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: mon.b@-1(synchronizing).mds e1 print_map 2023-12-20T10:35:09.661 INFO:journalctl@ceph.mon.b.smithi063.stdout: e1 2023-12-20T10:35:09.661 INFO:journalctl@ceph.mon.b.smithi063.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-20T10:35:09.661 INFO:journalctl@ceph.mon.b.smithi063.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-12-20T10:35:09.661 INFO:journalctl@ceph.mon.b.smithi063.stdout: legacy client fscid: -1 2023-12-20T10:35:09.661 INFO:journalctl@ceph.mon.b.smithi063.stdout: 2023-12-20T10:35:09.661 INFO:journalctl@ceph.mon.b.smithi063.stdout: No filesystems configured 2023-12-20T10:35:09.661 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-20T10:35:09.661 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: 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-12-20T10:35:09.662 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-20T10:35:09.662 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-20T10:35:09.662 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-20T10:35:09.662 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-20T10:35:09.662 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-20T10:35:09.662 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-20T10:35:09.662 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-20T10:35:09.662 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-20T10:35:09.662 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: Updating smithi111:/etc/ceph/ceph.conf 2023-12-20T10:35:09.662 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/2479446842' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-20T10:35:09.662 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:35:09.662 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:09.662 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:09.662 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:09.663 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: Updating smithi111:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:35:09.663 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:09.663 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:35:09.663 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: Updating smithi111:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:35:09.663 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:09.663 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:09.663 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:09.663 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:09.663 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:09.663 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:35:09.663 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:09.663 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi027:172.21.15.27=a;smithi063:172.21.15.63=b;smithi111:172.21.15.111=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:35:09.663 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: Saving service mon spec with placement smithi027:172.21.15.27=a;smithi063:172.21.15.63=b;smithi111:172.21.15.111=c;count:3 2023-12-20T10:35:09.663 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: Deploying daemon mon.c on smithi111 2023-12-20T10:35:09.664 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:09.664 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:09.664 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:35:09.664 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: mon.a calling monitor election 2023-12-20T10:35:09.664 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:09.664 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:09.664 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:09.664 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:09.664 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: mon.c calling monitor election 2023-12-20T10:35:09.664 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:09.664 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:09.664 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:09.664 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:09.664 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-20T10:35:09.664 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: monmap e2: 2 mons at {a=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],c=[v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-20T10:35:09.665 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: fsmap 2023-12-20T10:35:09.665 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:35:09.665 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: mgrmap e13: a(active, since 37s) 2023-12-20T10:35:09.665 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: overall HEALTH_OK 2023-12-20T10:35:09.665 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:09.665 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:09.665 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:09.665 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:35:09.665 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:09.665 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: Deploying daemon mon.b on smithi063 2023-12-20T10:35:09.665 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:09.665 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='client.? 172.21.15.111:0/4102217993' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-20T10:35:09.665 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:09.665 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:09 smithi063 ceph-mon[117163]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-20T10:35:14.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:14.549 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:35:14.549 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: mon.a calling monitor election 2023-12-20T10:35:14.549 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: mon.c calling monitor election 2023-12-20T10:35:14.549 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:14.549 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:14.549 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:14.549 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:14.549 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:14.549 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: mon.b calling monitor election 2023-12-20T10:35:14.549 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:14.549 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:14.550 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:14.550 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:14.550 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-20T10:35:14.550 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: monmap e3: 3 mons at {a=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-20T10:35:14.550 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: fsmap 2023-12-20T10:35:14.550 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:35:14.550 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: mgrmap e13: a(active, since 45s) 2023-12-20T10:35:14.550 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: overall HEALTH_OK 2023-12-20T10:35:14.550 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:14.550 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:14 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:14.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:14.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:35:14.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: mon.a calling monitor election 2023-12-20T10:35:14.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: mon.c calling monitor election 2023-12-20T10:35:14.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:14.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:14.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:14.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:14.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:14.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: mon.b calling monitor election 2023-12-20T10:35:14.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:14.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:14.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:14.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:14.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-20T10:35:14.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: monmap e3: 3 mons at {a=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-20T10:35:14.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: fsmap 2023-12-20T10:35:14.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:35:14.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: mgrmap e13: a(active, since 45s) 2023-12-20T10:35:14.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: overall HEALTH_OK 2023-12-20T10:35:14.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:14.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:14 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:14.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:14.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:35:14.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: mon.a calling monitor election 2023-12-20T10:35:14.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: mon.c calling monitor election 2023-12-20T10:35:14.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:14.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:35:14.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:14.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:14.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:14.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: mon.b calling monitor election 2023-12-20T10:35:14.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:14.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:14.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:14.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:14.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-20T10:35:14.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: monmap e3: 3 mons at {a=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],b=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],c=[v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-20T10:35:14.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: fsmap 2023-12-20T10:35:14.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:35:14.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: mgrmap e13: a(active, since 45s) 2023-12-20T10:35:14.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: overall HEALTH_OK 2023-12-20T10:35:14.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:14.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:14 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:15.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:15 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:15.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:15 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:15.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:15 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:15.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:15 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:15.637 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:15 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:15.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:15 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:15.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:15 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:15.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:15 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:15.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:15 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:15.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:15 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:15.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:15 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:15.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:15 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:35:15.823 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-20T10:35:15.823 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":3,"fsid":"1f553904-9f23-11ee-95a5-87774f69a715","modified":"2023-12-20T10:35:09.196674Z","created":"2023-12-20T10:33:39.233746Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:3300","nonce":0},{"type":"v1","addr":"172.21.15.111:6789","nonce":0}]},"addr":"172.21.15.111:6789/0","public_addr":"172.21.15.111:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2023-12-20T10:35:15.825 INFO:teuthology.orchestra.run.smithi111.stderr:dumped monmap epoch 3 2023-12-20T10:35:16.139 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-20T10:35:16.139 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-20T10:35:16.469 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:16.469 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.469 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.469 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.469 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.469 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:16.470 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:16.470 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: Updating smithi027:/etc/ceph/ceph.conf 2023-12-20T10:35:16.470 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: Updating smithi063:/etc/ceph/ceph.conf 2023-12-20T10:35:16.470 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: Updating smithi111:/etc/ceph/ceph.conf 2023-12-20T10:35:16.470 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='client.? 172.21.15.111:0/1949047368' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-20T10:35:16.470 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.470 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.470 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.470 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.470 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.470 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.470 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.470 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.470 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.471 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.471 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.471 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:35:16.471 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-20T10:35:16.471 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:16.477 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:16.477 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:16.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:16.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: Updating smithi027:/etc/ceph/ceph.conf 2023-12-20T10:35:16.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: Updating smithi063:/etc/ceph/ceph.conf 2023-12-20T10:35:16.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: Updating smithi111:/etc/ceph/ceph.conf 2023-12-20T10:35:16.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='client.? 172.21.15.111:0/1949047368' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-20T10:35:16.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:35:16.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-20T10:35:16.479 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:16.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:16.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:16.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:16.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: Updating smithi027:/etc/ceph/ceph.conf 2023-12-20T10:35:16.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: Updating smithi063:/etc/ceph/ceph.conf 2023-12-20T10:35:16.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: Updating smithi111:/etc/ceph/ceph.conf 2023-12-20T10:35:16.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='client.? 172.21.15.111:0/1949047368' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-20T10:35:16.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:16.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:35:16.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-20T10:35:16.640 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:16.791 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:35:17.721 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:17 smithi027 ceph-mon[112866]: Updating smithi027:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:35:17.721 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:17 smithi027 ceph-mon[112866]: Updating smithi063:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:35:17.721 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:17 smithi027 ceph-mon[112866]: Updating smithi111:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:35:17.721 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:17 smithi027 ceph-mon[112866]: Reconfiguring mon.a (unknown last config time)... 2023-12-20T10:35:17.721 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:17 smithi027 ceph-mon[112866]: Reconfiguring daemon mon.a on smithi027 2023-12-20T10:35:17.721 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:17 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:17.721 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:17 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:17.721 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:17 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:35:17.722 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:17 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-20T10:35:17.722 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:17 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:17.764 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:17 smithi063 ceph-mon[117163]: Updating smithi027:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:35:17.764 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:17 smithi063 ceph-mon[117163]: Updating smithi063:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:35:17.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:17 smithi063 ceph-mon[117163]: Updating smithi111:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:35:17.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:17 smithi063 ceph-mon[117163]: Reconfiguring mon.a (unknown last config time)... 2023-12-20T10:35:17.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:17 smithi063 ceph-mon[117163]: Reconfiguring daemon mon.a on smithi027 2023-12-20T10:35:17.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:17 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:17.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:17 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:17.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:17 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:35:17.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:17 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-20T10:35:17.765 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:17 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:17.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:17 smithi111 ceph-mon[117531]: Updating smithi027:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:35:17.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:17 smithi111 ceph-mon[117531]: Updating smithi063:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:35:17.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:17 smithi111 ceph-mon[117531]: Updating smithi111:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:35:17.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:17 smithi111 ceph-mon[117531]: Reconfiguring mon.a (unknown last config time)... 2023-12-20T10:35:17.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:17 smithi111 ceph-mon[117531]: Reconfiguring daemon mon.a on smithi027 2023-12-20T10:35:17.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:17 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:17.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:17 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:17.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:17 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:35:17.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:17 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-20T10:35:17.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:17 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:18.079 INFO:teuthology.orchestra.run.smithi027.stdout:# minimal ceph.conf for 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:35:18.079 INFO:teuthology.orchestra.run.smithi027.stdout:[global] 2023-12-20T10:35:18.079 INFO:teuthology.orchestra.run.smithi027.stdout: fsid = 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:35:18.079 INFO:teuthology.orchestra.run.smithi027.stdout: mon_host = [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] 2023-12-20T10:35:18.450 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-20T10:35:18.450 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-20T10:35:18.450 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/ceph/ceph.conf 2023-12-20T10:35:18.481 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-20T10:35:18.482 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:35:18.550 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-12-20T10:35:18.551 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.conf 2023-12-20T10:35:18.582 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-12-20T10:35:18.582 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:35:18.637 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:18 smithi063 ceph-mon[117163]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:18.637 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:18 smithi063 ceph-mon[117163]: Reconfiguring mon.b (monmap changed)... 2023-12-20T10:35:18.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:18 smithi063 ceph-mon[117163]: Reconfiguring daemon mon.b on smithi063 2023-12-20T10:35:18.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:18 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/3736702598' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:18.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:18 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:18.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:18 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:18.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:18 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:35:18.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:18 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-20T10:35:18.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:18 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:18.650 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-12-20T10:35:18.651 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/ceph/ceph.conf 2023-12-20T10:35:18.680 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-12-20T10:35:18.680 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:35:18.749 INFO:tasks.cephadm:Adding mgr.a on smithi027 2023-12-20T10:35:18.749 INFO:tasks.cephadm:Adding mgr.b on smithi063 2023-12-20T10:35:18.749 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph orch apply mgr '2;smithi027=a;smithi063=b' 2023-12-20T10:35:18.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:18 smithi027 ceph-mon[112866]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:18.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:18 smithi027 ceph-mon[112866]: Reconfiguring mon.b (monmap changed)... 2023-12-20T10:35:18.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:18 smithi027 ceph-mon[112866]: Reconfiguring daemon mon.b on smithi063 2023-12-20T10:35:18.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:18 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/3736702598' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:18.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:18 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:18.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:18 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:18.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:18 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:35:18.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:18 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-20T10:35:18.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:18 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:18.809 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:18 smithi111 ceph-mon[117531]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:18.809 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:18 smithi111 ceph-mon[117531]: Reconfiguring mon.b (monmap changed)... 2023-12-20T10:35:18.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:18 smithi111 ceph-mon[117531]: Reconfiguring daemon mon.b on smithi063 2023-12-20T10:35:18.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:18 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/3736702598' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:18.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:18 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:18.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:18 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:18.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:18 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:35:18.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:18 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-20T10:35:18.810 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:18 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:19.357 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.c/config 2023-12-20T10:35:19.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:19 smithi111 ceph-mon[117531]: Reconfiguring mon.c (monmap changed)... 2023-12-20T10:35:19.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:19 smithi111 ceph-mon[117531]: Reconfiguring daemon mon.c on smithi111 2023-12-20T10:35:19.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:19 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:19.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:19 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:19.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:19 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:19.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:19 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:19.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:19 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:19.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:19 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:19.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:19 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:19.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:19 smithi027 ceph-mon[112866]: Reconfiguring mon.c (monmap changed)... 2023-12-20T10:35:19.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:19 smithi027 ceph-mon[112866]: Reconfiguring daemon mon.c on smithi111 2023-12-20T10:35:19.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:19 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:19.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:19 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:19.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:19 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:19.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:19 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:19.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:19 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:19.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:19 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:19.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:19 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:19.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:19 smithi063 ceph-mon[117163]: Reconfiguring mon.c (monmap changed)... 2023-12-20T10:35:19.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:19 smithi063 ceph-mon[117163]: Reconfiguring daemon mon.c on smithi111 2023-12-20T10:35:19.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:19 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:19.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:19 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:19.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:19 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:19.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:19 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:19.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:19 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:19.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:19 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:19.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:19 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:20.478 INFO:teuthology.orchestra.run.smithi111.stdout:Scheduled mgr update... 2023-12-20T10:35:20.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:20 smithi111 ceph-mon[117531]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:20.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:20 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:20.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:20 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:20.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:20 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:20.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:20 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:20.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:20 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:20.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:20 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-20T10:35:20.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:20 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-20T10:35:20.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:20 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-20T10:35:20.765 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:20 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:20.802 DEBUG:teuthology.orchestra.run.smithi063:mgr.b> sudo journalctl -f -n 0 -u ceph-1f553904-9f23-11ee-95a5-87774f69a715@mgr.b.service 2023-12-20T10:35:20.804 INFO:tasks.cephadm:Deploying OSDs... 2023-12-20T10:35:20.804 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-20T10:35:20.804 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/scratch_devs of=/dev/stdout 2023-12-20T10:35:20.827 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:20 smithi063 ceph-mon[117163]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:20.827 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:20 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:20.827 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:20 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:20.827 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:20 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:20.827 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:20 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:20.827 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:20 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:20.827 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:20 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-20T10:35:20.827 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:20 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-20T10:35:20.827 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:20 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-20T10:35:20.828 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:20 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:20.829 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-12-20T10:35:20.829 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_1 2023-12-20T10:35:20.832 INFO:journalctl@ceph.mgr.b.smithi063.stdout:-- Logs begin at Wed 2023-12-20 08:55:04 UTC. -- 2023-12-20T10:35:20.891 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-20T10:35:20.891 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:35:20.891 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 393140 Links: 1 2023-12-20T10:35:20.891 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:35:20.891 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:35:20.891 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-20 10:34:37.787221694 +0000 2023-12-20T10:35:20.891 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-20 09:17:09.233164050 +0000 2023-12-20T10:35:20.891 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-20 09:17:09.233164050 +0000 2023-12-20T10:35:20.891 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-20T10:35:20.892 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-20T10:35:20.959 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:20 smithi027 ceph-mon[112866]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:20.959 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:20 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:20.959 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:20 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:20.959 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:20 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:20.960 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:20 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:20.960 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:20 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:20.960 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:20 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-20T10:35:20.960 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:20 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-20T10:35:20.960 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:20 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-20T10:35:20.960 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:20 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:20.961 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-20T10:35:20.961 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-20T10:35:20.961 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000329579 s, 1.6 MB/s 2023-12-20T10:35:20.963 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-20T10:35:21.024 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_2 2023-12-20T10:35:21.086 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-20T10:35:21.086 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:35:21.086 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 386042 Links: 1 2023-12-20T10:35:21.086 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:35:21.086 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:35:21.086 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-20 10:34:37.846220147 +0000 2023-12-20T10:35:21.086 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-20 09:17:09.747150802 +0000 2023-12-20T10:35:21.086 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-20 09:17:09.747150802 +0000 2023-12-20T10:35:21.086 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-20T10:35:21.086 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-20T10:35:21.158 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-20T10:35:21.158 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-20T10:35:21.158 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000223596 s, 2.3 MB/s 2023-12-20T10:35:21.159 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-20T10:35:21.220 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_3 2023-12-20T10:35:21.281 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-20T10:35:21.281 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:35:21.281 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 399560 Links: 1 2023-12-20T10:35:21.281 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:35:21.281 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:35:21.281 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-20 10:34:37.906218573 +0000 2023-12-20T10:35:21.281 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-20 09:17:10.281137039 +0000 2023-12-20T10:35:21.281 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-20 09:17:10.281137039 +0000 2023-12-20T10:35:21.281 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-20T10:35:21.282 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-20T10:35:21.349 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-20T10:35:21.349 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-20T10:35:21.350 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000205331 s, 2.5 MB/s 2023-12-20T10:35:21.351 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-20T10:35:21.412 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_4 2023-12-20T10:35:21.472 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-20T10:35:21.472 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:35:21.472 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 388839 Links: 1 2023-12-20T10:35:21.472 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:35:21.472 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:35:21.472 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-20 10:34:37.959217183 +0000 2023-12-20T10:35:21.472 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-20 09:17:10.838122684 +0000 2023-12-20T10:35:21.472 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-20 09:17:10.838122684 +0000 2023-12-20T10:35:21.472 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-20T10:35:21.473 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-20T10:35:21.539 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-20T10:35:21.539 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-20T10:35:21.539 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.00022825 s, 2.2 MB/s 2023-12-20T10:35:21.540 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-20T10:35:21.599 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-12-20T10:35:21.600 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/scratch_devs of=/dev/stdout 2023-12-20T10:35:21.620 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-12-20T10:35:21.620 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_1 2023-12-20T10:35:21.680 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-20T10:35:21.680 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:35:21.680 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 389966 Links: 1 2023-12-20T10:35:21.681 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:35:21.681 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:35:21.681 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2023-12-20 10:35:21.668479130 +0000 2023-12-20T10:35:21.681 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2023-12-20 09:18:07.033597536 +0000 2023-12-20T10:35:21.681 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2023-12-20 09:18:07.033597536 +0000 2023-12-20T10:35:21.681 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2023-12-20T10:35:21.681 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-20T10:35:21.756 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:21 smithi063 ceph-mon[117163]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi027=a;smithi063=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:35:21.781 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:21 smithi063 ceph-mon[117163]: Saving service mgr spec with placement smithi027=a;smithi063=b;count:2 2023-12-20T10:35:21.781 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:21 smithi063 ceph-mon[117163]: Deploying daemon mgr.b on smithi063 2023-12-20T10:35:21.782 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2023-12-20T10:35:21.783 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2023-12-20T10:35:21.783 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000220023 s, 2.3 MB/s 2023-12-20T10:35:21.783 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-20T10:35:21.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:21 smithi027 ceph-mon[112866]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi027=a;smithi063=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:35:21.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:21 smithi027 ceph-mon[112866]: Saving service mgr spec with placement smithi027=a;smithi063=b;count:2 2023-12-20T10:35:21.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:21 smithi027 ceph-mon[112866]: Deploying daemon mgr.b on smithi063 2023-12-20T10:35:21.843 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_2 2023-12-20T10:35:21.903 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-20T10:35:21.903 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:35:21.903 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 395587 Links: 1 2023-12-20T10:35:21.903 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:35:21.903 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:35:21.903 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2023-12-20 10:35:21.816477602 +0000 2023-12-20T10:35:21.903 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2023-12-20 09:18:07.560592150 +0000 2023-12-20T10:35:21.904 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2023-12-20 09:18:07.560592150 +0000 2023-12-20T10:35:21.904 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2023-12-20T10:35:21.904 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-20T10:35:21.974 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2023-12-20T10:35:21.975 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2023-12-20T10:35:21.975 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000201417 s, 2.5 MB/s 2023-12-20T10:35:21.976 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-20T10:35:21.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:21 smithi111 ceph-mon[117531]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi027=a;smithi063=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:35:21.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:21 smithi111 ceph-mon[117531]: Saving service mgr spec with placement smithi027=a;smithi063=b;count:2 2023-12-20T10:35:21.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:21 smithi111 ceph-mon[117531]: Deploying daemon mgr.b on smithi063 2023-12-20T10:35:22.037 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_3 2023-12-20T10:35:22.095 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-20T10:35:22.096 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:35:22.096 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 392096 Links: 1 2023-12-20T10:35:22.096 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:35:22.096 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:35:22.096 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2023-12-20 10:35:21.816477602 +0000 2023-12-20T10:35:22.096 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2023-12-20 09:18:08.072586917 +0000 2023-12-20T10:35:22.096 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2023-12-20 09:18:08.072586917 +0000 2023-12-20T10:35:22.096 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2023-12-20T10:35:22.096 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-20T10:35:22.137 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:21 smithi063 systemd[1]: Starting Ceph mgr.b for 1f553904-9f23-11ee-95a5-87774f69a715... 2023-12-20T10:35:22.164 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2023-12-20T10:35:22.164 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2023-12-20T10:35:22.164 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.00021075 s, 2.4 MB/s 2023-12-20T10:35:22.165 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-20T10:35:22.225 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_4 2023-12-20T10:35:22.284 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-20T10:35:22.284 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:35:22.284 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 400417 Links: 1 2023-12-20T10:35:22.285 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:35:22.285 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:35:22.285 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2023-12-20 10:35:21.816477602 +0000 2023-12-20T10:35:22.285 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2023-12-20 09:18:08.595581572 +0000 2023-12-20T10:35:22.285 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2023-12-20 09:18:08.595581572 +0000 2023-12-20T10:35:22.285 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2023-12-20T10:35:22.285 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-20T10:35:22.354 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2023-12-20T10:35:22.354 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2023-12-20T10:35:22.354 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000229869 s, 2.2 MB/s 2023-12-20T10:35:22.356 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-20T10:35:22.415 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-12-20T10:35:22.415 DEBUG:teuthology.orchestra.run.smithi111:> dd if=/scratch_devs of=/dev/stdout 2023-12-20T10:35:22.427 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:22 smithi063 ceph-mgr[118763]: -- 172.21.15.63:0/3650831026 <== mon.2 v2:172.21.15.63:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5625d89081a0 con 0x5625d88df000 2023-12-20T10:35:22.427 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:22 smithi063 bash[118627]: ea3d5dbd3cbb8c07a276ce719baf51b57c2532f04000a13a9e7f521fd621d385 2023-12-20T10:35:22.428 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:22 smithi063 systemd[1]: Started Ceph mgr.b for 1f553904-9f23-11ee-95a5-87774f69a715. 2023-12-20T10:35:22.437 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-12-20T10:35:22.437 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/vg_nvme/lv_1 2023-12-20T10:35:22.499 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-20T10:35:22.499 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:35:22.499 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 6h/6d Inode: 392665 Links: 1 2023-12-20T10:35:22.499 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:35:22.499 INFO:teuthology.orchestra.run.smithi111.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:35:22.499 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2023-12-20 10:35:00.916106677 +0000 2023-12-20T10:35:22.499 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2023-12-20 09:16:43.319650885 +0000 2023-12-20T10:35:22.499 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2023-12-20 09:16:43.319650885 +0000 2023-12-20T10:35:22.499 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2023-12-20T10:35:22.500 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-20T10:35:22.573 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2023-12-20T10:35:22.573 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2023-12-20T10:35:22.573 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.000221228 s, 2.3 MB/s 2023-12-20T10:35:22.574 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-20T10:35:22.636 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/vg_nvme/lv_2 2023-12-20T10:35:22.697 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-20T10:35:22.698 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:35:22.698 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 6h/6d Inode: 394707 Links: 1 2023-12-20T10:35:22.698 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:35:22.698 INFO:teuthology.orchestra.run.smithi111.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:35:22.698 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2023-12-20 10:35:00.916106677 +0000 2023-12-20T10:35:22.698 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2023-12-20 09:16:43.825642003 +0000 2023-12-20T10:35:22.698 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2023-12-20 09:16:43.825642003 +0000 2023-12-20T10:35:22.698 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2023-12-20T10:35:22.698 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-20T10:35:22.767 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2023-12-20T10:35:22.768 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2023-12-20T10:35:22.768 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.00022749 s, 2.3 MB/s 2023-12-20T10:35:22.769 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-20T10:35:22.830 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/vg_nvme/lv_3 2023-12-20T10:35:22.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:22 smithi063 ceph-mon[117163]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:22.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:22 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:22.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:22 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:22.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:22 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:22.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:22 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:22.888 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:22 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:22.425+0000 7f3d869c6200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-20T10:35:22.888 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:22 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:22.609+0000 7f3d869c6200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-20T10:35:22.889 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-20T10:35:22.889 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:35:22.889 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 6h/6d Inode: 396210 Links: 1 2023-12-20T10:35:22.889 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:35:22.889 INFO:teuthology.orchestra.run.smithi111.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:35:22.889 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2023-12-20 10:35:00.916106677 +0000 2023-12-20T10:35:22.889 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2023-12-20 09:16:44.331633121 +0000 2023-12-20T10:35:22.890 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2023-12-20 09:16:44.331633121 +0000 2023-12-20T10:35:22.890 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2023-12-20T10:35:22.890 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-20T10:35:22.955 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:22 smithi111 ceph-mon[117531]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:22.955 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:22 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:22.955 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:22 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:22.955 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:22 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:22.955 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:22 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:22.956 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2023-12-20T10:35:22.957 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2023-12-20T10:35:22.957 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.000221167 s, 2.3 MB/s 2023-12-20T10:35:22.958 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-20T10:35:23.017 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/vg_nvme/lv_4 2023-12-20T10:35:23.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:22 smithi027 ceph-mon[112866]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:23.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:22 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:23.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:22 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:23.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:22 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:23.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:22 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:23.076 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-20T10:35:23.076 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:35:23.076 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 6h/6d Inode: 394878 Links: 1 2023-12-20T10:35:23.076 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:35:23.076 INFO:teuthology.orchestra.run.smithi111.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:35:23.076 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2023-12-20 10:35:00.916106677 +0000 2023-12-20T10:35:23.076 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2023-12-20 09:16:44.852623976 +0000 2023-12-20T10:35:23.076 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2023-12-20 09:16:44.852623976 +0000 2023-12-20T10:35:23.076 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2023-12-20T10:35:23.076 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-20T10:35:23.141 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2023-12-20T10:35:23.141 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2023-12-20T10:35:23.142 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.000207709 s, 2.5 MB/s 2023-12-20T10:35:23.142 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-20T10:35:23.201 INFO:tasks.cephadm:Deploying osd.0 on smithi027 with /dev/vg_nvme/lv_4... 2023-12-20T10:35:23.202 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-20T10:35:23.242 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:22 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:22.984+0000 7f3d869c6200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-20T10:35:23.479 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:35:23.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:23 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:23.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:23 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:23.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:23 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:23.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:23 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:23.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:23 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:23.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:23 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:23.888 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:23 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:23.556+0000 7f3d869c6200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-20T10:35:23.888 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:23 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:23.798+0000 7f3d869c6200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-20T10:35:23.970 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:23 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:23.970 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:23 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:23.970 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:23 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:23.970 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:23 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:23.970 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:23 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:23.970 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:23 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:23.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:23 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:23.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:23 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:23.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:23 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:23.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:23 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:23.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:23 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:23.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:23 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:24.585 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:24 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:24.248+0000 7f3d869c6200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-20T10:35:24.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:24 smithi063 ceph-mon[117163]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:24.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:24 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:24.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:24 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-20T10:35:24.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:24 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-20T10:35:24.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:24 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:24.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:24 smithi111 ceph-mon[117531]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:24.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:24 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:24.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:24 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-20T10:35:24.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:24 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-20T10:35:24.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:24 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:25.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:24 smithi027 ceph-mon[112866]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:25.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:24 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:25.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:24 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-20T10:35:25.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:24 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-20T10:35:25.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:24 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:25.271 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-20T10:35:25.271 INFO:teuthology.orchestra.run.smithi027.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-20T10:35:25.271 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 10+0 records in 2023-12-20T10:35:25.271 INFO:teuthology.orchestra.run.smithi027.stderr:10+0 records out 2023-12-20T10:35:25.271 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0106605 s, 984 MB/s 2023-12-20T10:35:25.271 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping successful for: 2023-12-20T10:35:25.387 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:25 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:25.001+0000 7f3d869c6200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-20T10:35:25.388 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:25 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:25.092+0000 7f3d869c6200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-20T10:35:25.654 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi027:vg_nvme/lv_4 2023-12-20T10:35:25.887 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:25 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:25.727+0000 7f3d869c6200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-20T10:35:25.888 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:25 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:25.816+0000 7f3d869c6200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-20T10:35:25.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:25 smithi063 ceph-mon[117163]: Reconfiguring mgr.a (unknown last config time)... 2023-12-20T10:35:25.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:25 smithi063 ceph-mon[117163]: Reconfiguring daemon mgr.a on smithi027 2023-12-20T10:35:25.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:25 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:25.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:25 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:25.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:25 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:25.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:25 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:25.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:25 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:25.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:25 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:25.921 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:35:25.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:25 smithi111 ceph-mon[117531]: Reconfiguring mgr.a (unknown last config time)... 2023-12-20T10:35:25.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:25 smithi111 ceph-mon[117531]: Reconfiguring daemon mgr.a on smithi027 2023-12-20T10:35:25.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:25 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:25.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:25 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:25.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:25 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:25.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:25 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:25.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:25 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:25.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:25 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:26.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:25 smithi027 ceph-mon[112866]: Reconfiguring mgr.a (unknown last config time)... 2023-12-20T10:35:26.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:25 smithi027 ceph-mon[112866]: Reconfiguring daemon mgr.a on smithi027 2023-12-20T10:35:26.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:25 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:26.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:25 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:26.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:25 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:26.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:25 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:26.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:25 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:26.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:25 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:26.243 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:25 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:25.909+0000 7f3d869c6200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-20T10:35:26.243 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:26 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:26.007+0000 7f3d869c6200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-20T10:35:26.243 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:26 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:26.240+0000 7f3d869c6200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-20T10:35:26.566 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:26 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:26.338+0000 7f3d869c6200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-20T10:35:26.566 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:26 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:26.564+0000 7f3d869c6200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-20T10:35:26.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:26 smithi027 ceph-mon[112866]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:26.860 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:26 smithi063 ceph-mon[117163]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:26.860 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:26 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:26.666+0000 7f3d869c6200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-20T10:35:26.860 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:26 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:26.858+0000 7f3d869c6200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-20T10:35:26.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:26 smithi111 ceph-mon[117531]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:27.137 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:26 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:26.948+0000 7f3d869c6200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-20T10:35:27.856 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:27 smithi027 ceph-mon[112866]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:27.856 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:27 smithi027 ceph-mon[112866]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:35:27.856 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:27 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-20T10:35:27.856 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:27 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-20T10:35:27.856 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:27 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:27.887 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:27 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:27.747+0000 7f3d869c6200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-20T10:35:27.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:27 smithi063 ceph-mon[117163]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:27.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:27 smithi063 ceph-mon[117163]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:35:27.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:27 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-20T10:35:27.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:27 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-20T10:35:27.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:27 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:27.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:27 smithi111 ceph-mon[117531]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:27.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:27 smithi111 ceph-mon[117531]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:35:27.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:27 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-20T10:35:27.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:27 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-20T10:35:27.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:27 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:28.388 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:27 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:27.950+0000 7f3d869c6200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-20T10:35:28.388 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:28 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:28.136+0000 7f3d869c6200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:35:29.138 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:28 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:28.827+0000 7f3d869c6200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-20T10:35:29.138 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:29 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:29.016+0000 7f3d869c6200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:35:29.638 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:29 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:29.204+0000 7f3d869c6200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-20T10:35:29.638 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:35:29 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:35:29.327+0000 7f3d869c6200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-20T10:35:29.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:29 smithi111 ceph-mon[117531]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:29.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:29 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/1287560755' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ffff1192-3eaf-4915-ab83-1540d0e39d55"}]: dispatch 2023-12-20T10:35:29.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:29 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/1287560755' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ffff1192-3eaf-4915-ab83-1540d0e39d55"}]': finished 2023-12-20T10:35:29.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:29 smithi111 ceph-mon[117531]: osdmap e5: 1 total, 0 up, 1 in 2023-12-20T10:35:29.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:29 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:35:29.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:29 smithi111 ceph-mon[117531]: Standby manager daemon b started 2023-12-20T10:35:29.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:29 smithi111 ceph-mon[117531]: from='mgr.? 172.21.15.63:0/1364749816' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-20T10:35:29.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:29 smithi111 ceph-mon[117531]: from='mgr.? 172.21.15.63:0/1364749816' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-20T10:35:29.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:29 smithi111 ceph-mon[117531]: from='mgr.? 172.21.15.63:0/1364749816' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-20T10:35:29.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:29 smithi111 ceph-mon[117531]: from='mgr.? 172.21.15.63:0/1364749816' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-20T10:35:30.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:29 smithi027 ceph-mon[112866]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:30.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:29 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/1287560755' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ffff1192-3eaf-4915-ab83-1540d0e39d55"}]: dispatch 2023-12-20T10:35:30.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:29 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/1287560755' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ffff1192-3eaf-4915-ab83-1540d0e39d55"}]': finished 2023-12-20T10:35:30.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:29 smithi027 ceph-mon[112866]: osdmap e5: 1 total, 0 up, 1 in 2023-12-20T10:35:30.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:29 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:35:30.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:29 smithi027 ceph-mon[112866]: Standby manager daemon b started 2023-12-20T10:35:30.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:29 smithi027 ceph-mon[112866]: from='mgr.? 172.21.15.63:0/1364749816' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-20T10:35:30.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:29 smithi027 ceph-mon[112866]: from='mgr.? 172.21.15.63:0/1364749816' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-20T10:35:30.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:29 smithi027 ceph-mon[112866]: from='mgr.? 172.21.15.63:0/1364749816' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-20T10:35:30.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:29 smithi027 ceph-mon[112866]: from='mgr.? 172.21.15.63:0/1364749816' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-20T10:35:30.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:29 smithi063 ceph-mon[117163]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:30.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:29 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/1287560755' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ffff1192-3eaf-4915-ab83-1540d0e39d55"}]: dispatch 2023-12-20T10:35:30.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:29 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/1287560755' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ffff1192-3eaf-4915-ab83-1540d0e39d55"}]': finished 2023-12-20T10:35:30.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:29 smithi063 ceph-mon[117163]: osdmap e5: 1 total, 0 up, 1 in 2023-12-20T10:35:30.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:29 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:35:30.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:29 smithi063 ceph-mon[117163]: Standby manager daemon b started 2023-12-20T10:35:30.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:29 smithi063 ceph-mon[117163]: from='mgr.? 172.21.15.63:0/1364749816' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-20T10:35:30.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:29 smithi063 ceph-mon[117163]: from='mgr.? 172.21.15.63:0/1364749816' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-20T10:35:30.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:29 smithi063 ceph-mon[117163]: from='mgr.? 172.21.15.63:0/1364749816' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-20T10:35:30.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:29 smithi063 ceph-mon[117163]: from='mgr.? 172.21.15.63:0/1364749816' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-20T10:35:30.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:30 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/3668533528' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-20T10:35:30.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:30 smithi111 ceph-mon[117531]: mgrmap e14: a(active, since 61s), standbys: b 2023-12-20T10:35:30.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:30 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-20T10:35:31.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:30 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/3668533528' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-20T10:35:31.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:30 smithi027 ceph-mon[112866]: mgrmap e14: a(active, since 61s), standbys: b 2023-12-20T10:35:31.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:30 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-20T10:35:31.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:30 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/3668533528' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-20T10:35:31.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:30 smithi063 ceph-mon[117163]: mgrmap e14: a(active, since 61s), standbys: b 2023-12-20T10:35:31.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:30 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-20T10:35:32.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:32 smithi027 ceph-mon[112866]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:32.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:32 smithi063 ceph-mon[117163]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:32.727 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:32 smithi111 ceph-mon[117531]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:34.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:34 smithi027 ceph-mon[112866]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:34.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:34 smithi063 ceph-mon[117163]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:34.727 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:34 smithi111 ceph-mon[117531]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:35.510 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:35 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-20T10:35:35.510 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:35 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:35.510 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:35 smithi027 ceph-mon[112866]: Deploying daemon osd.0 on smithi027 2023-12-20T10:35:35.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:35 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-20T10:35:35.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:35 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:35.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:35 smithi063 ceph-mon[117163]: Deploying daemon osd.0 on smithi027 2023-12-20T10:35:35.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:35 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-20T10:35:35.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:35 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:35.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:35 smithi111 ceph-mon[117531]: Deploying daemon osd.0 on smithi027 2023-12-20T10:35:36.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:36 smithi027 ceph-mon[112866]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:36.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:36 smithi063 ceph-mon[117163]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:36.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:36 smithi111 ceph-mon[117531]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:38.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:38 smithi027 ceph-mon[112866]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:38.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:38 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:38.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:38 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:38.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:38 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:38.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:38 smithi063 ceph-mon[117163]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:38.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:38 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:38.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:38 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:38.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:38 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:38.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:38 smithi111 ceph-mon[117531]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:38.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:38 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:38.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:38 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:38.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:38 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:40.569 INFO:teuthology.orchestra.run.smithi027.stdout:Created osd(s) 0 on host 'smithi027' 2023-12-20T10:35:40.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:40 smithi063 ceph-mon[117163]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:40.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:40 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:40.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:40 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:40.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:40 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:40.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:40 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:40.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:40 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:40.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:40 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:40.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:40 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:40.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:40 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:40.960 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:40 smithi027 ceph-mon[112866]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:40.960 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:40 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:40.960 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:40 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:40.960 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:40 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:40.960 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:40 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:40.960 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:40 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:40.961 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:40 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:40.961 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:40 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:40.961 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:40 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:40.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:40 smithi111 ceph-mon[117531]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:40.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:40 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:40.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:40 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:40.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:40 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:40.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:40 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:40.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:40 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:40.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:40 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:40.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:40 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:40.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:40 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:40.992 DEBUG:teuthology.orchestra.run.smithi027:osd.0> sudo journalctl -f -n 0 -u ceph-1f553904-9f23-11ee-95a5-87774f69a715@osd.0.service 2023-12-20T10:35:40.995 INFO:tasks.cephadm:Deploying osd.1 on smithi063 with /dev/vg_nvme/lv_4... 2023-12-20T10:35:40.995 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-20T10:35:41.029 INFO:journalctl@ceph.osd.0.smithi027.stdout:-- Logs begin at Wed 2023-12-20 08:55:52 UTC. -- 2023-12-20T10:35:41.273 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.b/config 2023-12-20T10:35:41.548 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 20 10:35:41 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-0[132112]: 2023-12-20T10:35:41.251+0000 7f553cd5b640 -1 osd.0 0 log_to_monitors true 2023-12-20T10:35:41.640 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:41 smithi063 ceph-mon[117163]: from='osd.0 [v2:172.21.15.27:6802/1939350539,v1:172.21.15.27:6803/1939350539]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-20T10:35:41.893 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:41 smithi027 ceph-mon[112866]: from='osd.0 [v2:172.21.15.27:6802/1939350539,v1:172.21.15.27:6803/1939350539]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-20T10:35:41.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:41 smithi111 ceph-mon[117531]: from='osd.0 [v2:172.21.15.27:6802/1939350539,v1:172.21.15.27:6803/1939350539]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-20T10:35:42.566 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-20T10:35:42.566 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-20T10:35:42.566 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10+0 records in 2023-12-20T10:35:42.566 INFO:teuthology.orchestra.run.smithi063.stderr:10+0 records out 2023-12-20T10:35:42.567 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0136007 s, 771 MB/s 2023-12-20T10:35:42.567 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping successful for: 2023-12-20T10:35:42.885 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:42 smithi063 ceph-mon[117163]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:42.885 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:42 smithi063 ceph-mon[117163]: from='osd.0 [v2:172.21.15.27:6802/1939350539,v1:172.21.15.27:6803/1939350539]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-20T10:35:42.885 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:42 smithi063 ceph-mon[117163]: osdmap e6: 1 total, 0 up, 1 in 2023-12-20T10:35:42.885 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:42 smithi063 ceph-mon[117163]: from='osd.0 [v2:172.21.15.27:6802/1939350539,v1:172.21.15.27:6803/1939350539]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-20T10:35:42.885 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:42 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:35:42.958 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi063:vg_nvme/lv_4 2023-12-20T10:35:42.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:42 smithi111 ceph-mon[117531]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:42.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:42 smithi111 ceph-mon[117531]: from='osd.0 [v2:172.21.15.27:6802/1939350539,v1:172.21.15.27:6803/1939350539]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-20T10:35:42.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:42 smithi111 ceph-mon[117531]: osdmap e6: 1 total, 0 up, 1 in 2023-12-20T10:35:42.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:42 smithi111 ceph-mon[117531]: from='osd.0 [v2:172.21.15.27:6802/1939350539,v1:172.21.15.27:6803/1939350539]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-20T10:35:42.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:42 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:35:43.034 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 20 10:35:42 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-0[132112]: 2023-12-20T10:35:42.592+0000 7f55323d2700 -1 osd.0 0 waiting for initial osdmap 2023-12-20T10:35:43.034 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 20 10:35:42 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-0[132112]: 2023-12-20T10:35:42.598+0000 7f552c1c8700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-20T10:35:43.034 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:42 smithi027 ceph-mon[112866]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:43.034 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:42 smithi027 ceph-mon[112866]: from='osd.0 [v2:172.21.15.27:6802/1939350539,v1:172.21.15.27:6803/1939350539]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-20T10:35:43.034 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:42 smithi027 ceph-mon[112866]: osdmap e6: 1 total, 0 up, 1 in 2023-12-20T10:35:43.034 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:42 smithi027 ceph-mon[112866]: from='osd.0 [v2:172.21.15.27:6802/1939350539,v1:172.21.15.27:6803/1939350539]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-20T10:35:43.035 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:42 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:35:43.222 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.b/config 2023-12-20T10:35:43.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:43 smithi063 ceph-mon[117163]: from='osd.0 [v2:172.21.15.27:6802/1939350539,v1:172.21.15.27:6803/1939350539]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-20T10:35:43.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:43 smithi063 ceph-mon[117163]: osdmap e7: 1 total, 0 up, 1 in 2023-12-20T10:35:43.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:43 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:35:43.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:43 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:35:43.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:43 smithi063 ceph-mon[117163]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:43.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:43 smithi063 ceph-mon[117163]: Detected new or changed devices on smithi027 2023-12-20T10:35:43.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:43 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:43.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:43 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:43.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:43 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:35:43.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:43 smithi063 ceph-mon[117163]: Adjusting osd_memory_target on smithi027 to 17122M 2023-12-20T10:35:43.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:43 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:43.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:43 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:43.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:43 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:43.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:43 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:43.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:43 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:35:43.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:43 smithi111 ceph-mon[117531]: from='osd.0 [v2:172.21.15.27:6802/1939350539,v1:172.21.15.27:6803/1939350539]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-20T10:35:43.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:43 smithi111 ceph-mon[117531]: osdmap e7: 1 total, 0 up, 1 in 2023-12-20T10:35:43.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:43 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:35:43.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:43 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:35:43.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:43 smithi111 ceph-mon[117531]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:43.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:43 smithi111 ceph-mon[117531]: Detected new or changed devices on smithi027 2023-12-20T10:35:43.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:43 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:43.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:43 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:43.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:43 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:35:43.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:43 smithi111 ceph-mon[117531]: Adjusting osd_memory_target on smithi027 to 17122M 2023-12-20T10:35:43.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:43 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:43.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:43 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:43.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:43 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:43.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:43 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:43.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:43 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:35:44.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:43 smithi027 ceph-mon[112866]: from='osd.0 [v2:172.21.15.27:6802/1939350539,v1:172.21.15.27:6803/1939350539]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-20T10:35:44.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:43 smithi027 ceph-mon[112866]: osdmap e7: 1 total, 0 up, 1 in 2023-12-20T10:35:44.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:43 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:35:44.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:43 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:35:44.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:43 smithi027 ceph-mon[112866]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:35:44.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:43 smithi027 ceph-mon[112866]: Detected new or changed devices on smithi027 2023-12-20T10:35:44.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:43 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:44.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:43 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:44.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:43 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:35:44.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:43 smithi027 ceph-mon[112866]: Adjusting osd_memory_target on smithi027 to 17122M 2023-12-20T10:35:44.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:43 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:44.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:43 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:44.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:43 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:44.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:43 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:44.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:43 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:35:44.862 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:44 smithi063 ceph-mon[117163]: purged_snaps scrub starts 2023-12-20T10:35:44.862 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:44 smithi063 ceph-mon[117163]: purged_snaps scrub ok 2023-12-20T10:35:44.862 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:44 smithi063 ceph-mon[117163]: osd.0 [v2:172.21.15.27:6802/1939350539,v1:172.21.15.27:6803/1939350539] boot 2023-12-20T10:35:44.863 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:44 smithi063 ceph-mon[117163]: osdmap e8: 1 total, 1 up, 1 in 2023-12-20T10:35:44.863 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:44 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:35:44.863 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:44 smithi063 ceph-mon[117163]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:35:44.863 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:44 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-20T10:35:44.863 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:44 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-20T10:35:44.863 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:44 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:44.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:44 smithi111 ceph-mon[117531]: purged_snaps scrub starts 2023-12-20T10:35:44.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:44 smithi111 ceph-mon[117531]: purged_snaps scrub ok 2023-12-20T10:35:44.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:44 smithi111 ceph-mon[117531]: osd.0 [v2:172.21.15.27:6802/1939350539,v1:172.21.15.27:6803/1939350539] boot 2023-12-20T10:35:44.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:44 smithi111 ceph-mon[117531]: osdmap e8: 1 total, 1 up, 1 in 2023-12-20T10:35:44.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:44 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:35:44.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:44 smithi111 ceph-mon[117531]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:35:44.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:44 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-20T10:35:44.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:44 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-20T10:35:44.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:44 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:45.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:44 smithi027 ceph-mon[112866]: purged_snaps scrub starts 2023-12-20T10:35:45.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:44 smithi027 ceph-mon[112866]: purged_snaps scrub ok 2023-12-20T10:35:45.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:44 smithi027 ceph-mon[112866]: osd.0 [v2:172.21.15.27:6802/1939350539,v1:172.21.15.27:6803/1939350539] boot 2023-12-20T10:35:45.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:44 smithi027 ceph-mon[112866]: osdmap e8: 1 total, 1 up, 1 in 2023-12-20T10:35:45.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:44 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:35:45.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:44 smithi027 ceph-mon[112866]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:35:45.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:44 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-20T10:35:45.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:44 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-20T10:35:45.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:44 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:45.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:45 smithi063 ceph-mon[117163]: osdmap e9: 1 total, 1 up, 1 in 2023-12-20T10:35:45.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:45 smithi063 ceph-mon[117163]: pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:45.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:45 smithi111 ceph-mon[117531]: osdmap e9: 1 total, 1 up, 1 in 2023-12-20T10:35:45.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:45 smithi111 ceph-mon[117531]: pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:46.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:45 smithi027 ceph-mon[112866]: osdmap e9: 1 total, 1 up, 1 in 2023-12-20T10:35:46.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:45 smithi027 ceph-mon[112866]: pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:46.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:46 smithi063 ceph-mon[117163]: from='client.? 172.21.15.63:0/890268739' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5a47016a-f88b-418a-9c30-f36175058745"}]: dispatch 2023-12-20T10:35:46.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:46 smithi063 ceph-mon[117163]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5a47016a-f88b-418a-9c30-f36175058745"}]: dispatch 2023-12-20T10:35:46.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:46 smithi063 ceph-mon[117163]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5a47016a-f88b-418a-9c30-f36175058745"}]': finished 2023-12-20T10:35:46.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:46 smithi063 ceph-mon[117163]: osdmap e10: 2 total, 1 up, 2 in 2023-12-20T10:35:46.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:46 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:35:46.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:46 smithi111 ceph-mon[117531]: from='client.? 172.21.15.63:0/890268739' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5a47016a-f88b-418a-9c30-f36175058745"}]: dispatch 2023-12-20T10:35:46.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:46 smithi111 ceph-mon[117531]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5a47016a-f88b-418a-9c30-f36175058745"}]: dispatch 2023-12-20T10:35:46.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:46 smithi111 ceph-mon[117531]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5a47016a-f88b-418a-9c30-f36175058745"}]': finished 2023-12-20T10:35:46.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:46 smithi111 ceph-mon[117531]: osdmap e10: 2 total, 1 up, 2 in 2023-12-20T10:35:46.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:46 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:35:47.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:46 smithi027 ceph-mon[112866]: from='client.? 172.21.15.63:0/890268739' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5a47016a-f88b-418a-9c30-f36175058745"}]: dispatch 2023-12-20T10:35:47.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:46 smithi027 ceph-mon[112866]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5a47016a-f88b-418a-9c30-f36175058745"}]: dispatch 2023-12-20T10:35:47.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:46 smithi027 ceph-mon[112866]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5a47016a-f88b-418a-9c30-f36175058745"}]': finished 2023-12-20T10:35:47.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:46 smithi027 ceph-mon[112866]: osdmap e10: 2 total, 1 up, 2 in 2023-12-20T10:35:47.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:46 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:35:47.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:47 smithi063 ceph-mon[117163]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:47.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:47 smithi063 ceph-mon[117163]: from='client.? 172.21.15.63:0/2323095155' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-20T10:35:47.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:47 smithi111 ceph-mon[117531]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:47.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:47 smithi111 ceph-mon[117531]: from='client.? 172.21.15.63:0/2323095155' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-20T10:35:48.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:47 smithi027 ceph-mon[112866]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:48.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:47 smithi027 ceph-mon[112866]: from='client.? 172.21.15.63:0/2323095155' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-20T10:35:50.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:50 smithi063 ceph-mon[117163]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:50.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:50 smithi111 ceph-mon[117531]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:51.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:50 smithi027 ceph-mon[112866]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:51.849 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:51 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-20T10:35:51.849 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:51 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:51.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:51 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-20T10:35:51.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:51 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:52.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:51 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-20T10:35:52.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:51 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:52.821 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:52 smithi063 ceph-mon[117163]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:52.821 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:52 smithi063 ceph-mon[117163]: Deploying daemon osd.1 on smithi063 2023-12-20T10:35:52.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:52 smithi111 ceph-mon[117531]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:52.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:52 smithi111 ceph-mon[117531]: Deploying daemon osd.1 on smithi063 2023-12-20T10:35:53.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:52 smithi027 ceph-mon[112866]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:53.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:52 smithi027 ceph-mon[112866]: Deploying daemon osd.1 on smithi063 2023-12-20T10:35:54.856 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:54 smithi063 ceph-mon[117163]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:54.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:54 smithi111 ceph-mon[117531]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:55.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:54 smithi027 ceph-mon[112866]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:56.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:55 smithi111 ceph-mon[117531]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:56.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:55 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:56.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:55 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:56.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:55 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:56.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:55 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:56.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:55 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:56.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:55 smithi027 ceph-mon[112866]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:56.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:55 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:56.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:55 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:56.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:55 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:56.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:55 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:56.299 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:55 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:56.380 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:55 smithi063 ceph-mon[117163]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:56.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:55 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:56.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:55 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:56.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:55 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:56.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:55 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:56.381 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:55 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:57.183 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:56 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:57.183 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:56 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:57.183 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:56 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:57.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:56 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:57.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:56 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:57.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:56 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:57.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:56 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:35:57.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:56 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:35:57.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:56 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:57.315 INFO:teuthology.orchestra.run.smithi063.stdout:Created osd(s) 1 on host 'smithi063' 2023-12-20T10:35:57.697 DEBUG:teuthology.orchestra.run.smithi063:osd.1> sudo journalctl -f -n 0 -u ceph-1f553904-9f23-11ee-95a5-87774f69a715@osd.1.service 2023-12-20T10:35:57.699 INFO:tasks.cephadm:Deploying osd.2 on smithi111 with /dev/vg_nvme/lv_4... 2023-12-20T10:35:57.699 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-20T10:35:57.729 INFO:journalctl@ceph.osd.1.smithi063.stdout:-- Logs begin at Wed 2023-12-20 08:55:04 UTC. -- 2023-12-20T10:35:57.959 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.c/config 2023-12-20T10:35:58.387 INFO:journalctl@ceph.osd.1.smithi063.stdout:Dec 20 10:35:58 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-1[122025]: 2023-12-20T10:35:58.208+0000 7f1b3cb5b640 -1 osd.1 0 log_to_monitors true 2023-12-20T10:35:58.388 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:58 smithi063 ceph-mon[117163]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:58.388 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:58 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:58.388 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:58 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:58.388 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:58 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:58.388 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:58 smithi063 ceph-mon[117163]: from='osd.1 [v2:172.21.15.63:6800/1224119540,v1:172.21.15.63:6801/1224119540]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-20T10:35:58.388 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:58 smithi063 ceph-mon[117163]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-20T10:35:58.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:58 smithi111 ceph-mon[117531]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:58.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:58 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:58.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:58 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:58.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:58 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:58.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:58 smithi111 ceph-mon[117531]: from='osd.1 [v2:172.21.15.63:6800/1224119540,v1:172.21.15.63:6801/1224119540]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-20T10:35:58.478 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:58 smithi111 ceph-mon[117531]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-20T10:35:58.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:58 smithi027 ceph-mon[112866]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:35:58.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:58 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:58.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:58 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:35:58.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:58 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:35:58.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:58 smithi027 ceph-mon[112866]: from='osd.1 [v2:172.21.15.63:6800/1224119540,v1:172.21.15.63:6801/1224119540]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-20T10:35:58.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:58 smithi027 ceph-mon[112866]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-20T10:35:59.362 INFO:teuthology.orchestra.run.smithi111.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-20T10:35:59.362 INFO:teuthology.orchestra.run.smithi111.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-20T10:35:59.362 INFO:teuthology.orchestra.run.smithi111.stderr: stderr: 10+0 records in 2023-12-20T10:35:59.362 INFO:teuthology.orchestra.run.smithi111.stderr:10+0 records out 2023-12-20T10:35:59.363 INFO:teuthology.orchestra.run.smithi111.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0108824 s, 964 MB/s 2023-12-20T10:35:59.363 INFO:teuthology.orchestra.run.smithi111.stderr:--> Zapping successful for: 2023-12-20T10:35:59.550 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:59 smithi063 ceph-mon[117163]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-20T10:35:59.550 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:59 smithi063 ceph-mon[117163]: osdmap e11: 2 total, 1 up, 2 in 2023-12-20T10:35:59.551 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:59 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:35:59.551 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:59 smithi063 ceph-mon[117163]: from='osd.1 [v2:172.21.15.63:6800/1224119540,v1:172.21.15.63:6801/1224119540]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2023-12-20T10:35:59.551 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:35:59 smithi063 ceph-mon[117163]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2023-12-20T10:35:59.551 INFO:journalctl@ceph.osd.1.smithi063.stdout:Dec 20 10:35:59 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-1[122025]: 2023-12-20T10:35:59.390+0000 7f1b321d2700 -1 osd.1 0 waiting for initial osdmap 2023-12-20T10:35:59.551 INFO:journalctl@ceph.osd.1.smithi063.stdout:Dec 20 10:35:59 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-1[122025]: 2023-12-20T10:35:59.393+0000 7f1b29fc4700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-20T10:35:59.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:59 smithi111 ceph-mon[117531]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-20T10:35:59.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:59 smithi111 ceph-mon[117531]: osdmap e11: 2 total, 1 up, 2 in 2023-12-20T10:35:59.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:59 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:35:59.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:59 smithi111 ceph-mon[117531]: from='osd.1 [v2:172.21.15.63:6800/1224119540,v1:172.21.15.63:6801/1224119540]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2023-12-20T10:35:59.642 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:35:59 smithi111 ceph-mon[117531]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2023-12-20T10:35:59.739 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi111:vg_nvme/lv_4 2023-12-20T10:35:59.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:59 smithi027 ceph-mon[112866]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-20T10:35:59.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:59 smithi027 ceph-mon[112866]: osdmap e11: 2 total, 1 up, 2 in 2023-12-20T10:35:59.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:59 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:35:59.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:59 smithi027 ceph-mon[112866]: from='osd.1 [v2:172.21.15.63:6800/1224119540,v1:172.21.15.63:6801/1224119540]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2023-12-20T10:35:59.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:35:59 smithi027 ceph-mon[112866]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2023-12-20T10:35:59.994 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.c/config 2023-12-20T10:36:00.697 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:00 smithi111 ceph-mon[117531]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:36:00.697 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:00 smithi111 ceph-mon[117531]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2023-12-20T10:36:00.697 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:00 smithi111 ceph-mon[117531]: osdmap e12: 2 total, 1 up, 2 in 2023-12-20T10:36:00.697 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:00 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:36:00.698 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:00 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:36:00.698 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:00 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:00.698 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:00 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:00.698 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:00 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:36:00.698 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:00 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:00.698 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:00 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:00.698 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:00 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:36:00.698 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:00 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:00.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:00 smithi027 ceph-mon[112866]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:36:00.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:00 smithi027 ceph-mon[112866]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2023-12-20T10:36:00.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:00 smithi027 ceph-mon[112866]: osdmap e12: 2 total, 1 up, 2 in 2023-12-20T10:36:00.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:00 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:36:00.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:00 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:36:00.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:00 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:00.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:00 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:00.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:00 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:36:00.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:00 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:00.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:00 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:00.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:00 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:36:00.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:00 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:00.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:00 smithi063 ceph-mon[117163]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:36:00.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:00 smithi063 ceph-mon[117163]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2023-12-20T10:36:00.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:00 smithi063 ceph-mon[117163]: osdmap e12: 2 total, 1 up, 2 in 2023-12-20T10:36:00.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:00 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:36:00.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:00 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:36:00.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:00 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:00.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:00 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:00.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:00 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:36:00.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:00 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:00.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:00 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:00.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:00 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:36:00.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:00 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:01.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:01 smithi111 ceph-mon[117531]: purged_snaps scrub starts 2023-12-20T10:36:01.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:01 smithi111 ceph-mon[117531]: purged_snaps scrub ok 2023-12-20T10:36:01.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:01 smithi111 ceph-mon[117531]: Detected new or changed devices on smithi063 2023-12-20T10:36:01.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:01 smithi111 ceph-mon[117531]: Adjusting osd_memory_target on smithi063 to 17122M 2023-12-20T10:36:01.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:01 smithi111 ceph-mon[117531]: osd.1 [v2:172.21.15.63:6800/1224119540,v1:172.21.15.63:6801/1224119540] boot 2023-12-20T10:36:01.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:01 smithi111 ceph-mon[117531]: osdmap e13: 2 total, 2 up, 2 in 2023-12-20T10:36:01.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:01 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:36:01.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:01 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-20T10:36:01.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:01 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-20T10:36:01.730 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:01 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:01.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:01 smithi027 ceph-mon[112866]: purged_snaps scrub starts 2023-12-20T10:36:01.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:01 smithi027 ceph-mon[112866]: purged_snaps scrub ok 2023-12-20T10:36:01.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:01 smithi027 ceph-mon[112866]: Detected new or changed devices on smithi063 2023-12-20T10:36:01.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:01 smithi027 ceph-mon[112866]: Adjusting osd_memory_target on smithi063 to 17122M 2023-12-20T10:36:01.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:01 smithi027 ceph-mon[112866]: osd.1 [v2:172.21.15.63:6800/1224119540,v1:172.21.15.63:6801/1224119540] boot 2023-12-20T10:36:01.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:01 smithi027 ceph-mon[112866]: osdmap e13: 2 total, 2 up, 2 in 2023-12-20T10:36:01.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:01 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:36:01.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:01 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-20T10:36:01.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:01 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-20T10:36:01.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:01 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:01.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:01 smithi063 ceph-mon[117163]: purged_snaps scrub starts 2023-12-20T10:36:01.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:01 smithi063 ceph-mon[117163]: purged_snaps scrub ok 2023-12-20T10:36:01.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:01 smithi063 ceph-mon[117163]: Detected new or changed devices on smithi063 2023-12-20T10:36:01.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:01 smithi063 ceph-mon[117163]: Adjusting osd_memory_target on smithi063 to 17122M 2023-12-20T10:36:01.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:01 smithi063 ceph-mon[117163]: osd.1 [v2:172.21.15.63:6800/1224119540,v1:172.21.15.63:6801/1224119540] boot 2023-12-20T10:36:01.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:01 smithi063 ceph-mon[117163]: osdmap e13: 2 total, 2 up, 2 in 2023-12-20T10:36:01.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:01 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:36:01.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:01 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-20T10:36:01.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:01 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-20T10:36:01.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:01 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:02.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:02 smithi111 ceph-mon[117531]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:36:02.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:02 smithi111 ceph-mon[117531]: from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:36:02.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:02 smithi111 ceph-mon[117531]: osdmap e14: 2 total, 2 up, 2 in 2023-12-20T10:36:02.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:02 smithi027 ceph-mon[112866]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:36:02.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:02 smithi027 ceph-mon[112866]: from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:36:02.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:02 smithi027 ceph-mon[112866]: osdmap e14: 2 total, 2 up, 2 in 2023-12-20T10:36:02.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:02 smithi063 ceph-mon[117163]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:36:02.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:02 smithi063 ceph-mon[117163]: from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi111:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:36:02.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:02 smithi063 ceph-mon[117163]: osdmap e14: 2 total, 2 up, 2 in 2023-12-20T10:36:03.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:03 smithi111 ceph-mon[117531]: from='client.? 172.21.15.111:0/2468912943' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6967941e-a1f0-46ce-8b15-ec6d95c91355"}]: dispatch 2023-12-20T10:36:03.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:03 smithi111 ceph-mon[117531]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6967941e-a1f0-46ce-8b15-ec6d95c91355"}]: dispatch 2023-12-20T10:36:03.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:03 smithi111 ceph-mon[117531]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6967941e-a1f0-46ce-8b15-ec6d95c91355"}]': finished 2023-12-20T10:36:03.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:03 smithi111 ceph-mon[117531]: osdmap e15: 3 total, 2 up, 3 in 2023-12-20T10:36:03.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:03 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:03.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:03 smithi027 ceph-mon[112866]: from='client.? 172.21.15.111:0/2468912943' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6967941e-a1f0-46ce-8b15-ec6d95c91355"}]: dispatch 2023-12-20T10:36:03.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:03 smithi027 ceph-mon[112866]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6967941e-a1f0-46ce-8b15-ec6d95c91355"}]: dispatch 2023-12-20T10:36:03.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:03 smithi027 ceph-mon[112866]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6967941e-a1f0-46ce-8b15-ec6d95c91355"}]': finished 2023-12-20T10:36:03.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:03 smithi027 ceph-mon[112866]: osdmap e15: 3 total, 2 up, 3 in 2023-12-20T10:36:03.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:03 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:03.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:03 smithi063 ceph-mon[117163]: from='client.? 172.21.15.111:0/2468912943' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6967941e-a1f0-46ce-8b15-ec6d95c91355"}]: dispatch 2023-12-20T10:36:03.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:03 smithi063 ceph-mon[117163]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6967941e-a1f0-46ce-8b15-ec6d95c91355"}]: dispatch 2023-12-20T10:36:03.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:03 smithi063 ceph-mon[117163]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6967941e-a1f0-46ce-8b15-ec6d95c91355"}]': finished 2023-12-20T10:36:03.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:03 smithi063 ceph-mon[117163]: osdmap e15: 3 total, 2 up, 3 in 2023-12-20T10:36:03.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:03 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:04.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:04 smithi111 ceph-mon[117531]: pgmap v51: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:04.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:04 smithi111 ceph-mon[117531]: from='client.? 172.21.15.111:0/979761345' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-20T10:36:04.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:04 smithi027 ceph-mon[112866]: pgmap v51: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:04.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:04 smithi027 ceph-mon[112866]: from='client.? 172.21.15.111:0/979761345' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-20T10:36:04.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:04 smithi063 ceph-mon[117163]: pgmap v51: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:04.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:04 smithi063 ceph-mon[117163]: from='client.? 172.21.15.111:0/979761345' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-20T10:36:06.883 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:06 smithi111 ceph-mon[117531]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:06.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:06 smithi063 ceph-mon[117163]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:07.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:06 smithi027 ceph-mon[112866]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:08.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:08 smithi111 ceph-mon[117531]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:08.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:08 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-20T10:36:08.879 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:08 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:08.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:08 smithi063 ceph-mon[117163]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:08.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:08 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-20T10:36:08.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:08 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:09.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:08 smithi027 ceph-mon[112866]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:09.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:08 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-20T10:36:09.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:08 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:09.856 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:09 smithi111 ceph-mon[117531]: Deploying daemon osd.2 on smithi111 2023-12-20T10:36:09.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:09 smithi063 ceph-mon[117163]: Deploying daemon osd.2 on smithi111 2023-12-20T10:36:10.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:09 smithi027 ceph-mon[112866]: Deploying daemon osd.2 on smithi111 2023-12-20T10:36:10.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:10 smithi063 ceph-mon[117163]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:10.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:10 smithi111 ceph-mon[117531]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:11.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:10 smithi027 ceph-mon[112866]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:12.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:12 smithi063 ceph-mon[117163]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:12.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:12 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:12.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:12 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:36:12.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:12 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:12.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:12 smithi111 ceph-mon[117531]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:12.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:12 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:12.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:12 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:36:12.981 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:12 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:13.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:12 smithi027 ceph-mon[112866]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:13.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:12 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:13.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:12 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:36:13.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:12 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:13.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:13 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:13.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:13 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:13.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:13 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:13.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:13 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:36:13.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:13 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:13.956 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:13 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:13.956 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:13 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:13.956 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:13 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:13.956 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:13 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:36:13.956 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:13 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:14.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:13 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:14.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:13 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:14.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:13 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:14.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:13 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:36:14.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:13 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:14.074 INFO:teuthology.orchestra.run.smithi111.stdout:Created osd(s) 2 on host 'smithi111' 2023-12-20T10:36:14.475 DEBUG:teuthology.orchestra.run.smithi111:osd.2> sudo journalctl -f -n 0 -u ceph-1f553904-9f23-11ee-95a5-87774f69a715@osd.2.service 2023-12-20T10:36:14.478 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2023-12-20T10:36:14.478 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-20T10:36:14.509 INFO:journalctl@ceph.osd.2.smithi111.stdout:-- Logs begin at Wed 2023-12-20 08:55:16 UTC. -- 2023-12-20T10:36:14.762 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:36:14.785 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:14 smithi111 ceph-mon[117531]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:14.785 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:14 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:14.786 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:14 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:14.786 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:14 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:36:14.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:14 smithi027 ceph-mon[112866]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:14.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:14 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:14.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:14 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:14.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:14 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:36:14.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:14 smithi063 ceph-mon[117163]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:14.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:14 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:14.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:14 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:14.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:14 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:36:15.064 INFO:journalctl@ceph.osd.2.smithi111.stdout:Dec 20 10:36:14 smithi111 ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-2[122594]: 2023-12-20T10:36:14.973+0000 7f0ab66a7640 -1 osd.2 0 log_to_monitors true 2023-12-20T10:36:15.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:15 smithi027 ceph-mon[112866]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:15.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:15 smithi027 ceph-mon[112866]: from='osd.2 [v2:172.21.15.111:6800/3426311157,v1:172.21.15.111:6801/3426311157]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-20T10:36:15.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:15 smithi027 ceph-mon[112866]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-20T10:36:15.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:15 smithi063 ceph-mon[117163]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:15.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:15 smithi063 ceph-mon[117163]: from='osd.2 [v2:172.21.15.111:6800/3426311157,v1:172.21.15.111:6801/3426311157]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-20T10:36:15.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:15 smithi063 ceph-mon[117163]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-20T10:36:15.956 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:36:15.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:15 smithi111 ceph-mon[117531]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:15.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:15 smithi111 ceph-mon[117531]: from='osd.2 [v2:172.21.15.111:6800/3426311157,v1:172.21.15.111:6801/3426311157]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-20T10:36:15.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:15 smithi111 ceph-mon[117531]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-20T10:36:16.339 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1703068560,"num_in_osds":3,"osd_in_since":1703068562,"num_remapped_pgs":0} 2023-12-20T10:36:16.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:16 smithi063 ceph-mon[117163]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-20T10:36:16.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:16 smithi063 ceph-mon[117163]: osdmap e16: 3 total, 2 up, 3 in 2023-12-20T10:36:16.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:16.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:16 smithi063 ceph-mon[117163]: from='osd.2 [v2:172.21.15.111:6800/3426311157,v1:172.21.15.111:6801/3426311157]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2023-12-20T10:36:16.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:16 smithi063 ceph-mon[117163]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2023-12-20T10:36:16.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:16 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/4068136113' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-20T10:36:16.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:16 smithi063 ceph-mon[117163]: Detected new or changed devices on smithi111 2023-12-20T10:36:16.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:16.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:16.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:36:16.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:16 smithi063 ceph-mon[117163]: Adjusting osd_memory_target on smithi111 to 21218M 2023-12-20T10:36:16.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:16.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:16.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:36:16.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:16 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:16.978 INFO:journalctl@ceph.osd.2.smithi111.stdout:Dec 20 10:36:16 smithi111 ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-2[122594]: 2023-12-20T10:36:16.614+0000 7f0aabd1e700 -1 osd.2 0 waiting for initial osdmap 2023-12-20T10:36:16.978 INFO:journalctl@ceph.osd.2.smithi111.stdout:Dec 20 10:36:16 smithi111 ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-2[122594]: 2023-12-20T10:36:16.619+0000 7f0aa5b14700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-20T10:36:16.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:16 smithi111 ceph-mon[117531]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-20T10:36:16.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:16 smithi111 ceph-mon[117531]: osdmap e16: 3 total, 2 up, 3 in 2023-12-20T10:36:16.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:16.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:16 smithi111 ceph-mon[117531]: from='osd.2 [v2:172.21.15.111:6800/3426311157,v1:172.21.15.111:6801/3426311157]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2023-12-20T10:36:16.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:16 smithi111 ceph-mon[117531]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2023-12-20T10:36:16.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:16 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/4068136113' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-20T10:36:16.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:16 smithi111 ceph-mon[117531]: Detected new or changed devices on smithi111 2023-12-20T10:36:16.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:16.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:16.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:36:16.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:16 smithi111 ceph-mon[117531]: Adjusting osd_memory_target on smithi111 to 21218M 2023-12-20T10:36:16.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:16.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:16.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:36:16.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:16 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:17.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:16 smithi027 ceph-mon[112866]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-20T10:36:17.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:16 smithi027 ceph-mon[112866]: osdmap e16: 3 total, 2 up, 3 in 2023-12-20T10:36:17.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:17.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:16 smithi027 ceph-mon[112866]: from='osd.2 [v2:172.21.15.111:6800/3426311157,v1:172.21.15.111:6801/3426311157]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2023-12-20T10:36:17.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:16 smithi027 ceph-mon[112866]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2023-12-20T10:36:17.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:16 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/4068136113' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-20T10:36:17.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:16 smithi027 ceph-mon[112866]: Detected new or changed devices on smithi111 2023-12-20T10:36:17.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:17.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:17.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:36:17.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:16 smithi027 ceph-mon[112866]: Adjusting osd_memory_target on smithi111 to 21218M 2023-12-20T10:36:17.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:17.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:17.051 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:36:17.051 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:16 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:17.341 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-20T10:36:17.615 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:36:17.727 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:17 smithi027 ceph-mon[112866]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2023-12-20T10:36:17.727 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:17 smithi027 ceph-mon[112866]: osdmap e17: 3 total, 2 up, 3 in 2023-12-20T10:36:17.727 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:17 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:17.727 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:17 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:17.727 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:17 smithi027 ceph-mon[112866]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:17.727 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:17 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:17.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:17 smithi063 ceph-mon[117163]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2023-12-20T10:36:17.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:17 smithi063 ceph-mon[117163]: osdmap e17: 3 total, 2 up, 3 in 2023-12-20T10:36:17.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:17 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:17.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:17 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:17.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:17 smithi063 ceph-mon[117163]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:17.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:17 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:17.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:17 smithi111 ceph-mon[117531]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2023-12-20T10:36:17.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:17 smithi111 ceph-mon[117531]: osdmap e17: 3 total, 2 up, 3 in 2023-12-20T10:36:17.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:17 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:17.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:17 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:17.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:17 smithi111 ceph-mon[117531]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:36:17.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:17 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:18.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:18 smithi027 ceph-mon[112866]: purged_snaps scrub starts 2023-12-20T10:36:18.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:18 smithi027 ceph-mon[112866]: purged_snaps scrub ok 2023-12-20T10:36:18.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:18 smithi027 ceph-mon[112866]: osd.2 [v2:172.21.15.111:6800/3426311157,v1:172.21.15.111:6801/3426311157] boot 2023-12-20T10:36:18.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:18 smithi027 ceph-mon[112866]: osdmap e18: 3 total, 3 up, 3 in 2023-12-20T10:36:18.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:18 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:18.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:18 smithi063 ceph-mon[117163]: purged_snaps scrub starts 2023-12-20T10:36:18.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:18 smithi063 ceph-mon[117163]: purged_snaps scrub ok 2023-12-20T10:36:18.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:18 smithi063 ceph-mon[117163]: osd.2 [v2:172.21.15.111:6800/3426311157,v1:172.21.15.111:6801/3426311157] boot 2023-12-20T10:36:18.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:18 smithi063 ceph-mon[117163]: osdmap e18: 3 total, 3 up, 3 in 2023-12-20T10:36:18.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:18 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:18.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:18 smithi111 ceph-mon[117531]: purged_snaps scrub starts 2023-12-20T10:36:18.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:18 smithi111 ceph-mon[117531]: purged_snaps scrub ok 2023-12-20T10:36:18.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:18 smithi111 ceph-mon[117531]: osd.2 [v2:172.21.15.111:6800/3426311157,v1:172.21.15.111:6801/3426311157] boot 2023-12-20T10:36:18.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:18 smithi111 ceph-mon[117531]: osdmap e18: 3 total, 3 up, 3 in 2023-12-20T10:36:18.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:18 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:19.126 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:36:19.498 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":19,"num_osds":3,"num_up_osds":3,"osd_up_since":1703068577,"num_in_osds":3,"osd_in_since":1703068562,"num_remapped_pgs":0} 2023-12-20T10:36:19.499 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-20T10:36:19.766 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:36:19.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:19 smithi027 ceph-mon[112866]: osdmap e19: 3 total, 3 up, 3 in 2023-12-20T10:36:19.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:19 smithi027 ceph-mon[112866]: pgmap v64: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:19.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:19 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-12-20T10:36:19.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:19 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/1535931656' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-20T10:36:19.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:19 smithi063 ceph-mon[117163]: osdmap e19: 3 total, 3 up, 3 in 2023-12-20T10:36:19.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:19 smithi063 ceph-mon[117163]: pgmap v64: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:19.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:19 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-12-20T10:36:19.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:19 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/1535931656' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-20T10:36:19.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:19 smithi111 ceph-mon[117531]: osdmap e19: 3 total, 3 up, 3 in 2023-12-20T10:36:19.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:19 smithi111 ceph-mon[117531]: pgmap v64: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:19.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:19 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-12-20T10:36:19.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:19 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/1535931656' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-20T10:36:20.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:20 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-12-20T10:36:20.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:20 smithi027 ceph-mon[112866]: osdmap e20: 3 total, 3 up, 3 in 2023-12-20T10:36:20.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:20 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-20T10:36:20.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:20 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-12-20T10:36:20.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:20 smithi063 ceph-mon[117163]: osdmap e20: 3 total, 3 up, 3 in 2023-12-20T10:36:20.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:20 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-20T10:36:20.961 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:36:20.961 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":21,"fsid":"1f553904-9f23-11ee-95a5-87774f69a715","created":"2023-12-20T10:33:41.200936+0000","modified":"2023-12-20T10:36:20.627903+0000","last_up_change":"2023-12-20T10:36:17.612679+0000","last_in_change":"2023-12-20T10:36:02.904421+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-20T10:36:19.125136+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"ffff1192-3eaf-4915-ab83-1540d0e39d55","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6802","nonce":1939350539},{"type":"v1","addr":"172.21.15.27:6803","nonce":1939350539}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6804","nonce":1939350539},{"type":"v1","addr":"172.21.15.27:6805","nonce":1939350539}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6808","nonce":1939350539},{"type":"v1","addr":"172.21.15.27:6809","nonce":1939350539}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6806","nonce":1939350539},{"type":"v1","addr":"172.21.15.27:6807","nonce":1939350539}]},"public_addr":"172.21.15.27:6803/1939350539","cluster_addr":"172.21.15.27:6805/1939350539","heartbeat_back_addr":"172.21.15.27:6809/1939350539","heartbeat_front_addr":"172.21.15.27:6807/1939350539","state":["exists","up"]},{"osd":1,"uuid":"5a47016a-f88b-418a-9c30-f36175058745","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6800","nonce":1224119540},{"type":"v1","addr":"172.21.15.63:6801","nonce":1224119540}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":1224119540},{"type":"v1","addr":"172.21.15.63:6803","nonce":1224119540}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":1224119540},{"type":"v1","addr":"172.21.15.63:6807","nonce":1224119540}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":1224119540},{"type":"v1","addr":"172.21.15.63:6805","nonce":1224119540}]},"public_addr":"172.21.15.63:6801/1224119540","cluster_addr":"172.21.15.63:6803/1224119540","heartbeat_back_addr":"172.21.15.63:6807/1224119540","heartbeat_front_addr":"172.21.15.63:6805/1224119540","state":["exists","up"]},{"osd":2,"uuid":"6967941e-a1f0-46ce-8b15-ec6d95c91355","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.111:6800","nonce":3426311157},{"type":"v1","addr":"172.21.15.111:6801","nonce":3426311157}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6802","nonce":3426311157},{"type":"v1","addr":"172.21.15.111:6803","nonce":3426311157}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6806","nonce":3426311157},{"type":"v1","addr":"172.21.15.111:6807","nonce":3426311157}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6804","nonce":3426311157},{"type":"v1","addr":"172.21.15.111:6805","nonce":3426311157}]},"public_addr":"172.21.15.111:6801/3426311157","cluster_addr":"172.21.15.111:6803/3426311157","heartbeat_back_addr":"172.21.15.111:6807/3426311157","heartbeat_front_addr":"172.21.15.111:6805/3426311157","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-20T10:35:42.253015+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-20T10:35:59.228684+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-20T10:36:16.006597+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.27:0/1441554157":"2023-12-21T10:34:28.608826+0000","172.21.15.27:6800/3950320092":"2023-12-21T10:34:28.608826+0000","172.21.15.27:6801/3950320092":"2023-12-21T10:34:28.608826+0000","172.21.15.27:0/3265295950":"2023-12-21T10:34:06.101887+0000","172.21.15.27:0/3520742268":"2023-12-21T10:34:06.101887+0000","172.21.15.27:0/1845247514":"2023-12-21T10:34:06.101887+0000","172.21.15.27:6800/1389002602":"2023-12-21T10:34:06.101887+0000","172.21.15.27:6801/1389002602":"2023-12-21T10:34:06.101887+0000","172.21.15.27:0/2104981543":"2023-12-21T10:34:28.608826+0000","172.21.15.27:0/2423529479":"2023-12-21T10:34:28.608826+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-12-20T10:36:20.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:20 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-12-20T10:36:20.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:20 smithi111 ceph-mon[117531]: osdmap e20: 3 total, 3 up, 3 in 2023-12-20T10:36:20.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:20 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-20T10:36:21.291 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 20 10:36:21 smithi027 sudo[137363]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-20T10:36:21.292 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 20 10:36:21 smithi027 sudo[137363]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:36:21.292 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 20 10:36:21 smithi027 sudo[137363]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:36:21.292 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 20 10:36:21 smithi027 sudo[137363]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:36:21.366 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-20T10:36:19.125136+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2023-12-20T10:36:21.366 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-20T10:36:21.634 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:36:21.912 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:21 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-20T10:36:21.913 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:21 smithi027 ceph-mon[112866]: pgmap v67: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:21.913 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:21 smithi027 ceph-mon[112866]: osdmap e21: 3 total, 3 up, 3 in 2023-12-20T10:36:21.913 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:21 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/3874140102' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-20T10:36:21.913 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 20 10:36:21 smithi027 sudo[137431]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-20T10:36:21.913 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 20 10:36:21 smithi027 sudo[137431]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:36:21.913 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 20 10:36:21 smithi027 sudo[137431]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:36:21.913 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 20 10:36:21 smithi027 sudo[137431]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:36:21.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:21 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-20T10:36:21.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:21 smithi111 ceph-mon[117531]: pgmap v67: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:21.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:21 smithi111 ceph-mon[117531]: osdmap e21: 3 total, 3 up, 3 in 2023-12-20T10:36:21.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:21 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/3874140102' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-20T10:36:22.094 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:21 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-20T10:36:22.094 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:21 smithi063 ceph-mon[117163]: pgmap v67: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:22.094 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:21 smithi063 ceph-mon[117163]: osdmap e21: 3 total, 3 up, 3 in 2023-12-20T10:36:22.094 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:21 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/3874140102' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-20T10:36:22.387 INFO:journalctl@ceph.osd.1.smithi063.stdout:Dec 20 10:36:22 smithi063 sudo[126537]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-20T10:36:22.388 INFO:journalctl@ceph.osd.1.smithi063.stdout:Dec 20 10:36:22 smithi063 sudo[126537]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:36:22.388 INFO:journalctl@ceph.osd.1.smithi063.stdout:Dec 20 10:36:22 smithi063 sudo[126537]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:36:22.388 INFO:journalctl@ceph.osd.1.smithi063.stdout:Dec 20 10:36:22 smithi063 sudo[126537]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:36:22.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:22 smithi027 ceph-mon[112866]: osdmap e22: 3 total, 3 up, 3 in 2023-12-20T10:36:22.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:22 smithi027 ceph-mon[112866]: mgrmap e15: a(active, since 113s), standbys: b 2023-12-20T10:36:22.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:22 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:22.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:22 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:22.813 INFO:teuthology.orchestra.run.smithi027.stdout:pg_num: 1 2023-12-20T10:36:22.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:22 smithi063 ceph-mon[117163]: osdmap e22: 3 total, 3 up, 3 in 2023-12-20T10:36:22.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:22 smithi063 ceph-mon[117163]: mgrmap e15: a(active, since 113s), standbys: b 2023-12-20T10:36:22.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:22 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:22.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:22 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:22.888 INFO:journalctl@ceph.osd.1.smithi063.stdout:Dec 20 10:36:22 smithi063 sudo[126540]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-20T10:36:22.888 INFO:journalctl@ceph.osd.1.smithi063.stdout:Dec 20 10:36:22 smithi063 sudo[126540]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:36:22.888 INFO:journalctl@ceph.osd.1.smithi063.stdout:Dec 20 10:36:22 smithi063 sudo[126540]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:36:22.888 INFO:journalctl@ceph.osd.1.smithi063.stdout:Dec 20 10:36:22 smithi063 sudo[126540]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:36:22.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:22 smithi111 ceph-mon[117531]: osdmap e22: 3 total, 3 up, 3 in 2023-12-20T10:36:22.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:22 smithi111 ceph-mon[117531]: mgrmap e15: a(active, since 113s), standbys: b 2023-12-20T10:36:22.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:22 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:22.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:22 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:22.978 INFO:journalctl@ceph.osd.2.smithi111.stdout:Dec 20 10:36:22 smithi111 sudo[126876]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-20T10:36:22.978 INFO:journalctl@ceph.osd.2.smithi111.stdout:Dec 20 10:36:22 smithi111 sudo[126876]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:36:22.979 INFO:journalctl@ceph.osd.2.smithi111.stdout:Dec 20 10:36:22 smithi111 sudo[126876]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:36:22.979 INFO:journalctl@ceph.osd.2.smithi111.stdout:Dec 20 10:36:22 smithi111 sudo[126876]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:36:23.181 INFO:tasks.cephadm:Setting up client nodes... 2023-12-20T10:36:23.181 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-20T10:36:23.182 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-20T10:36:23.182 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-20T10:36:23.466 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:36:23.477 INFO:journalctl@ceph.osd.2.smithi111.stdout:Dec 20 10:36:23 smithi111 sudo[126879]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-20T10:36:23.477 INFO:journalctl@ceph.osd.2.smithi111.stdout:Dec 20 10:36:23 smithi111 sudo[126879]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:36:23.478 INFO:journalctl@ceph.osd.2.smithi111.stdout:Dec 20 10:36:23 smithi111 sudo[126879]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:36:23.478 INFO:journalctl@ceph.osd.2.smithi111.stdout:Dec 20 10:36:23 smithi111 sudo[126879]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:36:23.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:23 smithi027 sudo[137670]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-20T10:36:23.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:23 smithi027 sudo[137670]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:36:23.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:23 smithi027 sudo[137670]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:36:23.799 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:23 smithi027 sudo[137670]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:36:24.280 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:23 smithi027 sudo[137719]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-20T10:36:24.280 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:23 smithi027 sudo[137719]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:36:24.280 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:23 smithi027 sudo[137719]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:36:24.280 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:23 smithi027 sudo[137719]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:36:24.280 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:23 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/485284689' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-20T10:36:24.280 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:23 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:24.280 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:23 smithi027 ceph-mon[112866]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-20T10:36:24.387 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:23 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/485284689' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-20T10:36:24.388 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:23 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:24.388 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:23 smithi063 ceph-mon[117163]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-20T10:36:24.469 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:23 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/485284689' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-20T10:36:24.469 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:23 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' 2023-12-20T10:36:24.470 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:23 smithi111 ceph-mon[117531]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-20T10:36:24.470 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:24 smithi111 sudo[126882]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-20T10:36:24.470 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:24 smithi111 sudo[126882]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:36:24.470 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:24 smithi111 sudo[126882]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:36:24.470 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:24 smithi111 sudo[126882]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:36:24.724 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:36:24.727 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:24 smithi111 sudo[126885]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-20T10:36:24.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:24 smithi111 sudo[126885]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:36:24.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:24 smithi111 sudo[126885]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:36:24.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:24 smithi111 sudo[126885]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:36:25.114 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":15,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6800","nonce":2772116315},{"type":"v1","addr":"172.21.15.27:6801","nonce":2772116315}]},"active_addr":"172.21.15.27:6801/2772116315","active_change":"2023-12-20T10:34:28.608994+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":24110,"name":"b","mgr_features":4540138322906710015,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:latest","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:latest","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.27:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.27:0","nonce":1785835341}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.27:0","nonce":583962064}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.27:0","nonce":888967679}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.27:0","nonce":3373729201}]}]} 2023-12-20T10:36:25.118 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-20T10:36:25.118 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-20T10:36:25.118 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-20T10:36:25.355 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:24 smithi063 sudo[126543]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-20T10:36:25.355 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:24 smithi063 sudo[126543]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:36:25.355 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:24 smithi063 sudo[126543]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:36:25.355 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:24 smithi063 sudo[126543]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:36:25.385 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:36:25.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:25 smithi063 sudo[126546]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-20T10:36:25.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:25 smithi063 sudo[126546]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:36:25.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:25 smithi063 sudo[126546]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:36:25.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:25 smithi063 sudo[126546]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:36:25.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:25 smithi063 ceph-mon[117163]: pgmap v69: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:25.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:25 smithi063 ceph-mon[117163]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-20T10:36:25.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:25 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:36:25.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:25 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:36:25.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:25 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:36:25.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:25 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:36:25.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:25 smithi063 ceph-mon[117163]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-20T10:36:25.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:25 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:36:25.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:25 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:36:25.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:25 smithi063 ceph-mon[117163]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-20T10:36:25.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:25 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:36:25.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:25 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:36:25.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:25 smithi063 ceph-mon[117163]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:36:25.639 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:25 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/1681494345' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-20T10:36:25.679 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:25 smithi027 ceph-mon[112866]: pgmap v69: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:25.680 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:25 smithi027 ceph-mon[112866]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-20T10:36:25.680 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:25 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:36:25.680 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:25 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:36:25.680 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:25 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:36:25.680 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:25 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:36:25.680 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:25 smithi027 ceph-mon[112866]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-20T10:36:25.680 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:25 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:36:25.680 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:25 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:36:25.680 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:25 smithi027 ceph-mon[112866]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-20T10:36:25.680 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:25 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:36:25.681 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:25 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:36:25.681 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:25 smithi027 ceph-mon[112866]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:36:25.681 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:25 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/1681494345' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-20T10:36:25.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:25 smithi111 ceph-mon[117531]: pgmap v69: 1 pgs: 1 active+clean; 449 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:25.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:25 smithi111 ceph-mon[117531]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-20T10:36:25.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:25 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:36:25.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:25 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:36:25.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:25 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:36:25.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:25 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:36:25.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:25 smithi111 ceph-mon[117531]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-20T10:36:25.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:25 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:36:25.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:25 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:36:25.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:25 smithi111 ceph-mon[117531]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-20T10:36:25.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:25 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:36:25.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:25 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:36:25.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:25 smithi111 ceph-mon[117531]: from='mgr.14150 172.21.15.27:0/3843137089' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:36:25.729 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:25 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/1681494345' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-20T10:36:26.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:26 smithi027 ceph-mon[112866]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-20T10:36:26.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:26 smithi027 ceph-mon[112866]: pgmap v70: 1 pgs: 1 active+clean; 449 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:26.548 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:26 smithi027 ceph-mon[112866]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-20T10:36:26.577 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:36:26.577 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":22,"fsid":"1f553904-9f23-11ee-95a5-87774f69a715","created":"2023-12-20T10:33:41.200936+0000","modified":"2023-12-20T10:36:21.632972+0000","last_up_change":"2023-12-20T10:36:17.612679+0000","last_in_change":"2023-12-20T10:36:02.904421+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-20T10:36:19.125136+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"ffff1192-3eaf-4915-ab83-1540d0e39d55","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6802","nonce":1939350539},{"type":"v1","addr":"172.21.15.27:6803","nonce":1939350539}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6804","nonce":1939350539},{"type":"v1","addr":"172.21.15.27:6805","nonce":1939350539}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6808","nonce":1939350539},{"type":"v1","addr":"172.21.15.27:6809","nonce":1939350539}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6806","nonce":1939350539},{"type":"v1","addr":"172.21.15.27:6807","nonce":1939350539}]},"public_addr":"172.21.15.27:6803/1939350539","cluster_addr":"172.21.15.27:6805/1939350539","heartbeat_back_addr":"172.21.15.27:6809/1939350539","heartbeat_front_addr":"172.21.15.27:6807/1939350539","state":["exists","up"]},{"osd":1,"uuid":"5a47016a-f88b-418a-9c30-f36175058745","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6800","nonce":1224119540},{"type":"v1","addr":"172.21.15.63:6801","nonce":1224119540}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":1224119540},{"type":"v1","addr":"172.21.15.63:6803","nonce":1224119540}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":1224119540},{"type":"v1","addr":"172.21.15.63:6807","nonce":1224119540}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":1224119540},{"type":"v1","addr":"172.21.15.63:6805","nonce":1224119540}]},"public_addr":"172.21.15.63:6801/1224119540","cluster_addr":"172.21.15.63:6803/1224119540","heartbeat_back_addr":"172.21.15.63:6807/1224119540","heartbeat_front_addr":"172.21.15.63:6805/1224119540","state":["exists","up"]},{"osd":2,"uuid":"6967941e-a1f0-46ce-8b15-ec6d95c91355","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.111:6800","nonce":3426311157},{"type":"v1","addr":"172.21.15.111:6801","nonce":3426311157}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6802","nonce":3426311157},{"type":"v1","addr":"172.21.15.111:6803","nonce":3426311157}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6806","nonce":3426311157},{"type":"v1","addr":"172.21.15.111:6807","nonce":3426311157}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6804","nonce":3426311157},{"type":"v1","addr":"172.21.15.111:6805","nonce":3426311157}]},"public_addr":"172.21.15.111:6801/3426311157","cluster_addr":"172.21.15.111:6803/3426311157","heartbeat_back_addr":"172.21.15.111:6807/3426311157","heartbeat_front_addr":"172.21.15.111:6805/3426311157","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-20T10:35:42.253015+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-20T10:35:59.228684+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-20T10:36:16.006597+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.27:0/1441554157":"2023-12-21T10:34:28.608826+0000","172.21.15.27:6800/3950320092":"2023-12-21T10:34:28.608826+0000","172.21.15.27:6801/3950320092":"2023-12-21T10:34:28.608826+0000","172.21.15.27:0/3265295950":"2023-12-21T10:34:06.101887+0000","172.21.15.27:0/3520742268":"2023-12-21T10:34:06.101887+0000","172.21.15.27:0/1845247514":"2023-12-21T10:34:06.101887+0000","172.21.15.27:6800/1389002602":"2023-12-21T10:34:06.101887+0000","172.21.15.27:6801/1389002602":"2023-12-21T10:34:06.101887+0000","172.21.15.27:0/2104981543":"2023-12-21T10:34:28.608826+0000","172.21.15.27:0/2423529479":"2023-12-21T10:34:28.608826+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-12-20T10:36:26.637 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:26 smithi063 ceph-mon[117163]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-20T10:36:26.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:26 smithi063 ceph-mon[117163]: pgmap v70: 1 pgs: 1 active+clean; 449 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:26.638 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:26 smithi063 ceph-mon[117163]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-20T10:36:26.727 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:26 smithi111 ceph-mon[117531]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-20T10:36:26.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:26 smithi111 ceph-mon[117531]: pgmap v70: 1 pgs: 1 active+clean; 449 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:26.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:26 smithi111 ceph-mon[117531]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-20T10:36:26.956 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-20T10:36:26.956 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-20T10:36:27.219 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:36:27.637 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:27 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/3407877004' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-20T10:36:27.661 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:27 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/3407877004' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-20T10:36:27.727 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:27 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/3407877004' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-20T10:36:28.393 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:36:28.393 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":22,"fsid":"1f553904-9f23-11ee-95a5-87774f69a715","created":"2023-12-20T10:33:41.200936+0000","modified":"2023-12-20T10:36:21.632972+0000","last_up_change":"2023-12-20T10:36:17.612679+0000","last_in_change":"2023-12-20T10:36:02.904421+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-20T10:36:19.125136+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"ffff1192-3eaf-4915-ab83-1540d0e39d55","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6802","nonce":1939350539},{"type":"v1","addr":"172.21.15.27:6803","nonce":1939350539}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6804","nonce":1939350539},{"type":"v1","addr":"172.21.15.27:6805","nonce":1939350539}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6808","nonce":1939350539},{"type":"v1","addr":"172.21.15.27:6809","nonce":1939350539}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6806","nonce":1939350539},{"type":"v1","addr":"172.21.15.27:6807","nonce":1939350539}]},"public_addr":"172.21.15.27:6803/1939350539","cluster_addr":"172.21.15.27:6805/1939350539","heartbeat_back_addr":"172.21.15.27:6809/1939350539","heartbeat_front_addr":"172.21.15.27:6807/1939350539","state":["exists","up"]},{"osd":1,"uuid":"5a47016a-f88b-418a-9c30-f36175058745","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6800","nonce":1224119540},{"type":"v1","addr":"172.21.15.63:6801","nonce":1224119540}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":1224119540},{"type":"v1","addr":"172.21.15.63:6803","nonce":1224119540}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":1224119540},{"type":"v1","addr":"172.21.15.63:6807","nonce":1224119540}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":1224119540},{"type":"v1","addr":"172.21.15.63:6805","nonce":1224119540}]},"public_addr":"172.21.15.63:6801/1224119540","cluster_addr":"172.21.15.63:6803/1224119540","heartbeat_back_addr":"172.21.15.63:6807/1224119540","heartbeat_front_addr":"172.21.15.63:6805/1224119540","state":["exists","up"]},{"osd":2,"uuid":"6967941e-a1f0-46ce-8b15-ec6d95c91355","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.111:6800","nonce":3426311157},{"type":"v1","addr":"172.21.15.111:6801","nonce":3426311157}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6802","nonce":3426311157},{"type":"v1","addr":"172.21.15.111:6803","nonce":3426311157}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6806","nonce":3426311157},{"type":"v1","addr":"172.21.15.111:6807","nonce":3426311157}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6804","nonce":3426311157},{"type":"v1","addr":"172.21.15.111:6805","nonce":3426311157}]},"public_addr":"172.21.15.111:6801/3426311157","cluster_addr":"172.21.15.111:6803/3426311157","heartbeat_back_addr":"172.21.15.111:6807/3426311157","heartbeat_front_addr":"172.21.15.111:6805/3426311157","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-20T10:35:42.253015+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-20T10:35:59.228684+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-20T10:36:16.006597+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.27:0/1441554157":"2023-12-21T10:34:28.608826+0000","172.21.15.27:6800/3950320092":"2023-12-21T10:34:28.608826+0000","172.21.15.27:6801/3950320092":"2023-12-21T10:34:28.608826+0000","172.21.15.27:0/3265295950":"2023-12-21T10:34:06.101887+0000","172.21.15.27:0/3520742268":"2023-12-21T10:34:06.101887+0000","172.21.15.27:0/1845247514":"2023-12-21T10:34:06.101887+0000","172.21.15.27:6800/1389002602":"2023-12-21T10:34:06.101887+0000","172.21.15.27:6801/1389002602":"2023-12-21T10:34:06.101887+0000","172.21.15.27:0/2104981543":"2023-12-21T10:34:28.608826+0000","172.21.15.27:0/2423529479":"2023-12-21T10:34:28.608826+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-12-20T10:36:28.637 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:28 smithi063 ceph-mon[117163]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 7.2 KiB/s rd, 366 KiB/s wr, 24 op/s 2023-12-20T10:36:28.665 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:28 smithi027 ceph-mon[112866]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 7.2 KiB/s rd, 366 KiB/s wr, 24 op/s 2023-12-20T10:36:28.727 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:28 smithi111 ceph-mon[117531]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 7.2 KiB/s rd, 366 KiB/s wr, 24 op/s 2023-12-20T10:36:28.767 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-20T10:36:28.767 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-20T10:36:28.768 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-20T10:36:29.054 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:36:29.062 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:36:29.492 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:29 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/1480698051' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-20T10:36:29.613 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:36:29.637 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:29 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/1480698051' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-20T10:36:29.728 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:29 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/1480698051' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-20T10:36:30.777 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:30 smithi027 ceph-mon[112866]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 5.1 KiB/s rd, 261 KiB/s wr, 17 op/s 2023-12-20T10:36:30.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:30 smithi063 ceph-mon[117163]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 5.1 KiB/s rd, 261 KiB/s wr, 17 op/s 2023-12-20T10:36:30.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:30 smithi111 ceph-mon[117531]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 5.1 KiB/s rd, 261 KiB/s wr, 17 op/s 2023-12-20T10:36:31.181 INFO:teuthology.orchestra.run.smithi027.stdout:77309411333 2023-12-20T10:36:31.182 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-20T10:36:31.596 INFO:teuthology.orchestra.run.smithi027.stdout:34359738381 2023-12-20T10:36:31.596 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-20T10:36:31.870 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:36:31.926 INFO:teuthology.orchestra.run.smithi027.stdout:55834574857 2023-12-20T10:36:31.926 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-20T10:36:32.174 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:36:32.636 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:32 smithi027 ceph-mon[112866]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 203 KiB/s wr, 13 op/s 2023-12-20T10:36:32.791 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:36:32.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:32 smithi063 ceph-mon[117163]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 203 KiB/s wr, 13 op/s 2023-12-20T10:36:32.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:32 smithi111 ceph-mon[117531]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 4.0 KiB/s rd, 203 KiB/s wr, 13 op/s 2023-12-20T10:36:33.769 INFO:teuthology.orchestra.run.smithi027.stdout:77309411333 2023-12-20T10:36:33.830 INFO:teuthology.orchestra.run.smithi027.stdout:34359738381 2023-12-20T10:36:34.177 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411333 got 77309411333 for osd.2 2023-12-20T10:36:34.178 DEBUG:teuthology.parallel:result is None 2023-12-20T10:36:34.430 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738381 got 34359738381 for osd.0 2023-12-20T10:36:34.430 DEBUG:teuthology.parallel:result is None 2023-12-20T10:36:34.474 INFO:teuthology.orchestra.run.smithi027.stdout:55834574858 2023-12-20T10:36:34.755 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:34 smithi027 ceph-mon[112866]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.3 KiB/s rd, 166 KiB/s wr, 11 op/s 2023-12-20T10:36:34.755 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:34 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/579532353' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-20T10:36:34.755 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:34 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/466051349' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-20T10:36:34.756 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:34 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/252046345' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-20T10:36:34.845 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574857 got 55834574858 for osd.1 2023-12-20T10:36:34.846 DEBUG:teuthology.parallel:result is None 2023-12-20T10:36:34.846 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-20T10:36:34.846 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-20T10:36:34.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:34 smithi063 ceph-mon[117163]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.3 KiB/s rd, 166 KiB/s wr, 11 op/s 2023-12-20T10:36:34.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:34 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/579532353' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-20T10:36:34.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:34 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/466051349' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-20T10:36:34.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:34 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/252046345' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-20T10:36:34.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:34 smithi111 ceph-mon[117531]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.3 KiB/s rd, 166 KiB/s wr, 11 op/s 2023-12-20T10:36:34.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:34 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/579532353' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-20T10:36:34.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:34 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/466051349' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-20T10:36:34.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:34 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/252046345' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-20T10:36:35.112 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:36:36.309 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:36:36.311 INFO:teuthology.orchestra.run.smithi027.stderr:dumped all 2023-12-20T10:36:36.678 INFO:teuthology.orchestra.run.smithi027.stdout:{"pg_ready":true,"pg_map":{"version":75,"stamp":"2023-12-20T10:36:34.632188+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":84588,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150868,"statfs":{"total":287985106944,"available":287898488832,"internally_reserved":0,"allocated":2347008,"data_stored":1944591,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":131088,"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":40,"num_read_kb":36,"num_write":82,"num_write_kb":1828,"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.001786"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":185,"reported_epoch":22,"state":"active+clean","last_fresh":"2023-12-20T10:36:25.370969+0000","last_change":"2023-12-20T10:36:20.632995+0000","last_active":"2023-12-20T10:36:25.370969+0000","last_peered":"2023-12-20T10:36:25.370969+0000","last_clean":"2023-12-20T10:36:25.370969+0000","last_became_active":"2023-12-20T10:36:20.632715+0000","last_became_peered":"2023-12-20T10:36:20.632715+0000","last_unstale":"2023-12-20T10:36:25.370969+0000","last_undegraded":"2023-12-20T10:36:25.370969+0000","last_fullsized":"2023-12-20T10:36:25.370969+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-20T10:36:19.624535+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-20T10:36:19.624535+0000","last_clean_scrub_stamp":"2023-12-20T10:36:19.624535+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-21T14:28:40.201975+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38}]},{"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.52600000000000002}]}]},{"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":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[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.36099999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48199999999999998}]}]},{"osd":1,"up_from":13,"seq":55834574858,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33000000000000002}]},{"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}]}]}],"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-12-20T10:36:36.679 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-20T10:36:36.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:36 smithi063 ceph-mon[117163]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2023-12-20T10:36:36.942 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:36:36.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:36 smithi111 ceph-mon[117531]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2023-12-20T10:36:37.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:36 smithi027 ceph-mon[112866]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2023-12-20T10:36:37.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:37 smithi063 ceph-mon[117163]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-20T10:36:37.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:37 smithi111 ceph-mon[117531]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-20T10:36:38.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:37 smithi027 ceph-mon[112866]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-20T10:36:38.117 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:36:38.119 INFO:teuthology.orchestra.run.smithi027.stderr:dumped all 2023-12-20T10:36:38.487 INFO:teuthology.orchestra.run.smithi027.stdout:{"pg_ready":true,"pg_map":{"version":76,"stamp":"2023-12-20T10:36:36.632464+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":84588,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150868,"statfs":{"total":287985106944,"available":287898488832,"internally_reserved":0,"allocated":2347008,"data_stored":1944591,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":131088,"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":40,"num_read_kb":36,"num_write":82,"num_write_kb":1828,"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.001799"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":185,"reported_epoch":22,"state":"active+clean","last_fresh":"2023-12-20T10:36:25.370969+0000","last_change":"2023-12-20T10:36:20.632995+0000","last_active":"2023-12-20T10:36:25.370969+0000","last_peered":"2023-12-20T10:36:25.370969+0000","last_clean":"2023-12-20T10:36:25.370969+0000","last_became_active":"2023-12-20T10:36:20.632715+0000","last_became_peered":"2023-12-20T10:36:20.632715+0000","last_unstale":"2023-12-20T10:36:25.370969+0000","last_undegraded":"2023-12-20T10:36:25.370969+0000","last_fullsized":"2023-12-20T10:36:25.370969+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-20T10:36:19.624535+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-20T10:36:19.624535+0000","last_clean_scrub_stamp":"2023-12-20T10:36:19.624535+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-21T14:28:40.201975+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38}]},{"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.52600000000000002}]}]},{"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":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[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.36099999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48199999999999998}]}]},{"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":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39700000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48299999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-20T10:36:38.487 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-20T10:36:38.487 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-20T10:36:38.488 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-20T10:36:38.488 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-20T10:36:38.752 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:36:38.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:38 smithi027 ceph-mon[112866]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2023-12-20T10:36:38.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:38 smithi027 ceph-mon[112866]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-20T10:36:38.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:38 smithi063 ceph-mon[117163]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2023-12-20T10:36:38.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:38 smithi063 ceph-mon[117163]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-20T10:36:38.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:38 smithi111 ceph-mon[117531]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2023-12-20T10:36:38.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:38 smithi111 ceph-mon[117531]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-20T10:36:39.977 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-20T10:36:39.977 INFO:teuthology.orchestra.run.smithi027.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-20T10:36:40.354 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-20T10:36:40.354 INFO:tasks.cephadm:Setup complete, yielding 2023-12-20T10:36:40.354 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-20T10:36:40.363 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2023-12-20T10:36:40.364 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2023-12-20T10:36:40.630 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:36:40.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:40 smithi063 ceph-mon[117163]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:40.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:40 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/3670773610' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-20T10:36:40.909 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:40 smithi027 ceph-mon[112866]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:40.909 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:40 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/3670773610' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-20T10:36:40.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:40 smithi111 ceph-mon[117531]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:40.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:40 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/3670773610' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-20T10:36:42.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:42 smithi063 ceph-mon[117163]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:42.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:42 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/476111424' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-20T10:36:42.889 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:42 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: ignoring --setuser ceph since I am not root 2023-12-20T10:36:42.889 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:42 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: ignoring --setgroup ceph since I am not root 2023-12-20T10:36:42.889 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:42 smithi063 ceph-mgr[118763]: -- 172.21.15.63:0/1274089389 <== mon.0 v2:172.21.15.27:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563e1af1a1a0 con 0x563e1aef0c00 2023-12-20T10:36:42.889 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:42 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:42.780+0000 7f8f7714b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-20T10:36:42.933 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:42 smithi027 ceph-mon[112866]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:42.933 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:42 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/476111424' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-20T10:36:42.934 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:42 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: ignoring --setuser ceph since I am not root 2023-12-20T10:36:42.934 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:42 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: ignoring --setgroup ceph since I am not root 2023-12-20T10:36:42.934 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:42 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:42.781+0000 7f6e376b2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-20T10:36:42.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:42 smithi111 ceph-mon[117531]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:42.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:42 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/476111424' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-20T10:36:43.000 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2023-12-20T10:36:43.011 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2023-12-20T10:36:43.011 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph rgw realm bootstrap -i - 2023-12-20T10:36:43.295 INFO:teuthology.orchestra.run.smithi027.stdout:Inferring config /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:36:43.298 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:42 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:42.972+0000 7f6e376b2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-20T10:36:43.303 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:42 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:42.965+0000 7f8f7714b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-20T10:36:43.596 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:43 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:43.301+0000 7f8f7714b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-20T10:36:43.626 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:43 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:43.350+0000 7f6e376b2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-20T10:36:43.626 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:43 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/476111424' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-20T10:36:43.627 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:43 smithi027 ceph-mon[112866]: mgrmap e16: a(active, since 2m), standbys: b 2023-12-20T10:36:43.887 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:43 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:43.815+0000 7f8f7714b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-20T10:36:43.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:43 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/476111424' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-20T10:36:43.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:43 smithi063 ceph-mon[117163]: mgrmap e16: a(active, since 2m), standbys: b 2023-12-20T10:36:43.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:43 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/476111424' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-20T10:36:43.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:43 smithi111 ceph-mon[117531]: mgrmap e16: a(active, since 2m), standbys: b 2023-12-20T10:36:44.169 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:43 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:43.888+0000 7f6e376b2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-20T10:36:44.170 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:44 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:44.138+0000 7f6e376b2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-20T10:36:44.387 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:44 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:44.051+0000 7f8f7714b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-20T10:36:44.887 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:44 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:44.491+0000 7f8f7714b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-20T10:36:45.048 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:44 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:44.596+0000 7f6e376b2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-20T10:36:45.638 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:45 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:45.233+0000 7f8f7714b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-20T10:36:45.638 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:45 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:45.323+0000 7f8f7714b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-20T10:36:45.798 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:45 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:45.352+0000 7f6e376b2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-20T10:36:45.798 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:45 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:45.444+0000 7f6e376b2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-20T10:36:46.234 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:45 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:45.950+0000 7f8f7714b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-20T10:36:46.234 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:46 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:46.039+0000 7f8f7714b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-20T10:36:46.234 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:46 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:46.133+0000 7f8f7714b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-20T10:36:46.370 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:46 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:46.082+0000 7f6e376b2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-20T10:36:46.370 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:46 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:46.173+0000 7f6e376b2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-20T10:36:46.371 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:46 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:46.268+0000 7f6e376b2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-20T10:36:46.564 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:46 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:46.231+0000 7f8f7714b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-20T10:36:46.564 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:46 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:46.465+0000 7f8f7714b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-20T10:36:46.703 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:46 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:46.367+0000 7f6e376b2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-20T10:36:46.703 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:46 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:46.601+0000 7f6e376b2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-20T10:36:46.887 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:46 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:46.562+0000 7f8f7714b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-20T10:36:46.888 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:46 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:46.789+0000 7f8f7714b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-20T10:36:47.035 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:46 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:46.700+0000 7f6e376b2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-20T10:36:47.035 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:46 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:46.930+0000 7f6e376b2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-20T10:36:47.174 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:46 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:46.889+0000 7f8f7714b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-20T10:36:47.175 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:47 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:47.082+0000 7f8f7714b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-20T10:36:47.298 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:47 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:47.032+0000 7f6e376b2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-20T10:36:47.298 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:47 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:47.228+0000 7f6e376b2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-20T10:36:47.638 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:47 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:47.173+0000 7f8f7714b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-20T10:36:47.798 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:47 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:47.319+0000 7f6e376b2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-20T10:36:48.357 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:47 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:47.965+0000 7f8f7714b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-20T10:36:48.357 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:48 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:48.168+0000 7f8f7714b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-20T10:36:48.522 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:48 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:48.121+0000 7f6e376b2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-20T10:36:48.522 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:48 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:48.328+0000 7f6e376b2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-20T10:36:48.637 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:48 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:48.355+0000 7f8f7714b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:36:48.798 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:48 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:48.520+0000 7f6e376b2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:36:49.387 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:49 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:49.042+0000 7f8f7714b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-20T10:36:49.388 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:49 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:49.232+0000 7f8f7714b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:36:49.548 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:49 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:49.214+0000 7f6e376b2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-20T10:36:49.548 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:49 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:49.408+0000 7f6e376b2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:36:49.874 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:49 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:49.602+0000 7f6e376b2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-20T10:36:49.874 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:49 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:49.726+0000 7f6e376b2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-20T10:36:49.875 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:49 smithi027 ceph-mon[112866]: Standby manager daemon b restarted 2023-12-20T10:36:49.875 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:49 smithi027 ceph-mon[112866]: Standby manager daemon b started 2023-12-20T10:36:49.875 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:49 smithi027 ceph-mon[112866]: from='mgr.? 172.21.15.63:0/3130491795' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-20T10:36:49.875 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:49 smithi027 ceph-mon[112866]: from='mgr.? 172.21.15.63:0/3130491795' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-20T10:36:49.875 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:49 smithi027 ceph-mon[112866]: from='mgr.? 172.21.15.63:0/3130491795' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-20T10:36:49.875 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:49 smithi027 ceph-mon[112866]: from='mgr.? 172.21.15.63:0/3130491795' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-20T10:36:49.875 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:49 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:49.421+0000 7f8f7714b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-20T10:36:49.875 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:36:49 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b[118669]: 2023-12-20T10:36:49.542+0000 7f8f7714b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-20T10:36:49.876 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:49 smithi063 ceph-mon[117163]: Standby manager daemon b restarted 2023-12-20T10:36:49.876 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:49 smithi063 ceph-mon[117163]: Standby manager daemon b started 2023-12-20T10:36:49.876 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:49 smithi063 ceph-mon[117163]: from='mgr.? 172.21.15.63:0/3130491795' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-20T10:36:49.876 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:49 smithi063 ceph-mon[117163]: from='mgr.? 172.21.15.63:0/3130491795' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-20T10:36:49.876 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:49 smithi063 ceph-mon[117163]: from='mgr.? 172.21.15.63:0/3130491795' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-20T10:36:49.876 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:49 smithi063 ceph-mon[117163]: from='mgr.? 172.21.15.63:0/3130491795' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-20T10:36:49.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:49 smithi111 ceph-mon[117531]: Standby manager daemon b restarted 2023-12-20T10:36:49.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:49 smithi111 ceph-mon[117531]: Standby manager daemon b started 2023-12-20T10:36:49.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:49 smithi111 ceph-mon[117531]: from='mgr.? 172.21.15.63:0/3130491795' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-20T10:36:49.876 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:49 smithi111 ceph-mon[117531]: from='mgr.? 172.21.15.63:0/3130491795' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-20T10:36:49.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:49 smithi111 ceph-mon[117531]: from='mgr.? 172.21.15.63:0/3130491795' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-20T10:36:49.877 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:49 smithi111 ceph-mon[117531]: from='mgr.? 172.21.15.63:0/3130491795' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-20T10:36:50.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: mgrmap e17: a(active, since 2m), standbys: b 2023-12-20T10:36:50.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: Active manager daemon a restarted 2023-12-20T10:36:50.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: Activating manager daemon a 2023-12-20T10:36:50.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: osdmap e23: 3 total, 3 up, 3 in 2023-12-20T10:36:50.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: mgrmap e18: a(active, starting, since 0.00807311s), standbys: b 2023-12-20T10:36:50.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:36:50.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:36:50.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:36:50.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-20T10:36:50.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-20T10:36:50.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:36:50.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:36:50.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:50.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-20T10:36:50.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-20T10:36:50.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-20T10:36:50.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: Manager daemon a is now available 2023-12-20T10:36:50.889 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:36:50.890 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:36:50.890 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-20T10:36:50.890 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:50 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-20T10:36:50.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: mgrmap e17: a(active, since 2m), standbys: b 2023-12-20T10:36:50.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: Active manager daemon a restarted 2023-12-20T10:36:50.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: Activating manager daemon a 2023-12-20T10:36:50.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: osdmap e23: 3 total, 3 up, 3 in 2023-12-20T10:36:50.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: mgrmap e18: a(active, starting, since 0.00807311s), standbys: b 2023-12-20T10:36:50.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:36:50.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:36:50.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:36:50.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-20T10:36:50.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-20T10:36:50.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:36:50.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:36:50.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:50.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-20T10:36:50.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-20T10:36:50.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-20T10:36:50.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: Manager daemon a is now available 2023-12-20T10:36:50.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:36:50.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:36:50.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-20T10:36:50.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:50 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-20T10:36:51.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: mgrmap e17: a(active, since 2m), standbys: b 2023-12-20T10:36:51.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: Active manager daemon a restarted 2023-12-20T10:36:51.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: Activating manager daemon a 2023-12-20T10:36:51.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: osdmap e23: 3 total, 3 up, 3 in 2023-12-20T10:36:51.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: mgrmap e18: a(active, starting, since 0.00807311s), standbys: b 2023-12-20T10:36:51.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:36:51.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:36:51.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:36:51.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-20T10:36:51.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-20T10:36:51.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:36:51.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:36:51.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:36:51.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-20T10:36:51.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-20T10:36:51.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-20T10:36:51.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: Manager daemon a is now available 2023-12-20T10:36:51.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:36:51.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:36:51.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-20T10:36:51.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:50 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-20T10:36:51.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:51 smithi063 ceph-mon[117163]: [20/Dec/2023:10:36:50] ENGINE Bus STARTING 2023-12-20T10:36:51.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:51 smithi063 ceph-mon[117163]: [20/Dec/2023:10:36:50] ENGINE Serving on http://172.21.15.27:8765 2023-12-20T10:36:51.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:51 smithi063 ceph-mon[117163]: [20/Dec/2023:10:36:50] ENGINE Serving on https://172.21.15.27:7150 2023-12-20T10:36:51.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:51 smithi063 ceph-mon[117163]: [20/Dec/2023:10:36:50] ENGINE Bus STARTED 2023-12-20T10:36:51.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:51 smithi063 ceph-mon[117163]: mgrmap e19: a(active, since 1.01259s), standbys: b 2023-12-20T10:36:51.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:51 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:51.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:51 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:51.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:51 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:51.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:51 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:51.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:51 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:51.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:51 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:51.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:51 smithi111 ceph-mon[117531]: [20/Dec/2023:10:36:50] ENGINE Bus STARTING 2023-12-20T10:36:51.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:51 smithi111 ceph-mon[117531]: [20/Dec/2023:10:36:50] ENGINE Serving on http://172.21.15.27:8765 2023-12-20T10:36:51.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:51 smithi111 ceph-mon[117531]: [20/Dec/2023:10:36:50] ENGINE Serving on https://172.21.15.27:7150 2023-12-20T10:36:51.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:51 smithi111 ceph-mon[117531]: [20/Dec/2023:10:36:50] ENGINE Bus STARTED 2023-12-20T10:36:51.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:51 smithi111 ceph-mon[117531]: mgrmap e19: a(active, since 1.01259s), standbys: b 2023-12-20T10:36:51.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:51 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:51.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:51 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:51.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:51 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:51.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:51 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:51.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:51 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:51.979 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:51 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:52.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:51 smithi027 ceph-mon[112866]: [20/Dec/2023:10:36:50] ENGINE Bus STARTING 2023-12-20T10:36:52.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:51 smithi027 ceph-mon[112866]: [20/Dec/2023:10:36:50] ENGINE Serving on http://172.21.15.27:8765 2023-12-20T10:36:52.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:51 smithi027 ceph-mon[112866]: [20/Dec/2023:10:36:50] ENGINE Serving on https://172.21.15.27:7150 2023-12-20T10:36:52.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:51 smithi027 ceph-mon[112866]: [20/Dec/2023:10:36:50] ENGINE Bus STARTED 2023-12-20T10:36:52.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:51 smithi027 ceph-mon[112866]: mgrmap e19: a(active, since 1.01259s), standbys: b 2023-12-20T10:36:52.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:51 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:52.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:51 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:52.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:51 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:52.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:51 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:52.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:51 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:52.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:51 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:52.887 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:52 smithi063 ceph-mon[117163]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:36:52.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:52 smithi063 ceph-mon[117163]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:52.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:52 smithi063 ceph-mon[117163]: osdmap e24: 3 total, 3 up, 3 in 2023-12-20T10:36:52.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:52 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/5190177' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-20T10:36:52.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:52 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:52.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:52 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:52.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:52 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:52.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:52 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:52.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:52 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:52.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:52 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:52.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:52 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:52.888 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:52 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:36:52.977 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:52 smithi111 ceph-mon[117531]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:36:52.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:52 smithi111 ceph-mon[117531]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:52.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:52 smithi111 ceph-mon[117531]: osdmap e24: 3 total, 3 up, 3 in 2023-12-20T10:36:52.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:52 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/5190177' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-20T10:36:52.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:52 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:52.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:52 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:52.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:52 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:52.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:52 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:52.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:52 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:52.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:52 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:52.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:52 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:52.978 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:52 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:36:53.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:52 smithi027 ceph-mon[112866]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:36:53.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:52 smithi027 ceph-mon[112866]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:53.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:52 smithi027 ceph-mon[112866]: osdmap e24: 3 total, 3 up, 3 in 2023-12-20T10:36:53.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:52 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/5190177' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-20T10:36:53.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:52 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:53.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:52 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:53.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:52 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:53.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:52 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:53.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:52 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:53.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:52 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:53.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:52 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:53.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:52 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:36:54.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:53 smithi027 ceph-mon[112866]: pgmap v5: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:54.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:53 smithi027 ceph-mon[112866]: Updating smithi027:/etc/ceph/ceph.conf 2023-12-20T10:36:54.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:53 smithi027 ceph-mon[112866]: Updating smithi063:/etc/ceph/ceph.conf 2023-12-20T10:36:54.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:53 smithi027 ceph-mon[112866]: Updating smithi111:/etc/ceph/ceph.conf 2023-12-20T10:36:54.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:53 smithi027 ceph-mon[112866]: Updating smithi027:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:36:54.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:53 smithi027 ceph-mon[112866]: Updating smithi063:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:36:54.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:53 smithi027 ceph-mon[112866]: Updating smithi111:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:36:54.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:53 smithi027 ceph-mon[112866]: Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:36:54.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:53 smithi027 ceph-mon[112866]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-12-20T10:36:54.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:53 smithi027 ceph-mon[112866]: mgrmap e20: a(active, since 3s), standbys: b 2023-12-20T10:36:54.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:53 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/5190177' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-20T10:36:54.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:53 smithi027 ceph-mon[112866]: osdmap e25: 3 total, 3 up, 3 in 2023-12-20T10:36:54.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:53 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:54.050 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:53 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:54.051 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:53 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:54.051 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:53 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:54.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:53 smithi063 ceph-mon[117163]: pgmap v5: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:54.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:53 smithi063 ceph-mon[117163]: Updating smithi027:/etc/ceph/ceph.conf 2023-12-20T10:36:54.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:53 smithi063 ceph-mon[117163]: Updating smithi063:/etc/ceph/ceph.conf 2023-12-20T10:36:54.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:53 smithi063 ceph-mon[117163]: Updating smithi111:/etc/ceph/ceph.conf 2023-12-20T10:36:54.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:53 smithi063 ceph-mon[117163]: Updating smithi027:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:36:54.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:53 smithi063 ceph-mon[117163]: Updating smithi063:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:36:54.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:53 smithi063 ceph-mon[117163]: Updating smithi111:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:36:54.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:53 smithi063 ceph-mon[117163]: Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:36:54.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:53 smithi063 ceph-mon[117163]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-12-20T10:36:54.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:53 smithi063 ceph-mon[117163]: mgrmap e20: a(active, since 3s), standbys: b 2023-12-20T10:36:54.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:53 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/5190177' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-20T10:36:54.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:53 smithi063 ceph-mon[117163]: osdmap e25: 3 total, 3 up, 3 in 2023-12-20T10:36:54.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:53 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:54.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:53 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:54.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:53 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:54.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:53 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:54.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:53 smithi111 ceph-mon[117531]: pgmap v5: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:54.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:53 smithi111 ceph-mon[117531]: Updating smithi027:/etc/ceph/ceph.conf 2023-12-20T10:36:54.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:53 smithi111 ceph-mon[117531]: Updating smithi063:/etc/ceph/ceph.conf 2023-12-20T10:36:54.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:53 smithi111 ceph-mon[117531]: Updating smithi111:/etc/ceph/ceph.conf 2023-12-20T10:36:54.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:53 smithi111 ceph-mon[117531]: Updating smithi027:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:36:54.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:53 smithi111 ceph-mon[117531]: Updating smithi063:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:36:54.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:53 smithi111 ceph-mon[117531]: Updating smithi111:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:36:54.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:53 smithi111 ceph-mon[117531]: Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:36:54.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:53 smithi111 ceph-mon[117531]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-12-20T10:36:54.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:53 smithi111 ceph-mon[117531]: mgrmap e20: a(active, since 3s), standbys: b 2023-12-20T10:36:54.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:53 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/5190177' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-20T10:36:54.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:53 smithi111 ceph-mon[117531]: osdmap e25: 3 total, 3 up, 3 in 2023-12-20T10:36:54.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:53 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:54.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:53 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:54.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:53 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:54.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:53 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:55.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:54 smithi027 ceph-mon[112866]: Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:36:55.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:54 smithi027 ceph-mon[112866]: Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:36:55.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:54 smithi027 ceph-mon[112866]: Updating smithi027:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:36:55.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:54 smithi027 ceph-mon[112866]: Updating smithi063:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:36:55.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:54 smithi027 ceph-mon[112866]: Updating smithi111:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:36:55.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:54 smithi027 ceph-mon[112866]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:55.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:54 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:55.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:54 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:55.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:54 smithi027 ceph-mon[112866]: osdmap e26: 3 total, 3 up, 3 in 2023-12-20T10:36:55.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:54 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-12-20T10:36:55.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:54 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:55.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:54 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:36:55.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:54 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:55.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:54 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:36:55.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:54 smithi027 ceph-mon[112866]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:55.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:54 smithi027 ceph-mon[112866]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-12-20T10:36:55.049 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:54 smithi027 ceph-mon[112866]: Cluster is now healthy 2023-12-20T10:36:55.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:54 smithi063 ceph-mon[117163]: Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:36:55.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:54 smithi063 ceph-mon[117163]: Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:36:55.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:54 smithi063 ceph-mon[117163]: Updating smithi027:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:36:55.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:54 smithi063 ceph-mon[117163]: Updating smithi063:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:36:55.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:54 smithi063 ceph-mon[117163]: Updating smithi111:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:36:55.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:54 smithi063 ceph-mon[117163]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:55.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:54 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:55.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:54 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:55.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:54 smithi063 ceph-mon[117163]: osdmap e26: 3 total, 3 up, 3 in 2023-12-20T10:36:55.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:54 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-12-20T10:36:55.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:54 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:55.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:54 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:36:55.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:54 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:55.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:54 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:36:55.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:54 smithi063 ceph-mon[117163]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:55.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:54 smithi063 ceph-mon[117163]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-12-20T10:36:55.139 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:54 smithi063 ceph-mon[117163]: Cluster is now healthy 2023-12-20T10:36:55.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:54 smithi111 ceph-mon[117531]: Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:36:55.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:54 smithi111 ceph-mon[117531]: Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:36:55.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:54 smithi111 ceph-mon[117531]: Updating smithi027:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:36:55.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:54 smithi111 ceph-mon[117531]: Updating smithi063:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:36:55.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:54 smithi111 ceph-mon[117531]: Updating smithi111:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:36:55.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:54 smithi111 ceph-mon[117531]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:55.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:54 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:55.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:54 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:55.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:54 smithi111 ceph-mon[117531]: osdmap e26: 3 total, 3 up, 3 in 2023-12-20T10:36:55.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:54 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-12-20T10:36:55.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:54 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:55.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:54 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:36:55.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:54 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:36:55.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:54 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:36:55.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:54 smithi111 ceph-mon[117531]: from='mgr.14391 172.21.15.27:0/214020259' entity='mgr.a' 2023-12-20T10:36:55.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:54 smithi111 ceph-mon[117531]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-12-20T10:36:55.229 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:54 smithi111 ceph-mon[117531]: Cluster is now healthy 2023-12-20T10:36:56.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:55 smithi027 ceph-mon[112866]: mgrmap e21: a(active, since 5s), standbys: b 2023-12-20T10:36:56.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:55 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-12-20T10:36:56.048 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:55 smithi027 ceph-mon[112866]: osdmap e27: 3 total, 3 up, 3 in 2023-12-20T10:36:56.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:55 smithi063 ceph-mon[117163]: mgrmap e21: a(active, since 5s), standbys: b 2023-12-20T10:36:56.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:55 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-12-20T10:36:56.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:55 smithi063 ceph-mon[117163]: osdmap e27: 3 total, 3 up, 3 in 2023-12-20T10:36:56.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:55 smithi111 ceph-mon[117531]: mgrmap e21: a(active, since 5s), standbys: b 2023-12-20T10:36:56.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:55 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-12-20T10:36:56.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:55 smithi111 ceph-mon[117531]: osdmap e27: 3 total, 3 up, 3 in 2023-12-20T10:36:57.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:56 smithi063 ceph-mon[117163]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:57.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:56 smithi063 ceph-mon[117163]: osdmap e28: 3 total, 3 up, 3 in 2023-12-20T10:36:57.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:56 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-12-20T10:36:57.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:56 smithi111 ceph-mon[117531]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:57.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:56 smithi111 ceph-mon[117531]: osdmap e28: 3 total, 3 up, 3 in 2023-12-20T10:36:57.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:56 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-12-20T10:36:57.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:56 smithi027 ceph-mon[112866]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:36:57.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:56 smithi027 ceph-mon[112866]: osdmap e28: 3 total, 3 up, 3 in 2023-12-20T10:36:57.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:56 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-12-20T10:36:58.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:57 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-12-20T10:36:58.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:57 smithi063 ceph-mon[117163]: osdmap e29: 3 total, 3 up, 3 in 2023-12-20T10:36:58.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:57 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-12-20T10:36:58.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:57 smithi111 ceph-mon[117531]: osdmap e29: 3 total, 3 up, 3 in 2023-12-20T10:36:58.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:57 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-12-20T10:36:58.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:57 smithi027 ceph-mon[112866]: osdmap e29: 3 total, 3 up, 3 in 2023-12-20T10:36:59.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:58 smithi063 ceph-mon[117163]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-12-20T10:36:59.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:58 smithi063 ceph-mon[117163]: osdmap e30: 3 total, 3 up, 3 in 2023-12-20T10:36:59.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:58 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-12-20T10:36:59.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:58 smithi111 ceph-mon[117531]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-12-20T10:36:59.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:58 smithi111 ceph-mon[117531]: osdmap e30: 3 total, 3 up, 3 in 2023-12-20T10:36:59.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:58 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-12-20T10:36:59.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:58 smithi027 ceph-mon[112866]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-12-20T10:36:59.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:58 smithi027 ceph-mon[112866]: osdmap e30: 3 total, 3 up, 3 in 2023-12-20T10:36:59.298 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:58 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-12-20T10:36:59.875 INFO:teuthology.orchestra.run.smithi027.stderr:Error EINVAL: Traceback (most recent call last): 2023-12-20T10:36:59.875 INFO:teuthology.orchestra.run.smithi027.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 1801, in _handle_command 2023-12-20T10:36:59.875 INFO:teuthology.orchestra.run.smithi027.stderr: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-12-20T10:36:59.875 INFO:teuthology.orchestra.run.smithi027.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-12-20T10:36:59.875 INFO:teuthology.orchestra.run.smithi027.stderr: return self.func(mgr, **kwargs) 2023-12-20T10:36:59.875 INFO:teuthology.orchestra.run.smithi027.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-12-20T10:36:59.875 INFO:teuthology.orchestra.run.smithi027.stderr: return func(self, *args, **kwargs) 2023-12-20T10:36:59.875 INFO:teuthology.orchestra.run.smithi027.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-12-20T10:36:59.875 INFO:teuthology.orchestra.run.smithi027.stderr: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-12-20T10:36:59.875 INFO:teuthology.orchestra.run.smithi027.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-12-20T10:36:59.875 INFO:teuthology.orchestra.run.smithi027.stderr: self.update_period(realm, zonegroup) 2023-12-20T10:36:59.876 INFO:teuthology.orchestra.run.smithi027.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-12-20T10:36:59.876 INFO:teuthology.orchestra.run.smithi027.stderr: period = RGWPeriod(period_info) 2023-12-20T10:36:59.876 INFO:teuthology.orchestra.run.smithi027.stderr: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-12-20T10:36:59.876 INFO:teuthology.orchestra.run.smithi027.stderr: self.realm_name = period_dict['realm_name'] 2023-12-20T10:36:59.876 INFO:teuthology.orchestra.run.smithi027.stderr:KeyError: 'realm_name' 2023-12-20T10:36:59.876 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-20T10:37:00.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:59 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-12-20T10:37:00.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:59 smithi063 ceph-mon[117163]: osdmap e31: 3 total, 3 up, 3 in 2023-12-20T10:37:00.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:59 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-20T10:37:00.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:59 smithi063 ceph-mon[117163]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-20T10:37:00.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:36:59 smithi063 ceph-mon[117163]: osdmap e32: 3 total, 3 up, 3 in 2023-12-20T10:37:00.169 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-12-20T10:37:00.169 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-mon[112866]: osdmap e31: 3 total, 3 up, 3 in 2023-12-20T10:37:00.169 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-20T10:37:00.170 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-mon[112866]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-20T10:37:00.170 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-mon[112866]: osdmap e32: 3 total, 3 up, 3 in 2023-12-20T10:37:00.170 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:59.869+0000 7f6da818e700 -1 mgr handle_command module 'rgw' command handler threw exception: 'realm_name' 2023-12-20T10:37:00.170 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:36:59.870+0000 7f6da818e700 -1 mgr.server reply reply (22) Invalid argument Traceback (most recent call last): 2023-12-20T10:37:00.170 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: File "/usr/share/ceph/mgr/mgr_module.py", line 1801, in _handle_command 2023-12-20T10:37:00.170 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-12-20T10:37:00.170 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-12-20T10:37:00.170 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: return self.func(mgr, **kwargs) 2023-12-20T10:37:00.170 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-12-20T10:37:00.170 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: return func(self, *args, **kwargs) 2023-12-20T10:37:00.170 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-12-20T10:37:00.171 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-12-20T10:37:00.171 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-12-20T10:37:00.171 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: self.update_period(realm, zonegroup) 2023-12-20T10:37:00.171 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-12-20T10:37:00.171 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: period = RGWPeriod(period_info) 2023-12-20T10:37:00.171 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-12-20T10:37:00.171 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: self.realm_name = period_dict['realm_name'] 2023-12-20T10:37:00.171 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: KeyError: 'realm_name' 2023-12-20T10:37:00.171 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:36:59 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:37:00.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:59 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-12-20T10:37:00.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:59 smithi111 ceph-mon[117531]: osdmap e31: 3 total, 3 up, 3 in 2023-12-20T10:37:00.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:59 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-20T10:37:00.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:59 smithi111 ceph-mon[117531]: from='client.? 172.21.15.27:0/4215867949' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-20T10:37:00.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:36:59 smithi111 ceph-mon[117531]: osdmap e32: 3 total, 3 up, 3 in 2023-12-20T10:37:00.237 DEBUG:teuthology.orchestra.run:got remote process result: 22 2023-12-20T10:37:00.237 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_86cc4aec42581926507b9749381d531f24687367/qa/tasks/rgw_module.py", line 49, in apply _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_86cc4aec42581926507b9749381d531f24687367/qa/tasks/rgw_module.py", line 12, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi027 with status 22: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph rgw realm bootstrap -i -' 2023-12-20T10:37:00.314 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=9f629ea4346f4e6ca742a3de32995991 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_86cc4aec42581926507b9749381d531f24687367/qa/tasks/rgw_module.py", line 49, in apply _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_86cc4aec42581926507b9749381d531f24687367/qa/tasks/rgw_module.py", line 12, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi027 with status 22: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph rgw realm bootstrap -i -' 2023-12-20T10:37:00.316 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-20T10:37:00.325 INFO:tasks.cephadm:Teardown begin 2023-12-20T10:37:00.325 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-20T10:37:00.374 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-20T10:37:00.412 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-20T10:37:00.448 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-20T10:37:00.449 DEBUG:teuthology.orchestra.run.smithi027:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-20T10:37:00.468 DEBUG:teuthology.orchestra.run.smithi063:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-20T10:37:00.489 DEBUG:teuthology.orchestra.run.smithi111:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-20T10:37:00.509 INFO:tasks.cephadm:Stopping all daemons... 2023-12-20T10:37:00.509 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-12-20T10:37:00.509 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ceph-1f553904-9f23-11ee-95a5-87774f69a715@mon.a 2023-12-20T10:37:00.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:37:00 smithi027 systemd[1]: Stopping Ceph mon.a for 1f553904-9f23-11ee-95a5-87774f69a715... 2023-12-20T10:37:00.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:37:00 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mon-a[112843]: 2023-12-20T10:37:00.718+0000 7f8d782ef700 -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-12-20T10:37:00.798 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:37:00 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mon-a[112843]: 2023-12-20T10:37:00.718+0000 7f8d782ef700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-12-20T10:37:01.109 INFO:journalctl@ceph.mon.a.smithi027.stdout:Dec 20 10:37:00 smithi027 bash[143035]: ceph-1f553904-9f23-11ee-95a5-87774f69a715-mon-a 2023-12-20T10:37:01.115 DEBUG:teuthology.orchestra.run.smithi027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1f553904-9f23-11ee-95a5-87774f69a715@mon.a.service' 2023-12-20T10:37:01.155 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-20T10:37:01.156 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-12-20T10:37:01.156 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2023-12-20T10:37:01.156 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-1f553904-9f23-11ee-95a5-87774f69a715@mon.b 2023-12-20T10:37:01.514 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:37:01 smithi063 systemd[1]: Stopping Ceph mon.b for 1f553904-9f23-11ee-95a5-87774f69a715... 2023-12-20T10:37:01.514 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:37:01 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mon-b[117140]: 2023-12-20T10:37:01.385+0000 7fef39b83700 -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-12-20T10:37:01.514 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:37:01 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mon-b[117140]: 2023-12-20T10:37:01.385+0000 7fef39b83700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-12-20T10:37:01.782 INFO:journalctl@ceph.mon.b.smithi063.stdout:Dec 20 10:37:01 smithi063 bash[128207]: ceph-1f553904-9f23-11ee-95a5-87774f69a715-mon-b 2023-12-20T10:37:01.789 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1f553904-9f23-11ee-95a5-87774f69a715@mon.b.service' 2023-12-20T10:37:01.857 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-20T10:37:01.858 INFO:tasks.cephadm.mon.c:Stopped mon.b 2023-12-20T10:37:01.858 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2023-12-20T10:37:01.858 DEBUG:teuthology.orchestra.run.smithi111:> sudo systemctl stop ceph-1f553904-9f23-11ee-95a5-87774f69a715@mon.c 2023-12-20T10:37:02.227 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:37:01 smithi111 systemd[1]: Stopping Ceph mon.c for 1f553904-9f23-11ee-95a5-87774f69a715... 2023-12-20T10:37:02.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:37:02 smithi111 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mon-c[117506]: 2023-12-20T10:37:02.075+0000 7fb456435700 -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-12-20T10:37:02.228 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:37:02 smithi111 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mon-c[117506]: 2023-12-20T10:37:02.075+0000 7fb456435700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-12-20T10:37:02.611 INFO:journalctl@ceph.mon.c.smithi111.stdout:Dec 20 10:37:02 smithi111 bash[128418]: ceph-1f553904-9f23-11ee-95a5-87774f69a715-mon-c 2023-12-20T10:37:02.618 DEBUG:teuthology.orchestra.run.smithi111:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1f553904-9f23-11ee-95a5-87774f69a715@mon.c.service' 2023-12-20T10:37:02.668 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-20T10:37:02.668 INFO:tasks.cephadm.mon.c:Stopped mon.c 2023-12-20T10:37:02.669 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2023-12-20T10:37:02.669 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ceph-1f553904-9f23-11ee-95a5-87774f69a715@mgr.a 2023-12-20T10:37:03.007 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:37:02 smithi027 systemd[1]: Stopping Ceph mgr.a for 1f553904-9f23-11ee-95a5-87774f69a715... 2023-12-20T10:37:03.007 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:37:02 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a[113113]: 2023-12-20T10:37:02.896+0000 7f6e2c127700 -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-12-20T10:37:03.298 INFO:journalctl@ceph.mgr.a.smithi027.stdout:Dec 20 10:37:03 smithi027 bash[143180]: ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-a 2023-12-20T10:37:03.318 DEBUG:teuthology.orchestra.run.smithi027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1f553904-9f23-11ee-95a5-87774f69a715@mgr.a.service' 2023-12-20T10:37:03.355 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-20T10:37:03.355 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2023-12-20T10:37:03.355 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2023-12-20T10:37:03.356 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-1f553904-9f23-11ee-95a5-87774f69a715@mgr.b 2023-12-20T10:37:03.637 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:37:03 smithi063 systemd[1]: Stopping Ceph mgr.b for 1f553904-9f23-11ee-95a5-87774f69a715... 2023-12-20T10:37:03.981 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:37:03 smithi063 bash[128353]: ceph-1f553904-9f23-11ee-95a5-87774f69a715-mgr-b 2023-12-20T10:37:03.982 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Dec 20 10:37:03 smithi063 systemd[1]: ceph-1f553904-9f23-11ee-95a5-87774f69a715@mgr.b.service: Main process exited, code=exited, status=143/n/a 2023-12-20T10:37:03.987 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1f553904-9f23-11ee-95a5-87774f69a715@mgr.b.service' 2023-12-20T10:37:04.022 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-20T10:37:04.023 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2023-12-20T10:37:04.023 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-20T10:37:04.023 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ceph-1f553904-9f23-11ee-95a5-87774f69a715@osd.0 2023-12-20T10:37:04.548 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 20 10:37:04 smithi027 systemd[1]: Stopping Ceph osd.0 for 1f553904-9f23-11ee-95a5-87774f69a715... 2023-12-20T10:37:04.549 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 20 10:37:04 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-0[132112]: 2023-12-20T10:37:04.227+0000 7f55333d4700 -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-12-20T10:37:04.549 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 20 10:37:04 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-0[132112]: 2023-12-20T10:37:04.227+0000 7f55333d4700 -1 osd.0 32 *** Got signal Terminated *** 2023-12-20T10:37:04.549 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 20 10:37:04 smithi027 ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-0[132112]: 2023-12-20T10:37:04.227+0000 7f55333d4700 -1 osd.0 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-20T10:37:10.298 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 20 10:37:09 smithi027 bash[143325]: ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-0 2023-12-20T10:37:11.048 DEBUG:teuthology.orchestra.run.smithi027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1f553904-9f23-11ee-95a5-87774f69a715@osd.0.service' 2023-12-20T10:37:11.087 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-20T10:37:11.088 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-20T10:37:11.088 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-20T10:37:11.088 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-1f553904-9f23-11ee-95a5-87774f69a715@osd.1 2023-12-20T10:37:11.388 INFO:journalctl@ceph.osd.1.smithi063.stdout:Dec 20 10:37:11 smithi063 systemd[1]: Stopping Ceph osd.1 for 1f553904-9f23-11ee-95a5-87774f69a715... 2023-12-20T10:37:11.388 INFO:journalctl@ceph.osd.1.smithi063.stdout:Dec 20 10:37:11 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-1[122025]: 2023-12-20T10:37:11.300+0000 7f1b331d4700 -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-12-20T10:37:11.388 INFO:journalctl@ceph.osd.1.smithi063.stdout:Dec 20 10:37:11 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-1[122025]: 2023-12-20T10:37:11.300+0000 7f1b331d4700 -1 osd.1 32 *** Got signal Terminated *** 2023-12-20T10:37:11.389 INFO:journalctl@ceph.osd.1.smithi063.stdout:Dec 20 10:37:11 smithi063 ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-1[122025]: 2023-12-20T10:37:11.300+0000 7f1b331d4700 -1 osd.1 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-20T10:37:17.138 INFO:journalctl@ceph.osd.1.smithi063.stdout:Dec 20 10:37:16 smithi063 bash[128501]: ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-1 2023-12-20T10:37:17.968 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1f553904-9f23-11ee-95a5-87774f69a715@osd.1.service' 2023-12-20T10:37:18.008 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-20T10:37:18.009 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-20T10:37:18.009 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-20T10:37:18.009 DEBUG:teuthology.orchestra.run.smithi111:> sudo systemctl stop ceph-1f553904-9f23-11ee-95a5-87774f69a715@osd.2 2023-12-20T10:37:18.478 INFO:journalctl@ceph.osd.2.smithi111.stdout:Dec 20 10:37:18 smithi111 systemd[1]: Stopping Ceph osd.2 for 1f553904-9f23-11ee-95a5-87774f69a715... 2023-12-20T10:37:18.478 INFO:journalctl@ceph.osd.2.smithi111.stdout:Dec 20 10:37:18 smithi111 ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-2[122594]: 2023-12-20T10:37:18.223+0000 7f0aacd20700 -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-12-20T10:37:18.478 INFO:journalctl@ceph.osd.2.smithi111.stdout:Dec 20 10:37:18 smithi111 ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-2[122594]: 2023-12-20T10:37:18.223+0000 7f0aacd20700 -1 osd.2 32 *** Got signal Terminated *** 2023-12-20T10:37:18.478 INFO:journalctl@ceph.osd.2.smithi111.stdout:Dec 20 10:37:18 smithi111 ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-2[122594]: 2023-12-20T10:37:18.223+0000 7f0aacd20700 -1 osd.2 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-20T10:37:24.228 INFO:journalctl@ceph.osd.2.smithi111.stdout:Dec 20 10:37:23 smithi111 bash[128578]: ceph-1f553904-9f23-11ee-95a5-87774f69a715-osd-2 2023-12-20T10:37:25.040 DEBUG:teuthology.orchestra.run.smithi111:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1f553904-9f23-11ee-95a5-87774f69a715@osd.2.service' 2023-12-20T10:37:25.079 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-20T10:37:25.079 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-20T10:37:25.079 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1f553904-9f23-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-20T10:37:25.322 INFO:teuthology.orchestra.run.smithi027.stdout:Deleting cluster with fsid: 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:37:25.991 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1f553904-9f23-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-20T10:37:26.227 INFO:teuthology.orchestra.run.smithi063.stdout:Deleting cluster with fsid: 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:37:26.892 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1f553904-9f23-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-20T10:37:27.120 INFO:teuthology.orchestra.run.smithi111.stdout:Deleting cluster with fsid: 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:37:27.653 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-20T10:37:27.690 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-20T10:37:27.729 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-20T10:37:27.757 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-20T10:37:27.759 DEBUG:teuthology.misc:Transferring archived files from smithi027:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497483/remote/smithi027/crash 2023-12-20T10:37:27.760 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/crash -- . 2023-12-20T10:37:27.806 INFO:teuthology.orchestra.run.smithi027.stderr:tar: /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-20T10:37:27.806 INFO:teuthology.orchestra.run.smithi027.stderr:tar: Error is not recoverable: exiting now 2023-12-20T10:37:27.808 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497483/remote/smithi063/crash 2023-12-20T10:37:27.809 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/crash -- . 2023-12-20T10:37:27.858 INFO:teuthology.orchestra.run.smithi063.stderr:tar: /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-20T10:37:27.858 INFO:teuthology.orchestra.run.smithi063.stderr:tar: Error is not recoverable: exiting now 2023-12-20T10:37:27.860 DEBUG:teuthology.misc:Transferring archived files from smithi111:/var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497483/remote/smithi111/crash 2023-12-20T10:37:27.861 DEBUG:teuthology.orchestra.run.smithi111:> sudo tar c -f - -C /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/crash -- . 2023-12-20T10:37:27.966 INFO:teuthology.orchestra.run.smithi111.stderr:tar: /var/lib/ceph/1f553904-9f23-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-20T10:37:27.966 INFO:teuthology.orchestra.run.smithi111.stderr:tar: Error is not recoverable: exiting now 2023-12-20T10:37:27.967 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-20T10:37:27.967 DEBUG:teuthology.orchestra.run.smithi027:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-20T10:37:28.001 INFO:teuthology.orchestra.run.smithi027.stderr:grep: /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-20T10:37:28.002 INFO:tasks.cephadm:Compressing logs... 2023-12-20T10:37:28.002 DEBUG:teuthology.orchestra.run.smithi027:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-20T10:37:28.045 DEBUG:teuthology.orchestra.run.smithi063:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-20T10:37:28.047 DEBUG:teuthology.orchestra.run.smithi111:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-20T10:37:28.074 INFO:teuthology.orchestra.run.smithi027.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-20T10:37:28.074 INFO:teuthology.orchestra.run.smithi027.stderr:: No such file or directory 2023-12-20T10:37:28.074 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-20T10:37:28.074 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-20T10:37:28.074 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-mgr.a.log 2023-12-20T10:37:28.076 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-mon.a.log 2023-12-20T10:37:28.076 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-mgr.a.log: /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-mon.a.log: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-20T10:37:28.076 INFO:teuthology.orchestra.run.smithi111.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-20T10:37:28.077 INFO:teuthology.orchestra.run.smithi111.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-20T10:37:28.077 INFO:teuthology.orchestra.run.smithi111.stderr:gzip -5 --verbose -- /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-20T10:37:28.077 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-20T10:37:28.077 INFO:teuthology.orchestra.run.smithi111.stderr:gzip -5 --verbose -- /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-mon.c.log 2023-12-20T10:37:28.077 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-volume.log: 88.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-20T10:37:28.078 INFO:teuthology.orchestra.run.smithi111.stderr:/var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-osd.2.log: /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-mon.c.log: 91.1% -- replaced with /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-20T10:37:28.078 INFO:teuthology.orchestra.run.smithi027.stderr: 91.3% -- replaced with /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-20T10:37:28.078 INFO:teuthology.orchestra.run.smithi063.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-20T10:37:28.079 INFO:teuthology.orchestra.run.smithi063.stderr:: No such file or directory 2023-12-20T10:37:28.079 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-20T10:37:28.079 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-mgr.b.log 2023-12-20T10:37:28.079 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-mon.b.log 2023-12-20T10:37:28.079 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-20T10:37:28.080 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-volume.log: /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-mgr.b.log: /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-mon.b.log: /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-osd.1.log: 87.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-20T10:37:28.082 INFO:teuthology.orchestra.run.smithi063.stderr: 91.1% -- replaced with /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-20T10:37:28.084 INFO:teuthology.orchestra.run.smithi063.stderr: 89.8% -- replaced with /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-mgr.b.log.gz 2023-12-20T10:37:28.107 INFO:teuthology.orchestra.run.smithi111.stderr: 92.6% -- replaced with /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-mon.c.log.gz 2023-12-20T10:37:28.114 INFO:teuthology.orchestra.run.smithi063.stderr: 92.3% -- replaced with /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-mon.b.log.gz 2023-12-20T10:37:28.126 INFO:teuthology.orchestra.run.smithi027.stderr: 89.1% -- replaced with /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-mgr.a.log.gz 2023-12-20T10:37:28.194 INFO:teuthology.orchestra.run.smithi027.stderr: 94.4% -- replaced with /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-20T10:37:28.195 INFO:teuthology.orchestra.run.smithi111.stderr: 94.4% -- replaced with /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-20T10:37:28.197 INFO:teuthology.orchestra.run.smithi111.stderr: 2023-12-20T10:37:28.197 INFO:teuthology.orchestra.run.smithi111.stderr:real 0m0.133s 2023-12-20T10:37:28.197 INFO:teuthology.orchestra.run.smithi111.stderr:user 0m0.157s 2023-12-20T10:37:28.197 INFO:teuthology.orchestra.run.smithi111.stderr:sys 0m0.020s 2023-12-20T10:37:28.206 INFO:teuthology.orchestra.run.smithi027.stderr: 91.6% -- replaced with /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-mon.a.log.gz 2023-12-20T10:37:28.207 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-20T10:37:28.207 INFO:teuthology.orchestra.run.smithi027.stderr:real 0m0.145s 2023-12-20T10:37:28.207 INFO:teuthology.orchestra.run.smithi027.stderr:user 0m0.303s 2023-12-20T10:37:28.208 INFO:teuthology.orchestra.run.smithi027.stderr:sys 0m0.028s 2023-12-20T10:37:28.237 INFO:teuthology.orchestra.run.smithi063.stderr: 94.4% -- replaced with /var/log/ceph/1f553904-9f23-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-20T10:37:28.239 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-12-20T10:37:28.239 INFO:teuthology.orchestra.run.smithi063.stderr:real 0m0.173s 2023-12-20T10:37:28.239 INFO:teuthology.orchestra.run.smithi063.stderr:user 0m0.206s 2023-12-20T10:37:28.239 INFO:teuthology.orchestra.run.smithi063.stderr:sys 0m0.020s 2023-12-20T10:37:28.239 INFO:tasks.cephadm:Archiving logs... 2023-12-20T10:37:28.239 DEBUG:teuthology.misc:Transferring archived files from smithi027:/var/log/ceph to /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497483/remote/smithi027/log 2023-12-20T10:37:28.240 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-20T10:37:28.335 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/log/ceph to /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497483/remote/smithi063/log 2023-12-20T10:37:28.336 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-20T10:37:28.395 DEBUG:teuthology.misc:Transferring archived files from smithi111:/var/log/ceph to /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497483/remote/smithi111/log 2023-12-20T10:37:28.396 DEBUG:teuthology.orchestra.run.smithi111:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-20T10:37:28.449 INFO:tasks.cephadm:Removing cluster... 2023-12-20T10:37:28.449 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1f553904-9f23-11ee-95a5-87774f69a715 --force 2023-12-20T10:37:28.664 INFO:teuthology.orchestra.run.smithi027.stdout:Deleting cluster with fsid: 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:37:28.901 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1f553904-9f23-11ee-95a5-87774f69a715 --force 2023-12-20T10:37:29.126 INFO:teuthology.orchestra.run.smithi063.stdout:Deleting cluster with fsid: 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:37:29.361 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1f553904-9f23-11ee-95a5-87774f69a715 --force 2023-12-20T10:37:29.573 INFO:teuthology.orchestra.run.smithi111.stdout:Deleting cluster with fsid: 1f553904-9f23-11ee-95a5-87774f69a715 2023-12-20T10:37:29.802 INFO:tasks.cephadm:Removing cephadm ... 2023-12-20T10:37:29.805 DEBUG:teuthology.orchestra.run.smithi027:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-20T10:37:29.829 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-20T10:37:29.849 DEBUG:teuthology.orchestra.run.smithi111:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-20T10:37:29.868 INFO:tasks.cephadm:Teardown complete 2023-12-20T10:37:29.869 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-20T10:37:29.878 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-12-20T10:37:29.879 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-20T10:37:29.882 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-20T10:37:29.891 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-20T10:37:29.994 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-20T10:37:30.004 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-20T10:37:30.004 DEBUG:teuthology.orchestra.run.smithi027:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-20T10:37:30.007 DEBUG:teuthology.orchestra.run.smithi063:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-20T10:37:30.009 DEBUG:teuthology.orchestra.run.smithi111:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-20T10:37:30.024 INFO:teuthology.orchestra.run.smithi063.stderr:bash: ntpq: command not found 2023-12-20T10:37:30.025 INFO:teuthology.orchestra.run.smithi027.stderr:bash: ntpq: command not found 2023-12-20T10:37:30.027 INFO:teuthology.orchestra.run.smithi111.stderr:bash: ntpq: command not found 2023-12-20T10:37:30.028 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-20T10:37:30.029 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2023-12-20T10:37:30.029 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 36 +1198us[+1198us] +/- 92ms 2023-12-20T10:37:30.029 INFO:teuthology.orchestra.run.smithi063.stdout:^* hv02.front.sepia.ceph.com 3 7 377 103 +412us[ +408us] +/- 56ms 2023-12-20T10:37:30.029 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 38 -1443us[-1443us] +/- 66ms 2023-12-20T10:37:30.029 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T10:37:30.031 INFO:teuthology.orchestra.run.smithi027.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-20T10:37:30.031 INFO:teuthology.orchestra.run.smithi027.stdout:=============================================================================== 2023-12-20T10:37:30.031 INFO:teuthology.orchestra.run.smithi027.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 38 +1217us[+1123us] +/- 92ms 2023-12-20T10:37:30.031 INFO:teuthology.orchestra.run.smithi027.stdout:^* hv02.front.sepia.ceph.com 3 7 377 34 +398us[ +302us] +/- 57ms 2023-12-20T10:37:30.031 INFO:teuthology.orchestra.run.smithi027.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 38 -1451us[-1546us] +/- 66ms 2023-12-20T10:37:30.031 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T10:37:30.032 INFO:teuthology.orchestra.run.smithi111.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-20T10:37:30.032 INFO:teuthology.orchestra.run.smithi111.stdout:=============================================================================== 2023-12-20T10:37:30.033 INFO:teuthology.orchestra.run.smithi111.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 39 +1211us[+1235us] +/- 92ms 2023-12-20T10:37:30.033 INFO:teuthology.orchestra.run.smithi111.stdout:^* hv02.front.sepia.ceph.com 3 6 377 36 +422us[ +446us] +/- 57ms 2023-12-20T10:37:30.033 INFO:teuthology.orchestra.run.smithi111.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 45 -1426us[-1403us] +/- 66ms 2023-12-20T10:37:30.033 INFO:teuthology.orchestra.run.smithi111.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T10:37:30.033 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-20T10:37:30.042 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-20T10:37:30.043 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-20T10:37:30.051 DEBUG:teuthology.orchestra.run.smithi027:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-20T10:37:30.172 DEBUG:teuthology.orchestra.run.smithi063:> 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-12-20T10:37:30.267 DEBUG:teuthology.orchestra.run.smithi111:> 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-12-20T10:37:30.358 DEBUG:teuthology.orchestra.run.smithi027:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-20T10:37:30.392 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T10:37:30.392 DEBUG:teuthology.orchestra.run.smithi063:> 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-12-20T10:37:30.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T10:37:30.426 DEBUG:teuthology.orchestra.run.smithi111:> 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-12-20T10:37:30.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T10:37:30.458 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-20T10:37:30.468 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-20T10:37:30.519 INFO:teuthology.task.internal:Duration was 6035.258114 seconds 2023-12-20T10:37:30.520 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-20T10:37:30.529 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-20T10:37:30.529 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-20T10:37:30.532 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-20T10:37:30.535 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-20T10:37:30.579 INFO:teuthology.orchestra.run.smithi027.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-20T10:37:30.580 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-20T10:37:30.581 INFO:teuthology.orchestra.run.smithi111.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-20T10:37:30.989 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-20T10:37:30.990 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi027.front.sepia.ceph.com 2023-12-20T10:37:30.990 DEBUG:teuthology.orchestra.run.smithi027:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-20T10:37:31.015 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi063.front.sepia.ceph.com 2023-12-20T10:37:31.015 DEBUG:teuthology.orchestra.run.smithi063:> 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-12-20T10:37:31.039 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi111.front.sepia.ceph.com 2023-12-20T10:37:31.039 DEBUG:teuthology.orchestra.run.smithi111:> 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-12-20T10:37:31.061 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-20T10:37:31.062 DEBUG:teuthology.orchestra.run.smithi027:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-20T10:37:31.064 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-20T10:37:31.082 DEBUG:teuthology.orchestra.run.smithi111:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-20T10:37:31.142 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-20T10:37:31.142 DEBUG:teuthology.orchestra.run.smithi027:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-20T10:37:31.144 DEBUG:teuthology.orchestra.run.smithi063:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-20T10:37:31.165 DEBUG:teuthology.orchestra.run.smithi111:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-20T10:37:31.254 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-20T10:37:31.265 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-20T10:37:31.266 DEBUG:teuthology.orchestra.run.smithi027:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-20T10:37:31.293 DEBUG:teuthology.orchestra.run.smithi063:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-20T10:37:31.321 DEBUG:teuthology.orchestra.run.smithi111:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-20T10:37:31.349 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-20T10:37:31.362 DEBUG:teuthology.orchestra.run.smithi027:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-20T10:37:31.364 DEBUG:teuthology.orchestra.run.smithi063:> 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-12-20T10:37:31.367 DEBUG:teuthology.orchestra.run.smithi111:> 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-12-20T10:37:31.390 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern = core 2023-12-20T10:37:31.392 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = core 2023-12-20T10:37:31.415 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern = core 2023-12-20T10:37:31.437 DEBUG:teuthology.orchestra.run.smithi027:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-20T10:37:31.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T10:37:31.498 DEBUG:teuthology.orchestra.run.smithi063:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-20T10:37:31.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T10:37:31.515 DEBUG:teuthology.orchestra.run.smithi111:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-20T10:37:31.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T10:37:31.533 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-20T10:37:31.545 INFO:teuthology.task.internal:Transferring archived files... 2023-12-20T10:37:31.546 DEBUG:teuthology.misc:Transferring archived files from smithi027:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497483/remote/smithi027 2023-12-20T10:37:31.546 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-20T10:37:31.593 DEBUG:teuthology.misc:Transferring archived files from smithi063:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497483/remote/smithi063 2023-12-20T10:37:31.593 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-20T10:37:31.632 DEBUG:teuthology.misc:Transferring archived files from smithi111:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497483/remote/smithi111 2023-12-20T10:37:31.632 DEBUG:teuthology.orchestra.run.smithi111:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-20T10:37:31.670 INFO:teuthology.task.internal:Removing archive directory... 2023-12-20T10:37:31.671 DEBUG:teuthology.orchestra.run.smithi027:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-20T10:37:31.673 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-20T10:37:31.675 DEBUG:teuthology.orchestra.run.smithi111:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-20T10:37:31.723 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-20T10:37:31.735 INFO:teuthology.task.internal:Not uploading archives. 2023-12-20T10:37:31.735 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-20T10:37:31.753 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-20T10:37:31.754 DEBUG:teuthology.orchestra.run.smithi027:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-20T10:37:31.756 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-20T10:37:31.758 DEBUG:teuthology.orchestra.run.smithi111:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-20T10:37:31.772 INFO:teuthology.orchestra.run.smithi027.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 20 10:37 /home/ubuntu/cephtest 2023-12-20T10:37:31.774 INFO:teuthology.orchestra.run.smithi063.stdout: 393225 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 20 10:37 /home/ubuntu/cephtest 2023-12-20T10:37:31.781 INFO:teuthology.orchestra.run.smithi111.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 20 10:37 /home/ubuntu/cephtest 2023-12-20T10:37:31.782 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-20T10:37:31.793 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-20T10:37:31.817 INFO:teuthology.nuke:Checking targets against current locks 2023-12-20T10:37:31.844 DEBUG:teuthology.nuke:shortname: smithi027 2023-12-20T10:37:31.844 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-20T10:37:31.865 DEBUG:teuthology.nuke:shortname: smithi063 2023-12-20T10:37:31.866 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-20T10:37:31.871 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi027.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497483', '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-12-20 08:42:18.457837', 'locked_by': 'scheduled_rfriedma@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHbM3/KnTISxH3KWYapc4BitUWzzxyX6C/EMEXQ8lRFeHNzSAYQ+cgsR9ZQpK/CJMyhpy/V+alVD8JtJ3hLQlHM='} 2023-12-20T10:37:31.884 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497483', '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-12-20 08:42:18.454146', 'locked_by': 'scheduled_rfriedma@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKi6Br7GuLQ5Sa9tMMbHkUWFl8637B3H2vYO6nMJMCpPQHUgHjpUZjNAkUh0ZGm9l1jIeQv8VmUdwHiBO2Vm/UA='} 2023-12-20T10:37:31.888 DEBUG:teuthology.nuke:shortname: smithi111 2023-12-20T10:37:31.888 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-20T10:37:31.906 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi111.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497483', '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-12-20 08:42:18.456112', 'locked_by': 'scheduled_rfriedma@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGr1eml/p+uBjdgLRMiAP2Rcvofr+h2XuZDi8COCIFgD2kfKsnfaNpuZq0t6wg6vpRz8kFUfELh8RZNDZbFXY98='} 2023-12-20T10:37:31.920 INFO:teuthology.orchestra.console.smithi027:Power off 2023-12-20T10:37:31.920 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-20T10:37:31.945 DEBUG:teuthology.orchestra.console.smithi027:power off output: Chassis Power Control: Down/Off 2023-12-20T10:37:31.945 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-20T10:37:31.963 INFO:teuthology.orchestra.console.smithi111:Power off 2023-12-20T10:37:31.964 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-20T10:37:31.979 INFO:teuthology.orchestra.console.smithi063:Power off 2023-12-20T10:37:31.980 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-20T10:37:31.988 DEBUG:teuthology.orchestra.console.smithi111:power off output: Chassis Power Control: Down/Off 2023-12-20T10:37:31.988 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-20T10:37:31.997 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2023-12-20T10:37:32.003 DEBUG:teuthology.orchestra.console.smithi063:power off output: Chassis Power Control: Down/Off 2023-12-20T10:37:32.004 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-20T10:37:32.015 DEBUG:teuthology.orchestra.console.smithi111:check power output: Chassis Power is on 2023-12-20T10:37:32.032 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2023-12-20T10:37:35.999 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-20T10:37:36.017 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-20T10:37:36.033 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-20T10:37:36.112 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2023-12-20T10:37:36.128 DEBUG:teuthology.orchestra.console.smithi111:check power output: Chassis Power is on 2023-12-20T10:37:36.143 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2023-12-20T10:37:40.117 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-20T10:37:40.129 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-20T10:37:40.145 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-20T10:37:40.229 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is off 2023-12-20T10:37:40.239 DEBUG:teuthology.orchestra.console.smithi111:check power output: Chassis Power is off 2023-12-20T10:37:40.254 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is off 2023-12-20T10:37:40.330 INFO:teuthology.orchestra.console.smithi027:Power off completed 2023-12-20T10:37:40.340 INFO:teuthology.orchestra.console.smithi111:Power off completed 2023-12-20T10:37:40.355 INFO:teuthology.orchestra.console.smithi063:Power off completed 2023-12-20T10:37:40.461 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/connectivity task/test_rgw_multisite} duration: 6035.258114099503 failure_reason: 'Command failed on smithi027 with status 22: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1f553904-9f23-11ee-95a5-87774f69a715 -- ceph rgw realm bootstrap -i -''' flavor: default owner: scheduled_rfriedma@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=9f629ea4346f4e6ca742a3de32995991 status: fail success: false 2023-12-20T10:37:40.461 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-20T10:37:40.541 INFO:teuthology.run:FAIL